Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'implicit-includes-CPATH' | Brad King | 2019-05-31 | 4 | -0/+61 |
|\ | |||||
| * | Do not exclude include directories made implicit by CPATH | Brad King | 2019-05-30 | 4 | -0/+61 |
* | | Merge topic 'tar-zstd-compression' | Brad King | 2019-05-30 | 2 | -0/+11 |
|\ \ | |||||
| * | | cmake: Teach cmake -E tar command, Zstandard compression | Bartosz Kosiorek | 2019-05-22 | 2 | -0/+11 |
* | | | Merge topic 'clang-gnulike-support' | Brad King | 2019-05-29 | 28 | -45/+71 |
|\ \ \ | |||||
| * | | | Tests: handle string escaping differences with NMake+clang | Zsolt Parragi | 2019-05-24 | 3 | -6/+13 |
| * | | | Tests: require C++14 for the Tutorial | Zsolt Parragi | 2019-05-24 | 13 | -27/+13 |
| * | | | Tests: fix failures with gnu mode clang on windows | Zsolt Parragi | 2019-05-24 | 12 | -12/+45 |
* | | | | Merge topic 'rel-push' | Brad King | 2019-05-28 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Utilities/Release: Replace upload step with a "push" script | Brad King | 2019-05-24 | 1 | -2/+2 |
* | | | | | cmake: tar: Allow selective extracting and listing of archives | Bartosz Kosiorek | 2019-05-23 | 3 | -1/+44 |
|/ / / / | |||||
* | | | | Merge topic 'genex-target-property-lifetime' | Brad King | 2019-05-23 | 2 | -0/+19 |
|\ \ \ \ | |||||
| * | | | | Genex: Fix value lifetimes in nested TARGET_PROPERTY evaluation | Brad King | 2019-05-22 | 2 | -0/+19 |
* | | | | | Merge topic 'FindPython-find_strategy' | Brad King | 2019-05-23 | 1 | -6/+26 |
|\ \ \ \ \ | |||||
| * | | | | | FindPython: Implement lookup strategies. | Marc Chevrier | 2019-05-21 | 1 | -6/+26 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'framework-var' | Brad King | 2019-05-23 | 2 | -6/+17 |
|\ \ \ \ \ | |||||
| * | | | | | Add variable CMAKE_FRAMEWORK | Ruslan Baratov | 2019-05-21 | 2 | -6/+17 |
| |/ / / / | |||||
* | | | | | Merge topic 'default-generator-env' | Brad King | 2019-05-22 | 24 | -0/+128 |
|\ \ \ \ \ | |||||
| * | | | | | Tests: Add environment generator tests | Eicke Herbertz | 2019-05-22 | 24 | -0/+128 |
* | | | | | | Merge topic 'find-package-prefer-config' | Brad King | 2019-05-22 | 3 | -1/+37 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | find_package: Add option to prefer Config mode | Cristian Adam | 2019-05-21 | 3 | -1/+37 |
| | |/ / / | |/| | | | |||||
* | | | | | file: Change REMOVE to ignore empty names | Brad King | 2019-05-21 | 3 | -0/+15 |
|/ / / / | |||||
* | | | | Merge topic 'makefiles_additional_clean_files' | Brad King | 2019-05-20 | 2 | -35/+64 |
|\ \ \ \ | |||||
| * | | | | Tests: Extend MakeClean test to cover subdirectories without targets | Sebastian Holtermann | 2019-05-18 | 2 | -35/+64 |
* | | | | | Merge topic 'ninja-swift' | Brad King | 2019-05-20 | 4 | -3/+74 |
|\ \ \ \ \ | |||||
| * | | | | | Tests: add a check for the Swift compiler | Saleem Abdulrasool | 2019-05-17 | 4 | -3/+74 |
* | | | | | | Merge topic 'interface-library-export-properties' | Brad King | 2019-05-20 | 2 | -0/+10 |
|\ \ \ \ \ \ | |||||
| * | | | | | | InterfaceLibrary: Whitelist EXPORT_PROPERTIES property | Brad King | 2019-05-17 | 2 | -0/+10 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'file-install-follow-symlink-chain' | Marc Chevrier | 2019-05-18 | 2 | -0/+169 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | file(INSTALL): Add FOLLOW_SYMLINK_CHAIN argument | Kyle Edwards | 2019-05-16 | 2 | -0/+169 |
| |/ / / / | |||||
* | | | | | Merge topic 'use_additional_clean_files' | Brad King | 2019-05-17 | 2 | -22/+15 |
|\ \ \ \ \ | |||||
| * | | | | | Test: Improve WarnUnusedCliUnused to run on all generators | Sebastian Holtermann | 2019-05-15 | 2 | -22/+15 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'offer_compiler_lang_generator_expression' | Brad King | 2019-05-17 | 26 | -1/+122 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Genex: Add COMPILE_LANG_AND_ID generator expression | Robert Maynard | 2019-05-14 | 26 | -1/+122 |
* | | | | | Merge topic 'msvc-jmc' | Brad King | 2019-05-15 | 4 | -1/+71 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | MSVC: Add support for /JMC (Just My Code) | Luca Cappa | 2019-05-14 | 4 | -1/+71 |
* | | | | | Merge topic 'additional_clean_files' | Brad King | 2019-05-15 | 3 | -30/+87 |
|\ \ \ \ \ | |||||
| * | | | | | Tests: Extend MakeClean test to cover ADDITIONAL_CLEAN_FILES | Sebastian Holtermann | 2019-05-14 | 3 | -30/+87 |
* | | | | | | Merge topic 'ninja-pool-custom-command' | Brad King | 2019-05-15 | 6 | -0/+39 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Support job pools in custom commands and targets | Rosen Matev | 2019-05-14 | 6 | -0/+39 |
* | | | | | | | Merge topic 'find-boost-cmp0093' | Brad King | 2019-05-14 | 7 | -0/+12 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | FindBoost: Introduce CMP0093 to report Boost_VERSION in x.y.z format | Dennis Klein | 2019-05-13 | 7 | -0/+12 |
* | | | | | | | Merge topic 'error-generate-step' | Brad King | 2019-05-14 | 28 | -28/+84 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmake: Display error if generate step fails | Kyle Edwards | 2019-05-13 | 28 | -28/+84 |
* | | | | | | | | Merge topic 'relax_cxx_relaxed_constexpr_requirements' | Brad King | 2019-05-14 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | CompileFeatures: Relax cxx_relaxed_constexpr compiler requirements | Robert Maynard | 2019-05-13 | 1 | -1/+2 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'ios-xctest-lookup' | Brad King | 2019-05-14 | 2 | -0/+18 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Apple: Properly lookup XCTest for iOS and tvOS | Gregor Jasny | 2019-05-11 | 2 | -0/+18 |
| * | | | | | | Merge branch 'out-of-dir-linking-private-deps' into release-3.14 | Brad King | 2019-04-30 | 4 | -0/+30 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'vs-default-platform' into release-3.14 | Brad King | 2019-04-19 | 2 | -0/+2 |
| |\ \ \ \ \ \ \ |