summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Add options to run `ldd -u -r` as a "link-what-you-use" toolBill Hoffman2016-06-1713-0/+62
* Merge topic 'add-FindVulkan'Brad King2016-06-081-1/+1
|\
| * Tests/FindVulkan: Run clang-formatBrad King2016-06-081-1/+1
* | Merge topic 'add-FindVulkan'Brad King2016-06-084-0/+58
|\ \ | |/
| * Add FindVulkan.cmake.Matthäus G. Chajdas2016-06-084-0/+58
* | Merge topic 'find_path-in-framework'Brad King2016-06-084-0/+8
|\ \
| * | find_path: Fix location of <dir/header.h> in a framework on OS XHarry Mallon2016-06-074-0/+8
* | | Tests/FindOpenCL: Run clang-format to fix styleBrad King2016-06-071-4/+5
|/ /
* | Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-2/+1
* | Merge topic 'productbuild'Brad King2016-06-061-0/+11
|\ \ | |/ |/|
| * productbuild: Add new productbuild cpack generator.Clinton Stimpson2016-06-031-0/+11
* | Merge topic 'fix-TARGET_PROPERTY-LOCATION-crash'Brad King2016-06-033-0/+14
|\ \
| * | Fix crash on $<TARGET_PROPERTY:...,LOCATION> genex (#16134)Brad King2016-06-023-0/+14
| |/
* | FindOpenCL: Add an imported targetMatthäus G. Chajdas2016-06-024-0/+44
|/
* Merge topic 'remove-needless-copies'Brad King2016-05-271-1/+1
|\
| * Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-261-1/+1
* | Remove redundant c_str() calls.Daniel Pfeifer2016-05-262-9/+9
|/
* try_compile: Optionally forward custom platform variables to test projectBrad King2016-05-252-0/+27
* Merge topic 'standard-include-directories'Brad King2016-05-254-0/+11
|\
| * Add a variable to specify language-wide system include directoriesBrad King2016-05-254-0/+11
* | Merge topic 'cpack-deb-different-package-names'Brad King2016-05-2419-13/+43
|\ \
| * | CPack/Deb possibility to change package nameDomen Vrankar2016-05-2319-13/+43
| |/
* | CPack/Deb prevent accidental component dependenciesDomen Vrankar2016-05-232-0/+2
|/
* Merge topic 'ninja-output-path-prefix'Brad King2016-05-1921-0/+328
|\
| * Tests: Select RunCMake.Ninja test cases based on ninja versionBrad King2016-05-181-0/+20
| * Ninja: Support embedding of CMake as subninja projectNicolas Despres2016-05-1721-0/+308
* | ExternalProject: Always run update step with non-empty UPDATE_COMMANDBrad King2016-05-181-0/+12
* | Merge topic 'file-glob-sort'Brad King2016-05-183-9/+0
|\ \
| * | file: Sort GLOB results to make it deterministic (#14491)Reiner Herrmann2016-05-173-9/+0
| |/
* | GHS: Use shorter object file names on collisionGeoff Viola2016-05-184-1/+20
|/
* Revise C++ coding style using clang-formatKitware Robot2016-05-16668-5444/+5326
* Merge topic 'findpkgconfig-target'Brad King2016-05-162-0/+27
|\
| * FindPkgConfig: optionally create imported target for the found librariesRolf Eike Beer2016-05-142-0/+27
* | Merge topic 'cpack-rpm-adding-dist-to-release-tag'Brad King2016-05-164-0/+21
|\ \
| * | CPack/RPM adding dist to release tag testDomen Vrankar2016-05-144-0/+21
| |/
* | Merge topic 'cpack-rpm-different-package-names'Brad King2016-05-165-1/+25
|\ \
| * | CPack/RPM different package namesDomen Vrankar2016-05-155-1/+25
| |/
* | Merge topic 'cpack-deb-improvements'Brad King2016-05-1627-29/+211
|\ \ | |/ |/|
| * CPack/Deb test changes due to breaking changesDomen Vrankar2016-05-1327-29/+211
* | InstallRequiredSystemLibraries: Optionally install Windows UCRT (#16073)Brad King2016-05-122-0/+2
* | Tests: Wrap long comment lines in VSXaml testBrad King2016-05-111-7/+9
* | Tests: Protect unicode literals from clang-format Cpp03 formattingBrad King2016-05-111-0/+2
* | Drop find_(library|file|path) prefixes from PATH on non-WindowsBrad King2016-05-093-3/+9
|/
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-2/+0
* Merge topic 'custom-command-CROSSCOMPILING_EMULATOR'Brad King2016-05-098-1/+134
|\
| * CustomCommandGenerator: Add support for CROSSCOMPILING_EMULATORJean-Christophe Fillion-Robin2016-05-098-1/+134
* | Help clang-format wrap after braces on long initializer listsBrad King2016-05-061-0/+2
|/
* Tests: Improve source file name in RunCMake.CrosscompilingEmulatorJean-Christophe Fillion-Robin2016-05-035-7/+9
* Tests: Cover genex behavior in CROSSCOMPILING_EMULATOR test caseJean-Christophe Fillion-Robin2016-05-033-4/+35
* Merge topic 'doc-cmake-policies-manual-improvements'Brad King2016-05-031-2/+2
|\