Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'ninja-pool-custom-command' | Brad King | 2019-05-15 | 21 | -28/+144 |
|\ | |||||
| * | Support job pools in custom commands and targets | Rosen Matev | 2019-05-14 | 21 | -28/+144 |
* | | Merge topic 'cmuvprocesschain-iterator-fix' | Brad King | 2019-05-15 | 1 | -1/+4 |
|\ \ | |||||
| * | | cmUVProcessChain: Add assert() for static analysis tools | Kyle Edwards | 2019-05-14 | 1 | -1/+4 |
* | | | Merge topic 'refactor_docs_use_java' | Craig Scott | 2019-05-15 | 1 | -294/+229 |
|\ \ \ | |||||
| * | | | UseJava: Refactor documentation for better formatting | Robert Maynard | 2019-05-15 | 1 | -294/+229 |
* | | | | Merge topic 'modules-indent-2-spaces' | Craig Scott | 2019-05-15 | 48 | -1627/+1624 |
|\ \ \ \ | |||||
| * | | | | Modules: Consistently use 2 space indentation | Kitware Robot | 2019-05-14 | 48 | -1627/+1624 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-05-15 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge branch 'release-3.14' | Brad King | 2019-05-14 | 0 | -0/+0 |
|\ \ \ \ | |||||
| * | | | | CMake 3.14.4v3.14.4 | Brad King | 2019-05-14 | 1 | -1/+1 |
* | | | | | Merge branch 'release-3.13' | Brad King | 2019-05-14 | 0 | -0/+0 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | CMake 3.13.5v3.13.5 | Brad King | 2019-05-14 | 1 | -1/+1 |
* | | | | | Merge branch 'release-3.14' | Brad King | 2019-05-14 | 0 | -0/+0 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge branch 'doc-relnotes-3.14' into release-3.14 | Brad King | 2019-05-14 | 2 | -0/+19 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'release-3.13' | Brad King | 2019-05-14 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | Merge branch 'doc-relnotes-3.13' into release-3.13 | Brad King | 2019-05-14 | 1 | -0/+9 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'doc-relnotes-3.14' | Brad King | 2019-05-14 | 2 | -0/+19 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | Help: Add 3.14.4 release notes | Brad King | 2019-05-14 | 1 | -0/+10 |
| * | | | | | | Merge branch 'doc-relnotes-3.13' into doc-relnotes-3.14 | Brad King | 2019-05-14 | 1 | -0/+9 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| / / / | | |_|/ / / | |/| | | | | |||||
| | * | | | | Help: Add 3.13.5 release notes | Brad King | 2019-05-14 | 1 | -0/+9 |
| | |/ / / | |||||
* | | | | | Merge topic 'find-boost-cmp0093' | Brad King | 2019-05-14 | 12 | -4/+55 |
|\ \ \ \ \ | |||||
| * | | | | | FindBoost: Introduce CMP0093 to report Boost_VERSION in x.y.z format | Dennis Klein | 2019-05-13 | 12 | -4/+55 |
* | | | | | | 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 |