| Commit message (Expand) | Author | Age | Files | Lines |
* | Genex: Add $<LINK_LANGUAGE:...> and $<LINK_LANG_AND_ID:...> | Marc Chevrier | 2020-02-26 | 1 | -0/+149 |
|
|
* | cm::String: enhance compatibility with STL | Marc Chevrier | 2020-01-25 | 1 | -1/+1 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -17/+18 |
|
|
* | Languages: Add support for Objective-C++ | Steve Wilson | 2019-09-28 | 1 | -1/+7 |
|
|
* | cmGeneratorExpression: Remove Evaluate overload by parameter re-ordering | Daniel Eiband | 2019-09-22 | 1 | -8/+8 |
|
|
* | cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpression | Daniel Eiband | 2019-09-22 | 1 | -2/+3 |
|
|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -1/+2 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -4/+4 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-04 | 1 | -1/+1 |
|
|
* | Merge topic 'source_sweep_ostringstream_single' | Brad King | 2019-08-26 | 1 | -3/+3 |
|\ |
|
| * | Source sweep: Replace std::ostringstream when used with a single append | Sebastian Holtermann | 2019-08-23 | 1 | -3/+3 |
|
|
* | | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 1 | -6/+3 |
|/ |
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -8/+6 |
|
|
* | Merge topic 'isolate-declarations' | Brad King | 2019-08-22 | 1 | -3/+6 |
|\ |
|
| * | clang-tidy: isolate declarations for readability | Regina Pfeifer | 2019-08-20 | 1 | -3/+6 |
|
|
* | | Merge topic 'shared-string' | Brad King | 2019-08-21 | 1 | -1/+1 |
|\ \ |
|
| * | | cmDefinitions: Reduce allocation of keys and values in MakeClosure | Brad King | 2019-08-20 | 1 | -1/+1 |
| |/ |
|
* | | Merge topic 'cm-contains' | Brad King | 2019-08-21 | 1 | -9/+4 |
|\ \
| |/
|/| |
|
| * | cmAlgorithms: Add cmContains | Regina Pfeifer | 2019-08-19 | 1 | -9/+4 |
|
|
* | | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 1 | -1/+1 |
|/ |
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -12/+10 |
|
|
* | clang-tidy: Enable performance-inefficient-string-concatenation | Sebastian Holtermann | 2019-08-05 | 1 | -1/+1 |
|
|
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -0/+1 |
|
|
* | Genex: Optimize build setting TARGET_PROPERTY evaluation | Brad King | 2019-07-23 | 1 | -40/+35 |
|
|
* | Genex: Optimize usage requirement TARGET_PROPERTY recursion | Brad King | 2019-07-23 | 1 | -22/+13 |
|
|
* | Genex: In TARGET_PROPERTY check for usage reqs in link libs earlier | Brad King | 2019-07-21 | 1 | -25/+26 |
|
|
* | Genex: Re-order TARGET_PROPERTY logic to de-duplicate checks | Brad King | 2019-07-21 | 1 | -42/+26 |
|
|
* | Genex: Move TARGET_PROPERTY linked targets evaluation to end | Brad King | 2019-07-21 | 1 | -35/+28 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -1/+1 |
|
|
* | Genex: CompileLang and CompileLangAndId now match against a list of ids | Robert Maynard | 2019-06-03 | 1 | -4/+11 |
|
|
* | Genex: PlatformId now can match against a list of ids. | Robert Maynard | 2019-06-03 | 1 | -3/+5 |
|
|
* | Genex: CompilerId now can match against a list of ids. | Robert Maynard | 2019-06-03 | 1 | -25/+28 |
|
|
* | Genex: Fix value lifetimes in nested TARGET_PROPERTY evaluation | Brad King | 2019-05-22 | 1 | -3/+8 |
|
|
* | Genex: Add COMPILE_LANG_AND_ID generator expression | Robert Maynard | 2019-05-14 | 1 | -0/+46 |
|
|
* | Merge topic 'genex-TARGET_FILE_BASE_NAME-manage-postfix' | Brad King | 2019-05-03 | 1 | -3/+6 |
|\ |
|
| * | Genex: Update $<TARGET_FILE_BASE_NAME:...>: take care of POSTFIX | Marc Chevrier | 2019-05-02 | 1 | -3/+6 |
|
|
* | | Merge topic 'genex-code-cleanup' | Brad King | 2019-05-02 | 1 | -416/+175 |
|\ \
| |/
|/| |
|
| * | cmGeneratorExpressionNode: refactor TargetPropertyNode | Leonid Pospelov | 2019-04-22 | 1 | -48/+49 |
|
|
| * | cmGeneratorExpressionNode: use ctor arguments instead of macro | Leonid Pospelov | 2019-04-22 | 1 | -30/+36 |
|
|
| * | cmGeneratorExpressionNode: add VersionNode | Leonid Pospelov | 2019-04-22 | 1 | -84/+10 |
|
|
| * | cmGeneratorExpressionNode: remove structs CompilerId*, CompilerVersion* | Leonid Pospelov | 2019-04-22 | 1 | -166/+43 |
|
|
| * | cmGeneratorExpressionNode: add CharacterNode | Leonid Pospelov | 2019-04-22 | 1 | -36/+8 |
|
|
| * | cmGeneratorExpressionNode: simplify code in EqualNode | Leonid Pospelov | 2019-04-22 | 1 | -54/+29 |
|
|
| * | cmGeneratorExpressionNode: Simplify static string constant | Brad King | 2019-04-22 | 1 | -2/+4 |
|
|
* | | Merge topic 'relax_TARGET_OBJECT_generator_expr' | Brad King | 2019-04-30 | 1 | -2/+8 |
|\ \ |
|
| * | | Relax the usage of TARGET_OBJECTS generator expression | Robert Maynard | 2019-04-19 | 1 | -2/+8 |
|
|
* | | | Genex: Rename $<TARGET_*_OUTPUT_NAME:...> in $<TARGET_*_FILE_BASE_NAME:...> | Marc Chevrier | 2019-04-15 | 1 | -16/+16 |
| |/
|/| |
|
* | | Genex: add $<TARGET_FILE_PREFIX:...> and $<TARGET_FILE_SUFFIX:...> | Marc Chevrier | 2019-04-10 | 1 | -0/+117 |
|
|
* | | Genex: Add $<FILTER:list,INCLUDE|EXCLUDE,regex> | Sebastian Lipponer | 2019-04-08 | 1 | -0/+47 |
|
|
* | | Genex: Add capability to retrieve base name for various target artifacts | Marc Chevrier | 2019-04-08 | 1 | -0/+123 |
|
|