summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
...
| * Tests: Add more signature tests to RunCMake.configure_file testBrad King2015-03-0923-0/+78
* | Merge topic 'fix-crash-on-bad-LANG_STANDARD'Brad King2015-03-024-0/+9
|\ \
| * | Diagnose invalid <LANG>_STANDARD value instead of crashing (#15426)Brad King2015-02-284-0/+9
| |/
* | Merge topic 'remove_error_read_script'Brad King2015-02-2720-20/+0
|\ \
| * | CTest: Drop "Error in read script" message at end of testingZack Galbreath2015-02-2720-20/+0
* | | Tests: Extend RunCMake.CommandLine to cover 'cmake --build' for 'ninja -v'Brad King2015-02-263-0/+22
|/ /
* | ExternalData: Add support for custom algorithm-to-URL mappingBrad King2015-02-257-0/+32
* | Merge topic 'osx-framework-search-platform-SDKs'Brad King2015-02-243-1/+10
|\ \
| * | OS X: Add platform-specific Frameworks search pathGregor Jasny2015-02-233-1/+10
* | | Merge topic 'FeatureSummary-no-duplicates'Brad King2015-02-243-0/+13
|\ \ \
| * | | FeatureSummary: Print each feature info only onceGregor Jasny2015-02-233-0/+13
| |/ /
* | | Merge topic 'ctest-output-options'Brad King2015-02-2438-1/+226
|\ \ \
| * | | ctest_upload: Add QUIET optionZack Galbreath2015-02-236-0/+31
| * | | ctest_memcheck: Add QUIET optionZack Galbreath2015-02-233-1/+3
| * | | ctest_coverage: Add QUIET optionZack Galbreath2015-02-236-0/+37
| * | | ctest_test: Add QUIET optionZack Galbreath2015-02-236-0/+34
| * | | ctest_build: Add QUIET optionZack Galbreath2015-02-236-0/+43
| * | | ctest_configure: Add QUIET optionZack Galbreath2015-02-236-0/+39
| * | | ctest_start: Add QUIET optionZack Galbreath2015-02-236-0/+30
| * | | ctest_submit: Add QUIET optionZack Galbreath2015-02-234-0/+9
* | | | Merge topic 'test-RunCMake-refactor-ctest'Brad King2015-02-24149-120/+104
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Tests: Drop unnecessary stderr matching from RunCMake.ctest_memcheckBrad King2015-02-235-15/+0
| * | Tests: Teach RunCMake to tolerate 'Error kstat returned' lines in test outputBrad King2015-02-231-1/+1
| * | Tests: Teach RunCMake to tolerate Guard Malloc lines in test outputBrad King2015-02-231-1/+1
| * | Tests: Teach RunCMake to tolerate BullseyeCoverage lines in test outputBrad King2015-02-231-1/+1
| * | Tests: Match curl error in RunCMake.ctest_submit FailDrop-* casesBrad King2015-02-233-3/+3
| * | Tests: Rename RunCMake.{CTestMemcheck => ctest_memcheck}Brad King2015-02-1985-30/+30
| * | Tests: Rename RunCMake.{CTestSubmit => ctest_submit}Brad King2015-02-1962-37/+37
| * | Tests: Split RunCTest helper out of RunCMake.CTest(Submit|Memcheck)Brad King2015-02-194-31/+30
| * | Tests: Rename RunCMake.CTestMemcheck internals to match CTestSubmitBrad King2015-02-194-12/+12
* | | Merge topic 'use-algorithms'Brad King2015-02-231-1/+1
|\ \ \
| * | | cmGlobalGenerator: Convert set insert algorithm to vector algorithms.Stephen Kelly2015-02-201-1/+1
* | | | Teach find_(library|file|path) to get prefixes from PATH (#15370)Brad King2015-02-1915-0/+54
|/ / /
* | | Tests: Consolidate detection of 'rpmbuild'Brad King2015-02-131-1/+1
* | | Xcode: Teach XCODE_ATTRIBUTE target properties about generator expressionsGregor Jasny2015-02-126-0/+24
* | | install: Allow generator expressions in TARGETS DESTINATION (#14317)Brad King2015-02-115-0/+11
|/ /
* | Allow export of targets with INTERFACE_SOURCES.Stephen Kelly2015-02-1022-16/+91
* | Tests: Move IfacePaths test stderr files.Stephen Kelly2015-02-1011-0/+1
* | Tests: Run IfacePaths tests with a parameter.Stephen Kelly2015-02-099-21/+35
* | Tests: Split part of include_directories test to a generic location.Stephen Kelly2015-02-0940-157/+163
* | RunCMake: Allow specifying the stderr file for a test.Stephen Kelly2015-02-091-1/+4
* | RunCMake: Allow specifying the directory to run tests in.Stephen Kelly2015-02-091-3/+14
* | RunCMake: Remove unneeded files.Stephen Kelly2015-02-0957-57/+0
|/
* Merge topic 'rpm_multi_prefix'Brad King2015-02-035-0/+36
|\
| * CPackRPM: Allow multiple path relocation prefixes for one packageDomen Vrankar2015-01-295-0/+36
* | Features: Define meaning for no language standard defaultBrad King2015-01-292-15/+35
* | Merge topic 'shorten-test-paths'Brad King2015-01-284-2/+2
|\ \
| * | Tests: Shorten paths in RunCMake.CompileFeaturesBrad King2015-01-264-2/+2
* | | Merge topic 'file-strings-utf-16'Brad King2015-01-2713-0/+29
|\ \ \
| * | | file: Teach STRINGS to support UTF-16 and UTF-32 encodingsJustin Borodinsky2015-01-2713-0/+29