Sylvain Joubert
|
d8ecc25457
Add PREPEND sub-command to string command
|
8 years ago |
Daniel Pfeifer
|
a1218f59d9
cmCommand: remove unused methods from interface and all implementations
|
8 years ago |
Daniel Pfeifer
|
44c0b2b75a
cmCommand: remove IsScriptable
|
8 years ago |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 years ago |
Daniel Pfeifer
|
5afac50f68
cmConfigure: Ensure separate include block in headers
|
8 years ago |
Daniel Pfeifer
|
e81c323da9
Include necessary headers in commands
|
9 years ago |
Daniel Pfeifer
|
9855ebf11a
Make cmCommand not inherit from cmObject
|
9 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Daniel Pfeifer
|
a7a9239096
mark functions with CM_OVERRIDE
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Daniel Pfeifer
|
2b18cdcaba
string: add APPEND subcommand
|
10 years ago |
Ben Boeckel
|
ceecd7902f
cmMakefile: store the number of last matches in a CMake var
|
11 years ago |
Ben Boeckel
|
7d674b5f0b
Revert "ClearMatches: Only clear matches which were actually set" (#15261)
|
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
|
6c19024570
Remove extra semicolons from C++ code.
|
11 years ago |
Stephen Kelly
|
28e1d2f8fc
cmStringCommand: Add GENEX_STRIP subcommand.
|
11 years ago |
Ben Boeckel
|
85fc9f26a7
stringapi: Command names
|
11 years ago |
Brad King
|
4e184a21be
string: Add CONCAT sub-command
|
12 years ago |
Brad King
|
e33d8d2d77
Drop builtin command documentation
|
12 years ago |
Stephen Kelly
|
0ab50aea4c
string: Add MAKE_C_IDENTIFIER subcommand
|
12 years ago |
Brad King
|
763a6dcd33
string: Fix regex documentation of '^' and '$' (#14028)
|
12 years ago |
Petr Kmoch
|
3cf2f67adc
Documentation: Clarify a few subtleties
|
12 years ago |
David Cole
|
d842d90622
CMake: Stylistic changes and documentation tweaks
|
13 years ago |
Nils Gladitz
|
711e2b3b5c
CMake: Add TIMESTAMP subcommand to string and file commands
|
13 years ago |
Brad King
|
0ed6ff7a2e
string: Clarify regex documentation of '-' behavior
|
13 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
Yury G. Kudryashov
|
737c49a357
Add 'const' qualifier to some cmCommand members
|
13 years ago |
Brad King
|
2e9c26cf96
Add string(MD5) and string(SHA*) commands to compute hashes
|
14 years ago |
Rolf Eike Beer
|
ecdad65a45
CMake: Update documentation of STRING(SUBSTRING) for length -1 (#10740)
|
15 years ago |