| Commit message (Expand) | Author | Age | Files | Lines |
* | clang-tidy: fix `readability-use-anyofallof` warnings | Ben Boeckel | 2021-01-27 | 1 | -23/+25 |
|
|
* | Merge topic 'cpp-modules' | Brad King | 2021-01-07 | 1 | -4/+84 |
|\ |
|
| * | ninja: add experimental infrastructure to generate gcc-format modmap files | Ben Boeckel | 2021-01-05 | 1 | -1/+24 |
|
|
| * | ninja: add experimental infrastructure to generate modmap files with dyndep | Ben Boeckel | 2021-01-05 | 1 | -2/+24 |
|
|
| * | ninja: Add experimental infrastructure for C++20 module dependency scanning | Brad King | 2021-01-05 | 1 | -0/+32 |
|
|
| * | ninja: De-duplicate version numbers required for ninja features | Brad King | 2021-01-05 | 1 | -2/+5 |
|
|
* | | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 1 | -36/+38 |
|/ |
|
* | Merge topic 'custom-command-output-genex-nmc' | Brad King | 2020-12-16 | 1 | -14/+83 |
|\ |
|
| * | Ninja Multi-Config: Add support for cross-config custom commands | Kyle Edwards | 2020-12-15 | 1 | -14/+83 |
|
|
* | | Merge topic 'ninja-no-cleandead' | Brad King | 2020-12-15 | 1 | -13/+1 |
|\ \
| |/
|/| |
|
| * | Merge branch 'backport-ninja-no-cleandead' into ninja-no-cleandead | Brad King | 2020-12-14 | 1 | -13/+1 |
| |\ |
|
| | * | Ninja: Remove cleandead on regeneration | Brad King | 2020-12-14 | 1 | -13/+1 |
|
|
* | | | Merge topic 'ninja-regen-metadata' | Brad King | 2020-12-01 | 1 | -2/+6 |
|\ \ \
| |/ / |
|
| * | | Ninja: Clean metadata after regen during build on Windows with 1.10.2+ | Brad King | 2020-11-30 | 1 | -2/+6 |
|
|
* | | | cmGlobalNinjaGenerator: use P1689 dependency file format for Fortran | Ben Boeckel | 2020-11-17 | 1 | -74/+47 |
|
|
* | | | Ninja: Exclude unused dyndep features during CMake bootstrap | Brad King | 2020-11-16 | 1 | -5/+9 |
|
|
* | | | Merge topic 'ninja-cleandead-no-dyndep' | Brad King | 2020-11-11 | 1 | -2/+9 |
|\ \ \
| |/ / |
|
| * | | Ninja: Avoid cleandead with dyndep bindings for Fortran module dependencies | Brad King | 2020-11-10 | 1 | -2/+9 |
|
|
* | | | Merge topic 'ninja-multi-per-config-sources' | Brad King | 2020-10-27 | 1 | -1/+3 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'release' into ninja-multi-per-config-sources | Kyle Edwards | 2020-10-26 | 1 | -45/+100 |
| |\ \ |
|
| * | | | Ninja Multi-Config: Don't try to calculate dependencies for "all" | Kyle Edwards | 2020-10-26 | 1 | -1/+3 |
|
|
* | | | | Constify some code as suggested by clang-tidy | Cengizhan Pasaoglu | 2020-10-19 | 1 | -2/+2 |
|
|
* | | | | Ninja Multi-Config: Read configuration variables as normal variables | Kyle Edwards | 2020-10-13 | 1 | -20/+13 |
| |/ /
|/| | |
|
* | | | Ninja Multi-Config: Fix segfault when installing an export | Kyle Edwards | 2020-10-09 | 1 | -7/+7 |
|
|
* | | | Merge topic 'ninja-multi-automoc-regression' | Brad King | 2020-09-18 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Ninja Multi-Config: Fix dependencies of custom commands | Kyle Edwards | 2020-09-17 | 1 | -0/+1 |
|
|
* | | | ISPC: Support generation for multiple instruction sets | Robert Maynard | 2020-09-04 | 1 | -0/+6 |
|
|
* | | | Merge topic 'getdef' | Brad King | 2020-09-03 | 1 | -2/+3 |
|\ \ \ |
|
| * | | | cmMakefile::GetDefinition: return cmProp | Vitaly Stakhovsky | 2020-09-02 | 1 | -2/+3 |
|
|
* | | | | Merge branch 'master' into ninja-multi-automoc-regression | Kyle Edwards | 2020-09-02 | 1 | -36/+84 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| * | | Merge topic 'ispc_lang_support' | Brad King | 2020-09-01 | 1 | -0/+42 |
| |\ \ |
|
| | * | | ISPC: Support ISPC header generation byproducts and parallel builds | Robert Maynard | 2020-08-28 | 1 | -0/+42 |
|
|
| * | | | Add INTERFACE libraries to generated buildsystem if they have SOURCES | Brad King | 2020-08-07 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge topic 'cleanup-target-types' | Brad King | 2020-07-28 | 1 | -4/+5 |
| |\ \ |
|
| | * | | Factor out generator checks for filtering out interface libraries | Brad King | 2020-07-23 | 1 | -2/+2 |
|
|
| | * | | cmGlobalNinjaGenerator: Replace switch default with all cases | Brad King | 2020-07-23 | 1 | -2/+3 |
|
|
| * | | | Ninja: Remove parameter default for cmNinjaTargetDepends | Kyle Edwards | 2020-07-24 | 1 | -7/+11 |
| |/ / |
|
| * | | Allow generator expressions in the EXCLUDE_FROM_ALL target property | Joerg Bornemann | 2020-07-21 | 1 | -1/+1 |
|
|
| * | | cmMakefile: Refactor API to better handle empty config values | Robert Maynard | 2020-07-03 | 1 | -24/+25 |
|
|
* | | | Ninja Multi-Config: Fix dependencies of utility targets | Kyle Edwards | 2020-09-02 | 1 | -1/+2 |
|
|
* | | | Ninja Multi-Config: Fix clean:all target | Kyle Edwards | 2020-09-02 | 1 | -0/+1 |
|/ / |
|
* | | Refactoring: Third-parties public headers are under cm3p prefix | Marc Chevrier | 2020-05-07 | 1 | -4/+4 |
|
|
* | | Merge branch 'master' into ninja-order-only-fix | Kyle Edwards | 2020-04-23 | 1 | -79/+78 |
|\ \
| |/
|/| |
|
| * | Merge topic 'ninja-fortran-doc' | Brad King | 2020-04-20 | 1 | -8/+1 |
| |\ |
|
| | * | Merge branch 'backport-3.17-ninja-fortran-doc' into ninja-fortran-doc | Brad King | 2020-04-17 | 1 | -8/+1 |
| | |\ |
|
| * | | | Refactoring: add cm::contains to <cmext/algorithm> | Marc Chevrier | 2020-04-17 | 1 | -3/+2 |
| |/ / |
|
| * | | cmGlobalNinjaGenerator: Remove outdated comment | Brad King | 2020-04-13 | 1 | -2/+0 |
|
|
| * | | Merge branch 'master' into ninja-order-depends | Kyle Edwards | 2020-04-07 | 1 | -76/+78 |
| |\ \ |
|
| | * \ | Merge topic 'cleanup-endls-1' | Brad King | 2020-03-27 | 1 | -1/+1 |
| | |\ \ |
|
| | | * | | Refactor: Avoid `std::endl` where it's not necessary (part 1) | Alex Turbov | 2020-03-26 | 1 | -1/+1 |
|
|