Daniel Pfeifer
|
73f648f167
use empty method to check for emptyness
|
9 years ago |
Chuck Atkins
|
02d177c9cc
Add additional <= and >= comparison operators
|
9 years ago |
Brad King
|
b5ec5b0901
Avoid using KWSys auto_ptr by adopting it ourselves
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Brad King
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
9 years ago |
Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 years ago |
Brad King
|
180538c706
Source: Stabilize include order
|
9 years ago |
Felix Geyer
|
49e82c15d5
Fix spelling typos in comments and documentation (#16037)
|
9 years ago |
Stephen Kelly
|
8ea0b81d20
cmAlgorithms: Rename cmRange to cmMakeRange.
|
10 years ago |
Daniel Pfeifer
|
2b18cdcaba
string: add APPEND subcommand
|
10 years ago |
Stephen Kelly
|
bb10012fea
cmStringCommand: Accumulate with cmJoin and range adaptors.
|
10 years ago |
Stephen Kelly
|
f09fde2d21
Replace 'foo.length() > 0' pattern with !foo.empty().
|
10 years ago |
Stephen Kelly
|
aa773035b7
Replace !foo.size() pattern with foo.empty().
|
10 years ago |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
10 years ago |
Ben Boeckel
|
ceecd7902f
cmMakefile: store the number of last matches in a CMake var
|
11 years ago |
Brad King
|
808c77e231
Merge branch 'revert-cached-regex-clear' into revert-cached-regex-clear-for-master
|
11 years ago |
Ben Boeckel
|
7d674b5f0b
Revert "ClearMatches: Only clear matches which were actually set" (#15261)
|
11 years ago |
Stephen Kelly
|
5eb4d7590e
Remove some unneeded c_str calls.
|
11 years ago |
Domen Vrankar
|
474bbb9dbc
string: Tolerate SUBSTRING length exceeding end index
|
11 years ago |
Nils Gladitz
|
328e869433
StringUuid: Implement new string(UUID) sub-command.
|
11 years ago |
Ben Boeckel
|
f718b30a95
ClearMatches: Only clear matches which were actually set
|
11 years ago |
Stephen Kelly
|
28e1d2f8fc
cmStringCommand: Add GENEX_STRIP subcommand.
|
11 years ago |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 years ago |
Brad King
|
4e184a21be
string: Add CONCAT sub-command
|
12 years ago |
Bill Hoffman
|
dc03499595
Do not set CMAKE_MATCH_ variables when not neeeded
|
12 years ago |
Stephen Kelly
|
0ab50aea4c
string: Add MAKE_C_IDENTIFIER subcommand
|
12 years ago |
David Cole
|
354ecc1e1f
CMake: Fix dashboard warnings
|
13 years ago |
Nils Gladitz
|
711e2b3b5c
CMake: Add TIMESTAMP subcommand to string and file commands
|
13 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
Brad King
|
b0853b5fae
Disable file() and string() hash commands during bootstrap
|
14 years ago |