| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | VS: Add DOTNET_SDK property to generate SDK-style C# projects | Sumit Bhardwaj | 2021-12-21 | 1 | -0/+5 |
|
|
* | | target_link_libraries: Optionally require only target names | Brad King | 2021-12-20 | 1 | -0/+49 |
|
|
* | | cmGeneratorTarget: Factor out message about reasons for a missing target | Brad King | 2021-12-20 | 1 | -5/+11 |
|
|
* | | CMP0028: Report the target whose link interface has an offending item | Brad King | 2021-12-16 | 1 | -36/+78 |
|
|
* | | CMP0028: Report backtrace to link item rather than target creation | Brad King | 2021-12-16 | 1 | -1/+5 |
|
|
* | | cmGeneratorTarget: Record when imported target link iface libs are done | Brad King | 2021-12-16 | 1 | -0/+1 |
|
|
* | | cmGeneratorTarget: Propagate backtraces from INTERFACE_LINK_LIBRARIES | Brad King | 2021-12-15 | 1 | -45/+66 |
|/ |
|
* | Merge topic 'link-iface-usage-reqs-only' | Brad King | 2021-12-10 | 1 | -44/+53 |
|\ |
|
| * | cmGeneratorTarget: Avoid boolean trap in usage requirement lookup | Brad King | 2021-12-09 | 1 | -44/+53 |
|
|
* | | cmTargetPropertyComputer: Simplify by restoring use of cmMakefile | Brad King | 2021-12-08 | 1 | -6/+3 |
|/ |
|
* | Merge topic 'support_nvcc_native_flag' | Brad King | 2021-11-02 | 1 | -3/+16 |
|\ |
|
| * | CUDA: Support nvcc 11.5 new -arch=all|all-major flags | Robert Maynard | 2021-11-01 | 1 | -3/+16 |
|
|
* | | cmGeneratorTarget: Integrate file sets into calculated sources | Kyle Edwards | 2021-10-27 | 1 | -1/+144 |
|
|
* | | Source: fix many -Wmissing-prototypes warnings by marking functions static | Sean McBride | 2021-10-25 | 1 | -21/+26 |
|/ |
|
* | Add property to mark IMPORTED targets as not SYSTEM | Brad King | 2021-10-14 | 1 | -0/+3 |
|
|
* | Source: Fix clang -Wimplicit-fallthrough warnings | Sean McBride | 2021-09-28 | 1 | -0/+6 |
|
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -124/+127 |
|
|
* | Merge topic 'macos-cache-rpath-install-namedir' | Brad King | 2021-09-21 | 1 | -0/+15 |
|\ |
|
| * | macOS: Speed up rpath install name dir lookup with a cache | Lukas Böger | 2021-09-20 | 1 | -0/+15 |
|
|
* | | remove cmToCStr function | Marc Chevrier | 2021-09-19 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'pch-xcode-multiple-languages' | Brad King | 2021-09-14 | 1 | -2/+2 |
|\ |
|
| * | PCH: Fix all-language precompile header support in Xcode | Cristian Adam | 2021-09-13 | 1 | -2/+2 |
|
|
* | | Refactor: Convert parallel string/backtrace vectors to BT vectors | Kyle Edwards | 2021-09-03 | 1 | -56/+47 |
|
|
* | | Refactor: reduce cmToCStr usage | Marc Chevrier | 2021-08-19 | 1 | -12/+9 |
|
|
* | | Refactor: cmGeneratorTarget::GetSourcesProperty returns cmProp | Marc Chevrier | 2021-08-09 | 1 | -3/+3 |
|
|
* | | cmProp: refactoring: transform alias in class | Marc Chevrier | 2021-08-08 | 1 | -14/+13 |
|/ |
|
* | cmGeneratorTarget: Clarify logic recognizing explicit link interface | Brad King | 2021-07-13 | 1 | -6/+6 |
|
|
* | cmGeneratorTarget: Clarify cmLinkImplItem constructor call | Brad King | 2021-07-13 | 1 | -1/+2 |
|
|
* | cmGeneratorTarget: Clarify ExpandLinkItems local variable role | Brad King | 2021-07-13 | 1 | -4/+7 |
|
|
* | cmGeneratorTarget: Simplify ExpandLinkItems signature | Brad King | 2021-07-13 | 1 | -30/+17 |
|
|
* | cmGeneratorTarget: Add method for LINKER: prefix translation | Marc Chevrier | 2021-07-08 | 1 | -0/+7 |
|
|
* | Merge topic 'tll-out-of-dir' | Brad King | 2021-06-30 | 1 | -6/+8 |
|\ |
|
| * | target_link_libraries: Restore transitive out-of-dir linking | Brad King | 2021-06-29 | 1 | -6/+8 |
|
|
* | | Merge topic 'import-elf' | Brad King | 2021-06-25 | 1 | -7/+2 |
|\ \ |
|
| * | | cmELF: Include the ELF parsing code unconditionally | Alex Richardson | 2021-06-24 | 1 | -7/+2 |
| |/ |
|
* | | Makefiles: Add support for building Fortran intrinsics | Isuru Fernando | 2021-06-24 | 1 | -0/+8 |
|/ |
|
* | HIP: analyze output of `hipcc` to determine default GPU architecture | Zack Galbreath | 2021-06-07 | 1 | -0/+6 |
|
|
* | HIP: Automatically inject the `hip::device` runtime target | Robert Maynard | 2021-06-07 | 1 | -26/+170 |
|
|
* | HIP: Add language to CMake | Robert Maynard | 2021-06-07 | 1 | -3/+21 |
|
|
* | cmGeneratorTarget: Clear cached link implementation when a source is added | Brad King | 2021-06-04 | 1 | -0/+1 |
|
|
* | target_link_libraries: Place $<TARGET_OBJECTS> before libraries | Brad King | 2021-05-29 | 1 | -5/+33 |
|
|
* | cmGeneratorTarget: Refactor link item lookup | Brad King | 2021-05-28 | 1 | -14/+23 |
|
|
* | cmGeneratorTarget: Give temporary link impl item an explicit name | Brad King | 2021-05-28 | 1 | -2/+2 |
|
|
* | Xcode: Enable multi-arch TARGET_OBJECTS genex in [INTERFACE_]LINK_LIBRARIES | Brad King | 2021-05-26 | 1 | -0/+2 |
|
|
* | Framework: Fix $<TARGET_SONAME_FILE:...> for imported frameworks | Kyle Edwards | 2021-05-20 | 1 | -3/+26 |
|
|
* | Source: Remove unnecessary comparisons to nullptr | Vitaly Stakhovsky | 2021-05-10 | 1 | -6/+5 |
|
|
* | Merge topic 'CUDA-device-link' | Brad King | 2021-04-01 | 1 | -8/+52 |
|\ |
|
| * | CUDA Device link: Ensure all link options are correctly formatted | Marc Chevrier | 2021-03-31 | 1 | -8/+52 |
|
|
* | | Genex: Add TARGET_RUNTIME_DLLS genex | Kyle Edwards | 2021-02-24 | 1 | -0/+14 |
|/ |
|
* | Genex: LINK_LANGUAGE respects LINKER_LANGUAGE property | Marc Chevrier | 2021-02-23 | 1 | -1/+5 |
|
|