summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* ENH: complex must link to curl nowBill Hoffman2008-02-073-3/+6
* ENH: Combine all dependency* tests into one Dependency test. Add more diffic...Brad King2008-02-0618-54/+111
* ENH: Improve exporting/importing of targetsBrad King2008-02-061-1/+4
* COMP: Convert C function prototypes to use (void) instead of ().Brad King2008-02-034-5/+5
* ENH: disable test for vs 70 as devenv randomly segfaults when building the su...Ken Martin2008-02-011-2/+2
* BUG: Remove InstallNameFixupPath from cmTarget and cmInstallTargetGenerator.Brad King2008-02-011-8/+8
* ENH: Update ExportImport test to enforce dependent library pathsBrad King2008-02-012-0/+11
* BUG: Fix commit 1.41 of Tests/CMakeLists.txt to place fake target before --ve...Brad King2008-02-011-1/+1
* ENH: Support linking to shared libs with dependent libsBrad King2008-01-311-10/+5
* ENH: Updated ExportImport test to try LINK_INTERFACE_LIBRARIES.Brad King2008-01-307-14/+59
* ENH: add missing filesBill Hoffman2008-01-302-0/+18
* ENH: fix for bug 3218 dependant projects are written out automatically if the...Bill Hoffman2008-01-304-2/+49
* BUG: Custom command driver outputs must be SYMBOLIC since no corresponding fi...Brad King2008-01-291-0/+12
* BUG: Make sure CMAKE_INSTALL_PREFIX stays in subproject caches.Brad King2008-01-291-2/+2
* ENH: Added version support to Config mode of find_package command.Brad King2008-01-299-1/+77
* BUG: Fix Framework test after fixing FRAMEWORK targets to not install like fr...Brad King2008-01-281-0/+2
* ENH: Support exporting/importing of AppBundle targets.Brad King2008-01-284-3/+45
* BUG: Fix export/import file generation to not store link dependencies of exec...Brad King2008-01-283-1/+6
* ENH: Restored APPEND option to EXPORT() command in new implementation.Brad King2008-01-281-1/+5
* ENH: Added framework to ExportImport test.Brad King2008-01-284-5/+17
* ENH: Added ExportImport test to test new export/import features.Brad King2008-01-2812-0/+224
* BUG: Updated SimpleInstall tests for new export/import interface.Brad King2008-01-282-12/+12
* ENH: add testing for return and break commandsKen Martin2008-01-234-0/+151
* ENH: Added RuntimePath test to make sure rpath gets correct order.Brad King2008-01-227-0/+50
* ENH: Implement linking with paths to library files instead of -L and -l separ...Brad King2008-01-223-345/+9
* BUG: Do not get in infinite loop when checking make tool version in cmake bui...Brad King2008-01-211-1/+1
* ENH: Implement version support in the find_package command module mode. Vers...Brad King2008-01-214-0/+43
* ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE)Alexander Neundorf2008-01-183-9/+10
* ENH: Make per-configuration COMPILE_DEFINITIONS_<CONFIG> directory property i...Brad King2008-01-186-3/+27
* ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a...Brad King2008-01-183-0/+75
* ENH: Use new set_property signature to set COMPILE_DEFINITIONS properties in ...Brad King2008-01-171-17/+19
* ENH: Changed signature of GET_PROPERTY command to be more powerful and extend...Brad King2008-01-171-10/+12
* ENH: Rename SET_PROPERITES command to SET_PROPERTY and give it a more powerfu...Brad King2008-01-172-6/+5
* STYLE: change case to match bookKen Martin2008-01-172-6/+6
* ENH: Updated FindPackageTest to test new find_package command features.Brad King2008-01-1711-0/+70
* ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for...Brad King2008-01-161-4/+4
* BUG: Add newline between properties.Brad King2008-01-151-1/+1
* BUG: Test needs ansi C code support.Brad King2008-01-151-0/+5
* BUG: Disable semicolon test on VS 7.0.Brad King2008-01-141-3/+6
* ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat...Brad King2008-01-148-0/+570
* ENH: Patch from Maik to add preprocessor directive handling to Fortran depend...Brad King2008-01-092-0/+58
* ENH: change raise_scope signature to be safer for returned varuablesKen Martin2008-01-033-8/+32
* ENH: Add test for FILE(READ ...HEX).Brad King2008-01-021-0/+7
* BUG: Make RAISE_SCOPE function work when variable is not defined.Brad King2008-01-022-0/+30
* ENH: Added FILES_MATCHING option to INSTALL(DIRECTORY). This will help insta...Brad King2008-01-022-0/+26
* BUG: Fix SimpleInstall test to work with new dependency of package on all.Brad King2008-01-012-0/+2
* ENH: Implemented Fortran module output directory and search path flags.Brad King2007-12-303-4/+17
* BUG: Do not remove the source file extension when computing an object file na...Brad King2007-12-292-18/+7
* BUG: Disable test of fortran module dependencies except on GNU for now. A mo...Brad King2007-12-291-1/+8
* ENH: Add tests of Fortran module dependencies across directories and on exter...Brad King2007-12-285-0/+54