Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
vor 11 Jahren |
Brad King
|
4e184a21be
string: Add CONCAT sub-command
|
vor 12 Jahren |
Bill Hoffman
|
dc03499595
Do not set CMAKE_MATCH_ variables when not neeeded
|
vor 12 Jahren |
Stephen Kelly
|
0ab50aea4c
string: Add MAKE_C_IDENTIFIER subcommand
|
vor 12 Jahren |
David Cole
|
354ecc1e1f
CMake: Fix dashboard warnings
|
vor 13 Jahren |
Nils Gladitz
|
711e2b3b5c
CMake: Add TIMESTAMP subcommand to string and file commands
|
vor 13 Jahren |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
vor 13 Jahren |
Brad King
|
b0853b5fae
Disable file() and string() hash commands during bootstrap
|
vor 14 Jahren |
Brad King
|
2e9c26cf96
Add string(MD5) and string(SHA*) commands to compute hashes
|
vor 14 Jahren |
Rolf Eike Beer
|
ecdad65a45
CMake: Update documentation of STRING(SUBSTRING) for length -1 (#10740)
|
vor 14 Jahren |
Brad King
|
7ff98b7a8c
Fix forced-seed argument type in string(RANDOM)
|
vor 14 Jahren |
Brad King
|
e1b0a11dd4
Improve string(RANDOM) default seed
|
vor 14 Jahren |
Brad King
|
006124b446
Avoid direct use of std::stringstream
|
vor 14 Jahren |
Tim Hütz
|
1462561a8c
Add a string(FIND) sub-command (#11795)
|
vor 14 Jahren |
Brad King
|
dd2f81491e
Merge branch 'dev/add_test-working-directory' into dev/strict-mode
|
vor 14 Jahren |
Rolf Eike Beer
|
36cb701690
allow STRING(SUBSTRING) work with length -1 as "rest of the string"
|
vor 15 Jahren |
Ben Boeckel
|
a17aff74c7
Ignore CMAKE_MATCH_* variables for usage
|
vor 15 Jahren |
Brad King
|
6fc4cd8680
Fix or cast integer conversions in cmake
|
vor 15 Jahren |
David Cole
|
d6fe0438c1
Fix issue #9851 - only seed the random number generator on the first call to STRING(RANDOM or if given the new RANDOM_SEED argument. Add test and documentation of new argument.
|
vor 16 Jahren |
David Cole
|
837364cb04
Correct some typos in error messages in the string command. Add a test that covers more of the code implemented in cmStringCommand.cxx, especially the error handlers.
|
vor 16 Jahren |
David Cole
|
a9dcc7fd47
Fix warnings in CMake source code. Suppress warnings in Lexer and Parser files that are 'too hard' to fix.
|
vor 16 Jahren |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
vor 16 Jahren |
David Cole
|
9cd09b59c6
BUG: Correct typo in error message.
|
vor 17 Jahren |
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
|
vor 18 Jahren |
Alexander Neundorf
|
bcb73bb9f4
BUG: fix STRING(STRIP ...) if no non-space is contained in the input string,
|
vor 18 Jahren |
Alexander Neundorf
|
e80acd971c
|
vor 18 Jahren |
Alexander Neundorf
|
c1b3484c2d
|
vor 18 Jahren |
Andy Cedilnik
|
1d4613a63b
ENH: Add STRING STRIP command
|
vor 18 Jahren |
Brad King
|
cdc161f380
COMP: Added missing include for time.
|
vor 18 Jahren |
Ken Martin
|
c4fc2c19c7
ENH: Add command to generate random strings
|
vor 18 Jahren |