| Commit message (Expand) | Author | Age | Files | Lines |
* | Help: mark the directory properties INTERPROCEDURAL_OPTIMIZATION as deprecated | Alexander Neundorf | 2023-01-31 | 1 | -2/+2 |
|
|
* | clang-tidy: add <LANG>_CLANG_TIDY_EXPORT_FIXES_DIR property | Kyle Edwards | 2022-12-06 | 1 | -0/+1 |
|
|
* | cxxmodules: add properties to control scanning | Ben Boeckel | 2022-11-18 | 1 | -0/+2 |
|
|
* | Help: Re-sort property, variable and compiler id lists | Craig Scott | 2022-10-09 | 1 | -9/+9 |
|
|
* | Merge topic 'add_subdirectory_system' | Brad King | 2022-09-27 | 1 | -0/+1 |
|\ |
|
| * | add_subdirectory: Add SYSTEM option | Da Quexian | 2022-09-26 | 1 | -0/+1 |
|
|
* | | MSVC: Add abstraction for debug information format | Glen Chung | 2022-09-14 | 1 | -0/+1 |
|
|
* | | Xcode: Add settings to control a scheme's launch configuration | PatriceJiang | 2022-08-30 | 1 | -0/+1 |
|
|
* | | Xcode: Add settings to control a scheme's GPU Validation values | PatriceJiang | 2022-08-30 | 1 | -0/+2 |
|/ |
|
* | Merge topic 'add_export_no_system' | Brad King | 2022-06-21 | 1 | -0/+1 |
|\ |
|
| * | Add EXPORT_NO_SYSTEM target property, deprecate IMPORTED_NO_SYSTEM | Da Quexian | 2022-06-17 | 1 | -0/+1 |
|
|
* | | Merge topic 'cpp-named-module-file-sets' | Brad King | 2022-06-17 | 1 | -0/+12 |
|\ \
| |/
|/| |
|
| * | cmTarget: add support for C++ module fileset types | Ben Boeckel | 2022-06-16 | 1 | -0/+12 |
|
|
* | | Merge topic 'add_SYSTEM_prop' | Brad King | 2022-06-16 | 1 | -0/+1 |
|\ \ |
|
| * | | Add SYSTEM target property | Da Quexian | 2022-06-15 | 1 | -0/+1 |
| |/ |
|
* | | Xcode: Add Xcode SCHEME control for 'Launch' control | Harry Mallon | 2022-06-15 | 1 | -0/+1 |
|/ |
|
* | VERIFY_INTERFACE_HEADER_SETS: Add property for list of header sets | Kyle Edwards | 2022-05-25 | 1 | -0/+1 |
|
|
* | VERIFY_HEADER_SETS: Rename to VERIFY_INTERFACE_HEADER_SETS | Kyle Edwards | 2022-05-18 | 1 | -1/+1 |
|
|
* | Merge topic 'werror-property' | Brad King | 2022-05-10 | 1 | -0/+1 |
|\ |
|
| * | COMPILE_WARNING_AS_ERROR: Add options to treat warnings as errors | Martin Duffy | 2022-05-06 | 1 | -0/+1 |
|
|
* | | OpenWatcom: Allow specifying the runtime library | Cameron Cawley | 2022-05-06 | 1 | -0/+1 |
|
|
* | | VS: Add StartupObject property for managed .NET projects | Florian Schweiger | 2022-04-12 | 1 | -0/+1 |
|/ |
|
* | xcode: add support for xcconfig files | Gregor Jasny | 2022-04-03 | 1 | -0/+1 |
|
|
* | FILE_SET: Add VERIFY_HEADER_SETS target property | Kyle Edwards | 2022-03-29 | 1 | -0/+1 |
|
|
* | Merge topic 'genex-LINK_LIBRARY-to-decorate-library' | Brad King | 2022-02-09 | 1 | -0/+2 |
|\ |
|
| * | $<LINK_LIBRARY>: Add LINK_LIBRARY_OVERRIDE target property | Marc Chevrier | 2022-02-08 | 1 | -0/+2 |
|
|
* | | VS: Add property to turn off Visual Studio compile batching | Kaloyan Donev | 2022-02-08 | 1 | -0/+1 |
|/ |
|
* | Add usage requirements to update direct link dependencies | Brad King | 2022-01-29 | 1 | -0/+2 |
|
|
* | Merge topic 'vs-csharp-dotnet-sdk' | Brad King | 2021-12-22 | 1 | -0/+1 |
|\ |
|
| * | VS: Add DOTNET_SDK property to generate SDK-style C# projects | Sumit Bhardwaj | 2021-12-21 | 1 | -0/+1 |
|
|
* | | target_link_libraries: Optionally require only target names | Brad King | 2021-12-20 | 1 | -0/+1 |
|/ |
|
* | Merge topic 'xcode-generation-enablegpuframecapturemode' | Brad King | 2021-11-12 | 1 | -0/+1 |
|\ |
|
| * | Xcode: Support "GPU Frame Capture" scheme property | Jake Turner | 2021-10-19 | 1 | -0/+1 |
|
|
* | | Help: Add documentation for target_sources(FILE_SET) and associated properties | Kyle Edwards | 2021-10-27 | 1 | -0/+6 |
|/ |
|
* | Add property to mark IMPORTED targets as not SYSTEM | Brad King | 2021-10-14 | 1 | -0/+1 |
|
|
* | Help: Document HIP standard/extensions properties and variables | Raul Tambre | 2021-09-28 | 1 | -0/+3 |
|
|
* | Help: Generic language standard and extension variables documentation | Raul Tambre | 2021-09-28 | 1 | -0/+3 |
|
|
* | CTest: add an ENVIRONMENT_MODIFICATION property | Ben Boeckel | 2021-07-09 | 1 | -0/+1 |
|
|
* | Makefiles: Add support for building Fortran intrinsics | Isuru Fernando | 2021-06-24 | 1 | -0/+1 |
|
|
* | Add directory property to list imported targets | Brad King | 2021-06-10 | 1 | -0/+1 |
|
|
* | HIP: Add language to CMake | Robert Maynard | 2021-06-07 | 1 | -0/+1 |
|
|
* | Launchers: Support setting linker launchers | Bobby D Reynolds | 2021-05-28 | 1 | -0/+1 |
|
|
* | Merge topic 'xcode_app_extensions' | Brad King | 2021-04-26 | 1 | -0/+2 |
|\ |
|
| * | Xcode: Add support for embedding app extensions | Alexander Akhundzhanov | 2021-04-22 | 1 | -0/+2 |
|
|
* | | Help: Document the AUTOUIC_SOURCE_GROUP property | Duncan Barber | 2021-04-04 | 1 | -0/+1 |
|/ |
|
* | CMAKE_EXPORT_COMPILE_COMMANDS: allow configuration per target | Shannon Booth | 2021-01-05 | 1 | -0/+1 |
|
|
* | 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 |
|
|