summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'implicit-lib-gcceh'Brad King2017-11-081-1/+21
|\
| * Restore exclusion of "gcc_eh" from implicit link librariesChristian Pfeiffer2017-11-081-1/+21
* | gitattributes: prefer `eol=lf` to `crlf=input`Ben Boeckel2017-08-231-1/+1
* | CMakePushCheckState: Fix cmake_push_check_state RESET argumentBrad King2017-07-121-0/+22
* | cmake_host_system_information: Add more keywordsFlorian Maushart2017-06-051-0/+19
|/
* ImplicitLinkInfo: Add support for PGI on WindowsChristian Pfeiffer2017-05-201-3/+48
* Do not assume GCC libs are linked by all compilersChristian Pfeiffer2017-05-051-30/+30
* separgs: Migrate tests to RunCMake testsChristian Pfeiffer2017-04-262-26/+0
* Merge topic 'mac-implicit-link-no-lto-flag'Brad King2017-04-041-0/+6
|\
| * CMakeParseImplicitLinkInfo: Ignore ld -lto_library flagBrad King2017-04-031-0/+6
* | Tests: Fix CMake.GetPrerequisites test config messageBrad King2017-04-032-9/+3
* | Make CMAKE_HOST_SYSTEM_NAME available in scripting contextGregor Jasny2017-02-191-1/+0
* | Tests: Fix `file://` URLs given to curlBrad King2017-02-103-3/+12
* | CMakeDetermineCompilerId: check with and without user-specified flagsMichael Maltese2017-02-061-2/+2
|/
* Tests: make tests pass with SOURCE_DATE_EPOCH setBernhard M. Wiedemann2017-01-301-0/+1
* CMakeParseImplicitLinkInfo: Add support for MSVC invoked by CUDA nvccBrad King2017-01-121-0/+7
* file: Add support for SHA-3 algorithmsBrad King2016-11-105-0/+20
* string: Add support for SHA-3 algorithmsBrad King2016-11-105-0/+20
* Tests: Update ModuleNotices test for new noticeBrad King2016-09-271-18/+5
* string(TIMESTAMP ...): add '%a' and '%b' format specifiersRuslan Baratov2016-09-122-0/+14
* Add additional <= and >= comparison operatorsChuck Atkins2016-08-091-0/+14
* Use string(APPEND) in TestsDaniel Pfeifer2016-07-272-4/+4
* CMakeParseImplicitLinkInfo: Exclude libclang_rt librariesBrad King2016-07-111-0/+6
* PushCheckStateTest: Update test to check CMAKE_EXTRA_INCLUDE_FILESJean-Christophe Fillion-Robin2016-03-311-0/+5
* PushCheckStateTest: Test all variables managed by the moduleJean-Christophe Fillion-Robin2016-03-311-9/+43
* PushCheckStateTest: Fix syntax warningJean-Christophe Fillion-Robin2016-03-311-2/+2
* CMake: Extend TIMESTAMP sub-commands with new unix time format specifierJose-Luis Blanco-Claraco2016-02-182-0/+28
* CMakeParseImplicitLinkInfo: Do not match "VAR=..." as link line (#15737)Brad King2015-09-111-0/+7
* Tests: Move command failure cases into RunCMake infrastructureBrad King2015-07-1438-249/+0
* Tests: Fix CheckSourceTree test when build is under source (#15566)Brad King2015-05-141-1/+11
* Tests: Fix CMake.ELF test with read-only source (#15489)Bill Newcomb2015-04-011-1/+1
* Tests: Add more signature tests to RunCMake.configure_file testBrad King2015-03-0910-66/+0
* Tests: Fix CheckSourceTree test for newer GitBrad King2014-12-161-2/+2
* string: Tolerate SUBSTRING length exceeding end indexDomen Vrankar2014-11-132-6/+9
* cmSystemTools: reimplement verson comparison without sscanf()Rolf Eike Beer2014-10-311-0/+2
* extend the testing for version comparisonRolf Eike Beer2014-10-291-6/+80
* 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