| Commit message (Expand) | Author | Age | Files | Lines |
* | VERIFY_INTERFACE_HEADER_SETS: Skip header files that have SKIP_LINTING | Kyle Edwards | 2023-06-06 | 1 | -0/+4 |
|
|
* | cxxmodules: remove `CMAKE_EXPERIMENTAL_CXX_MODULE_DYNDEP` variable | Ben Boeckel | 2023-06-01 | 1 | -1/+3 |
|
|
* | Merge topic 'remove-header-unit-fileset-type' | Brad King | 2023-06-01 | 1 | -19/+6 |
|\ |
|
| * | cxxmodules: remove support for `CXX_MODULE_HEADER_UNITS` filesets | Ben Boeckel | 2023-05-31 | 1 | -19/+6 |
|
|
* | | CUDA/NVIDIA: fix LTO with explicit architectures | Rafael Stahl | 2023-05-31 | 1 | -1/+1 |
|/ |
|
* | Apple Framework: enhance path parsing | Marc Chevrier | 2023-05-21 | 1 | -14/+8 |
|
|
* | Apple Frameworks: honor SYSTEM target property | Marc Chevrier | 2023-05-11 | 1 | -13/+28 |
|
|
* | Merge topic 'compile-only-genex' | Brad King | 2023-05-05 | 1 | -1/+3 |
|\ |
|
| * | cmGeneratorExpressionNode: implement `COMPILE_ONLY` genex | Robert Maynard | 2023-05-04 | 1 | -1/+3 |
|
|
* | | Merge topic 'use-linker-depfile' | Brad King | 2023-05-04 | 1 | -0/+24 |
|\ \ |
|
| * | | Link step: use linker dependency linker file | Marc Chevrier | 2023-05-03 | 1 | -0/+24 |
|
|
* | | | Merge topic 'autogen-system-include' | Brad King | 2023-05-04 | 1 | -0/+23 |
|\ \ \
| |/ /
|/| | |
|
| * | | Autogen: Add AUTOGEN_USE_SYSTEM_INCLUDE target property | Orkun Tokdemir | 2023-05-03 | 1 | -0/+23 |
|
|
* | | | CMake code rely on cmList class for CMake lists management (part. 2) | Marc Chevrier | 2023-04-29 | 1 | -70/+45 |
|/ / |
|
* | | CMake code rely on cmList class for CMake lists management (part. 1) | Marc Chevrier | 2023-04-24 | 1 | -30/+31 |
|/ |
|
* | cmGeneratorTarget: Factor out EvaluatedTargetProperty infrastructure | Orkun Tokdemir | 2023-04-05 | 1 | -189/+37 |
|
|
* | cmGeneratorTarget: Avoid incidental include-what-you-use warning | Brad King | 2023-04-05 | 1 | -2/+2 |
|
|
* | CUDA: Fix CUDA architecture flags for nvcc response files | Brad King | 2023-03-30 | 1 | -2/+2 |
|
|
* | macOS: Suppress default '-arch arm64' with CMAKE_<LANG>_COMPILER_TARGET | Brad King | 2023-03-15 | 1 | -2/+6 |
|
|
* | cmGeneratorTarget: Pass language to GetAppleArchs when possible | Brad King | 2023-03-15 | 1 | -1/+2 |
|
|
* | cmGeneratorTarget: Convert GetAppleArchs output argument to return value | Brad King | 2023-03-15 | 1 | -3/+5 |
|
|
* | Merge topic 'support_cubin_fatbin_optix_cuda_output' | Brad King | 2023-03-14 | 1 | -6/+22 |
|\ |
|
| * | CUDA: Add support for CUBIN, FATBIN, and OPTIXIR compilation | Robert Maynard | 2023-03-13 | 1 | -6/+22 |
|
|
* | | Merge topic 'target_sources-backtrace' | Brad King | 2023-03-02 | 1 | -7/+6 |
|\ \ |
|
| * | | target_sources: Fix backtrace on missing source | Brad King | 2023-02-28 | 1 | -7/+6 |
| |/ |
|
* | | Merge topic 'Apple-handle-Text-Stubs' | Brad King | 2023-03-02 | 1 | -45/+127 |
|\ \
| |/
|/| |
|
| * | Apple: Handle generation and comsuption of text-based stubs (.tbd files) | Marc Chevrier | 2023-03-01 | 1 | -30/+108 |
|
|
| * | Enhance support functions | Marc Chevrier | 2023-02-28 | 1 | -16/+20 |
|
|
* | | Add option to add SOVERSION to DLL names | Ralf Habacker | 2023-02-27 | 1 | -1/+7 |
|/ |
|
* | cmGeneratorTarget: synthetic targets don't have output either | Ben Boeckel | 2023-02-14 | 1 | -0/+5 |
|
|
* | cmMakefile: add support for a "synthesized" target | Ben Boeckel | 2023-02-14 | 1 | -0/+5 |
|
|
* | cmTarget: store visibility as an `enum` rather than bools | Ben Boeckel | 2023-02-14 | 1 | -0/+5 |
|
|
* | cmGeneratorTarget: `INTERFACE` targets with C++ modules are also "in" | Ben Boeckel | 2023-02-08 | 1 | -3/+5 |
|
|
* | cmGeneratorTarget: add a method to query if Fortran sources exist | Ben Boeckel | 2023-02-01 | 1 | -0/+9 |
|
|
* | Merge topic 'optimize-full-name-function' | Brad King | 2023-01-19 | 1 | -68/+65 |
|\ |
|
| * | cmGeneratorTarget: Cache full name components | Pierre Testart | 2023-01-18 | 1 | -68/+65 |
|
|
* | | cmValue: Use operator* explicitly to convert to std::string; avoid extra call | Vitaly Stakhovsky | 2023-01-16 | 1 | -2/+2 |
|
|
* | | STATIC_LIBRARY_OPTIONS: ensure correct expension of list inside a genex | Marc Chevrier | 2022-12-20 | 1 | -7/+4 |
|/ |
|
* | Merge topic 'clang-tidy-export-fixes-dir' | Brad King | 2022-12-07 | 1 | -0/+18 |
|\ |
|
| * | clang-tidy: add <LANG>_CLANG_TIDY_EXPORT_FIXES_DIR property | Kyle Edwards | 2022-12-06 | 1 | -0/+18 |
|
|
* | | Merge topic 'link-options-cache' | Brad King | 2022-12-05 | 1 | -2/+4 |
|\ \
| |/
|/| |
|
| * | cmGeneratorTarget: Fix regression in CUDA device link options | Brad King | 2022-12-02 | 1 | -2/+4 |
|
|
* | | Merge topic 'add-generator-target-caches' | Brad King | 2022-11-30 | 1 | -1/+57 |
|\ \
| |/ |
|
| * | cmGeneratorTarget: Add caches to some functions | Pierre Testart | 2022-11-28 | 1 | -1/+57 |
|
|
* | | cmGeneratorTarget: factor out fileset info and scanning detection | Ben Boeckel | 2022-11-23 | 1 | -0/+82 |
|
|
* | | cmGeneratorTarget: factor out dyndep support detection | Ben Boeckel | 2022-11-23 | 1 | -0/+16 |
|/ |
|
* | CMake: fix sizeof string literal violations | Kyle Edwards | 2022-11-18 | 1 | -1/+1 |
|
|
* | cmGeneratorExpression: Require cmake instance | Kyle Edwards | 2022-11-11 | 1 | -22/+37 |
|
|
* | Merge topic 'fix-cxx20-detection' | Brad King | 2022-11-11 | 1 | -5/+12 |
|\ |
|
| * | Ninja: Restore support for compilers not defining a C++ standard level | Lingkai Dong | 2022-11-10 | 1 | -5/+12 |
|
|