Commit History

Author SHA1 Message Date
  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
  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) 14 years ago
  Brad King 7ff98b7a8c Fix forced-seed argument type in string(RANDOM) 14 years ago
  Brad King e1b0a11dd4 Improve string(RANDOM) default seed 14 years ago
  Brad King 006124b446 Avoid direct use of std::stringstream 14 years ago
  Tim Hütz 1462561a8c Add a string(FIND) sub-command (#11795) 14 years ago
  Brad King dd2f81491e Merge branch 'dev/add_test-working-directory' into dev/strict-mode 14 years ago
  Rolf Eike Beer 36cb701690 allow STRING(SUBSTRING) work with length -1 as "rest of the string" 15 years ago
  Ben Boeckel a17aff74c7 Ignore CMAKE_MATCH_* variables for usage 15 years ago
  Brad King 6fc4cd8680 Fix or cast integer conversions in cmake 15 years ago
  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. 16 years ago
  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. 16 years ago
  David Cole a9dcc7fd47 Fix warnings in CMake source code. Suppress warnings in Lexer and Parser files that are 'too hard' to fix. 16 years ago
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
  David Cole 9cd09b59c6 BUG: Correct typo in error message. 17 years ago
  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 years ago
  Alexander Neundorf bcb73bb9f4 BUG: fix STRING(STRIP ...) if no non-space is contained in the input string, 18 years ago
  Alexander Neundorf e80acd971c 18 years ago
  Alexander Neundorf c1b3484c2d 18 years ago