Stephen Kelly
|
abfca97525
Move loop inside of condition.
|
10 years ago |
Stephen Kelly
|
0b61b86df8
Handle last element outside of the loop.
|
10 years ago |
Brad King
|
e2619c13f7
Merge topic 'use-algorithms'
|
10 years ago |
Brad King
|
ae775fe804
Makefile: Change link step message color to bold green
|
10 years ago |
Stephen Kelly
|
a7fcc148bd
Convert loop to algorithm.
|
10 years ago |
Stephen Kelly
|
d46c4f0727
Extract a prefix variable from loop.
|
10 years ago |
Stephen Kelly
|
d59913f001
Take computation out of loop.
|
10 years ago |
Brad King
|
8521fdf56e
Makefile: Fix output during parallel builds (#12991)
|
10 years ago |
Brad King
|
69ac6d2755
bootstrap: Enable color Makefile output
|
10 years ago |
Brad King
|
3cec0c75f7
Makefile: Generate .NOTPARALLEL without .PHONY (#14312)
|
10 years ago |
Brad King
|
9de2ab7fce
Merge topic 'consistent-empty-method'
|
10 years ago |
Stephen Kelly
|
aac44e71e6
Convert raw loops to vector member insert.
|
10 years ago |
Stephen Kelly
|
f09fde2d21
Replace 'foo.length() > 0' pattern with !foo.empty().
|
10 years ago |
Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
10 years ago |
Brad King
|
b5a467262b
Merge topic 'drop-ancient-workarounds'
|
10 years ago |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
10 years ago |
Stephen Kelly
|
238dd2fbab
Use insert instead of a loop in some cases.
|
11 years ago |
Brad King
|
6c67b8168c
Makefile: Workaround Borland Make bug with multiple outputs
|
11 years ago |
Brad King
|
644b4688d7
Makefile: Fix rebuild with multiple custom command outputs (#15116)
|
11 years ago |
Tim Gallagher
|
b6b37e3037
Makefile: Add assembly and preprocessed targets for Fortran
|
11 years ago |
Tim Gallagher
|
0842b08463
Makefile: Refactor checks for lang-specific targets and export compile cmds
|
11 years ago |
Nils Gladitz
|
cc1139cc30
strings: Remove redundant calls to std::string::c_str()
|
11 years ago |
Brad King
|
9f92a78be2
cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE'
|
11 years ago |
Ben Boeckel
|
6fa6bedf78
LocalGenerator: Add a string overload for AppendFlags
|
11 years ago |
Brad King
|
5376151aa1
Merge topic 'target-transitive-sources'
|
11 years ago |
Stephen Kelly
|
e6971df6ab
cmTarget: Make the source files depend on the config.
|
11 years ago |
Jiri Malak
|
423009c17f
Makefile: Generate single-quoted object lists for Watcom
|
11 years ago |
Jiri Malak
|
a863a8fecd
cmLocalUnixMakefileGenerator3: Re-organize ConvertToQuotedOutputPath
|
11 years ago |
Brad King
|
d8fb08a391
Merge topic 'watcom-updates'
|
11 years ago |
Stephen Kelly
|
d83ef53a12
Rename local 'dir_max' variables to 'dir'
|
11 years ago |