summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
...
* | Honor CMAKE_<LANG>_FLAGS[_<CONFIG>]_INIT set in toolchain filesBrad King2016-07-064-0/+45
|/
* try_compile: Add policy CMP0066 to honor CMAKE_<LANG>_FLAGS_<CONFIG>Brad King2016-06-295-0/+81
* Merge topic 'revert-try_compile-config-flags'Brad King2016-06-293-21/+0
|\
| * Revert "try_compile: Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes"Brad King2016-06-283-21/+0
* | Merge topic 'cmake-trace-source'Brad King2016-06-204-0/+9
|\ \
| * | cmake: Add an option to control what files needs to be tracedAlex Turbov2016-06-174-0/+9
* | | Merge topic 'cpack-deb-test-fixes'Brad King2016-06-203-10/+13
|\ \ \ | |/ / |/| / | |/
| * CPack/Deb: Fix test to actually test the preinst scriptDomen Vrankar2016-06-201-2/+2
| * CPack/Deb: Fix tests for SELinux-enabled systemsDomen Vrankar2016-06-203-10/+13
* | Merge topic 'link_what_you_use'Brad King2016-06-1713-0/+62
|\ \
| * | Add options to run `ldd -u -r` as a "link-what-you-use" toolBill Hoffman2016-06-1713-0/+62
* | | Parser: Issue file open error messages through dedicated APIStephen Kelly2016-06-134-20/+4
* | | Merge topic 'fix-Message-API-ISP-violation'Brad King2016-06-135-0/+25
|\ \ \
| * | | cmake: Issue message independent of cmMakefile definitionStephen Kelly2016-06-125-0/+25
| |/ /
* | | Teach find_library and find_package to search lib32 paths (#11260)Daniel Scharrer2016-06-108-18/+40
|/ /
* | find_path: Fix location of <dir/header.h> in a framework on OS XHarry Mallon2016-06-074-0/+8
|/
* Fix crash on $<TARGET_PROPERTY:...,LOCATION> genex (#16134)Brad King2016-06-023-0/+14
* try_compile: Optionally forward custom platform variables to test projectBrad King2016-05-252-0/+27
* CPack/Deb possibility to change package nameDomen Vrankar2016-05-2317-13/+38
* 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
* | file: Sort GLOB results to make it deterministic (#14491)Reiner Herrmann2016-05-173-9/+0
|/
* Revise C++ coding style using clang-formatKitware Robot2016-05-1663-97/+143
* 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-164-0/+24
|\ \
| * | CPack/RPM different package namesDomen Vrankar2016-05-154-0/+24
| |/
* | Merge topic 'cpack-deb-improvements'Brad King2016-05-1618-16/+198
|\ \ | |/ |/|
| * CPack/Deb test changes due to breaking changesDomen Vrankar2016-05-1318-16/+198
* | Drop find_(library|file|path) prefixes from PATH on non-WindowsBrad King2016-05-093-3/+9
|/
* CustomCommandGenerator: Add support for CROSSCOMPILING_EMULATORJean-Christophe Fillion-Robin2016-05-098-1/+134
* 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
* CMP0059: Fix typo in policy descriptionBrad King2016-05-021-2/+2
* Merge topic 'test-watcom-workaround'Brad King2016-05-021-1/+2
|\
| * Tests: Fix RunCMake.BuildDepends filesystem delay for Watcom WMakeBrad King2016-04-291-1/+2
* | Merge topic 'clang-format-include-order'Brad King2016-05-022-2/+2
|\ \
| * | Format include directive blocks and ordering with clang-formatBrad King2016-04-292-2/+2
| |/
* | Deprecate Visual Studio 7 .NET 2003 generatorBrad King2016-04-285-0/+15
* | Tests: Drop test for VS 7.0 generator deprecation warningsBrad King2016-04-285-15/+0
|/
* cmListFileBacktrace: Refactor storage to provide efficient value semanticsBrad King2016-04-187-10/+16
* Merge topic 'try_compile-config-flags'Brad King2016-04-133-0/+21
|\
| * try_compile: Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes (#16054)Brad King2016-04-113-0/+21
* | Add options to run clang-tidy with the compilerDaniel Pfeifer2016-04-1315-1/+62
|/
* Merge topic 'test-RunCMake.BuildDepends-filesystem-workaround'Brad King2016-04-111-0/+1
|\
| * Tests: Work around filesystem timestamp bugs in RunCMake.BuildDependsBrad King2016-04-081-0/+1
* | Merge topic 'ninja-restat-custom-command-byproducts'Brad King2016-04-082-0/+29
|\ \ | |/