summaryrefslogtreecommitdiff
path: root/Tests/StringFileTest
Commit message (Expand)AuthorAgeFilesLines
* Tests: Bump CMake minimum required in tests to 3.5Brad King2023-03-011-1/+1
* Revise C++ coding style using clang-format-15Kitware Robot2023-01-181-1/+1
* Tests: bump cmake_minimum_required version to 2.8.12Rolf Eike Beer2021-04-051-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1/+1
* Tests: Stabilize include order in StringFileTestDaniel Pfeifer2016-04-291-0/+1
* Fix failing StringFileTest when using unicode characters.Clinton Stimpson2014-10-271-1/+1
* Tests: Fix CMP0054 warningsBrad King2014-09-161-1/+1
* file: Add ENCODING option to file(STRINGS) command (#10519)Clinton Stimpson2014-08-062-0/+13
* EVIS: Add tests for syntax corner cases and CMP0053Ben Boeckel2014-05-081-13/+0
* cmStringCommand: Add GENEX_STRIP subcommand.Stephen Kelly2014-03-311-0/+6
* string: Add MAKE_C_IDENTIFIER subcommandStephen Kelly2013-05-211-0/+6
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-35/+35
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-180/+180
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-133-5/+5
* allow STRING(SUBSTRING) work with length -1 as "rest of the string"Rolf Eike Beer2010-12-081-0/+24
* Add a test for FILE(READ ... HEX) together with a tiny binary file.Alexander Neundorf2009-09-062-0/+9
* BUG: file(COPY) test should not make read-only dirBrad King2009-05-131-2/+2
* ENH: Create file(COPY) command signatureBrad King2009-04-291-1/+10
* ENH: Create file(RENAME) command modeBrad King2009-04-151-1/+3
* ENH: New foreach(<var> IN ...) modeBrad King2009-03-171-0/+19
* ENH: Allow most characters in ENV variable refsBrad King2008-12-171-0/+7
* ENH: preclean some warningsKen Martin2008-03-251-1/+2
* ENH: Add test for FILE(READ ...HEX).Brad King2008-01-021-0/+7
* ENH: added tests for the CMAKE_MATCH_(0..9) variables, which get set byAlexander Neundorf2007-08-291-0/+33
* BUG: Fixed @ONLY configuration to not try to parse ${} syntax at all. This f...Brad King2007-06-062-0/+6
* ENH: make the compiler id detection work, even if the output file name ofAlexander Neundorf2007-05-253-0/+64
* ENH: Add STRING STRIP commandAndy Cedilnik2007-04-261-0/+14
* ENH: Added FILE(STRINGS) command.Brad King2007-04-251-0/+12
* ENH: Remove old IF(FILE_IS_NEWER) syntax. It was never in a release anyway.Brad King2006-10-231-3/+0
* ENH: Patch from Alex to provide nicer syntax for FILE_IS_NEWER. Using name I...Brad King2006-10-231-0/+3
* BUG: Character + should be valid in a variable name.Brad King2006-09-251-1/+2
* ENH: Patch from Alex for adding IF(FILE_IS_NEWER). I also added a test.Brad King2006-08-251-0/+5
* ENH: Add relative tag and add test for relative tagAndy Cedilnik2006-03-211-1/+4
* ENH: Add String length and substringAndy Cedilnik2005-10-172-0/+9
* ENH: Add regular string replace (not regex), and relative path command. Also ...Andy Cedilnik2005-10-172-0/+7
* BUG#1179: Fix for syntax in unquoted arguments.Brad King2004-09-201-0/+8
* ENH: Add RANGE support to FOREACHAndy Cedilnik2004-04-291-0/+19
* ENH: Added STRING(CONFIGURE ...) command.Brad King2004-03-042-0/+18
* ENH: Added CommandLineTest to add coverage for command line arguments to cmak...Brad King2003-07-241-10/+0
* ENH: More coverageAndy Cedilnik2003-07-231-0/+4
* ENH: Added more verbose output of what globbing results.Brad King2003-07-231-4/+7
* ENH: More coverageAndy Cedilnik2003-07-221-1/+4
* ENH: Increase coverageAndy Cedilnik2003-07-221-0/+3
* ENH: fix glob on windows and add glob recurse testAndy Cedilnik2003-07-211-0/+2
* ENH: add more coverage testsAndy Cedilnik2003-07-211-2/+21
* ENH: Add additional new line after the string to match the change in file com...Andy Cedilnik2003-07-171-1/+1
* ENH: Add missing includeAndy Cedilnik2003-07-101-0/+1
* ENH: Add test for string and file commandsAndy Cedilnik2003-07-103-0/+91