| Commit message (Expand) | Author | Age | Files | Lines |
* | Add options to specify linker tool | Marc Chevrier | 2023-10-13 | 1 | -2/+3 |
|
|
* | cmGeneratorExpressionNode: implement `COMPILE_ONLY` genex | Robert Maynard | 2023-05-04 | 1 | -0/+8 |
|
|
* | <LANG>_LINKER_LAUNCHER: Allow generator expressions | Kyle Edwards | 2023-02-02 | 1 | -0/+9 |
|
|
* | Genex LINK_LIBRARY and LINK_GROUP: check supported properties | Marc Chevrier | 2022-07-06 | 1 | -3/+7 |
|
|
* | $<LINK_LIBRARY>: Add LINK_LIBRARY_OVERRIDE target property | Marc Chevrier | 2022-02-08 | 1 | -1/+1 |
|
|
* | Add usage requirements to update direct link dependencies | Brad King | 2022-01-29 | 1 | -0/+2 |
|
|
* | cmGeneratorExpressionDAGChecker: Re-order EvaluatingLinkLibraries condition | Brad King | 2022-01-29 | 1 | -3/+3 |
|
|
* | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 1 | -3/+3 |
|
|
* | Genex $<COMPILE_LANGUAGE>: Extend contexts supported | Marc Chevrier | 2020-07-13 | 1 | -0/+8 |
|
|
* | Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> | Marc Chevrier | 2020-04-30 | 1 | -2/+1 |
|
|
* | Genex: Add generator expressions $<DEVICE_LINK> and $<HOST_LINK> | Marc Chevrier | 2020-04-19 | 1 | -0/+7 |
|
|
* | cmGeneratorExpressionDAGChecker: introduce method Top() | Marc Chevrier | 2020-04-18 | 1 | -43/+18 |
|
|
* | replace "std::string::find(x) == 0" with cmHasPrefix() | Rolf Eike Beer | 2020-03-23 | 1 | -2/+2 |
|
|
* | Genex: Add $<LINK_LANGUAGE:...> and $<LINK_LANG_AND_ID:...> | Marc Chevrier | 2020-02-26 | 1 | -8/+26 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -4/+4 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -2/+1 |
|
|
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -1/+1 |
|
|
* | cmGeneratorExpressionDAGChecker: Avoid const_cast | Brad King | 2019-07-19 | 1 | -3/+1 |
|
|
* | genex: Fix erroneous handling of recursion for $<GENEX_EVAL:> | Marc Chevrier | 2019-02-13 | 1 | -8/+2 |
|
|
* | clang-tidy: Pass by value | Regina Pfeifer | 2019-01-22 | 1 | -6/+6 |
|
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -6/+7 |
|
|
* | clang-tidy: Simplify boolean expressions | Regina Pfeifer | 2019-01-15 | 1 | -1/+1 |
|
|
* | INTERFACE_POSITION_INDEPENDENT_CODE: add generator expressions support | Marc Chevrier | 2018-11-08 | 1 | -0/+12 |
|
|
* | Fix transitive usage requirements through same-name imported targets | Brad King | 2018-09-10 | 1 | -6/+7 |
|
|
* | Genex: Add $<TARGET_GENEX_EVAL:...> and $<GENEX_EVAL:...> | Marc Chevrier | 2018-04-23 | 1 | -0/+12 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -1/+1 |
|
|
* | silence selected clang-tidy violations | Daniel Pfeifer | 2016-10-18 | 1 | -2/+3 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -0/+8 |
|
|
* | Make sure unnused parameters are /*named*/ | Daniel Pfeifer | 2016-08-16 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -114/+99 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -8/+0 |
|
|
* | Isolate formatted streaming blocks with clang-format off/on | Brad King | 2016-05-06 | 1 | -0/+2 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -1/+1 |
|
|
* | Remove some obsolete declarations | Stephen Kelly | 2015-10-27 | 1 | -1/+0 |
|
|
* | cmGeneratorExpression: Port to cmLocalGenerator. | Stephen Kelly | 2015-10-12 | 1 | -3/+4 |
|
|
* | cmMakefile: Make cmListFileBacktrace default constructible. | Stephen Kelly | 2015-06-02 | 1 | -1/+1 |
|
|
* | Include cmAlgorithms where it is used. | Stephen Kelly | 2015-03-10 | 1 | -0/+1 |
|
|
* | Merge topic 'drop-ancient-workarounds' | Brad King | 2015-01-12 | 1 | -3/+3 |
|\ |
|
| * | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -3/+3 |
|
|
* | | Help: Remove documented restriction on find in conditions. | Stephen Kelly | 2015-01-11 | 1 | -3/+1 |
|/ |
|
* | backtrace: Convert to local paths in IssueMessage | Ben Boeckel | 2014-06-05 | 1 | -1/+1 |
|
|
* | genex: remove the need for backtraces | Ben Boeckel | 2014-06-05 | 1 | -3/+23 |
|
|
* | cmTarget: Allow transitive evaluation of SOURCES property. | Stephen Kelly | 2014-04-02 | 1 | -0/+12 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -3/+3 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -3/+3 |
|
|
* | Genex: Fix case of methods in the dag checker. | Stephen Kelly | 2014-01-06 | 1 | -4/+4 |
|
|
* | Genex: Use a preprocessor loop to implement transitive DAG check. | Stephen Kelly | 2014-01-06 | 1 | -32/+25 |
|
|
* | cmTarget: Fix system include annotation propagation. | Stephen Kelly | 2014-01-06 | 1 | -1/+2 |
|
|