Changeset e0fcac5f2c in tspsg for src/os.h


Ignore:
Timestamp:
Oct 24, 2009, 3:37:48 PM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
8af59c4aa3
Parents:
85ad815b0b
Message:
  • Finished documentation.
  • Sorted all functions in .cpp files according to order of their declaration in .h files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/os.h

    r85ad815b0b re0fcac5f2c  
    1 /*
    2  *  TSPSG: TSP Solver and Generator
    3  * Copyright (C) 2007-2009 Lёppa <contacts[at]oleksii[dot]name>
     1/*!
     2 * \file os.h
     3 * \author Copyright (C) 2007-2009 Lёppa <contacts[at]oleksii[dot]name>
    44 *
    55 *  $Id$
    66 *  $URL$
     7 *
     8 * \warning Arch detection works only for <b>GNU C</b>, <b>Visual Studio</b>, <b>Intel C/C++</b> and <b>MinGW32</b> compilers.
     9 *  OS detection should work for any compiler.
     10 *
     11 * \brief Contains TSPSG target CPU architecture and OS detection.
     12 *
     13 *  <b>TSPSG: TSP Solver and Generator</b>
    714 *
    815 *  This file is part of TSPSG.
     
    2431#ifndef OS_H
    2532#define OS_H
    26 
    27 /*!
    28  * \file os.h
    29  * \brief This file contains TSPSG target CPU architecture and OS detection.
    30  *
    31  *  Arch detection works only for <b>GNU C</b>, <b>Visual Studio</b>, <b>Intel C/C++</b> and <b>MinGW32</b> compilers.
    32  *
    33  *  OS detection should work for any compiler.
    34  */
    3533
    3634// Some target arch detection.
Note: See TracChangeset for help on using the changeset viewer.