Alex Neundorf
|
a02987a0df
Don't enforce VERBOSE makefiles for the CodeBlocks generator
|
15 years ago |
Alex Neundorf
|
7b1421b885
Remove trailing whitespace
|
15 years ago |
Campbell Barton
|
dc36b34994
Honor RULE_MESSAGES property for build target messages
|
15 years ago |
Brad King
|
6fc4cd8680
Fix or cast integer conversions in cmake
|
15 years ago |
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 |
Brad King
|
cd83f1979d
ENH: Cleanup make progress rule generation code
|
16 years ago |
Alexander Neundorf
|
f27a2ca363
COMP: remove unused variable TargetSourceFileCount, it seems it is unused since version 1.88 of cmGlobalUnixMakefileGenerator3.cxx
|
17 years ago |
Ken Martin
|
0b4375daf2
BUG: improve progress reporting when there are multiple targets with the same name, bug# 7042
|
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 |
Bill Hoffman
|
6903d2df8b
ENH: remove const
|
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
|
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 |
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 |
Brad King
|
8b0575c4ce
ENH: Added cmTarget::GetLanguages method to centralize computation of the list of languages compiled in a target.
|
18 years ago |
Alexander Neundorf
|
43de8c8628
|
18 years ago |
Alexander Neundorf
|
1358009382
|
18 years ago |
Alexander Neundorf
|
179943bf14
|
18 years ago |
Alexander Neundorf
|
df8f550029
|
18 years ago |
Brad King
|
142210997f
BUG: Watcom WMake needs empty rule commands even for symbolic targets. This fixes the cmake_force target.
|
18 years ago |
Ken Martin
|
2a1e2456ae
ENH: some code consolidation and cleanup
|
18 years ago |
Brad King
|
f7611f167c
ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type cmGlobalUnixMakefileGenerator3 to give access to all methods. Fixed broken custom targets with no commands for Borland makefiles when CMAKE_SKIP_RULE_DEPENDENCY is set.
|
19 years ago |
Ken Martin
|
bdb530191d
BUG: bad progress for named top level targets
|
19 years ago |
Brad King
|
eef327b944
ENH: Adding install/local global target for Makefile generators. This runs installation only in the current directory and not subdirectories.
|
19 years ago |