summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
Commit message (Expand)AuthorAgeFilesLines
...
* ENH: use the correct flag for the linkerBill Hoffman2007-08-171-2/+2
* ENH: add -Wl,-relax to the default linker flags for BlueGene, otherwise you c...Alexander Neundorf2007-08-161-7/+2
* ENH: make sure osx searches static and shared libs like other platformsBill Hoffman2007-08-161-2/+2
* COMP: fix argumentsAlexander Neundorf2007-08-161-1/+1
* STYLE: explicitely set default options for sdcc, so it is visible for whichAlexander Neundorf2007-08-151-1/+10
* BUG: also include UnixPaths.cmake on these platforms, this also sets UNIX to 1Alexander Neundorf2007-08-106-1/+11
* ENH: UNIX, CYGWIN, WIN32, APPLE, QNXNTO and BEOS are not longer set inAlexander Neundorf2007-08-096-0/+13
* ENH: use WindowsPaths.cmake on all Windows platforms, not only for cl, makesAlexander Neundorf2007-08-023-6/+11
* ENH: add support for Catamount, the OS running on the compute nodes of Cray s...Alexander Neundorf2007-08-011-0/+26
* ENH:Alexander Neundorf2007-07-272-5/+10
* ENH: add ReadListFile() to cmCPackGenericGenerator, so cmMakefile can beAlexander Neundorf2007-07-241-0/+5
* ENH: also look in the include/, lib/ and bin/ directories in the cmakeAlexander Neundorf2007-07-171-3/+11
* BUG: the Plugin test fails on NetBSD, let's see if this fixes itAlexander Neundorf2007-07-161-0/+3
* ENH: also add the install base dir of the running cmake to the searchAlexander Neundorf2007-07-161-0/+8
* ENH: add DragonFly BSD, which is very close to FreeBSD (#4500)Alexander Neundorf2007-07-131-0/+5
* ENH: add the static libs always to the link libs, if they are not used it sho...Alexander Neundorf2007-07-121-0/+10
* ENH: add support for the ADSP toolchains for Blackfin, Shark and TigerSharkAlexander Neundorf2007-07-124-0/+165
* ENH: add the ecos include dir and the ecos definitions by defaultAlexander Neundorf2007-07-101-0/+2
* ENH: add support for building eCos applications nativelyAlexander Neundorf2007-07-091-0/+54
* ENH: initial support for assembler in cmake, needs testing by our usersAlexander Neundorf2007-06-281-0/+19
* ENH: Added global property FIND_LIBRARY_USE_LIB64_PATHS to allow lib64 paths ...Brad King2007-06-272-0/+8
* ENH: Added GNU/Hurd platform. Taken from debian patch 407155.Brad King2007-06-271-0/+10
* ENH:Alexander Neundorf2007-06-261-1/+1
* ENH: add basic support for sdcc (http://sdcc.sourceforge.net), needs sdcc (sd...Alexander Neundorf2007-06-261-0/+45
* STYLE: change global cmake variable CMAKE_TARGET_SUPPORTS_ONLY_STATIC_LIBSAlexander Neundorf2007-06-262-2/+2
* ENH: add support for BlueGene/LAlexander Neundorf2007-06-221-0/+22
* ENH: print a warning if ADD_LIBRARY( SHARED/MODULE ) is used and the targetAlexander Neundorf2007-06-211-0/+4
* STYLE: add a comment about SetLanguageEnabled()Alexander Neundorf2007-06-111-0/+8
* ENH: determine typesize by compiling a file and reading strings from the comp...Alexander Neundorf2007-06-041-5/+0
* STYLE: move the two CMAKE_SHARED_LIBRARYC/CXX_FLAGS for gcc fromAlexander Neundorf2007-05-221-1/+2
* ENH: move hack to fix "new cmake on old build tree on OSX doesn't have CMAKE_...Alexander Neundorf2007-05-181-0/+9
* ENH: Use CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES from platform files to bloc...Brad King2007-05-181-0/+6
* COMP: if a new cmake runs on an old build tree, set CMAKE_LINKER to link to m...Alexander Neundorf2007-05-181-0/+8
* COMP: fix link rules with nmake, the linker command has to be converted to sh...Alexander Neundorf2007-05-181-2/+2
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-172-50/+54
* ENH: Enabled preprocessor make rules for Watcom.Brad King2007-05-161-0/+8
* ENH: initial support for creation of frameworks on MacBill Hoffman2007-05-081-0/+5
* BUG: Detect debian with existence of /etc/debian_version so things work in a ...Brad King2007-05-071-13/+3
* ENH: Merging CompilerId updates from branch CMake-Modules-CompilerId to the m...Brad King2007-05-033-0/+62
* BUG: if /opt/lib and /opt/csw/lib are searched for libs, then /opt/includeAlexander Neundorf2007-04-301-0/+1
* ENH: Add CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to support e...Brad King2007-04-181-0/+2
* ENH: Added CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to support...Brad King2007-04-182-0/+4
* ENH: Added CMAKE_SHARED_MODULE_LOADER_C_FLAG and CMAKE_SHARED_MODULE_LOADER_C...Brad King2007-04-171-0/+2
* ENH: Added option CMAKE_INSTALL_SO_NO_EXE on linux to choose whether the defa...Brad King2007-04-101-0/+37
* ENH: Enabled use of soname and therefore versioning symlinks. Patch is from ...Brad King2007-04-101-0/+2
* ENH: Added target property ENABLE_EXPORTS for executable targets. It enables...Brad King2007-03-222-9/+22
* BUG: Disable creation of import libraries for executables on Borland until it...Brad King2007-03-201-2/+2
* ENH: Added support for import libraries created by executable and module targ...Brad King2007-03-194-10/+13
* BUG: Do not create import library for MODULEs. This is an incremental fix fo...Brad King2007-03-101-6/+6
* BUG: Fixed MSVC8 module build rule to not use /implib option. This is an inc...Brad King2007-03-101-8/+12