TSP Solver and Generator
Macros
os.h File Reference

Contains TSPSG target CPU architecture and OS detection. More...

#include <QtGlobal>
+ Include dependency graph for os.h:

Go to the source code of this file.

Macros

#define ARCH   " (Intel x86)"
 The target CPU architecture TSPSG was built for. More...
 
#define OS   "Windows"
 The target operating system TSPSG was built for.
 
#define OSID   quint8(25)
 The target operating system ID. More...
 
#define PLATFROM   OS ARCH
 The target platform in the form OS ARCH.
 
#define COMPILER   "Unknown"
 The compiler TSPSG was built with.
 

Detailed Description

Contains TSPSG target CPU architecture and OS detection.

Author
Copyright © 2007-2016 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
Id
0c8813f 2016-04-18 23:45:08 +0200 Oleksii Serdiuk
URL
http://tspsg.info/
Warning
Arch detection works only for GNU C, Visual Studio, Intel C/C++ and MinGW32 compilers. OS detection should work for any compiler.

TSPSG: TSP Solver and Generator

This file is part of TSPSG.

TSPSG is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

TSPSG is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with TSPSG. If not, see http://www.gnu.org/licenses/.

Macro Definition Documentation

#define ARCH   " (Intel x86)"

The target CPU architecture TSPSG was built for.

Warning
NOTE: Only for GNU C, Visual Studio, Intel C/C++ and MinGW32 compilers.
#define OSID   quint8(25)

The target operating system ID.

This value will be used in task file metadata.