Stephen Kelly
|
c37cf7fa9e
cmCacheManager: Remove unused method
|
10 years ago |
Stephen Kelly
|
06f61c26cf
Do not treat DEFINITIONS as a built-in directory property
|
10 years ago |
Stephen Kelly
|
f2e07a6d90
cmMakefile: Remove unused PreOrder member.
|
10 years ago |
Stephen Kelly
|
aafe282188
cmMakefile: Remove unused Prefix member.
|
10 years ago |
Stephen Kelly
|
1fcf590b14
cmMakefile: Remove unused SubDirectoryOrder member.
|
10 years ago |
Stephen Kelly
|
c3a60cc9cc
cmMakefile: Remove AddExtraDirectory method.
|
10 years ago |
Bill Hoffman
|
a4a1b729c6
Fix warnings from clang scanbuild.
|
10 years ago |
Brad King
|
15b06bc012
Merge topic 'cmAlgorithms-cleanup'
|
10 years ago |
Stephen Kelly
|
7916d7bac6
Include cmAlgorithms where it is used.
|
10 years ago |
Nils Gladitz
|
242c396656
add_custom_command: Diagnose MAIN_DEPENDENCY limitation.
|
10 years ago |
Brad King
|
6dc9a627b6
Merge topic 'minor-cleanups'
|
10 years ago |
Stephen Kelly
|
c021f59c1f
cmMakefile: Store macro list in a vector not in a map.
|
10 years ago |
Stephen Kelly
|
2d130896a0
cmMakefile: Fix list of macros generation.
|
10 years ago |
Stephen Kelly
|
416df93aa9
Convert some raw loops to cmWrap.
|
10 years ago |
Stephen Kelly
|
f20a4257f2
cmMakefile: Add flag to result and manipulate in place.
|
10 years ago |
Stephen Kelly
|
ee269f4f16
cmMakefile: Replace two loops with std::replace.
|
10 years ago |
Stephen Kelly
|
470cff497b
cmMakefile: Replace loop with composed algorithm.
|
11 years ago |
Stephen Kelly
|
8910224950
Replace common loop pattern with cmJoin
|
11 years ago |
Stephen Kelly
|
7ee56f0399
Convert loops into the commonly used pattern.
|
11 years ago |
Brad King
|
cbffbf7437
Merge topic 'cmStandardIncludes-cleanup'
|
10 years ago |
Stephen Kelly
|
af65da0aa9
cmStandardIncludes: Remove list include.
|
11 years ago |
Stephen Kelly
|
3f3db74413
cmMakefile: Remove ExpandSourceListArguments.
|
11 years ago |
Brad King
|
3228fc5049
Features: Define meaning for no language standard default
|
11 years ago |
Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
11 years ago |
Stephen Kelly
|
930bd47816
Replace 'foo.size() == 0' pattern with foo.empty().
|
11 years ago |
Stephen Kelly
|
d92887efab
Replace 'foo.size() > 0' pattern with !foo.empty().
|
11 years ago |
Brad King
|
4ecc392b42
Merge topic 'delete-algorithm'
|
11 years ago |
Brad King
|
6418eef222
Merge topic 'fix-COMPILE_FEATURES-genex'
|
11 years ago |
Stephen Kelly
|
4a6e795b0c
Use the cmDeleteAll algorithm instead of trivial raw loops.
|
11 years ago |
Stephen Kelly
|
2bead0eb1b
cmMakefile: Rename a method to what it really does.
|
11 years ago |