| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests: Teach RunCMake to ignore PGI license expiry warnings | Brad King | 2019-11-01 | 1 | -0/+6 |
|
|
* | Graphviz: added test suite, fixes, enhancements | Corentin Plouet | 2019-10-08 | 1 | -0/+23 |
|
|
* | Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-09-30 | 1 | -1/+4 |
|\ |
|
| * | Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-09-30 | 1 | -1/+4 |
| |\ |
|
| | * | Tests: Teach RunCMake to support a custom working directory | Brad King | 2019-09-24 | 1 | -1/+4 |
|
|
* | | | Tests: Drop RunCMake workaround for AIX ld warnings about GNU atexit | Brad King | 2019-07-15 | 1 | -2/+0 |
|
|
* | | | RunCMake: Automatically support platform out override files | Robert Maynard | 2019-06-21 | 1 | -0/+10 |
|/ / |
|
* | | Tests: Add RunCMake helper to run cmake with options | Brad King | 2019-04-10 | 1 | -0/+5 |
|
|
* | | Tests: Teach RunCMake to optionally exclude the source dir argument | Brad King | 2019-04-10 | 1 | -1/+7 |
|/ |
|
* | Tests: Add RunCMake_TEST_FILTER environment variable | Kyle Edwards | 2018-12-13 | 1 | -0/+4 |
|
|
* | Tests: Add RunCMake "prep" step | Brad King | 2018-12-11 | 1 | -0/+5 |
|
|
* | Tests: Teach RunCMake infrastructure to optionally provide stdin | Brad King | 2018-11-15 | 1 | -0/+9 |
|
|
* | Tests: Teach RunCMake to ignore Xcode missing file type warnings | Brad King | 2018-06-19 | 1 | -0/+1 |
|
|
* | Drop Visual Studio 8 2005 generator | Brad King | 2018-04-02 | 1 | -3/+0 |
|
|
* | Tests: Teach RunCMake to ignore AIX ld warnings about GNU atexit | Brad King | 2018-03-01 | 1 | -0/+2 |
|
|
* | Add infrastructure for generators to select a build tool instance | Brad King | 2017-10-19 | 1 | -0/+6 |
|
|
* | Tests: Teach RunCMake to ignore clang unused sanitizer flag warnings | Brad King | 2017-10-10 | 1 | -0/+1 |
|
|
* | Tests: Refactor RunCMake output line ignore regex construction | Brad King | 2017-10-10 | 1 | -1/+12 |
|
|
* | Deprecate Visual Studio 8 2005 generator | Brad King | 2017-04-21 | 1 | -0/+3 |
|
|
* | Drop Visual Studio 7 .NET 2003 generator | Brad King | 2017-04-19 | 1 | -3/+0 |
|
|
* | RunCMake: Ignore xcodebuild bug warnings in tests | Gregor Jasny | 2017-03-24 | 1 | -1/+1 |
|
|
* | Xcode: Ignore Xcode project warning until issue is fixed | Gregor Jasny | 2017-01-26 | 1 | -1/+1 |
|
|
* | execute_process: Add ENCODING option for Windows child process output | Dāvis Mosāns | 2016-11-30 | 1 | -0/+2 |
|
|
* | Use string(APPEND) in Tests | Daniel Pfeifer | 2016-07-27 | 1 | -3/+3 |
|
|
* | Deprecate Visual Studio 7 .NET 2003 generator | Brad King | 2016-04-28 | 1 | -0/+3 |
|
|
* | Tests: Drop test for VS 7.0 generator deprecation warnings | Brad King | 2016-04-28 | 1 | -3/+0 |
|
|
* | Drop Visual Studio 6 generator | Brad King | 2016-03-09 | 1 | -3/+0 |
|
|
* | Tests: Teach RunCMake infrastructure to use custom check.cmake file | Brad King | 2015-09-17 | 1 | -1/+5 |
|
|
* | Tests: Teach RunCMake to tolerate 'Bullseye Testing' lines in test output | Brad King | 2015-09-17 | 1 | -1/+1 |
|
|
* | Tests: Teach RunCMake to tolerate 'Time Machine' lines in test output | Brad King | 2015-09-17 | 1 | -1/+1 |
|
|
* | Tests: Teach RunCMake infrastructure to optionally timeout | Brad King | 2015-06-30 | 1 | -0/+7 |
|
|
* | Tests: Protect RunCMake tests from MAKEFLAGS in environment (#15542) | Brad King | 2015-04-29 | 1 | -0/+3 |
|
|
* | Deprecate Visual Studio 7 generator (.NET 2002) | Brad King | 2015-04-15 | 1 | -0/+3 |
|
|
* | Deprecate Visual Studio 6 generator | Brad King | 2015-04-15 | 1 | -0/+3 |
|
|
* | Tests: Teach RunCMake to optionally merge command output to stdout | Brad King | 2015-04-07 | 1 | -2/+8 |
|
|
* | Tests: Teach RunCMake to tolerate 'Error kstat returned' lines in test output | Brad King | 2015-02-23 | 1 | -1/+1 |
|
|
* | Tests: Teach RunCMake to tolerate Guard Malloc lines in test output | Brad King | 2015-02-23 | 1 | -1/+1 |
|
|
* | Tests: Teach RunCMake to tolerate BullseyeCoverage lines in test output | Brad King | 2015-02-23 | 1 | -1/+1 |
|
|
* | RunCMake: Allow specifying the stderr file for a test. | Stephen Kelly | 2015-02-09 | 1 | -1/+4 |
|
|
* | Tests/RunCMake: Normalize newlines before checking actual output | Brad King | 2015-01-27 | 1 | -0/+1 |
|
|
* | Tests/RunCMake: Honor CMAKE_MAKE_PROGRAM | Brad King | 2015-01-24 | 1 | -0/+3 |
|
|
* | Tests: Teach RunCMake to report command-line on failure | Brad King | 2015-01-15 | 1 | -0/+4 |
|
|
* | RunCMake: Expect empty output by default. | Stephen Kelly | 2014-12-31 | 1 | -0/+7 |
|
|
* | Tests: Allow RunCMake expected result code to be a regex | Brad King | 2014-12-16 | 1 | -1/+1 |
|
|
* | cmake: Add -A option to specify a generator platform | Brad King | 2014-09-15 | 1 | -1/+1 |
|
|
* | Tests: Add generator platform support | Brad King | 2014-09-10 | 1 | -0/+1 |
|
|
* | Tests: Drop broken and now unused RunCMake_TEST_FILE option | Brad King | 2014-06-30 | 1 | -4/+1 |
|
|
* | RunCMake: Allow specifying the source dir and file to test. | Stephen Kelly | 2014-04-06 | 1 | -2/+7 |
|
|
* | Tests/RunCMake: Tell cmake not to report unused command-line options | Brad King | 2014-02-27 | 1 | -0/+1 |
|
|
* | Tests/RunCMake: Add function to run a specified command-line | Brad King | 2014-01-20 | 1 | -11/+26 |
|
|