Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'cmSytemTools_ExpandedList' | Brad King | 2019-05-14 | 4 | -29/+58 |
|\ | |||||
| * | cmSystemTools: Add ExpandedListArgument and ExpandedLists methods | Sebastian Holtermann | 2019-05-13 | 4 | -29/+58 |
* | | Merge topic 'error-generate-step' | Brad King | 2019-05-14 | 29 | -28/+89 |
|\ \ | |||||
| * | | cmake: Display error if generate step fails | Kyle Edwards | 2019-05-13 | 29 | -28/+89 |
| |/ | |||||
* | | Merge topic 'ninja_cleanups' | Brad King | 2019-05-14 | 5 | -241/+223 |
|\ \ | |||||
| * | | Ninja: Use clean target instead of clean tool in `cmake --target clean` calls | Sebastian Holtermann | 2019-05-13 | 2 | -7/+1 |
| * | | Ninja: In cmNinjaTargetGenerator use std::unique_ptr to manage new instances | Sebastian Holtermann | 2019-05-13 | 3 | -7/+9 |
| * | | Ninja: In cmNinjaTargetGenerator optimize string composition | Sebastian Holtermann | 2019-05-13 | 1 | -62/+78 |
| * | | Ninja: Inline range loop range arguments | Sebastian Holtermann | 2019-05-12 | 3 | -28/+14 |
| * | | Ninja: In cmGlobalNinjaGenerator use std::unique_ptr to manage output streams | Sebastian Holtermann | 2019-05-11 | 2 | -28/+31 |
| * | | Ninja: Add and use cmGlobalNinjaGenerator::CMakeCmd method | Sebastian Holtermann | 2019-05-10 | 2 | -46/+48 |
| * | | Ninja: Fix message in cmGlobalNinjaGenerator::WriteBuild method | Sebastian Holtermann | 2019-05-10 | 1 | -5/+3 |
| * | | Ninja: Simplify cmGlobalNinjaGenerator::AddRule and HasRule methods | Sebastian Holtermann | 2019-05-10 | 2 | -13/+8 |
| * | | Ninja: Simplify cmGlobalNinjaGenerator::WriteRule method | Sebastian Holtermann | 2019-05-10 | 1 | -45/+31 |
| |/ | |||||
* | | Merge topic 'cminstallgenerator-compute-error' | Brad King | 2019-05-14 | 16 | -17/+28 |
|\ \ | |||||
| * | | Refactor: Allow cmInstallGenerator::Compute() to return an error | Kyle Edwards | 2019-05-13 | 16 | -17/+28 |
| |/ | |||||
* | | Merge topic 'relax_cxx_relaxed_constexpr_requirements' | Brad King | 2019-05-14 | 5 | -13/+7 |
|\ \ | |||||
| * | | CompileFeatures: Record when MSVC gained full CXX14 support | Robert Maynard | 2019-05-13 | 1 | -0/+1 |
| * | | CompileFeatures: Record when Intel gained full CXX14 support | Robert Maynard | 2019-05-13 | 1 | -7/+1 |
| * | | CompileFeatures: Relax cxx_relaxed_constexpr compiler requirements | Robert Maynard | 2019-05-13 | 3 | -6/+5 |
* | | | Merge topic 'apple_clang_cxx_20_support' | Brad King | 2019-05-14 | 2 | -1/+9 |
|\ \ \ | |||||
| * | | | Features: Activate C++20 support for AppleClang 10.0+ | Robert Maynard | 2019-05-07 | 2 | -1/+9 |
* | | | | Merge branch 'release-3.14' | Brad King | 2019-05-14 | 0 | -0/+0 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'swig4' into release-3.14 | Brad King | 2019-05-13 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'ios-xctest-lookup' into release-3.14 | Brad King | 2019-05-13 | 3 | -0/+37 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'swig4' | Brad King | 2019-05-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | FindSWIG: Support swig4.0 | Daniele E. Domenichelli | 2019-05-13 | 1 | -1/+1 |
* | | | | | | | Merge topic 'ios-xctest-lookup' | Brad King | 2019-05-14 | 3 | -0/+37 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | Apple: Properly lookup XCTest for iOS and tvOS | Gregor Jasny | 2019-05-11 | 3 | -0/+37 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-05-14 | 1 | -1/+1 |
* | | | | | | Merge topic 'autorcc_timestamp' | Brad King | 2019-05-13 | 3 | -59/+69 |
|\ \ \ \ \ \ | |||||
| * | | | | | | AutoRcc: Simplify error logging with utility lambda | Sebastian Holtermann | 2019-05-11 | 1 | -20/+18 |
| * | | | | | | AutoRcc: Rebuild if the rcc executable is newer than its output | Sebastian Holtermann | 2019-05-11 | 2 | -0/+20 |
| * | | | | | | AutoRcc: Don't read the info file time again | Sebastian Holtermann | 2019-05-11 | 1 | -12/+1 |
| * | | | | | | AutoRcc: Write re-generation reason and rcc command as one string | Sebastian Holtermann | 2019-05-11 | 2 | -29/+31 |
| * | | | | | | Autogen: A missing info file is a critical error | Sebastian Holtermann | 2019-05-11 | 1 | -1/+2 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge topic 'cmuvprocesschain' | Brad King | 2019-05-13 | 9 | -8/+915 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmUVProcessChain: Add cmUVProcessChain | Kyle Edwards | 2019-05-07 | 9 | -5/+912 |
| * | | | | | | cmUVStreambuf: Initialize all members on construction | Brad King | 2019-05-07 | 1 | -3/+3 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge topic 'apple_clang_full_cxx_14_support' | Brad King | 2019-05-13 | 1 | -0/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CompileFeatures: Record when AppleClang gained full CXX14 support | Robert Maynard | 2019-05-07 | 1 | -0/+2 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'iar-new_architectures' | Brad King | 2019-05-13 | 7 | -28/+68 |
|\ \ \ \ \ \ | |||||
| * | | | | | | IAR: Add architecture support for RL78, RH850 and MSP430 | Stefan Andersson | 2019-05-08 | 7 | -28/+68 |
* | | | | | | | Merge topic 'FindProtobuf-gen-sources' | Brad King | 2019-05-13 | 1 | -1/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Protobuf: Fix generated source path with PROTOBUF_GENERATE_CPP_APPEND_PATH OFF | Bob Weinand | 2019-05-08 | 1 | -1/+6 |
* | | | | | | | | Merge topic 'windows-signing' | Brad King | 2019-05-13 | 9 | -4/+71 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Utilities/Release: Enable signing of Windows release binaries | Brad King | 2019-05-08 | 5 | -1/+11 |
| * | | | | | | | | Add undocumented option to sign CMake's own binaries on Windows | Brad King | 2019-05-08 | 2 | -0/+57 |
| * | | | | | | | | Configure CMake itself with policies through CMake 3.14 | Brad King | 2019-05-08 | 3 | -3/+3 |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-05-13 | 1 | -1/+1 |