| Commit message (Expand) | Author | Age | Files | Lines |
* | Ninja Multi-Config: Fix issue with framework dependencies and Autogen | Kyle Edwards | 2020-02-17 | 2 | -0/+27 |
|
|
* | Merge topic 'ninja-multi-default-configs-fix' into release-3.17 | Brad King | 2020-02-12 | 3 | -0/+45 |
|\ |
|
| * | Ninja Multi-Config: Fix issue with "all" in CMAKE_NMC_DEFAULT_CONFIGS | Kyle Edwards | 2020-02-11 | 3 | -0/+45 |
|
|
* | | Merge topic 'file-CONFIGURE_DEPENDS-verify-CMP0009' into release-3.17 | Brad King | 2020-02-12 | 5 | -2/+30 |
|\ \ |
|
| * | | file: GLOB_RECURSE VerifyGlobs.cmake should have CMP0009 set to new | Shane Parris | 2020-02-11 | 5 | -0/+28 |
|
|
| * | | Tests: Perform minor cleanups in RunCMake.file test | Shane Parris | 2020-02-11 | 1 | -2/+2 |
|
|
* | | | Merge topic 'install-default-fix' into release-3.17 | Brad King | 2020-02-12 | 6 | -12/+12 |
|\ \ \
| |_|/
|/| | |
|
| * | | install: Fix regression when using default destinations | Kyle Edwards | 2020-02-11 | 6 | -12/+12 |
|
|
* | | | Merge topic 'swift-no-sdk-include' into release-3.17 | Brad King | 2020-02-11 | 4 | -0/+81 |
|\ \ \ |
|
| * | | | Swift: Exclude SDK include paths | Yauheni Khnykin | 2020-02-10 | 4 | -0/+81 |
| | |/
| |/| |
|
* | | | Ninja Multi-Config: Add support for DEPFILE option in add_custom_command() | Kyle Edwards | 2020-02-07 | 3 | -0/+18 |
|
|
* | | | Merge topic 'ninja-multi-default-config-fix' into release-3.17 | Brad King | 2020-02-07 | 2 | -0/+5 |
|\ \ \ |
|
| * | | | Ninja Multi-Config: Fix issue with CMAKE_NMC_DEFAULT_BUILD_FILE_CONFIG | Kyle Edwards | 2020-02-06 | 2 | -0/+5 |
| |/ / |
|
* | | | Ninja Multi-Config: Don't include MinSizeRel by default | Kyle Edwards | 2020-02-06 | 2 | -4/+8 |
|/ / |
|
* | | Merge topic 'ninja-multi-cmake-build-no-config' | Brad King | 2020-02-05 | 2 | -2/+8 |
|\ \ |
|
| * | | Ninja Multi-Config: Use build.ninja if cmake --build has no --config | Kyle Edwards | 2020-02-04 | 2 | -2/+8 |
|
|
* | | | Add -E cmake_llvm_rc to preprocess files for llvm-rc | Thomas Bernard | 2020-02-04 | 9 | -0/+38 |
|/ / |
|
* | | Merge topic 'ninja-multi-variable-shuffle' | Brad King | 2020-02-03 | 21 | -10/+230 |
|\ \ |
|
| * | | Ninja Multi-Config: Shuffle variables around | Kyle Edwards | 2020-02-03 | 21 | -10/+230 |
|
|
* | | | Merge topic 'ctest-add-ignore-no-tests-option' | Kyle Edwards | 2020-02-03 | 10 | -0/+38 |
|\ \ \ |
|
| * | | | Add --no-tests=<[error|ignore]> option to CTest | Stefan Dinkelacker | 2020-01-31 | 10 | -0/+38 |
|
|
* | | | | Merge topic 'ninja_multi_config_test_understand_win_cuda' | Brad King | 2020-02-03 | 2 | -0/+6 |
|\ \ \ \ |
|
| * | | | | NinjaMultiConfig: CUDA executables generate symbols on windows | Robert Maynard | 2020-01-31 | 2 | -0/+6 |
|
|
* | | | | | AIX: Add an option to disable automatic exports from shared libraries | Brad King | 2020-01-31 | 8 | -1/+40 |
|
|
* | | | | | Merge topic 'GNUInstallDirs-no-system' | Brad King | 2020-01-31 | 3 | -0/+13 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | GNUInstallDirs: Warn when CMAKE_SYSTEM_NAME is not set | Vitaly Lipatov | 2020-01-30 | 3 | -0/+13 |
| | |/ /
| |/| | |
|
* | | | | Merge topic 'automoc-using-depfiles' | Brad King | 2020-01-30 | 1 | -0/+12 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | AutoGen: Use depfiles for the XXX_autogen ninja targets | Joerg Bornemann | 2020-01-28 | 1 | -0/+4 |
|
|
| * | | | AutoGen: Use moc's feature to output dependencies | Joerg Bornemann | 2020-01-28 | 1 | -0/+8 |
|
|
* | | | | Merge topic 'mixed-mode-multi-arch' | Brad King | 2020-01-29 | 4 | -0/+13 |
|\ \ \ \ |
|
| * | | | | Swift: disallow multiple `CMAKE_OSX_ARCHITECTURES` with Swift | Saleem Abdulrasool | 2020-01-28 | 4 | -0/+13 |
|
|
* | | | | | Merge topic 'ninja-1.10' | Brad King | 2020-01-28 | 2 | -2/+24 |
|\ \ \ \ \ |
|
| * | | | | | Tests: Fix RunCMake.CMP0037 test with Ninja 1.10 | Brad King | 2020-01-27 | 1 | -2/+23 |
|
|
| * | | | | | Tests: Fix RunCMake.Ninja test for Ninja 1.10 | Brad King | 2020-01-27 | 1 | -0/+1 |
| |/ / / / |
|
* | | | | | Merge topic 'xcode-top-level-only-with-object-library' | Brad King | 2020-01-28 | 4 | -0/+25 |
|\ \ \ \ \ |
|
| * | | | | | Xcode: Fix post build script for 'top level project only' opt | Yauheni Khnykin | 2020-01-27 | 4 | -0/+25 |
|
|
* | | | | | | Merge topic 'osx-version-flags' | Brad King | 2020-01-28 | 6 | -0/+55 |
|\ \ \ \ \ \ |
|
| * | | | | | | macOS: Test OSX_COMPATIBILITY_VERSION and OSX_CURRENT_VERSION properties | Brad King | 2020-01-27 | 6 | -0/+55 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge topic 'install-name-tool-bug' | Brad King | 2020-01-28 | 2 | -5/+9 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | Tests: Disable test on problematic versions of install_name_tool | Kyle Edwards | 2020-01-27 | 2 | -5/+9 |
|
|
* | | | | | | Merge topic 'fix-ninja-multi-framework-header' | Brad King | 2020-01-27 | 2 | -0/+29 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Ninja Multi-Config: Fix bug with MacOS frameworks | Kyle Edwards | 2020-01-24 | 2 | -0/+29 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge topic 'csharp-no-valued-macros' | Brad King | 2020-01-27 | 1 | -4/+4 |
|\ \ \ \ \ |
|
| * | | | | | CSharp: Do not pass definitions with values | Sumit Bhardwaj | 2020-01-24 | 1 | -4/+4 |
|
|
* | | | | | | Merge topic 'cpack-deb-fix-description' | Brad King | 2020-01-27 | 4 | -7/+16 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | /
| | |_|_|/
| |/| | | |
|
| * | | | | CPack: Fix regression in Deb description | Kyle Edwards | 2020-01-24 | 4 | -7/+16 |
|
|
| * | | | | file(GET_RUNTIME_DEPENDENCIES): Tolerate empty list arguments | Kyle Edwards | 2020-01-22 | 2 | -2/+20 |
|
|
* | | | | | Merge topic 'ninja-multi-cross-configs' | Brad King | 2020-01-24 | 15 | -0/+377 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Ninja Multi-Config: Add variable to control configs used in cross-config build | Kyle Edwards | 2020-01-23 | 15 | -0/+377 |
|
|
* | | | | | Merge topic 'vs-dotnet-standard-core' | Brad King | 2020-01-24 | 8 | -0/+134 |
|\ \ \ \ \ |
|