summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fix-qtautogen-with-object-library-Ninja'Brad King2015-09-292-1/+13
|\
| * cmGlobalGenerator: Initialize generator targets on construction (#15729)Stephen Kelly2015-09-292-1/+13
* | Merge topic 'cpack-package-empty-dirs'Brad King2015-09-2919-4/+65
|\ \
| * | CPack: allow packaging of empty directoriesDomen Vrankar2015-09-2818-2/+64
| * | CPackDeb: allow empty directories in component packagesRaffi Enficiaud2015-09-281-2/+1
* | | Merge topic 'link-https-cmake.org'Brad King2015-09-296-6/+6
|\ \ \ | |/ / |/| |
| * | Replace http://www.cmake.org URLs with https://cmake.orgBrad King2015-09-256-6/+6
* | | Merge topic 'test-Wno-dev'Brad King2015-09-283-0/+16
|\ \ \
| * | | Tests: Add case for -Wdev and -Wno-dev with non-message() warnings (#15747)Michael Scott2015-09-253-0/+16
| | |/ | |/|
* | | Merge topic 'ninja-cleanup-path-conversion'Brad King2015-09-284-0/+7
|\ \ \
| * | | Ninja: Centralize path conversion in global generator (#15757)Brad King2015-09-254-0/+7
| | |/ | |/|
* | | Merge topic 'test-fix-C-comments'Brad King2015-09-282-14/+14
|\ \ \
| * | | Tests: Use C-Style comments in C sources and headersMarc Chevrier2015-09-252-14/+14
* | | | Merge topic 'genex-SHELL_PATH'Brad King2015-09-288-6/+64
|\ \ \ \
| * | | | Genex: Add a SHELL_PATH expressionStefan Kislinskiy2015-09-286-3/+61
| * | | | Tests: Simplify GeneratorExpression check implementationBrad King2015-09-232-3/+3
* | | | | Merge topic 'test-RunCMake-BuildDepends-Borland'Brad King2015-09-281-1/+7
|\ \ \ \ \
| * | | | | Tests: Fix RunCMake.BuildDepends filesystem delay for Borland MakefilesBrad King2015-09-251-1/+7
| | |/ / / | |/| | |
* | | | | Merge topic 'revert-cpack-package-empty-dirs'Brad King2015-09-2612-37/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Revert topic 'cpack-package-empty-dirs'Brad King2015-09-2512-37/+2
* | | | | Merge topic 'revert-cmake-W-options'Brad King2015-09-2518-76/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'improve-variable-help-formatting' into revert-cmake-W-optionsBrad King2015-09-2276-15/+762
| |\ \ \ \
| * | | | | Revert topic 'cmake-W-options' (#15747)Brad King2015-09-2218-76/+0
* | | | | | Merge topic 'install-directory-dest-genex'Brad King2015-09-257-7/+16
|\ \ \ \ \ \
| * | | | | | install: Allow generator expressions in DIRECTORY DESTINATIONRobert Goulet2015-09-247-7/+16
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'Threads-CXX'Brad King2015-09-254-0/+36
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | FindThreads: officially announce it works with only C++ enabledRolf Eike Beer2015-09-252-9/+24
| * | | | | FindThreads: add simple testcaseRolf Eike Beer2015-09-213-0/+21
* | | | | | Tests: Cover install(FILES) with a genex DESTINATIONBrad King2015-09-237-6/+15
* | | | | | Merge topic 'cpack-package-empty-dirs'Brad King2015-09-231-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | CPack: remove accidental changesDomen Vrankar2015-09-231-1/+1
* | | | | Merge topic 'cpack-package-empty-dirs'Brad King2015-09-2213-3/+38
|\ \ \ \ \ | |/ / / /
| * | | | CPack: allow packaging of empty directoriesDomen Vrankar2015-09-2212-1/+37
| * | | | CPackDeb: allow empty directories in component packagesRaffi Enficiaud2015-09-211-2/+1
| |/ / /
* | | | Merge topic 'ctest-variable-docs'Brad King2015-09-221-3/+3
|\ \ \ \
| * | | | CTestCoverageCollectGCOV: replace tabulatorsBen Boeckel2015-09-211-3/+3
* | | | | CMP0065: Restrict the use of CMAKE_SHARED_LIBRARY_LINK_<LANG>_FLAGSChuck Atkins2015-09-2114-0/+95
* | | | | CMP0064: Fix recorded version of introduction to be 3.4Brad King2015-09-212-1/+11
| |/ / / |/| | |
* | | | Merge topic 'pkg-config-variable-function'Brad King2015-09-213-0/+16
|\ \ \ \ | |/ / / |/| | |
| * | | FindPkgConfig: add a command to query arbitrary variablesBen Boeckel2015-09-213-0/+16
* | | | Merge topic 'cpack-verbatim-variables'Brad King2015-09-215-0/+25
|\ \ \ \
| * | | | Introduction of CPACK_VERBATIM_VARIABLES variableRoman Donchenko2015-09-205-0/+25
* | | | | Merge topic 'cpack-deb-checksum-on-symlinks'Brad King2015-09-213-4/+29
|\ \ \ \ \
| * | | | | CPackDeb: preventing md5sum on symlinksRaffi Enficiaud2015-09-183-4/+29
| |/ / / /
* | | | | Merge topic 'fix-compatibility-mode-LOCATION'Brad King2015-09-213-0/+17
|\ \ \ \ \
| * | | | | CMP0026: Use compatibility codepath until configure is finished (#15748)Stephen Kelly2015-09-183-0/+17
| |/ / / /
* | | | | Merge topic 'ctest-custom-output-size'Brad King2015-09-217-0/+69
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | CTest: Add options to limit output of passed and failed testsRoman Wüger2015-09-184-0/+36
| * | | | CTest: Document and test custom output size settingsBrad King2015-09-183-0/+33
* | | | | Merge topic 'compute-default-dialect'Brad King2015-09-181-1/+1
|\ \ \ \ \