summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* list(): add `JOIN` sub-commandMarc Chevrier2018-03-2011-0/+41
* Merge topic 'find-package_root-restore'Brad King2018-03-199-3/+95
|\
| * find_package: Use PackageName_ROOT variables as search prefixesBrad King2018-03-169-3/+95
* | Merge topic 'export-properties'Brad King2018-03-1913-0/+80
|\ \
| * | Export: allow exporting of additional propertiesWouter Klouwen2018-03-1613-0/+80
* | | Merge topic 'vs-debugger-command'Brad King2018-03-193-0/+28
|\ \ \
| * | | VS: Add target property VS_DEBUGGER_COMMANDHannes Mezger2018-03-143-0/+28
* | | | Merge topic 'intel-initializer-list'Brad King2018-03-191-0/+6
|\ \ \ \
| * | | | Features: Record initializer list support for Intel 14 and aboveBrad King2018-03-161-0/+6
* | | | | Merge topic 'project-homepage-url'Craig Scott2018-03-1710-3/+37
|\ \ \ \ \
| * | | | | project: Add HOMEPAGE_URL named parameterAlex Turbov2018-03-169-2/+36
| * | | | | Tests: Avoid enabling languages unnecessarily in RunCMake.projectBrad King2018-03-151-1/+1
* | | | | | Merge topic 'gtest_discover_tests_timeout'Brad King2018-03-1613-10/+113
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | GoogleTest: Rename TIMEOUT parameter to avoid clashCraig Scott2018-03-1513-10/+113
| * | | | | Merge branch 'automoc-apple-framework' into release-3.10Brad King2017-12-078-0/+162
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'compile-options-shell'Brad King2018-03-152-0/+37
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | target_compile_options: Add syntax to specify shell stringsBrad King2018-03-142-0/+37
| | |_|_|/ / | |/| | | |
* | | | | | 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