Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Brad King
|
80c947b397
No /fast targets in try_compile project mode
|
16 years ago |
Brad King
|
73de2362dd
Fix recursive try_compile calls
|
16 years ago |
Bill Hoffman
|
300514fd25
ENH: make sure GUIDs for filters are cached
|
16 years ago |
Brad King
|
a232dbe8d2
BUG: Fix Xcode linker language
|
16 years ago |
Brad King
|
a86e81c358
ENH: Generate a central list of target directories
|
16 years ago |
Brad King
|
d35651fb6c
ENH: Extend GG::Build method for pre-parsed args
|
16 years ago |
Brad King
|
1d3308156e
ENH: Enforce unique binary directories
|
17 years ago |
Brad King
|
13f9bb646d
ENH: Define target and source property LABELS
|
17 years ago |
Brad King
|
ac9b7ec155
ENH: Refactor custom command rule hashing
|
17 years ago |
Bill Hoffman
|
1777bb502a
BUG: 4244, add a --build option to cmake that can build projects configured by CMake
|
17 years ago |
Bill Hoffman
|
ab409fec89
BUG: fix for 7738, allow for spaces in the package target path to CPackConfig files
|
17 years ago |
Brad King
|
4719984553
ENH: Make dir content cache work during configure
|
17 years ago |
Brad King
|
2bc9acb1ca
BUG: Fix try_compile during EnableLanguage
|
17 years ago |
David Cole
|
83ec8c3593
ENH: Further refinement of the CPack components functionality from Doug Gregor.
|
17 years ago |
Brad King
|
e79b73d61f
BUG: Include less content as input to "rule hash" computation.
|
17 years ago |
Brad King
|
6be09c3667
ENH: Introduce "rule hashes" to help rebuild files when rules change.
|
17 years ago |
Brad King
|
1c0ffdc11c
BUG: Fix crash on repeated configure steps and exported targets.
|
17 years ago |
Brad King
|
771bdb7ef8
BUG: Make sure all source files are found before generating.
|
17 years ago |
Brad King
|
1c0595c73f
ENH: Add global property ALLOW_DUPLICATE_CUSTOM_TARGETS to help existing projects that depend on having duplicate custom targets. It is allowed only for Makefile generators. See bug#6348.
|
18 years ago |
Brad King
|
523ddedac5
ENH: Analyze inter-target dependencies to safely fix cycles
|
18 years ago |
Bill Hoffman
|
6903d2df8b
ENH: remove const
|
18 years ago |
Bill Hoffman
|
8a83f09637
ENH: fix for bug 3218 dependant projects are written out automatically if they are in the project. Also fix bug 5829, remove hard coded CMAKE_CONFIGURATION_TYPES from vs 7 generator
|
18 years ago |
Brad King
|
5594ad4885
ENH: Updated exporting and importing of targets to support libraries and configurations.
|
18 years ago |
Brad King
|
96fd5909d9
ENH: Implement linking with paths to library files instead of -L and -l separation. See bug #3832
|
18 years ago |
Brad King
|
430296dc96
ENH: Moved global inter-target dependency analysis and cycle-prevention code up from cmGlobalUnixMakefileGenerator3 to cmGlobalGenerator. Simplified cmGlobalUnixMakefileGenerator3 to use it. Later other generators may be modified to use it also.
|
18 years ago |
Brad King
|
d83b4cd255
ENH: Add a depends check step to custom targets. Add support for the IMPLICIT_DEPENDS feature of custom commands when building in custom targets. Convert multiple-output pair checks to be per-target instead of global.
|
18 years ago |
Alexander Neundorf
|
4ed64cf73a
ENH: add GetCleanTargetName() which returns "clean" for makefiles, so it can
|
18 years ago |
David Cole
|
867de7fc67
ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual Studio macro to reload a solution file automatically if CMake makes changes to .sln files or .vcproj files. Add code to call the macro automatically for any running Visual Studio instances with the .sln file open at the end of the Visual Studio Generate call. Only call the macro if some .sln or .vcproj file changed during Generate. Also, add handling for REG_EXPAND_SZ type to SystemTools::ReadRegistryValue - returned string has environment variable references expanded.
|
18 years ago |
Bill Hoffman
|
d9d40942a0
ENH: add guess progress for first time configuring a project.
|
18 years ago |