Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge topic 'fix-compare' | Kyle Edwards | 2020-09-07 | 1 | -3/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmConditionEvaluator: Avoid comparing pointers | vvs31415 | 2020-09-04 | 1 | -3/+4 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-07 | 1 | -1/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-06 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-05 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge topic 'use-tocstr' | Kyle Edwards | 2020-09-04 | 11 | -35/+23 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Refactor: Use cmToCStr() | Vitaly Stakhovsky | 2020-09-03 | 11 | -35/+23 | |
| |/ / / | ||||||
* | | | | Merge topic 'pragma-once' | Brad King | 2020-09-04 | 466 | -1844/+466 | |
|\ \ \ \ | ||||||
| * | | | | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 466 | -1844/+466 | |
| |/ / / | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-04 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge topic 'getdef' | Brad King | 2020-09-03 | 83 | -702/+745 | |
|\ \ \ | ||||||
| * | | | cmMakefile::GetDefinition: return cmProp | Vitaly Stakhovsky | 2020-09-02 | 83 | -702/+745 | |
* | | | | Merge topic 'Fortran-visibility-var' | Brad King | 2020-09-03 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | Fortran: Initialize Fortran_VISIBILITY_PRESET property from variable | Thomas G | 2020-09-02 | 1 | -0/+1 | |
* | | | | | Merge topic 'ninja-multi-automoc-regression' | Brad King | 2020-09-03 | 2 | -1/+5 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into ninja-multi-automoc-regression | Kyle Edwards | 2020-09-02 | 188 | -3388/+5546 | |
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | | | ||||||
| * | | | | Ninja Multi-Config: Fix dependencies of utility targets | Kyle Edwards | 2020-09-02 | 1 | -1/+2 | |
| * | | | | Ninja Multi-Config: Fix cleaning of utility targets with commands | Kyle Edwards | 2020-09-02 | 1 | -0/+2 | |
| * | | | | Ninja Multi-Config: Fix clean:all target | Kyle Edwards | 2020-09-02 | 1 | -0/+1 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-03 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | Merge topic 'xcode-custom-commands' | Brad King | 2020-09-02 | 2 | -7/+37 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Xcode: Avoid unnecessary duplication of custom commands across targets | Brad King | 2020-09-01 | 2 | -1/+26 | |
| * | | | Xcode: Refactor custom command dependency expansion | Brad King | 2020-09-01 | 1 | -6/+11 | |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-02 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge topic 'target_genex_dependency' | Brad King | 2020-09-01 | 2 | -3/+74 | |
|\ \ \ | ||||||
| * | | | GenEx: Remove unneeded dependencies from target info queries | Robert Maynard | 2020-09-01 | 2 | -3/+74 | |
* | | | | Merge topic 'xcode-link-phase-all' | Craig Scott | 2020-09-01 | 5 | -114/+291 | |
|\ \ \ \ | ||||||
| * | | | | Xcode: Use "Link Binary With Libraries" build phase in some cases | Gusts Kaksis | 2020-08-31 | 2 | -68/+217 | |
| * | | | | Xcode: Add special case for file type extension map for .xcassets | Gusts Kaksis | 2020-08-28 | 1 | -0/+3 | |
| * | | | | Xcode: Refactor build setting append code and attribute getter naming | Gusts Kaksis | 2020-08-28 | 4 | -51/+76 | |
* | | | | | Merge topic 'file_chmod' | Brad King | 2020-09-01 | 1 | -0/+160 | |
|\ \ \ \ \ | ||||||
| * | | | | | file: Add CHMOD and CHMOD_RECURSE subcommands | Sibi Siddharthan | 2020-08-26 | 1 | -0/+160 | |
* | | | | | | Merge topic 'file-RENAME-windows' | Brad King | 2020-09-01 | 2 | -37/+188 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmSystemTools: Teach RenameFile to disable Windows Search Indexing | Ron W Moore | 2020-08-31 | 1 | -0/+59 | |
| * | | | | | | cmSystemTools: Teach RenameFile to try for longer on directories | Ron W Moore | 2020-08-31 | 1 | -1/+12 | |
| * | | | | | | cmSystemTools: Add more error handling to RenameFile on Windows | Ron W Moore | 2020-08-31 | 1 | -4/+28 | |
| * | | | | | | cmSystemTools: Improve RenameFile on Windows with MOVEFILE_WRITE_THROUGH | Ron W Moore | 2020-08-31 | 1 | -1/+3 | |
| * | | | | | | cmSystemTools: Factor out RenameFile wstring conversion on Windows | Ron W Moore | 2020-08-31 | 1 | -8/+9 | |
| * | | | | | | cmSystemTools: Factor out MoveFileExW call in RenameFile | Brad King | 2020-08-31 | 1 | -5/+13 | |
| * | | | | | | cmSystemTools: Define directory-specific Windows filesystem retry settings | Brad King | 2020-08-27 | 2 | -22/+68 | |
* | | | | | | | Merge topic 'ispc_lang_support' | Brad King | 2020-09-01 | 17 | -35/+290 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ISPC: Support ISPC header generation byproducts and parallel builds | Robert Maynard | 2020-08-28 | 12 | -9/+246 | |
| * | | | | | | | Add ISPC compiler support to CMake | Robert Maynard | 2020-08-28 | 6 | -6/+27 | |
| * | | | | | | | Refactor some swift only logic to be re-used by other languages | Robert Maynard | 2020-08-07 | 1 | -26/+23 | |
* | | | | | | | | Merge topic 'automoc-depend-project-file' | Brad King | 2020-09-01 | 2 | -1/+4 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | Merge branch 'backport-3.17-automoc-depend-project-file' | Brad King | 2020-08-31 | 2 | -1/+4 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | AutoMoc: Restore support for re-running after project file changes | Joerg Bornemann | 2020-08-31 | 2 | -1/+4 | |
| | * | | | | | | Merge branch 'backport-3.17-automoc_timestamp_deps' into release-3.17 | Brad King | 2020-08-05 | 2 | -3/+48 | |
| | |\ \ \ \ \ \ | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-01 | 1 | -1/+1 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-08-31 | 1 | -1/+1 | |