| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | BUG: Make sure CMAKE_INSTALL_PREFIX stays in subproject caches. | Brad King | 2008-01-29 | 1 | -2/+2 |
|
|
* | ENH: Added version support to Config mode of find_package command. | Brad King | 2008-01-29 | 9 | -1/+77 |
|
|
* | BUG: Fix Framework test after fixing FRAMEWORK targets to not install like fr... | Brad King | 2008-01-28 | 1 | -0/+2 |
|
|
* | ENH: Support exporting/importing of AppBundle targets. | Brad King | 2008-01-28 | 4 | -3/+45 |
|
|
* | BUG: Fix export/import file generation to not store link dependencies of exec... | Brad King | 2008-01-28 | 3 | -1/+6 |
|
|
* | ENH: Restored APPEND option to EXPORT() command in new implementation. | Brad King | 2008-01-28 | 1 | -1/+5 |
|
|
* | ENH: Added framework to ExportImport test. | Brad King | 2008-01-28 | 4 | -5/+17 |
|
|
* | ENH: Added ExportImport test to test new export/import features. | Brad King | 2008-01-28 | 12 | -0/+224 |
|
|
* | BUG: Updated SimpleInstall tests for new export/import interface. | Brad King | 2008-01-28 | 2 | -12/+12 |
|
|
* | ENH: add testing for return and break commands | Ken Martin | 2008-01-23 | 4 | -0/+151 |
|
|
* | ENH: Added RuntimePath test to make sure rpath gets correct order. | Brad King | 2008-01-22 | 7 | -0/+50 |
|
|
* | ENH: Implement linking with paths to library files instead of -L and -l separ... | Brad King | 2008-01-22 | 3 | -345/+9 |
|
|
* | BUG: Do not get in infinite loop when checking make tool version in cmake bui... | Brad King | 2008-01-21 | 1 | -1/+1 |
|
|
* | ENH: Implement version support in the find_package command module mode. Vers... | Brad King | 2008-01-21 | 4 | -0/+43 |
|
|
* | ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE) | Alexander Neundorf | 2008-01-18 | 3 | -9/+10 |
|
|
* | ENH: Make per-configuration COMPILE_DEFINITIONS_<CONFIG> directory property i... | Brad King | 2008-01-18 | 6 | -3/+27 |
|
|
* | ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a... | Brad King | 2008-01-18 | 3 | -0/+75 |
|
|
* | ENH: Use new set_property signature to set COMPILE_DEFINITIONS properties in ... | Brad King | 2008-01-17 | 1 | -17/+19 |
|
|
* | ENH: Changed signature of GET_PROPERTY command to be more powerful and extend... | Brad King | 2008-01-17 | 1 | -10/+12 |
|
|
* | ENH: Rename SET_PROPERITES command to SET_PROPERTY and give it a more powerfu... | Brad King | 2008-01-17 | 2 | -6/+5 |
|
|
* | STYLE: change case to match book | Ken Martin | 2008-01-17 | 2 | -6/+6 |
|
|
* | ENH: Updated FindPackageTest to test new find_package command features. | Brad King | 2008-01-17 | 11 | -0/+70 |
|
|
* | ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for... | Brad King | 2008-01-16 | 1 | -4/+4 |
|
|
* | BUG: Add newline between properties. | Brad King | 2008-01-15 | 1 | -1/+1 |
|
|
* | BUG: Test needs ansi C code support. | Brad King | 2008-01-15 | 1 | -0/+5 |
|
|
* | BUG: Disable semicolon test on VS 7.0. | Brad King | 2008-01-14 | 1 | -3/+6 |
|
|
* | ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat... | Brad King | 2008-01-14 | 8 | -0/+570 |
|
|
* | ENH: Patch from Maik to add preprocessor directive handling to Fortran depend... | Brad King | 2008-01-09 | 2 | -0/+58 |
|
|
* | ENH: change raise_scope signature to be safer for returned varuables | Ken Martin | 2008-01-03 | 3 | -8/+32 |
|
|
* | ENH: Add test for FILE(READ ...HEX). | Brad King | 2008-01-02 | 1 | -0/+7 |
|
|
* | BUG: Make RAISE_SCOPE function work when variable is not defined. | Brad King | 2008-01-02 | 2 | -0/+30 |
|
|
* | ENH: Added FILES_MATCHING option to INSTALL(DIRECTORY). This will help insta... | Brad King | 2008-01-02 | 2 | -0/+26 |
|
|
* | BUG: Fix SimpleInstall test to work with new dependency of package on all. | Brad King | 2008-01-01 | 2 | -0/+2 |
|
|
* | ENH: Implemented Fortran module output directory and search path flags. | Brad King | 2007-12-30 | 3 | -4/+17 |
|
|
* | BUG: Do not remove the source file extension when computing an object file na... | Brad King | 2007-12-29 | 2 | -18/+7 |
|
|
* | BUG: Disable test of fortran module dependencies except on GNU for now. A mo... | Brad King | 2007-12-29 | 1 | -1/+8 |
|
|
* | ENH: Add tests of Fortran module dependencies across directories and on exter... | Brad King | 2007-12-28 | 5 | -0/+54 |
|
|
* | BUG: Enable CMAKE_SUPPRESS_REGENERATION because the entire test runs during t... | Brad King | 2007-12-22 | 1 | -0/+5 |
|
|
* | ENH: Add a depends check step to custom targets. Add support for the IMPLICI... | Brad King | 2007-12-21 | 4 | -7/+27 |
|
|
* | ENH: Renamed CMAKE_FIND_PREFIX_PATH to CMAKE_PREFIX_PATH for brevity and cons... | Brad King | 2007-12-19 | 1 | -3/+3 |
|
|
* | BUG: fix for bug 6172 add get source file prop LANGUAGE | Bill Hoffman | 2007-12-18 | 1 | -0/+6 |
|
|
* | ENH: Implemented generation of display for pre-build, pre-link, and post-buil... | Brad King | 2007-12-18 | 1 | -0/+2 |
|
|
* | ENH: Added SOURCES property to targets. This is based on patch from issues #... | Brad King | 2007-12-17 | 1 | -1/+11 |
|
|
* | ENH: Added test for Fortran90 modules in subdirectories. | Brad King | 2007-12-15 | 5 | -0/+12 |
|
|
* | ENH: change to libs that are not real | Bill Hoffman | 2007-12-07 | 1 | -1/+1 |
|
|
* | BUG: fix for bug 5455, handle nodefaultlib with more than one lib | Bill Hoffman | 2007-12-06 | 1 | -1/+4 |
|
|
* | ENH: add functions and raise scope | Ken Martin | 2007-12-03 | 1 | -0/+1 |
|
|
* | ENH: add functions and raise scope to cmake | Ken Martin | 2007-12-03 | 2 | -0/+93 |
|
|
* | BUG: try to fix configure error on dashboard | Bill Hoffman | 2007-11-25 | 1 | -6/+6 |
|
|
* | ENH: add support for the Syllable OS (http://www.syllable.org) | Alexander Neundorf | 2007-11-24 | 1 | -33/+54 |
|
|