summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | FindPython: Add variable 'Python_FIND_FRAMEWORK' to control frameworks lookup.Marc Chevrier2019-05-245-15/+46
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'GetPrerequisites-use-if-IN_LIST'Brad King2019-05-281-10/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | GetPrerequisites: use if(IN_LIST) instead of foreachBen Boeckel2019-05-231-10/+6
* | | | | | | | | | | Merge topic 'swift-response'Brad King2019-05-282-1/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Ninja,Swift: correct response file handlingSaleem Abdulrasool2019-05-232-1/+7
* | | | | | | | | | | | Merge topic 'FindICU-find-names'Brad King2019-05-281-4/+8
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | FindICU: Pass explicit NAMES argument to find command callsBrad King2019-05-241-4/+8
* | | | | | | | | | | | | Merge topic 'rel-push'Brad King2019-05-284-47/+72
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Utilities/Release: Replace upload step with a "push" scriptBrad King2019-05-243-42/+72
| * | | | | | | | | | | | | Utilities/Release: Teach upload script to compute version automaticallyBrad King2019-05-242-7/+2
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge topic 'FindBoost-contract-requires-compile-features'Brad King2019-05-281-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | / / | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
| * | | | | | | | | | | FindBoost: Add compiler features for Boost Contract libraryAlex Turbov2019-05-241-0/+10
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2019-05-281-1/+1
* | | | | | | | | | | Merge topic 'doc-typo-CTEST_CUSTOM_WARNING_xxx'Craig Scott2019-05-272-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Help: Fix typo for CTEST_CUSTOM_WARNING_xxx varsCraig Scott2019-05-262-2/+2
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'doc-install-export-android-mk'Craig Scott2019-05-271-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | Help: Fix typo in install(EXPORT_ANDROID_MK) exampleJohn Freeman2019-05-261-2/+2
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2019-05-271-1/+1
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2019-05-261-1/+1
|/ / / / / / / / /
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-05-251-1/+1
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge topic 'selective-tar-extracting-and-listing'Brad King2019-05-248-13/+121
|\ \ \ \ \ \ \ \
| * | | | | | | | cmake: tar: Allow selective extracting and listing of archivesBartosz Kosiorek2019-05-238-13/+121
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge topic 'ninja-pool-link-doc-nit'Brad King2019-05-241-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Help/CMAKE_JOB_POOL_LINK: match the header line with the variableBen Boeckel2019-05-241-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge topic 'fix-armclang-policy'Brad King2019-05-241-3/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | ARMClang: fix policy manipulation in the compiler moduleBen Boeckel2019-05-231-3/+5
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge topic 'cmAppend'Brad King2019-05-2460-246/+193
|\ \ \ \ \ \ \ \
| * | | | | | | | Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-2359-246/+181
| * | | | | | | | cmAlgorithms: Add cmAppend functionSebastian Holtermann2019-05-231-0/+12
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge topic 'cmTargetMap_definition'Brad King2019-05-246-22/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | cmMakefile: Define cmTargetMap type in cmMakefile instead of cmTargetSebastian Holtermann2019-05-236-22/+16
* | | | | | | | | Merge topic 'update-curl'Brad King2019-05-24172-5996/+6571
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | curl: Update build within CMake to account for 7.65 changesBrad King2019-05-221-2/+5
| * | | | | | | | Merge branch 'upstream-curl' into update-curlBrad King2019-05-22171-5993/+6565
| |\ \ \ \ \ \ \ \
| | * | | | | | | | curl 2019-05-22 (885ce314)Curl Upstream2019-05-22171-5995/+6567
| * | | | | | | | | curl: Update script to get curl 7.65.0Brad King2019-05-221-1/+1
* | | | | | | | | | CMake Nightly Date StampKitware Robot2019-05-241-1/+1
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge topic 'genex-target-property-lifetime'Brad King2019-05-233-3/+27
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Genex: Fix value lifetimes in nested TARGET_PROPERTY evaluationBrad King2019-05-223-3/+27
* | | | | | | | | Merge topic 'string-error'Brad King2019-05-239-45/+31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmSystemTools::Error(): remove const char* overloadVitaly Stakhovsky2019-05-229-45/+31
| |/ / / / / / / /
* | | | | | | | | Merge topic 'swift-flag-variables'Brad King2019-05-231-2/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Modules: add Swift MSVC_RUNTIME_LIBRARY flagsSaleem Abdulrasool2019-05-211-0/+8
| * | | | | | | | | Modules: add `CMAKE_Swift_FRAMEWORK_SEARCH_FLAG`Saleem Abdulrasool2019-05-211-0/+1
| * | | | | | | | | Modules: remove `CMAKE_INCLUDE_FLAG_SEP_Swift`Saleem Abdulrasool2019-05-211-2/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge topic 'compiler-launcher-shell-format'Brad King2019-05-232-4/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Ninja,Makefile: Fix <LANG>_COMPILER_LAUNCHER shell command syntaxBrad King2019-05-222-4/+13
* | | | | | | | | | Merge topic 'FindPython-find_strategy'Brad King2019-05-2310-369/+876
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | FindPython: Add policy to manage lookup stratgey default.Marc Chevrier2019-05-219-5/+58
| * | | | | | | | | | FindPython: Implement lookup strategies.Marc Chevrier2019-05-215-369/+823
| | |/ / / / / / / / | |/| | | | | | | |