| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'vs-csharp-dotnet-sdk' | Brad King | 2021-12-22 | 1 | -0/+2 |
|\ |
|
| * | VS: Add DOTNET_SDK property to generate SDK-style C# projects | Sumit Bhardwaj | 2021-12-21 | 1 | -0/+2 |
|
|
* | | target_link_libraries: Optionally require only target names | Brad King | 2021-12-20 | 1 | -0/+1 |
|
|
* | | CMP0028: Report the target whose link interface has an offending item | Brad King | 2021-12-16 | 1 | -0/+11 |
|
|
* | | cmGeneratorTarget: Propagate backtraces from INTERFACE_LINK_LIBRARIES | Brad King | 2021-12-15 | 1 | -2/+3 |
|/ |
|
* | cmGeneratorTarget: Avoid boolean trap in usage requirement lookup | Brad King | 2021-12-09 | 1 | -6/+12 |
|
|
* | Source: Fix clang -Wextra-semi warnings | Sean McBride | 2021-09-28 | 1 | -1/+1 |
|
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -17/+17 |
|
|
* | macOS: Speed up rpath install name dir lookup with a cache | Lukas Böger | 2021-09-20 | 1 | -0/+5 |
|
|
* | Refactor: Convert parallel string/backtrace vectors to BT vectors | Kyle Edwards | 2021-09-03 | 1 | -4/+2 |
|
|
* | Refactor: reduce cmToCStr usage | Marc Chevrier | 2021-08-19 | 1 | -2/+1 |
|
|
* | Refactor: cmGeneratorTarget::GetSourcesProperty returns cmProp | Marc Chevrier | 2021-08-09 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Simplify ExpandLinkItems signature | Brad King | 2021-07-13 | 1 | -5/+2 |
|
|
* | cmGeneratorTarget: Add method for LINKER: prefix translation | Marc Chevrier | 2021-07-08 | 1 | -0/+3 |
|
|
* | Merge topic 'tll-out-of-dir' | Brad King | 2021-06-30 | 1 | -1/+6 |
|\ |
|
| * | target_link_libraries: Restore transitive out-of-dir linking | Brad King | 2021-06-29 | 1 | -1/+6 |
|
|
* | | Makefiles: Add support for building Fortran intrinsics | Isuru Fernando | 2021-06-24 | 1 | -0/+1 |
|/ |
|
* | HIP: Automatically inject the `hip::device` runtime target | Robert Maynard | 2021-06-07 | 1 | -0/+6 |
|
|
* | HIP: Add language to CMake | Robert Maynard | 2021-06-07 | 1 | -0/+2 |
|
|
* | target_link_libraries: Place $<TARGET_OBJECTS> before libraries | Brad King | 2021-05-29 | 1 | -0/+1 |
|
|
* | cmGeneratorTarget: Refactor link item lookup | Brad King | 2021-05-28 | 1 | -3/+2 |
|
|
* | Genex: Add TARGET_RUNTIME_DLLS genex | Kyle Edwards | 2021-02-24 | 1 | -0/+5 |
|
|
* | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 1 | -1/+2 |
|
|
* | cmGeneratorTarget: Make GetConfigCommonSourceFiles Xcode-specific | Brad King | 2020-12-16 | 1 | -2/+3 |
|
|
* | Compile with explicit language flag when source LANGUAGE property is set | Brad King | 2020-12-02 | 1 | -0/+3 |
|
|
* | Merge topic 'cuda_vs_skip_computation' | Brad King | 2020-10-27 | 1 | -0/+2 |
|\ |
|
| * | VS: Don't compute CUDA options unless necessary | Raul Tambre | 2020-10-27 | 1 | -0/+2 |
|
|
* | | Merge topic 'refactor-cmprop' | Brad King | 2020-09-29 | 1 | -6/+6 |
|\ \ |
|
| * | | cmGeneratorTarget: internal refactoring | vvs31415 | 2020-09-28 | 1 | -6/+6 |
|
|
* | | | cmGeneratorTarget: Include Cache now occurs per language+config | Robert Maynard | 2020-09-25 | 1 | -0/+2 |
|/ / |
|
* | | OBJECT libraries: Properly recognize if sources depend on configuration | Deniz Bahadir | 2020-09-23 | 1 | -1/+11 |
|
|
* | | cmGeneratorTarget: Better name for internal variable | Deniz Bahadir | 2020-09-22 | 1 | -1/+1 |
|
|
* | | Merge topic 'ispc_improvements' | Brad King | 2020-09-08 | 1 | -0/+9 |
|\ \ |
|
| * | | ISPC: Support generation for multiple instruction sets | Robert Maynard | 2020-09-04 | 1 | -0/+9 |
|
|
* | | | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 1 | -4/+1 |
|/ / |
|
* | | Merge topic 'ispc_lang_support' | Brad King | 2020-09-01 | 1 | -0/+8 |
|\ \ |
|
| * | | ISPC: Support ISPC header generation byproducts and parallel builds | Robert Maynard | 2020-08-28 | 1 | -0/+8 |
|
|
* | | | WIN32_EXECUTABLE: Add support for generator expressions | Kyle Edwards | 2020-08-21 | 1 | -0/+3 |
|
|
* | | | Add option to optimize link dependencies for static libraries | Kyle Edwards | 2020-08-12 | 1 | -0/+6 |
|/ / |
|
* | | Factor out generator checks for filtering on non-compiling targets | Brad King | 2020-07-23 | 1 | -0/+1 |
|
|
* | | Factor out generator checks for filtering out interface libraries | Brad King | 2020-07-23 | 1 | -0/+1 |
|
|
* | | GetFeature(): return cmProp | Vitaly Stakhovsky | 2020-07-11 | 1 | -2/+2 |
|
|
* | | fileapi: Support multiple backtraces for language standard | Justin Goshi | 2020-07-06 | 1 | -2/+2 |
|
|
* | | Add backtrace support for language standard | Justin Goshi | 2020-06-22 | 1 | -1/+4 |
|
|
* | | cmGeneratorTarget: Clarify name of language property lookup helper | Justin Goshi | 2020-06-22 | 1 | -2/+2 |
|
|
* | | Refactor language standard computation | Justin Goshi | 2020-06-16 | 1 | -0/+17 |
|/ |
|
* | CUDA: Pass toolkit path to Clang | Raul Tambre | 2020-06-12 | 1 | -0/+1 |
|
|
* | cmGeneratorTarget: fix misplaced header | Vitaly Stakhovsky | 2020-06-08 | 1 | -2/+1 |
|
|
* | Single location for cmProp typedef | Vitaly Stakhovsky | 2020-06-01 | 1 | -1/+1 |
|
|
* | CUDA: Factor runtime library lookup into helper method | Brad King | 2020-05-22 | 1 | -0/+3 |
|
|