Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: also include UnixPaths.cmake on these platforms, this also sets UNIX to 1 | Alexander Neundorf | 2007-08-10 | 1 | -1/+3 |
| | | | | Alex | ||||
* | ENH: UNIX, CYGWIN, WIN32, APPLE, QNXNTO and BEOS are not longer set in | Alexander Neundorf | 2007-08-09 | 1 | -0/+2 |
| | | | | | | | | | | | | | | cmMakefile.cxx, but now in the platform files and are now valid for the target platform, not the host platform. New variables CMAKE_HOST_WIN32, CMAKE_HOST_UNIX, CMAKE_HOST_APPLE and CMAKE_HOST_CYGWIN have been added in cmMakefile.cxx (...and have now to be used in all cmake files which are executed before CMakeSystemSpecificInformation.cmake is loaded). For compatibility the old set is set to the new one in CMakeDetermineSystem.cmake and reset before the system platform files are loaded, so custom language or compiler modules which use these should still work. Alex | ||||
* | ENH: Add CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to support ↵ | Brad King | 2007-04-18 | 1 | -0/+2 |
| | | | | executables that export symbols. | ||||
* | ENH: try to force c++ on qnx | Bill Hoffman | 2007-02-20 | 1 | -0/+3 |
| | |||||
* | BUG: QNX GCC does not have -isystem. | Brad King | 2006-10-05 | 1 | -0/+4 |
| | |||||
* | ENH: Enabling link type selection flags for this platform. See bug#1644 for ↵ | Brad King | 2006-09-18 | 1 | -0/+9 |
| | | | | details. | ||||
* | ENH: try to fix rpath on qnx | Bill Hoffman | 2005-03-14 | 1 | -2/+2 |
| | |||||
* | ENH: Initial attempt at QNX support. Submitted by Tim Arney. | Brad King | 2005-03-11 | 1 | -0/+11 |