summaryrefslogtreecommitdiff
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'genex-COMPILE_LANGUAGE-system-include'Brad King2018-03-131-1/+3
|\
| * Genex: Fix COMPILE_LANGUAGE propagation through try_compileBrad King2018-03-121-8/+3
| * Genex: Fix COMPILE_LANGUAGE in SYSTEM include directoriesBrad King2018-03-121-0/+7
* | Merge topic 'ep-support-passing-var-ending-with-notfound'Brad King2018-03-124-2/+22
|\ \
| * | ExternalProject: Fix cache generation when last args ends with "-NOTFOUND"Jean-Christophe Fillion-Robin2018-03-124-2/+22
| |/
| * Merge branch 'unixtimefix' into release-3.11Brad King2018-02-262-4/+4
| |\
* | \ Merge topic 'genex-TARGET_EXISTS'Brad King2018-03-1211-0/+43
|\ \ \
| * | | genex: Add TARGET_EXISTS to check for target existenceAlex Turbov2018-03-0911-0/+43
* | | | Merge topic 'libxml2-target'Brad King2018-03-094-0/+49
|\ \ \ \
| * | | | FindLibXml2: provide imported target LibXml2::LibXml2Rolf Eike Beer2018-03-084-0/+49
* | | | | Merge topic 'cmWorkingDirectory_success_checking'Brad King2018-03-0913-0/+59
|\ \ \ \ \
| * | | | | cmWorkingDirectory: Check success of current dir changesCraig Scott2018-03-082-0/+2
| * | | | | Tests: Add --build-and-test test caseCraig Scott2018-03-044-0/+17
| * | | | | Tests: Confirm test working dir set successfullyCraig Scott2018-03-048-0/+40
* | | | | | Merge topic 'sort_glob_output'Brad King2018-03-093-0/+24
|\ \ \ \ \ \
| * | | | | | Add test for sorting and deduping of file(GLOB) resultShane Parris2018-03-073-0/+24
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'project-warn-missing-metadata-values'Craig Scott2018-03-089-1/+17
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | project: warn on metadata arguments missing valuesAlex Turbov2018-03-079-1/+17
| | |/ / / | |/| | |
* | | | | Merge topic 'curl-target'Brad King2018-03-084-0/+47
|\ \ \ \ \
| * | | | | FindCURL: provide imported target CURL::CURLRolf Eike Beer2018-03-064-0/+47
| | |/ / / | |/| | |
* | | | | Merge topic 'avoid-LIB_DEPENDS'Brad King2018-03-085-0/+24
|\ \ \ \ \
| * | | | | Do not produce legacy _LIB_DEPENDS cache entriesBrad King2018-03-075-0/+24
| |/ / / /
* | | | | CTest: Add options to control test process affinity to CPUsBrad King2018-03-055-0/+45
|/ / / /
* | | | Merge topic 'general_cleanup_enhance'Brad King2018-03-0515-2/+35
|\ \ \ \
| * | | | Enhance RunCMake test coverage for file(GLOB)Shane Parris2018-02-2815-2/+35
* | | | | Tests: Add cases for usage requirements of linked object libsBrad King2018-03-0113-19/+107
* | | | | objlib: Link object-files from `OBJECT` libraries.Deniz Bahadir2018-03-013-0/+27
* | | | | objlib: Allow `OBJECT` libraries to link to `OBJECT` libraries.Deniz Bahadir2018-03-0112-32/+40
* | | | | objlib: Allow other libraries to link to `OBJECT` libraries.Deniz Bahadir2018-03-0114-34/+67
* | | | | objlib: Allow `OBJECT` libraries to link to other libraries.Deniz Bahadir2018-03-019-12/+39
* | | | | Tests: Teach RunCMake to ignore AIX ld warnings about GNU atexitBrad King2018-03-011-0/+2
| |/ / / |/| | |
* | | | Merge topic 'object-library-export-as-interface'Brad King2018-03-018-17/+34
|\ \ \ \ | |/ / / |/| | |
| * | | install,export: Maybe transform OBJECT libraries to INTERFACE librariesBrad King2018-02-288-17/+34
* | | | Merge topic 'contract-plplot'Brad King2018-02-271-1/+1
|\ \ \ \
| * | | | Tests: Update PLplot contract test repository URLBrad King2018-02-261-1/+1
* | | | | Merge topic 'unixtimefix'Brad King2018-02-272-4/+4
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Tests: Fix TIMESTAMP-UnixTime test under SOURCE_DATE_EPOCH=1Bernhard M. Wiedemann2018-02-262-4/+4
* | | | VS: Support C# project referencesRobert Dailey2018-02-237-0/+80
* | | | Merge topic '14297-partial-xcode-zero-check'Brad King2018-02-234-0/+21
|\ \ \ \ | | |_|/ | |/| |
| * | | Xcode: Generate ZERO_CHECK generator target only onceGregor Jasny2018-02-224-0/+21
| * | | Merge branch 'test-CompileFeatures-c11-range' into release-3.11Brad King2018-02-211-1/+1
| |\ \ \
* | \ \ \ Merge topic 'test-ExternalProject-serial'Brad King2018-02-221-0/+4
|\ \ \ \ \
| * | | | | Tests: Run ExternalProject tests seriallyBrad King2018-02-211-0/+4
* | | | | | Merge topic 'test-CompileFeatures-c11-range'Brad King2018-02-221-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Tests: Make CompileFeatures C dialect check consistent with implBrad King2018-02-211-1/+1
| | |/ / | |/| |
* | | | Merge topic 'string-join'Brad King2018-02-208-0/+32
|\ \ \ \
| * | | | string: Add JOIN subcommandAlex Turbov2018-02-168-0/+32
| |/ / /
* | | | Merge topic 'file_cmd_touch'Brad King2018-02-1612-6/+39
|\ \ \ \
| * | | | Replaces execute_process calls to touch files with file(TOUCH) callsShane Parris2018-02-152-6/+3
| * | | | Adds file(TOUCH) and file(TOUCH_NOCREATE) sub-commandsShane Parris2018-02-1510-0/+36