| Commit message (Expand) | Author | Age | Files | Lines |
* | HIP: Add language to CMake | Robert Maynard | 2021-06-07 | 1 | -4/+8 |
|
|
* | Launchers: Support setting linker launchers | Bobby D Reynolds | 2021-05-28 | 1 | -0/+4 |
|
|
* | cmListFileCache: Simplify relative path conversion in backtraces | Brad King | 2021-05-17 | 1 | -3/+1 |
|
|
* | cmStateDirectory: Rename ConvertToRelPathIf{Not => }Contained | Brad King | 2021-05-12 | 1 | -1/+1 |
|
|
* | clang-tidy: fix `readability-redundant-access-specifiers` warnings | Ben Boeckel | 2021-01-27 | 1 | -1/+0 |
|
|
* | clang-tidy: fix `readability-qualified-auto` warnings | Ben Boeckel | 2021-01-27 | 1 | -3/+3 |
|
|
* | Merge topic 'export-compile-commands-per-target' | Brad King | 2021-01-07 | 1 | -0/+1 |
|\ |
|
| * | CMAKE_EXPORT_COMPILE_COMMANDS: allow configuration per target | Shannon Booth | 2021-01-05 | 1 | -0/+1 |
|
|
* | | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 1 | -338/+347 |
|/ |
|
* | Merge topic 'unity-anon-ns' | Craig Scott | 2020-12-16 | 1 | -0/+1 |
|\ |
|
| * | Unity Build: Add option for generating per-file unique id | Stephen Kelly | 2020-12-15 | 1 | -0/+1 |
|
|
* | | Merge topic 'ispc_control_header_suffixes' | Brad King | 2020-12-15 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | ISPC: Generated Headers suffix configurable with a better default | Robert Maynard | 2020-12-14 | 1 | -0/+1 |
|
|
* | | Merge topic 'policy-cmp0111-iface' | Brad King | 2020-11-24 | 1 | -27/+29 |
|\ \
| |/ |
|
| * | cmTarget: Do not enforce CMP0111 on imported INTERFACE libraries | Brad King | 2020-11-23 | 1 | -27/+29 |
|
|
* | | clang-tidy: allow OBJC and OBJCXX | Andrew Fuller | 2020-11-05 | 1 | -0/+2 |
|
|
* | | cmGeneratorTarget: Refactor custom command dependency evaluation | Brad King | 2020-10-29 | 1 | -0/+5 |
|
|
* | | Constify some code as suggested by clang-tidy | Cengizhan Pasaoglu | 2020-10-19 | 1 | -4/+5 |
|/ |
|
* | Merge topic 'pch-instantiate-templates' | Brad King | 2020-09-10 | 1 | -0/+1 |
|\ |
|
| * | PCH: Template instantiation support | Tobias Hieta | 2020-09-02 | 1 | -0/+1 |
|
|
* | | Merge topic 'ispc_improvements' | Brad King | 2020-09-08 | 1 | -0/+2 |
|\ \ |
|
| * | | ISPC: Support generation for multiple instruction sets | Robert Maynard | 2020-09-04 | 1 | -0/+1 |
|
|
| * | | ISPC: Add compiler launcher support | Robert Maynard | 2020-09-03 | 1 | -0/+1 |
|
|
* | | | Refactor: Use cmToCStr() | Vitaly Stakhovsky | 2020-09-03 | 1 | -1/+1 |
|/ / |
|
* | | Merge topic 'getdef' | Brad King | 2020-09-03 | 1 | -8/+8 |
|\ \ |
|
| * | | cmMakefile::GetDefinition: return cmProp | Vitaly Stakhovsky | 2020-09-02 | 1 | -8/+8 |
|
|
* | | | Fortran: Initialize Fortran_VISIBILITY_PRESET property from variable | Thomas G | 2020-09-02 | 1 | -0/+1 |
|/ / |
|
* | | Merge topic 'xcode-link-phase-all' | Craig Scott | 2020-09-01 | 1 | -0/+1 |
|\ \ |
|
| * | | Xcode: Use "Link Binary With Libraries" build phase in some cases | Gusts Kaksis | 2020-08-31 | 1 | -0/+1 |
| |/ |
|
* | | Merge topic 'ispc_lang_support' | Brad King | 2020-09-01 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | ISPC: Support ISPC header generation byproducts and parallel builds | Robert Maynard | 2020-08-28 | 1 | -0/+1 |
|
|
* | | cmTarget: Raise error if imported target location is not set | Raul Tambre | 2020-08-21 | 1 | -0/+31 |
|
|
* | | Add option to optimize link dependencies for static libraries | Kyle Edwards | 2020-08-12 | 1 | -0/+1 |
|
|
* | | Add INTERFACE libraries to generated buildsystem if they have SOURCES | Brad King | 2020-08-07 | 1 | -23/+18 |
|
|
* | | Remove filtering of allowed INTERFACE library properties | Brad King | 2020-08-03 | 1 | -10/+0 |
|/ |
|
* | cmTarget: Refactor init of common language properties | Robert Maynard | 2020-07-28 | 1 | -25/+17 |
|
|
* | Factor out generator checks for filtering on non-compiling targets | Brad King | 2020-07-23 | 1 | -7/+24 |
|
|
* | cmTarget: Skip output dir property init for CMake-provided targets | Brad King | 2020-07-23 | 1 | -1/+2 |
|
|
* | cmTarget: De-duplicate conditions for property initialization | Brad King | 2020-07-23 | 1 | -17/+9 |
|
|
* | cmIsOn: add overload accepting const std::string* | Vitaly Stakhovsky | 2020-07-14 | 1 | -2/+1 |
|
|
* | fileapi: Support multiple backtraces for language standard | Justin Goshi | 2020-07-06 | 1 | -5/+10 |
|
|
* | cmMakefile: Refactor API to better handle empty config values | Robert Maynard | 2020-07-03 | 1 | -2/+2 |
|
|
* | Merge topic 'fileApiAddLanguageStandardBacktrace' | Brad King | 2020-06-29 | 1 | -0/+69 |
|\ |
|
| * | Add backtrace support for language standard | Justin Goshi | 2020-06-22 | 1 | -0/+69 |
|
|
* | | Refactor: Add IsAndroidGuiExecutable() method to cmTarget | Kyle Edwards | 2020-06-18 | 1 | -2/+8 |
|/ |
|
* | VS: Enable DOTNET_TARGET_FRAMEWORK properties all target types | Kinan Mahdi | 2020-06-05 | 1 | -1/+1 |
|
|
* | Merge topic 'fortran-preprocess-property' | Brad King | 2020-05-22 | 1 | -0/+1 |
|\ |
|
| * | Fortran: Add Fortran_PREPROCESS property | Peter Hill | 2020-05-21 | 1 | -0/+1 |
|
|
* | | cmTarget: Replace "perConfig" constructor boolean with enum | Brad King | 2020-05-18 | 1 | -2/+2 |
|
|
* | | Unity Builds: Support explicit specification of sources to groups | Robert Maynard | 2020-05-07 | 1 | -0/+1 |
|/ |
|