| Commit message (Expand) | Author | Age | Files | Lines |
* | cmComputeLinkInformation: Add context to warning about linking a directory | Brad King | 2021-10-27 | 1 | -8/+9 |
|
|
* | Source: Fix clang -Wimplicit-fallthrough warnings | Sean McBride | 2021-09-28 | 1 | -1/+5 |
|
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -18/+19 |
|
|
* | Refactor: reduce cmToCStr usage | Marc Chevrier | 2021-08-19 | 1 | -5/+2 |
|
|
* | HIP: Add language to CMake | Robert Maynard | 2021-06-07 | 1 | -2/+2 |
|
|
* | OpenWatcom: Add infrastructure to link to object files | Brad King | 2021-05-29 | 1 | -8/+19 |
|
|
* | cmComputeLinkInformation: Improve type safety of item IsPath member | Brad King | 2021-05-29 | 1 | -12/+13 |
|
|
* | Genex: Add TARGET_RUNTIME_DLLS genex | Kyle Edwards | 2021-02-24 | 1 | -0/+19 |
|
|
* | Merge topic 'xcode-framework-path' | Brad King | 2021-02-04 | 1 | -3/+9 |
|\ |
|
| * | Xcode: Don't hard-code SDK-provided implicit framework search paths | Craig Scott | 2021-02-03 | 1 | -0/+6 |
|
|
| * | cmComputeLinkInformation: Fix misspelt private variable name | Craig Scott | 2021-02-03 | 1 | -3/+3 |
|
|
| * | Apple: Fix linking to frameworks that do not exist until build time | Brad King | 2021-02-02 | 1 | -12/+6 |
|
|
* | | clang-tidy: fix `readability-make-member-function-const` warnings | Ben Boeckel | 2021-01-27 | 1 | -0/+3 |
|
|
* | | Apple: Fix linking to frameworks that do not exist until build time | Brad King | 2020-12-21 | 1 | -12/+6 |
|/ |
|
* | Xcode: Don't add framework as -framework argument in linker info list | Gusts Kaksis | 2020-10-02 | 1 | -5/+11 |
|
|
* | cmMakefile::GetDefinition: return cmProp | Vitaly Stakhovsky | 2020-09-02 | 1 | -34/+32 |
|
|
* | Source: use cmNonempty() | Vitaly Stakhovsky | 2020-07-28 | 1 | -4/+3 |
|
|
* | cmIsOn: add overload accepting const std::string* | Vitaly Stakhovsky | 2020-07-14 | 1 | -2/+2 |
|
|
* | cmComputeLinkInformation: members use std:string arguments | Vitaly Stakhovsky | 2020-07-10 | 1 | -31/+30 |
|
|
* | Merge topic 'getdef-expand' | Brad King | 2020-06-02 | 1 | -24/+9 |
|\ |
|
| * | cmMakefile: add GetDefExpandList() that splits value into std::vector | Vitaly Stakhovsky | 2020-05-30 | 1 | -24/+9 |
|
|
* | | Single location for cmProp typedef | Vitaly Stakhovsky | 2020-06-01 | 1 | -0/+1 |
|/ |
|
* | CUDA: Factor runtime library lookup into helper method | Brad King | 2020-05-22 | 1 | -27/+12 |
|
|
* | cmGeneratorTarget::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-29 | 1 | -9/+8 |
|
|
* | Refactoring: add cm::contains to <cmext/algorithm> | Marc Chevrier | 2020-04-17 | 1 | -8/+8 |
|
|
* | cmComputeLinkInformation: reserve space in built-up string | Ben Boeckel | 2020-04-13 | 1 | -0/+1 |
|
|
* | nits: replace some "c" instances with 'c' | Ben Boeckel | 2020-04-13 | 1 | -2/+2 |
|
|
* | clang-tidy: address bugprone-branch-clone lints | Ben Boeckel | 2020-04-13 | 1 | -1/+0 |
|
|
* | replace std::string::substr() with operations that do not allocate memory | Rolf Eike Beer | 2020-03-23 | 1 | -6/+6 |
|
|
* | replace "std::string::find(x) == 0" with cmHasPrefix() | Rolf Eike Beer | 2020-03-23 | 1 | -5/+6 |
|
|
* | Merge branch 'backport-3.16-link-line-backtrace' | Brad King | 2020-02-10 | 1 | -40/+42 |
|\ |
|
| * | Propagate backtraces from LINK_LIBRARIES through to link line items | Brad King | 2020-02-10 | 1 | -40/+42 |
|
|
* | | Merge topic 'modernize-memory-management' | Brad King | 2020-01-28 | 1 | -12/+8 |
|\ \ |
|
| * | | cmComputeLinkInformation: modernize memory management | Marc Chevrier | 2020-01-26 | 1 | -12/+8 |
| |/ |
|
* | | CUDA: Add abstraction for cuda runtime selection | Robert Maynard | 2020-01-27 | 1 | -0/+43 |
|/ |
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -6/+6 |
|
|
* | Merge topic 'fileapiLinkPathAndLinkDirBacktraces' | Brad King | 2019-09-20 | 1 | -0/+35 |
|\ |
|
| * | cmComputeLinkInformation: Add GetDirectoriesWithBacktraces | Justin Goshi | 2019-09-18 | 1 | -0/+22 |
|
|
| * | cmComputeLinkInformation: Add AppendValues with backtraces | Justin Goshi | 2019-09-18 | 1 | -0/+13 |
|
|
* | | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -2/+2 |
|
|
* | | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -2/+1 |
|/ |
|
* | Add per-lang variants of CMAKE_LINK_LIBRARY_{FILE_FLAG,SUFFIX} | Alan W. Irwin | 2019-08-27 | 1 | -4/+14 |
|
|
* | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 1 | -10/+5 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -63/+30 |
|
|
* | Merge topic 'cm-contains' | Brad King | 2019-08-21 | 1 | -6/+7 |
|\ |
|
| * | cmAlgorithms: Add cmContains | Regina Pfeifer | 2019-08-19 | 1 | -6/+7 |
|
|
* | | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 1 | -2/+2 |
|/ |
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -11/+11 |
|
|
* | Generator: support per-language link library flag | Saleem Abdulrasool | 2019-08-09 | 1 | -2/+7 |
|
|
* | clang-tidy: Enable performance-inefficient-string-concatenation | Sebastian Holtermann | 2019-08-05 | 1 | -1/+1 |
|
|