Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
před 16 roky |
Brad King
|
80c947b397
No /fast targets in try_compile project mode
|
před 16 roky |
Brad King
|
73de2362dd
Fix recursive try_compile calls
|
před 16 roky |
Bill Hoffman
|
300514fd25
ENH: make sure GUIDs for filters are cached
|
před 16 roky |
Brad King
|
a232dbe8d2
BUG: Fix Xcode linker language
|
před 16 roky |
Brad King
|
a86e81c358
ENH: Generate a central list of target directories
|
před 16 roky |
Brad King
|
d35651fb6c
ENH: Extend GG::Build method for pre-parsed args
|
před 17 roky |
Brad King
|
1d3308156e
ENH: Enforce unique binary directories
|
před 17 roky |
Brad King
|
13f9bb646d
ENH: Define target and source property LABELS
|
před 17 roky |
Brad King
|
ac9b7ec155
ENH: Refactor custom command rule hashing
|
před 17 roky |
Bill Hoffman
|
1777bb502a
BUG: 4244, add a --build option to cmake that can build projects configured by CMake
|
před 17 roky |
Bill Hoffman
|
ab409fec89
BUG: fix for 7738, allow for spaces in the package target path to CPackConfig files
|
před 17 roky |
Brad King
|
4719984553
ENH: Make dir content cache work during configure
|
před 17 roky |
Brad King
|
2bc9acb1ca
BUG: Fix try_compile during EnableLanguage
|
před 17 roky |
David Cole
|
83ec8c3593
ENH: Further refinement of the CPack components functionality from Doug Gregor.
|
před 17 roky |
Brad King
|
e79b73d61f
BUG: Include less content as input to "rule hash" computation.
|
před 17 roky |
Brad King
|
6be09c3667
ENH: Introduce "rule hashes" to help rebuild files when rules change.
|
před 17 roky |
Brad King
|
1c0ffdc11c
BUG: Fix crash on repeated configure steps and exported targets.
|
před 17 roky |
Brad King
|
771bdb7ef8
BUG: Make sure all source files are found before generating.
|
před 17 roky |
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.
|
před 18 roky |
Brad King
|
523ddedac5
ENH: Analyze inter-target dependencies to safely fix cycles
|
před 18 roky |
Bill Hoffman
|
6903d2df8b
ENH: remove const
|
před 18 roky |
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
|
před 18 roky |
Brad King
|
5594ad4885
ENH: Updated exporting and importing of targets to support libraries and configurations.
|
před 18 roky |
Brad King
|
96fd5909d9
ENH: Implement linking with paths to library files instead of -L and -l separation. See bug #3832
|
před 18 roky |
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.
|
před 18 roky |
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.
|
před 18 roky |
Alexander Neundorf
|
4ed64cf73a
ENH: add GetCleanTargetName() which returns "clean" for makefiles, so it can
|
před 18 roky |
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.
|
před 18 roky |
Bill Hoffman
|
d9d40942a0
ENH: add guess progress for first time configuring a project.
|
před 18 roky |