summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix support for cxxabi.h with libc++Brad King2016-10-072-0/+5
* Android: Suppress -Wattributes warnings in test case buildsBrad King2016-10-061-2/+2
* Merge topic 'add-setup-projects-tests-module'Brad King2016-10-0116-0/+148
|\
| * AndroidTestUtilities: Add module to help drive Android device testsSchuyler Kylstra2016-09-3016-0/+148
* | Merge topic 'cmake_parse_arguments-PARSE_ARGV-multi-value'Brad King2016-09-295-19/+92
|\ \
| * | cmake_parse_arguments: Add additional unit testsMatthew Woehlke2016-09-285-29/+84
| * | cmake_parse_arguments: Fix PARSE_ARGV multi-value argument handlingMatthew Woehlke2016-09-281-2/+20
| |/
* | Merge topic 'fix-explicit-RC'Brad King2016-09-293-1/+5
|\ \
| * | project: Fix support for explicit RC languageBrad King2016-09-283-1/+5
| |/
* | Tests: Add newline to RunCMake.CPack_RPM SOURCE_PACKAGE caseBrad King2016-09-281-1/+1
|/
* Tests: Fix RunCMake.CTest output match to tolerate line number changesBrad King2016-09-271-3/+3
* Merge topic 'cpack-rpm-debuginfo-sources'Brad King2016-09-272-2/+10
|\
| * CPack/RPM debuginfo directories to sourcesDomen Vrankar2016-09-271-2/+2
| * CPack/RPM debuginfo packages must contain sourcesDomen Vrankar2016-09-272-2/+10
* | Fix XCODE_ATTRIBUTE_..._LOCATION target property lookupBrad King2016-09-223-0/+11
* | Merge topic 'test-fixtures'Brad King2016-09-2216-0/+207
|\ \
| * | CTest: Add support for test fixturesCraig Scott2016-09-2016-0/+207
* | | server-mode: Introduce cmServerConnectionTobias Hunger2016-09-223-0/+3
| |/ |/|
* | Merge topic 'ctest-capture-error'Brad King2016-09-219-0/+48
|\ \
| * | CTest: Add CAPTURE_CMAKE_ERROR val to `ctest_*` commandsBill Hoffman2016-09-209-0/+48
* | | Merge topic 'runcmake-cpack-test-framework-fix'Brad King2016-09-211-70/+17
|\ \ \ | |_|/ |/| |
| * | Tests: Fix RunCMake.CPack test infrastructure after logical conflictDomen Vrankar2016-09-201-70/+17
* | | Merge topic 'directory-list-targets-and-subdirs'Brad King2016-09-205-1/+38
|\ \ \ | |/ / |/| |
| * | Add directory properties to get source and binary directoriesBrad King2016-09-192-1/+14
| * | Add directory property to list buildsystem targetsBrad King2016-09-193-1/+15
| * | Add a directory property to list subdirectoriesBrad King2016-09-195-1/+11
* | | Merge topic 'cpack-rpm-srpm-package'Brad King2016-09-206-1/+145
|\ \ \
| * | | CPack/RPM: Generate source rpm (SRPM) packages on demandDomen Vrankar2016-09-206-1/+145
| |/ /
* | | Merge topic 'cpack.hash_computing'Brad King2016-09-208-12/+70
|\ \ \
| * | | CPack: Add option to generate a checksum file next to each package filePetr Orlov2016-09-195-0/+30
| * | | Tests: Add subtest support to RunCMake/CPack infrastructureDomen Vrankar2016-09-193-12/+40
| |/ /
* | | server-mode: Add --experimental flagTobias Hunger2016-09-201-1/+1
|/ /
* | cmake-server: Bare-bones server implementationTobias Hunger2016-09-193-0/+3
* | Make the add_custom_command output more predictableStephen Kelly2016-09-191-1/+4
* | Merge topic 'file-curl-httpheader'Brad King2016-09-167-0/+14
|\ \
| * | file(DOWNLOAD|UPLOAD): Add HTTPHEADER suboptionRuslan Baratov2016-09-157-0/+14
* | | Tests: Add case for file(LOCK) with lower-cased pathRuslan Baratov2016-09-152-0/+12
* | | Merge topic 'update-kwsys'Brad King2016-09-151-6/+6
|\ \ \ | |/ / |/| |
| * | Tests: Use upper-case drive letters in RunCMake.get_filename_componentBrad King2016-09-151-6/+6
| |/
* | Merge topic 'file-curl-userpw'Brad King2016-09-147-0/+14
|\ \
| * | file(DOWNLOAD|UPLOAD): Add 'USERPWD' suboptionRuslan Baratov2016-09-137-0/+14
* | | Merge topic 'add_androidmk_generator'Brad King2016-09-148-0/+99
|\ \ \ | |/ / |/| |
| * | Add support for creating prebuilt Android.mk filesBill Hoffman2016-09-138-0/+99
* | | Merge topic 'file-download-unexpected-arg'Brad King2016-09-139-0/+22
|\ \ \ | |_|/ |/| |
| * | file(DOWNLOAD|UPLOAD): Warn on unexpected argumentsRuslan Baratov2016-09-099-0/+22
* | | Merge topic 'geh-failure-tests'Brad King2016-09-1212-203/+445
|\ \ \ | |/ / |/| |
| * | Tests: Refactor GenerateExportHeader test codeMatthew Woehlke2016-09-127-237/+327
| * | Tests: Add data symbols to GenerateExportHeader testMatthew Woehlke2016-09-123-0/+74
| * | Tests: Add failure test for GenerateExportHeaderMatthew Woehlke2016-09-126-18/+96
* | | cmake_parse_arguments: Add option to read arguments from ARGC/ARGV#Bill Hoffman2016-09-0814-0/+69
| |/ |/|