Brad King
|
aa8c003609
Qualify std::map compare functor as const
|
16 years ago |
Brad King
|
0089f9cf8f
Fix support for OLD behavior of policy CMP0002
|
16 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Alexander Neundorf
|
03d032b637
Rescan dependencies also if CMakeDirectoryInformation.cmake has changed.
|
16 years ago |
Brad King
|
a3a046643a
ENH: Pass config to cmTarget RPATH install methods
|
16 years ago |
Brad King
|
cd83f1979d
ENH: Cleanup make progress rule generation code
|
16 years ago |
Brad King
|
41b0f92c6a
ENH: Enable basic OpenVMS platform support
|
16 years ago |
Brad King
|
b5394e9600
BUG: Avoid std::unique algorithm on VMS
|
16 years ago |
Alexander Neundorf
|
2ab4e7df81
BUG: don't report changed compiler variables if the path to the compiler
|
16 years ago |
Brad King
|
2282748907
BUG: Fix OS X AppBundle/FW byproducts dependencies
|
17 years ago |
Bill Hoffman
|
bb7b27e417
ENH: add initial ctest -j feature
|
17 years ago |
Ken Martin
|
fc8b27650c
ENH: fix for bug 6364, extra help targets when there are subdirectories of the top level
|
17 years ago |
Ken Martin
|
0b4375daf2
BUG: improve progress reporting when there are multiple targets with the same name, bug# 7042
|
17 years ago |
Alexander Neundorf
|
4ce05b6e07
BUG: make ENABLE_LANGUAGE(ASM-ATT OPTIONAL) work again: if it didn't work
|
17 years ago |
Bill Hoffman
|
a24ff4e453
ENH: add PHONY targets
|
17 years ago |
Ken Martin
|
2ad4f4bb9d
BUG: fix some bad changes in progress calc
|
17 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
|
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
|
2836fc43e7
BUG: Support cyclic dependencies among STATIC libraries by removing one from the generated Makefile rules.
|
18 years ago |
Brad King
|
e23348c5a6
COMP: Remove unused parameter of method.
|
18 years ago |
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 years ago |
Brad King
|
d2be142e3b
BUG: Now that custom targets have dependencies their DependInfo files should be listed in Makefile.cmake.
|
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 |
Bill Hoffman
|
fd33bf93a5
ENH: fix for bug 6102, allow users to change the compiler
|
18 years ago |
Ken Martin
|
6cdf032505
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
Brad King
|
bffcff4530
ENH: Added warning when an install rule is created from an EXCLUDE_FROM_ALL target. Added a foo/preinstall version of targets that need relinking so that exclude-from-all targets can be manually relinked for installation.
|
18 years ago |
Brad King
|
d7118006de
BUG: Target exclusion-from-all tests should always use the root local generator associated with the all target being tested.
|
18 years ago |
Brad King
|
bf0c200f0a
ENH: Added cmTarget::GetLanguages method to centralize computation of the list of languages compiled in a target. Transformed NeedRequiresStep to use it.
|
18 years ago |
Brad King
|
8dc897b60c
BUG: Removing accidental commit.
|
18 years ago |