| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: also look in the include/, lib/ and bin/ directories in the cmake | Alexander Neundorf | 2007-07-17 | 1 | -3/+11 |
|
|
* | BUG: the Plugin test fails on NetBSD, let's see if this fixes it | Alexander Neundorf | 2007-07-16 | 1 | -0/+3 |
|
|
* | ENH: also add the install base dir of the running cmake to the search | Alexander Neundorf | 2007-07-16 | 1 | -0/+8 |
|
|
* | ENH: add DragonFly BSD, which is very close to FreeBSD (#4500) | Alexander Neundorf | 2007-07-13 | 1 | -0/+5 |
|
|
* | ENH: add the static libs always to the link libs, if they are not used it sho... | Alexander Neundorf | 2007-07-12 | 1 | -0/+10 |
|
|
* | ENH: add support for the ADSP toolchains for Blackfin, Shark and TigerShark | Alexander Neundorf | 2007-07-12 | 4 | -0/+165 |
|
|
* | ENH: add the ecos include dir and the ecos definitions by default | Alexander Neundorf | 2007-07-10 | 1 | -0/+2 |
|
|
* | ENH: add support for building eCos applications natively | Alexander Neundorf | 2007-07-09 | 1 | -0/+54 |
|
|
* | ENH: initial support for assembler in cmake, needs testing by our users | Alexander Neundorf | 2007-06-28 | 1 | -0/+19 |
|
|
* | ENH: Added global property FIND_LIBRARY_USE_LIB64_PATHS to allow lib64 paths ... | Brad King | 2007-06-27 | 2 | -0/+8 |
|
|
* | ENH: Added GNU/Hurd platform. Taken from debian patch 407155. | Brad King | 2007-06-27 | 1 | -0/+10 |
|
|
* | ENH: | Alexander Neundorf | 2007-06-26 | 1 | -1/+1 |
|
|
* | ENH: add basic support for sdcc (http://sdcc.sourceforge.net), needs sdcc (sd... | Alexander Neundorf | 2007-06-26 | 1 | -0/+45 |
|
|
* | STYLE: change global cmake variable CMAKE_TARGET_SUPPORTS_ONLY_STATIC_LIBS | Alexander Neundorf | 2007-06-26 | 2 | -2/+2 |
|
|
* | ENH: add support for BlueGene/L | Alexander Neundorf | 2007-06-22 | 1 | -0/+22 |
|
|
* | ENH: print a warning if ADD_LIBRARY( SHARED/MODULE ) is used and the target | Alexander Neundorf | 2007-06-21 | 1 | -0/+4 |
|
|
* | STYLE: add a comment about SetLanguageEnabled() | Alexander Neundorf | 2007-06-11 | 1 | -0/+8 |
|
|
* | ENH: determine typesize by compiling a file and reading strings from the comp... | Alexander Neundorf | 2007-06-04 | 1 | -5/+0 |
|
|
* | STYLE: move the two CMAKE_SHARED_LIBRARYC/CXX_FLAGS for gcc from | Alexander Neundorf | 2007-05-22 | 1 | -1/+2 |
|
|
* | ENH: move hack to fix "new cmake on old build tree on OSX doesn't have CMAKE_... | Alexander Neundorf | 2007-05-18 | 1 | -0/+9 |
|
|
* | ENH: Use CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES from platform files to bloc... | Brad King | 2007-05-18 | 1 | -0/+6 |
|
|
* | COMP: if a new cmake runs on an old build tree, set CMAKE_LINKER to link to m... | Alexander Neundorf | 2007-05-18 | 1 | -0/+8 |
|
|
* | COMP: fix link rules with nmake, the linker command has to be converted to sh... | Alexander Neundorf | 2007-05-18 | 1 | -2/+2 |
|
|
* | ENH: merge CMake-CrossCompileBasic to HEAD | Alexander Neundorf | 2007-05-17 | 2 | -50/+54 |
|
|
* | ENH: Enabled preprocessor make rules for Watcom. | Brad King | 2007-05-16 | 1 | -0/+8 |
|
|
* | ENH: initial support for creation of frameworks on Mac | Bill Hoffman | 2007-05-08 | 1 | -0/+5 |
|
|
* | BUG: Detect debian with existence of /etc/debian_version so things work in a ... | Brad King | 2007-05-07 | 1 | -13/+3 |
|
|
* | ENH: Merging CompilerId updates from branch CMake-Modules-CompilerId to the m... | Brad King | 2007-05-03 | 3 | -0/+62 |
|
|
* | BUG: if /opt/lib and /opt/csw/lib are searched for libs, then /opt/include | Alexander Neundorf | 2007-04-30 | 1 | -0/+1 |
|
|
* | ENH: Add CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to support e... | Brad King | 2007-04-18 | 1 | -0/+2 |
|
|
* | ENH: Added CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to support... | Brad King | 2007-04-18 | 2 | -0/+4 |
|
|
* | ENH: Added CMAKE_SHARED_MODULE_LOADER_C_FLAG and CMAKE_SHARED_MODULE_LOADER_C... | Brad King | 2007-04-17 | 1 | -0/+2 |
|
|
* | ENH: Added option CMAKE_INSTALL_SO_NO_EXE on linux to choose whether the defa... | Brad King | 2007-04-10 | 1 | -0/+37 |
|
|
* | ENH: Enabled use of soname and therefore versioning symlinks. Patch is from ... | Brad King | 2007-04-10 | 1 | -0/+2 |
|
|
* | ENH: Added target property ENABLE_EXPORTS for executable targets. It enables... | Brad King | 2007-03-22 | 2 | -9/+22 |
|
|
* | BUG: Disable creation of import libraries for executables on Borland until it... | Brad King | 2007-03-20 | 1 | -2/+2 |
|
|
* | ENH: Added support for import libraries created by executable and module targ... | Brad King | 2007-03-19 | 4 | -10/+13 |
|
|
* | BUG: Do not create import library for MODULEs. This is an incremental fix fo... | Brad King | 2007-03-10 | 1 | -6/+6 |
|
|
* | BUG: Fixed MSVC8 module build rule to not use /implib option. This is an inc... | Brad King | 2007-03-10 | 1 | -8/+12 |
|
|
* | BUG: Shared library creation should use /implib option to specify the name of... | Brad King | 2007-03-09 | 1 | -6/+7 |
|
|
* | BUG: Get rid of ancient variables CMAKE_CXX_WARNING_LEVEL, CMAKE_CXX_USE_RTTI... | Brad King | 2007-03-07 | 1 | -5/+1 |
|
|
* | BUG: Do not create import library for MODULEs. The TARGET_IMPLIB name is not... | Brad King | 2007-03-03 | 1 | -10/+14 |
|
|
* | BUG: Propagate platform settings such as CMAKE_OSX_ARCHITECTURES to the try c... | Andy Cedilnik | 2007-03-02 | 1 | -0/+5 |
|
|
* | ENH: force c++ when building c++ objects | Bill Hoffman | 2007-02-21 | 1 | -0/+2 |
|
|
* | BUG: fix for bug 3950 add support for df compiler on windows | Bill Hoffman | 2007-02-20 | 1 | -0/+68 |
|
|
* | ENH: try to force c++ on qnx | Bill Hoffman | 2007-02-20 | 1 | -0/+3 |
|
|
* | BUG: Applied patch from bug#4462. | Brad King | 2007-02-19 | 1 | -2/+6 |
|
|
* | ENH: add beos file | Bill Hoffman | 2006-12-07 | 1 | -0/+10 |
|
|
* | BUG: use different commands for shared libraries and exe for manifest stuff f... | Bill Hoffman | 2006-11-11 | 1 | -2/+2 |
|
|
* | ENH: Adding image version number (major.minor) property to windows binaries. ... | Brad King | 2006-10-16 | 3 | -11/+27 |
|
|