summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTests
Commit message (Expand)AuthorAgeFilesLines
* Replace string(REGEX REPLACE) with string(REPLACE) where possibleRolf Eike Beer2014-04-141-2/+2
* Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex)Rolf Eike Beer2014-04-141-2/+2
* file DOWNLOAD: Test non-zero return status.Matt McCormick2014-01-161-0/+13
* file DOWNLOAD: Add test for bad hash.Matt McCormick2014-01-162-0/+14
* Drop use of configure_file IMMEDIATE optionDaniele E. Domenichelli2013-11-131-1/+1
* get_property: Drop test for builtin property documentationBrad King2013-10-161-11/+0
* Tests: Verify policies are introduced only in "official" versionsDavid Cole2013-08-282-0/+163
* Add cmake_host_system_information commandNils Gladitz2013-06-196-0/+42
* Merge branch 'master' into escape-regex-specials-in-pathRolf Eike Beer2013-06-031-0/+1
|\
| * Sanitize linker name to parse implicit link line (#14154)Brad King2013-05-171-0/+1
* | Fix test failures caused by regexp-sensitive characters in the build pathsModestas Vainius2013-06-034-28/+41
|/
* Merge topic 'implicit-lib-canonical-path'Brad King2013-02-081-0/+6
|\
| * Normalize full paths in implicit link library listBrad King2013-02-061-0/+6
* | ProcessorCount test: require SystemInformation process to workRolf Eike Beer2013-01-241-1/+8
* | ProcessorCount test: fix path to cmsysTestsCxx executableRolf Eike Beer2013-01-242-3/+4
* | OS X: Detect implicit linker framework search pathsBrad King2012-12-111-3/+8
* | OS X: Detect implicit link directories on modern toolchainsBrad King2012-12-111-0/+97
* | CMake: Stylistic changes and documentation tweaksDavid Cole2012-12-051-2/+0
* | CMake: Add TIMESTAMP subcommand to string and file commandsNils Gladitz2012-12-0517-0/+99
* | Add several get_property() testsPetr Kmoch2012-11-021-0/+17
* | GetProperty test: move doc property tests into main processRolf Eike Beer2012-11-022-16/+11
* | list: add tests for CMP0007 behaviorRolf Eike Beer2012-11-022-0/+20
* | Add test to secure the file(GLOB empty) behavior.Amine Chadly2012-11-021-0/+5
* | file: remove dead codeAmine Chadly2012-11-023-0/+9
* | Consolidate list() argument count testingPetr Kmoch2012-11-022-12/+20
* | Add tests for list() invalid argumentsPetr Kmoch2012-11-0210-0/+39
* | Add tests for list() argument countPetr Kmoch2012-11-026-0/+49
* | CMakeTests: allow to call the check_cmake_test macro with a given fileRolf Eike Beer2012-11-021-24/+29
|/
* file(DOWNLOAD): Change EXPECTED_HASH to take ALGO=valueBrad King2012-09-191-6/+6
* Merge topic 'if-version-depth'David Cole2012-09-181-0/+7
|\
| * if: Compare up to 8 components in VERSION testsBrad King2012-09-111-0/+7
* | file(DOWNLOAD): Generalize EXPECTED_MD5 to EXPECTED_HASHBill Hoffman2012-09-111-0/+53
|/
* Merge topic 'cmake-platform-info-version'Brad King2012-08-301-1/+1
|\
| * Make platform information files specific to the CMake versionBrad King2012-08-241-1/+1
* | CMake.List test: explicitely test with lists containing only an empty stringRolf Eike Beer2012-08-151-0/+11
|/
* Remove CMake-language block-end command argumentsKitware Robot2012-08-1310-49/+49
* Convert CMake-language commands to lower caseKitware Robot2012-08-134-59/+59
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Merge topic 'test-getpropery'David Cole2012-03-0616-0/+122
|\
| * add test for get_property() errorsRolf Eike Beer2012-03-0416-0/+122
* | Merge topic 'remove-CheckSourceTree-cvs-support'David Cole2012-03-062-85/+7
|\ \ | |/ |/|
| * CheckSourceTree: Remove CVS checkout support (#13001)Brad King2012-03-022-85/+7
* | add testcases for while()/endwhile() errorsRolf Eike Beer2012-03-017-0/+60
|/
* fix uninitialized var in if(NOT foo bar STREQUAL "foo bar")Rolf Eike Beer2012-01-222-0/+10
* Merge topic 'newline-style'David Cole2011-12-015-0/+38
|\
| * Add NEWLINE_STYLE option to configure_file (#3957)Peter Kuemmel2011-11-285-0/+38
* | Fix CMake.File hash test for CRLF checkoutsBrad King2011-11-1611-14/+16
* | Add string(MD5) and string(SHA*) commands to compute hashesBrad King2011-11-1610-0/+47
* | Add file(SHA*) commands to compute cryptographic hashesBrad King2011-11-166-0/+25
* | Add file(MD5) command to compute cryptographic hashBrad King2011-11-167-1/+22
|/