Alex Neundorf
|
a02987a0df
Don't enforce VERBOSE makefiles for the CodeBlocks generator
|
15 年之前 |
Alex Neundorf
|
7b1421b885
Remove trailing whitespace
|
15 年之前 |
Campbell Barton
|
dc36b34994
Honor RULE_MESSAGES property for build target messages
|
15 年之前 |
Brad King
|
6fc4cd8680
Fix or cast integer conversions in cmake
|
15 年之前 |
Brad King
|
aa8c003609
Qualify std::map compare functor as const
|
16 年之前 |
Brad King
|
0089f9cf8f
Fix support for OLD behavior of policy CMP0002
|
16 年之前 |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 年之前 |
Alexander Neundorf
|
03d032b637
Rescan dependencies also if CMakeDirectoryInformation.cmake has changed.
|
16 年之前 |
Brad King
|
a3a046643a
ENH: Pass config to cmTarget RPATH install methods
|
16 年之前 |
Brad King
|
cd83f1979d
ENH: Cleanup make progress rule generation code
|
16 年之前 |
Brad King
|
41b0f92c6a
ENH: Enable basic OpenVMS platform support
|
16 年之前 |
Brad King
|
b5394e9600
BUG: Avoid std::unique algorithm on VMS
|
16 年之前 |
Alexander Neundorf
|
2ab4e7df81
BUG: don't report changed compiler variables if the path to the compiler
|
16 年之前 |
Brad King
|
2282748907
BUG: Fix OS X AppBundle/FW byproducts dependencies
|
17 年之前 |
Bill Hoffman
|
bb7b27e417
ENH: add initial ctest -j feature
|
17 年之前 |
Ken Martin
|
fc8b27650c
ENH: fix for bug 6364, extra help targets when there are subdirectories of the top level
|
17 年之前 |
Ken Martin
|
0b4375daf2
BUG: improve progress reporting when there are multiple targets with the same name, bug# 7042
|
17 年之前 |
Alexander Neundorf
|
4ce05b6e07
BUG: make ENABLE_LANGUAGE(ASM-ATT OPTIONAL) work again: if it didn't work
|
17 年之前 |
Bill Hoffman
|
a24ff4e453
ENH: add PHONY targets
|
17 年之前 |
Ken Martin
|
2ad4f4bb9d
BUG: fix some bad changes in progress calc
|
17 年之前 |
Bill Hoffman
|
6903d2df8b
ENH: remove const
|
18 年之前 |
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 年之前 |
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 年之前 |
Brad King
|
2836fc43e7
BUG: Support cyclic dependencies among STATIC libraries by removing one from the generated Makefile rules.
|
18 年之前 |
Brad King
|
e23348c5a6
COMP: Remove unused parameter of method.
|
18 年之前 |
Brad King
|
3cf3bb664a
ENH: Make static library targets depend on targets to which they "link" for the purpose of build ordering. This makes the build order consistent for static and shared library builds. It is also useful when custom command inputs of one library are generated as custom commands outputs of another. It may be useful in the future for Fortran module dependencies. Implemented for Makefiles, Xcode, and VS 8 and above. Added sample code to do it for VS 7.1 and below, but left it disabled with comments explaining why. Likely it will never be needed on VS 7.1 or below anyway.
|
18 年之前 |
Brad King
|
d2be142e3b
BUG: Now that custom targets have dependencies their DependInfo files should be listed in Makefile.cmake.
|
18 年之前 |
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 年之前 |
Bill Hoffman
|
fd33bf93a5
ENH: fix for bug 6102, allow users to change the compiler
|
18 年之前 |
Ken Martin
|
6cdf032505
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 年之前 |