| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'autogen-cmp0116-fix' | Brad King | 2021-02-24 | 1 | -26/+37 |
|\ |
|
| * | cmCustomCommand: Record value of CMP0116 at time of creation | Kyle Edwards | 2021-02-23 | 1 | -26/+37 |
|
|
* | | PCH PDB: Fix misuse of IS_NEWER_THAN in timestamp check | Craig Scott | 2021-02-22 | 1 | -2/+3 |
|/ |
|
* | Merge topic 'xcode12-ios_install_combined' | Brad King | 2021-02-09 | 1 | -0/+2 |
|\ |
|
| * | IOS_INSTALL_COMBINED: Support Xcode 12 (command line only) | Craig Scott | 2021-02-08 | 1 | -0/+2 |
|
|
| * | Merge topic 'ispc_control_header_suffixes' into release-3.19 | Brad King | 2020-12-15 | 1 | -4/+12 |
| |\ |
|
* | | | PCH: Remove restrictions for REUSE_FROM signature for MSVC | Cristian Adam | 2021-02-02 | 1 | -7/+16 |
|
|
* | | | Revert "PCH: Remove restrictions for REUSE_FROM signature for MSVC" | Brad King | 2021-02-02 | 1 | -16/+7 |
|
|
* | | | PCH: Remove restrictions for REUSE_FROM signature for MSVC | Cristian Adam | 2021-02-02 | 1 | -7/+16 |
|
|
* | | | clang-tidy: fix `readability-use-anyofallof` warnings | Ben Boeckel | 2021-01-27 | 1 | -26/+18 |
|
|
* | | | clang-tidy: fix `readability-qualified-auto` warnings | Ben Boeckel | 2021-01-27 | 1 | -4/+4 |
|
|
* | | | clang-tidy: fix `readability-make-member-function-const` warnings | Ben Boeckel | 2021-01-27 | 1 | -1/+1 |
|
|
* | | | Unity: Generate reproducible unity IDs for anonymous namespaces | Craig Scott | 2021-01-22 | 1 | -10/+25 |
|
|
* | | | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 1 | -4/+4 |
|
|
* | | | Merge topic 'unity-anon-ns' | Craig Scott | 2020-12-16 | 1 | -3/+14 |
|\ \ \ |
|
| * | | | Unity Build: Add option for generating per-file unique id | Stephen Kelly | 2020-12-15 | 1 | -3/+14 |
|
|
* | | | | Merge topic 'custom-command-output-genex-nmc' | Brad King | 2020-12-16 | 1 | -8/+33 |
|\ \ \ \ |
|
| * | | | | Ninja Multi-Config: Add support for cross-config custom commands | Kyle Edwards | 2020-12-15 | 1 | -2/+4 |
|
|
| * | | | | cmLocalGenerator: Adopt custom target 'force' output name generation | Brad King | 2020-12-15 | 1 | -6/+22 |
|
|
| * | | | | cmLocalGenerator: Refactor custom command generator construction | Brad King | 2020-12-15 | 1 | -0/+9 |
|
|
| * | | | | cmMakefile: Simplify custom target 'force' output name generation | Brad King | 2020-12-15 | 1 | -5/+3 |
| |/ / / |
|
* | | | | Merge topic 'ispc_control_header_suffixes' | Brad King | 2020-12-15 | 1 | -4/+12 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | ISPC: Generated Headers suffix configurable with a better default | Robert Maynard | 2020-12-14 | 1 | -4/+12 |
|
|
* | | | | Merge topic 'support_CMAKE_VFS_OVERLAY_for_rc_compilation' | Brad King | 2020-12-15 | 1 | -4/+16 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | llvm-rc: Add CMAKE_VFS_OVERLAY to the preprocessing flags | Thomas Bernard | 2020-12-14 | 1 | -4/+16 |
| |/ |
|
| * | Merge topic 'correct_ispc_path_computation' into release-3.19 | Brad King | 2020-12-08 | 1 | -7/+16 |
| |\ |
|
* | | | add_custom_{command,target}: Add genex support to OUTPUT and BYPRODUCTS | Brad King | 2020-12-11 | 1 | -2/+32 |
|
|
* | | | cmLocalGenerator: Evaluate generator expressions in custom command outputs | Brad King | 2020-12-11 | 1 | -4/+99 |
|
|
* | | | cmLocalGenerator: Simplify custom command output cmSourceFile creation | Brad King | 2020-12-10 | 1 | -39/+29 |
|
|
* | | | cmLocalGenerator: Factor out helper to expand custom command output paths | Brad King | 2020-12-10 | 1 | -0/+10 |
|
|
* | | | cmLocalGenerator: Refactor UpdateOutputToSourceMap to avoid boolean trap | Brad King | 2020-12-10 | 1 | -9/+8 |
|
|
* | | | cmLocalGenerator: Re-order logic in CreateGeneratedSource | Brad King | 2020-12-10 | 1 | -8/+9 |
|
|
* | | | Merge topic 'range-for-avoid-tmp-warning' | Brad King | 2020-12-08 | 1 | -1/+4 |
|\ \ \ |
|
| * | | | Cleanup: Fix warning about binding to a temporary in range-based for | Craig Scott | 2020-12-07 | 1 | -1/+4 |
|
|
* | | | | Merge topic 'correct_ispc_path_computation' | Brad King | 2020-12-08 | 1 | -7/+16 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | ISPC: Handle OBJECT sources in different directories | Robert Maynard | 2020-12-07 | 1 | -7/+16 |
|
|
* | | | | Merge topic 'asm_arch' | Brad King | 2020-12-07 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | macOS: Add architecture flags only for native ASM dialect | Raul Tambre | 2020-12-04 | 1 | -1/+1 |
|
|
* | | | Merge topic 'pch-ios-multi-arch-nmc' | Brad King | 2020-12-01 | 1 | -2/+4 |
|\ \ \
| |/ / |
|
| * | | PCH: Fix compiler errors on iOS multi-arch using Ninja Multi-Config | Cristian Adam | 2020-11-30 | 1 | -2/+4 |
| |/ |
|
* | | PCH: Do not mark PCH-header as generated | Deniz Bahadir | 2020-11-16 | 1 | -6/+8 |
|
|
* | | Reduce the scope of temporary cmProp variables and other improvements | Vitaly Stakhovsky | 2020-11-05 | 1 | -4/+4 |
|
|
* | | cmLocalGenerator::GetRuleLauncher: return cmProp | vvs31415 | 2020-11-02 | 1 | -7/+4 |
|
|
* | | configure_file: Add option for user defined permissions | Asit Dhal | 2020-10-24 | 1 | -2/+2 |
|
|
* | | Constify some code as suggested by clang-tidy | Cengizhan Pasaoglu | 2020-10-19 | 1 | -2/+2 |
|
|
* | | cmLocalGenerator: Migrate custom command output lookup from cmMakefile | Brad King | 2020-10-08 | 1 | -6/+192 |
|
|
* | | cmMakefile: Drop unnecessary custom command APPEND check | Brad King | 2020-10-08 | 1 | -1/+1 |
|/ |
|
* | CUDA: Clang separable compilation | Raul Tambre | 2020-09-24 | 1 | -11/+0 |
|
|
* | Merge topic 'pch-tv90' | Brad King | 2020-09-09 | 1 | -8/+20 |
|\ |
|
| * | PCH: Fix 30s wait for VS2008 when used via -Tv90 | Cristian Adam | 2020-09-07 | 1 | -8/+20 |
|
|