Stephen Kelly
|
0a4e5674ec
cmMacroCommand: Remove counting variable.
|
11 tahun lalu |
Stephen Kelly
|
11ecc31d0a
cmMacroCommand: Execute loop only if it has an effect.
|
11 tahun lalu |
Stephen Kelly
|
f95543f8a6
cmMacroCommand: Extract iteration starting point.
|
11 tahun lalu |
Stephen Kelly
|
9fe8f49353
cmMacroCommand: Replace a loop with cmJoin.
|
10 tahun lalu |
Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
11 tahun lalu |
Stephen Kelly
|
d92887efab
Replace 'foo.size() > 0' pattern with !foo.empty().
|
11 tahun lalu |
Brad King
|
b5a467262b
Merge topic 'drop-ancient-workarounds'
|
11 tahun lalu |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
11 tahun lalu |
Stephen Kelly
|
238dd2fbab
Use insert instead of a loop in some cases.
|
11 tahun lalu |
Stephen Kelly
|
6c19024570
Remove extra semicolons from C++ code.
|
11 tahun lalu |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 tahun lalu |
Ben Boeckel
|
85fc9f26a7
stringapi: Command names
|
11 tahun lalu |
Brad King
|
ccdf7e04d4
macro: Do not substitute for placeholders in bracket arguments
|
12 tahun lalu |
Brad King
|
999abb993e
macro: Add extra indentation to placeholder substitution code
|
12 tahun lalu |
Brad King
|
e33d8d2d77
Drop builtin command documentation
|
12 tahun lalu |
Brad King
|
0546484e4b
cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enum
|
13 tahun lalu |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 tahun lalu |
Yury G. Kudryashov
|
737c49a357
Add 'const' qualifier to some cmCommand members
|
13 tahun lalu |
Eric NOULARD
|
1629615a10
CPack Documentation extraction from CMake script begins to work
|
14 tahun lalu |
Bill Hoffman
|
cd626ea66e
For macros make sure the FilePath points to a valid pointer in the args.
|
15 tahun lalu |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 tahun lalu |
Brad King
|
3028ca756c
ENH: Better policies for functions and macros
|
17 tahun lalu |
Brad King
|
919fdb7f27
ENH: Enforce logical blocks in functions/macros
|
17 tahun lalu |
Brad King
|
1dcc5b4558
ENH: Better handling of mismatched blocks
|
17 tahun lalu |
Brad King
|
bca1026250
ENH: Better error message for unclosed blocks
|
17 tahun lalu |
Brad King
|
dbd88e00c7
ENH: Improve context for errors in macros
|
17 tahun lalu |
Brad King
|
680104a490
ENH: New format for warning and error messages
|
17 tahun lalu |
Bill Hoffman
|
f386c2aae0
ENH: make CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS the default and remove the property. If any value is specified in an endif, endforeach, endwhile, etc then make sure it matches the start string. If no values are given then it is no longer an error.
|
18 tahun lalu |
Ken Martin
|
0e69d38004
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
|
18 tahun lalu |
Ken Martin
|
27379d7b08
ENH: make properties a bit more formal with documentation and chaining
|
19 tahun lalu |