summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cmSytemTools_ExpandedList'Brad King2019-05-144-29/+58
|\
| * cmSystemTools: Add ExpandedListArgument and ExpandedLists methodsSebastian Holtermann2019-05-134-29/+58
* | Merge topic 'error-generate-step'Brad King2019-05-1429-28/+89
|\ \
| * | cmake: Display error if generate step failsKyle Edwards2019-05-1329-28/+89
| |/
* | Merge topic 'ninja_cleanups'Brad King2019-05-145-241/+223
|\ \
| * | Ninja: Use clean target instead of clean tool in `cmake --target clean` callsSebastian Holtermann2019-05-132-7/+1
| * | Ninja: In cmNinjaTargetGenerator use std::unique_ptr to manage new instancesSebastian Holtermann2019-05-133-7/+9
| * | Ninja: In cmNinjaTargetGenerator optimize string compositionSebastian Holtermann2019-05-131-62/+78
| * | Ninja: Inline range loop range argumentsSebastian Holtermann2019-05-123-28/+14
| * | Ninja: In cmGlobalNinjaGenerator use std::unique_ptr to manage output streamsSebastian Holtermann2019-05-112-28/+31
| * | Ninja: Add and use cmGlobalNinjaGenerator::CMakeCmd methodSebastian Holtermann2019-05-102-46/+48
| * | Ninja: Fix message in cmGlobalNinjaGenerator::WriteBuild methodSebastian Holtermann2019-05-101-5/+3
| * | Ninja: Simplify cmGlobalNinjaGenerator::AddRule and HasRule methodsSebastian Holtermann2019-05-102-13/+8
| * | Ninja: Simplify cmGlobalNinjaGenerator::WriteRule methodSebastian Holtermann2019-05-101-45/+31
| |/
* | Merge topic 'cminstallgenerator-compute-error'Brad King2019-05-1416-17/+28
|\ \
| * | Refactor: Allow cmInstallGenerator::Compute() to return an errorKyle Edwards2019-05-1316-17/+28
| |/
* | Merge topic 'relax_cxx_relaxed_constexpr_requirements'Brad King2019-05-145-13/+7
|\ \
| * | CompileFeatures: Record when MSVC gained full CXX14 supportRobert Maynard2019-05-131-0/+1
| * | CompileFeatures: Record when Intel gained full CXX14 supportRobert Maynard2019-05-131-7/+1
| * | CompileFeatures: Relax cxx_relaxed_constexpr compiler requirementsRobert Maynard2019-05-133-6/+5
* | | Merge topic 'apple_clang_cxx_20_support'Brad King2019-05-142-1/+9
|\ \ \
| * | | Features: Activate C++20 support for AppleClang 10.0+Robert Maynard2019-05-072-1/+9
* | | | Merge branch 'release-3.14'Brad King2019-05-140-0/+0
|\ \ \ \
| * \ \ \ Merge branch 'swig4' into release-3.14Brad King2019-05-131-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'ios-xctest-lookup' into release-3.14Brad King2019-05-133-0/+37
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'swig4'Brad King2019-05-141-1/+1
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | FindSWIG: Support swig4.0Daniele E. Domenichelli2019-05-131-1/+1
* | | | | | | Merge topic 'ios-xctest-lookup'Brad King2019-05-143-0/+37
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Apple: Properly lookup XCTest for iOS and tvOSGregor Jasny2019-05-113-0/+37
| | |/ / / / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2019-05-141-1/+1
* | | | | | Merge topic 'autorcc_timestamp'Brad King2019-05-133-59/+69
|\ \ \ \ \ \
| * | | | | | AutoRcc: Simplify error logging with utility lambdaSebastian Holtermann2019-05-111-20/+18
| * | | | | | AutoRcc: Rebuild if the rcc executable is newer than its outputSebastian Holtermann2019-05-112-0/+20
| * | | | | | AutoRcc: Don't read the info file time againSebastian Holtermann2019-05-111-12/+1
| * | | | | | AutoRcc: Write re-generation reason and rcc command as one stringSebastian Holtermann2019-05-112-29/+31
| * | | | | | Autogen: A missing info file is a critical errorSebastian Holtermann2019-05-111-1/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'cmuvprocesschain'Brad King2019-05-139-8/+915
|\ \ \ \ \ \
| * | | | | | cmUVProcessChain: Add cmUVProcessChainKyle Edwards2019-05-079-5/+912
| * | | | | | cmUVStreambuf: Initialize all members on constructionBrad King2019-05-071-3/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'apple_clang_full_cxx_14_support'Brad King2019-05-131-0/+2
|\ \ \ \ \ \
| * | | | | | CompileFeatures: Record when AppleClang gained full CXX14 supportRobert Maynard2019-05-071-0/+2
| |/ / / / /
* | | | | | Merge topic 'iar-new_architectures'Brad King2019-05-137-28/+68
|\ \ \ \ \ \
| * | | | | | IAR: Add architecture support for RL78, RH850 and MSP430Stefan Andersson2019-05-087-28/+68
* | | | | | | Merge topic 'FindProtobuf-gen-sources'Brad King2019-05-131-1/+6
|\ \ \ \ \ \ \
| * | | | | | | Protobuf: Fix generated source path with PROTOBUF_GENERATE_CPP_APPEND_PATH OFFBob Weinand2019-05-081-1/+6
* | | | | | | | Merge topic 'windows-signing'Brad King2019-05-139-4/+71
|\ \ \ \ \ \ \ \
| * | | | | | | | Utilities/Release: Enable signing of Windows release binariesBrad King2019-05-085-1/+11
| * | | | | | | | Add undocumented option to sign CMake's own binaries on WindowsBrad King2019-05-082-0/+57
| * | | | | | | | Configure CMake itself with policies through CMake 3.14Brad King2019-05-083-3/+3
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-05-131-1/+1