..
A /include
include
.gitattributes
gitattributes: prefer eol=lf
to crlf=input
2017-08-23 13:30:00 -04:00
CheckCMakeTest.cmake
Replace string(REGEX REPLACE) with string(REPLACE) where possible
2014-04-14 18:17:05 +02:00
CMakeLists.txt
Tests: Move CMake.FileDownload cases into RunCMake.file-DOWNLOAD
2022-11-18 09:02:15 -05:00
CMakeMinimumRequiredTest.cmake.in
Add tests for uncovered bits of the math and cmake_minimum_required cmake functions.
2009-10-05 16:50:21 -04:00
CMakeMinimumRequiredTestScript.cmake
Add tests for uncovered bits of the math and cmake_minimum_required cmake functions.
2009-10-05 16:50:21 -04:00
CompilerIdVendorTest.cmake.in
CMakeDetermineCompilerId: check with and without user-specified flags
2017-02-06 13:12:06 -05:00
DummyToolchain.cmake
EndStuffTest.cmake.in
Increase coverage. Intentionally trigger error conditions. Call all the else*/end* functions without proper opening or containing code structure: else, elseif, endforeach, endfunction, endif, endmacro, endwhile.
2009-10-06 14:45:19 -04:00
EndStuffTestScript.cmake
Tests: Update cmake_minimum_required versions in a few tests
2023-02-10 09:51:35 -05:00
ExecuteScriptTests.cmake
Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex)
2014-04-14 18:16:58 +02:00
File-Copy-BadArg.cmake
File-Copy-BadPerm.cmake
File-Copy-BadRegex.cmake
File-Copy-EarlyArg.cmake
File-Copy-LateArg.cmake
File-Copy-NoDest.cmake
File-Copy-NoFile.cmake
File-Glob-NoArg.cmake
file: remove dead code
2012-11-02 17:10:06 +01:00
File-HASH-Input.txt
Fix CMake.File hash test for CRLF checkouts
2011-11-16 11:26:10 -05:00
File-MD5-BadArg1.cmake
Add file(MD5) command to compute cryptographic hash
2011-11-16 10:15:01 -05:00
File-MD5-BadArg2.cmake
Fix CMake.File hash test for CRLF checkouts
2011-11-16 11:26:10 -05:00
File-MD5-BadArg4.cmake
Fix CMake.File hash test for CRLF checkouts
2011-11-16 11:26:10 -05:00
File-MD5-NoFile.cmake
Add file(MD5) command to compute cryptographic hash
2011-11-16 10:15:01 -05:00
File-MD5-Works.cmake
Fix CMake.File hash test for CRLF checkouts
2011-11-16 11:26:10 -05:00
File-SHA1-Works.cmake
Fix CMake.File hash test for CRLF checkouts
2011-11-16 11:26:10 -05:00
File-SHA3_224-Works.cmake
file: Add support for SHA-3 algorithms
2016-11-10 16:41:45 -05:00
File-SHA3_256-Works.cmake
file: Add support for SHA-3 algorithms
2016-11-10 16:41:45 -05:00
File-SHA3_384-Works.cmake
file: Add support for SHA-3 algorithms
2016-11-10 16:41:45 -05:00
File-SHA3_512-Works.cmake
file: Add support for SHA-3 algorithms
2016-11-10 16:41:45 -05:00
File-SHA224-Works.cmake
Fix CMake.File hash test for CRLF checkouts
2011-11-16 11:26:10 -05:00
File-SHA256-Works.cmake
Fix CMake.File hash test for CRLF checkouts
2011-11-16 11:26:10 -05:00
File-SHA384-Works.cmake
Fix CMake.File hash test for CRLF checkouts
2011-11-16 11:26:10 -05:00
File-SHA512-Works.cmake
Fix CMake.File hash test for CRLF checkouts
2011-11-16 11:26:10 -05:00
File-TIMESTAMP-BadArg1.cmake
CMake: Add TIMESTAMP subcommand to string and file commands
2012-12-05 10:39:10 -05:00
File-TIMESTAMP-NoFile.cmake
CMake: Add TIMESTAMP subcommand to string and file commands
2012-12-05 10:39:10 -05:00
File-TIMESTAMP-NotBogus.cmake
Tests: make tests pass with SOURCE_DATE_EPOCH set
2017-01-30 09:25:44 -05:00
File-TIMESTAMP-Works.cmake
CMake: Add TIMESTAMP subcommand to string and file commands
2012-12-05 10:39:10 -05:00
FileTest.cmake.in
file(): TOUCH, TOUCH_NOCREATE and MAKE_DIRECTORY accept empty lists
2024-05-31 22:55:20 +10:00
FileTestScript.cmake
file(DOWNLOAD): Make file argument optional
2020-07-27 11:26:50 -04:00
FileUploadInput.png
Tests: Move CMake.FileDownload cases into RunCMake.file-DOWNLOAD
2022-11-18 09:02:15 -05:00
FileUploadTest.cmake.in
Tests: Move CMake.FileDownload cases into RunCMake.file-DOWNLOAD
2022-11-18 09:02:15 -05:00
FindBaseTest.cmake.in
Remove CMake-language block-end command arguments
2012-08-13 14:19:16 -04:00
GetFilenameComponentRealpathTest.cmake.in
Remove CMake-language block-end command arguments
2012-08-13 14:19:16 -04:00
GetPrerequisitesTest.cmake.in
Tests: Fix CMake.GetPrerequisites test config message
2017-04-03 10:45:03 -04:00
GetPropertyTest.cmake.in
Tests: Move command failure cases into RunCMake infrastructure
2015-07-14 10:25:38 -04:00
IfTest.cmake.in
Tests: Move command failure cases into RunCMake infrastructure
2015-07-14 10:25:38 -04:00
ImplicitLinkInfoTest.cmake.in
CMakeParseImplicitLinkInfo: Better detection of msvc
2022-09-02 08:04:39 -04:00
IncludeTest.cmake.in
Remove CMake-language block-end command arguments
2012-08-13 14:19:16 -04:00
ListTest.cmake.in
list(INSERT): restore old behavior
2023-08-17 12:07:41 +02:00
Make_Directory-NoArg.cmake
file: remove dead code
2012-11-02 17:10:06 +01:00
MathTest.cmake.in
Add tests for uncovered bits of the math and cmake_minimum_required cmake functions.
2009-10-05 16:50:21 -04:00
MathTestScript.cmake
Add tests for uncovered bits of the math and cmake_minimum_required cmake functions.
2009-10-05 16:50:21 -04:00
MessageTest.cmake.in
MessageTestScript.cmake
ModuleNoticesTest.cmake.in
Tests: Update ModuleNotices test for new notice
2016-09-27 15:18:07 -04:00
PolicyCheckTest.cmake.in
Tests: Verify policies are introduced only in "official" versions
2013-08-28 17:22:49 -04:00
ProcessorCountTest.cmake.in
ProcessorCount test: require SystemInformation process to work
2013-01-25 00:31:41 +01:00
PushCheckStateTest.cmake.in
CMakePushCheckState: Fix cmake_push_check_state RESET argument
2017-07-12 15:09:16 -04:00
String-MD5-BadArg1.cmake
Add string(MD5) and string(SHA*) commands to compute hashes
2011-11-16 10:29:35 -05:00
String-MD5-BadArg2.cmake
Add string(MD5) and string(SHA*) commands to compute hashes
2011-11-16 10:29:35 -05:00
String-MD5-BadArg4.cmake
Add string(MD5) and string(SHA*) commands to compute hashes
2011-11-16 10:29:35 -05:00
String-MD5-Works.cmake
Add string(MD5) and string(SHA*) commands to compute hashes
2011-11-16 10:29:35 -05:00
String-SHA1-Works.cmake
Add string(MD5) and string(SHA*) commands to compute hashes
2011-11-16 10:29:35 -05:00
String-SHA3_224-Works.cmake
string: Add support for SHA-3 algorithms
2016-11-10 16:40:43 -05:00
String-SHA3_256-Works.cmake
string: Add support for SHA-3 algorithms
2016-11-10 16:40:43 -05:00
String-SHA3_384-Works.cmake
string: Add support for SHA-3 algorithms
2016-11-10 16:40:43 -05:00
String-SHA3_512-Works.cmake
string: Add support for SHA-3 algorithms
2016-11-10 16:40:43 -05:00
String-SHA224-Works.cmake
Add string(MD5) and string(SHA*) commands to compute hashes
2011-11-16 10:29:35 -05:00
String-SHA256-Works.cmake
Add string(MD5) and string(SHA*) commands to compute hashes
2011-11-16 10:29:35 -05:00
String-SHA384-Works.cmake
Add string(MD5) and string(SHA*) commands to compute hashes
2011-11-16 10:29:35 -05:00
String-SHA512-Works.cmake
Add string(MD5) and string(SHA*) commands to compute hashes
2011-11-16 10:29:35 -05:00
String-TIMESTAMP-AllSpecifiers.cmake
CMake: Add TIMESTAMP subcommand to string and file commands
2012-12-05 10:39:10 -05:00
String-TIMESTAMP-BadArg1.cmake
CMake: Add TIMESTAMP subcommand to string and file commands
2012-12-05 10:39:10 -05:00
String-TIMESTAMP-BadArg2.cmake
CMake: Add TIMESTAMP subcommand to string and file commands
2012-12-05 10:39:10 -05:00
String-TIMESTAMP-BadArg3.cmake
CMake: Add TIMESTAMP subcommand to string and file commands
2012-12-05 10:39:10 -05:00
String-TIMESTAMP-CustomFormatLocal.cmake
CMake: Add TIMESTAMP subcommand to string and file commands
2012-12-05 10:39:10 -05:00
String-TIMESTAMP-CustomFormatUTC.cmake
CMake: Add TIMESTAMP subcommand to string and file commands
2012-12-05 10:39:10 -05:00
String-TIMESTAMP-DefaultFormatLocal.cmake
CMake: Add TIMESTAMP subcommand to string and file commands
2012-12-05 10:39:10 -05:00
String-TIMESTAMP-DefaultFormatUTC.cmake
CMake: Add TIMESTAMP subcommand to string and file commands
2012-12-05 10:39:10 -05:00
String-TIMESTAMP-IncompleteSpecifier.cmake
CMake: Add TIMESTAMP subcommand to string and file commands
2012-12-05 10:39:10 -05:00
String-TIMESTAMP-MonthWeekNames.cmake
string(TIMESTAMP ...): add '%a' and '%b' format specifiers
2016-09-12 19:07:38 +03:00
String-TIMESTAMP-TimeZone.cmake
string(TIMESTAMP): Add %z and %Z for adding time zone string
2022-10-27 11:13:46 -04:00
String-TIMESTAMP-UnixTime.cmake
Tests: Fix TIMESTAMP-UnixTime test under SOURCE_DATE_EPOCH=1
2018-02-26 10:35:30 -05:00
String-TIMESTAMP-UnknownSpecifier.cmake
CMake: Add TIMESTAMP subcommand to string and file commands
2012-12-05 10:39:10 -05:00
StringTest.cmake.in
string(TIMESTAMP): Add %z and %Z for adding time zone string
2022-10-27 11:13:46 -04:00
StringTestScript.cmake
cmMakefile: Fix @CMAKE_CURRENT_LIST_LINE@ for ExpandVariablesInStringNew
2018-12-12 08:29:14 -05:00
ToolchainTest.cmake.in
Make CMAKE_HOST_SYSTEM_NAME available in scripting context
2017-02-19 19:27:34 +01:00
VariableWatchTest.cmake.in
Remove CMake-language block-end command arguments
2012-08-13 14:19:16 -04:00
VersionTest.cmake.in
Tests: Add more version comparison tests
2021-12-08 12:05:36 -05:00
WhileTest.cmake.in
Use string(APPEND) in Tests
2016-07-28 00:43:04 +02:00