summaryrefslogtreecommitdiff
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'shared-deps-no-iface'Brad King2019-08-051-1/+12
|\
| * Fix rpath-link for shared lib with only private depsBrad King2019-08-021-1/+12
* | Merge topic 'fileapi-install-generators'Brad King2019-08-052-1/+36
|\ \ | |/ |/|
| * fileapi: Fix codemodel target install destination for cross-dir rulesBrad King2019-07-312-1/+36
* | Tests: Add CMakeLib.testStringAlgorithms testSebastian Holtermann2019-08-012-0/+135
* | Merge topic 'FindPythonInterp-no-version-verify'Brad King2019-07-311-1/+1
|\ \
| * | FindPythonInterp: Document lack of version filtering for plain `python`Brad King2019-07-301-1/+1
* | | Merge topic 'vs-spectre-off'Brad King2019-07-313-0/+42
|\ \ \ | |/ / |/| |
| * | VS: Fix mapping of `-Qspectre-` flagBrad King2019-07-303-0/+42
| |/
* | Merge topic 'swift-with-interface-libs'Brad King2019-07-301-0/+3
|\ \
| * | Swift: Restore support for enabling with INTERFACE librariesBrad King2019-07-291-0/+3
| |/
| * Merge branch 'makefile-depend-relative-include' into release-3.15Brad King2019-07-255-1/+35
| |\
| * \ Merge branch 'backport-clang-gnulike-support' into release-3.15Brad King2019-07-2419-43/+35
| |\ \
| | * | Tests: Revert "require C++14 for the Tutorial"Brad King2019-07-2413-13/+27
* | | | Merge topic 'CheckCXXSymbolExists-c++-syntax'Brad King2019-07-291-0/+14
|\ \ \ \
| * | | | CheckCXXSymbolExists: Make C++-syntax symbols work on more compilersHong Xu2019-07-261-0/+14
* | | | | Merge topic 'android-ndk-r19'Brad King2019-07-2911-30/+34
|\ \ \ \ \
| * | | | | Android: Use unified toolchain in NDK r19+Brad King2019-07-2610-12/+15
| * | | | | Android: Update test to not require GCC compiler to exist in NDKBrad King2019-07-261-18/+19
* | | | | | Merge topic 'test-cleanup-src-dir'Brad King2019-07-291-1/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Tests: Remove stray source dir modification in RunCMake.find_programBrad King2019-07-261-1/+0
* | | | | | Merge topic 'ep_support_no_submodule_init'Kyle Edwards2019-07-261-2/+19
|\ \ \ \ \ \
| * | | | | | ExternalProject: Support not initializing any submodulesRobert Maynard2019-07-241-2/+19
* | | | | | | Property: Add INSTALL_REMOVE_ENVIROMENT_RPATH propertyJiang Yue2019-07-251-2/+27
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'makefile-depend-relative-include'Brad King2019-07-255-1/+35
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Makefile: Fix regression in dependencies on relative includesBrad King2019-07-245-1/+35
* | | | | | Merge topic 'clang-gnulike-support'Brad King2019-07-256-30/+8
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'backport-clang-gnulike-support' into clang-gnulike-supportBrad King2019-07-246-30/+8
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | Clang: For MSVC ABI do not use modes older than C++14Brad King2019-07-246-30/+8
| | |/ / /
* | | | | Merge topic 'find_pkg_use_new_global_controls'Brad King2019-07-246-0/+78
|\ \ \ \ \
| * | | | | FindPackage: Support `NO_[]_PATH` global call optionsRobert Maynard2019-07-225-0/+76
| * | | | | Tests: find_file restore PATH env variable after test runsRobert Maynard2019-07-221-0/+2
* | | | | | Merge topic 'math_exp_not'Brad King2019-07-242-2/+4
|\ \ \ \ \ \
| * | | | | | math(EXPR): Implement ~(exp_NOT) expression as documentedGabor Bencze2019-07-232-2/+4
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'fix-emulator-arguments'Brad King2019-07-241-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Fix allocation in CROSSCOMPILING_EMULATOR evaluationMarek Antoniak2019-07-231-0/+3
| | |/ / | |/| |
* | | | Merge topic 'make-imported-targets-more-equal'Brad King2019-07-233-1/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | target_*: Allow setting INTERFACE properties of UNKNOWN IMPORTED targetsAvraham Shukron2019-07-223-1/+13
* | | | Merge topic 'cpack-install-scripts'Craig Scott2019-07-225-12/+28
|\ \ \ \
| * | | | CPack: Introduce CPACK_INSTALL_SCRIPTS variableAlex Turbov2019-07-225-12/+28
* | | | | Merge topic 'feature/message-indent'Craig Scott2019-07-226-0/+65
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | message(): Control indentation via CMAKE_MESSAGE_INDENTAlex Turbov2019-07-216-0/+65
* | | | | Tests: Create test for SKIP_REGULAR_EXPRESSION test propertyGabor Bencze2019-07-182-0/+27
* | | | | Merge topic 'aix-exe-implib'Brad King2019-07-175-4/+13
|\ \ \ \ \
| * | | | | AIX: Create import library for executables with exportsBrad King2019-07-165-4/+13
| |/ / / /
* | | | | Merge topic 'project-version-0'Brad King2019-07-1710-6/+102
|\ \ \ \ \
| * | | | | project: Keep leading `0` in PROJECT_VERSION componentsAlex Turbov2019-07-168-0/+95
| * | | | | Tests: Factor out RunCMake.project helper macro into moduleBrad King2019-07-152-6/+7
* | | | | | Merge topic 'find_package-fix-NO_MODULE'Brad King2019-07-173-0/+35
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | find_package: Fix NO_MODULE under CMAKE_FIND_PACKAGE_PREFER_CONFIGCristian Adam2019-07-163-0/+35