index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: preclean some warnings
Ken Martin
2008-03-25
70
-2/+72
*
ENH: Add "if(POLICY policy-id)" option for IF command.
Brad King
2008-03-20
3
-0/+15
*
BUG: Convert cmake_policy(VERSION) to cmake_minimum_required(VERSION) in Test...
Brad King
2008-03-20
2
-2/+2
*
ENH: add REMOVE_DUPLICATES subcommand to LIST command (and test). Remove dupl...
Sebastien Barre
2008-03-12
1
-0/+4
*
ENH: Improve handling of old-style compatibility.
Brad King
2008-03-07
2
-0/+2
*
ENH: Add script GetPrerequisites.cmake to help analyze what shared libraries ...
David Cole
2008-03-04
2
-2/+159
*
BUG: Fix typo XCode -> Xcode in Preprocess test.
Brad King
2008-03-01
1
-2/+2
*
ENH: Update Preprocess test to distinguish between the make tool or compiler ...
Brad King
2008-03-01
1
-27/+75
*
ENH: Updated DEFINE_PROPERTY command to be more extendible and more consisten...
Brad King
2008-02-14
4
-8/+19
*
BUG: Need ANSI C.
Brad King
2008-02-08
1
-0/+2
*
ENH: Make Dependency test Case2 require two traversals of a static library loop.
Brad King
2008-02-07
6
-6/+11
*
ENH: complex must link to curl now
Bill Hoffman
2008-02-07
3
-3/+6
*
ENH: Combine all dependency* tests into one Dependency test. Add more diffic...
Brad King
2008-02-06
18
-54/+111
*
ENH: Improve exporting/importing of targets
Brad King
2008-02-06
1
-1/+4
*
COMP: Convert C function prototypes to use (void) instead of ().
Brad King
2008-02-03
4
-5/+5
*
ENH: disable test for vs 70 as devenv randomly segfaults when building the su...
Ken Martin
2008-02-01
1
-2/+2
*
BUG: Remove InstallNameFixupPath from cmTarget and cmInstallTargetGenerator.
Brad King
2008-02-01
1
-8/+8
*
ENH: Update ExportImport test to enforce dependent library paths
Brad King
2008-02-01
2
-0/+11
*
BUG: Fix commit 1.41 of Tests/CMakeLists.txt to place fake target before --ve...
Brad King
2008-02-01
1
-1/+1
*
ENH: Support linking to shared libs with dependent libs
Brad King
2008-01-31
1
-10/+5
*
ENH: Updated ExportImport test to try LINK_INTERFACE_LIBRARIES.
Brad King
2008-01-30
7
-14/+59
*
ENH: add missing files
Bill Hoffman
2008-01-30
2
-0/+18
*
ENH: fix for bug 3218 dependant projects are written out automatically if the...
Bill Hoffman
2008-01-30
4
-2/+49
*
BUG: Custom command driver outputs must be SYMBOLIC since no corresponding fi...
Brad King
2008-01-29
1
-0/+12
*
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
[next]