| Commit message (Expand) | Author | Age | Files | Lines |
* | Genex: Add more extensive support for an unbounded number of parameters | Robert Maynard | 2019-06-03 | 1 | -3/+7 |
|
|
* | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 1 | -19/+8 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -5/+9 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -4/+3 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -5/+5 |
|
|
* | Replace C-style casts | Daniel Pfeifer | 2017-08-27 | 1 | -1/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -13/+4 |
|
|
* | CMake: don't use else after return | Daniel Pfeifer | 2016-08-18 | 1 | -12/+11 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -141/+105 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -6/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -5/+5 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -2/+2 |
|
|
* | Merge topic 'refactor-cmGeneratorExpression' | Brad King | 2015-03-12 | 1 | -1889/+3 |
|\ |
|
| * | Genex: Split cmGeneratorExpressionNode into own file. | Stephen Kelly | 2015-03-10 | 1 | -1889/+3 |
|
|
* | | Include cmAlgorithms where it is used. | Stephen Kelly | 2015-03-10 | 1 | -0/+1 |
|/ |
|
* | Genex: Allow COMPILE_LANGUAGE when processing include directories. | Stephen Kelly | 2015-03-09 | 1 | -1/+2 |
|
|
* | Genex: Allow COMPILE_LANGUAGE when processing compile definitions. | Stephen Kelly | 2015-03-09 | 1 | -3/+12 |
|
|
* | Genex: Enable use of COMPILE_LANGUAGE for compile options. | Stephen Kelly | 2015-03-09 | 1 | -0/+34 |
|
|
* | Genex: Add a COMPILE_LANGUAGE generator expression. | Stephen Kelly | 2015-03-07 | 1 | -1/+31 |
|
|
* | Revert "Attempt to fix the compile of cmake on Sun CC." | Stephen Kelly | 2015-02-17 | 1 | -4/+1 |
|
|
* | Features: Define meaning for no language standard default | Brad King | 2015-01-29 | 1 | -2/+9 |
|
|
* | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -3/+3 |
|
|
* | Merge topic 'delete-algorithm' | Brad King | 2015-01-15 | 1 | -24/+3 |
|\ |
|
| * | cmGeneratorExpressionEvaluator: Replace own algorithm with cmDeleteAll. | Stephen Kelly | 2015-01-13 | 1 | -24/+3 |
|
|
* | | Merge topic 'fix-COMPILE_FEATURES-genex' | Brad King | 2015-01-15 | 1 | -1/+8 |
|\ \
| |/
|/| |
|
| * | Features: Fix the COMPILE_FEATURES genex for unavailable features. | Stephen Kelly | 2015-01-12 | 1 | -0/+7 |
|
|
| * | cmMakefile: Rename a method to what it really does. | Stephen Kelly | 2015-01-12 | 1 | -1/+1 |
|
|
* | | Merge topic 'join-algorithm' | Brad King | 2015-01-12 | 1 | -10/+1 |
|\ \ |
|
| * | | Use the cmJoin algorithm where possible. | Stephen Kelly | 2015-01-08 | 1 | -10/+1 |
|
|
* | | | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -7/+7 |
|/ / |
|
* | | Fix some Clang -Wstring-conversion warnings | Sean McBride | 2014-12-12 | 1 | -2/+2 |
|
|
* | | Merge topic 'fix-transitive-OBJECT_SOURCES-context' | Brad King | 2014-12-01 | 1 | -34/+40 |
|\ \
| |/ |
|
| * | Genex: Fix evaluation context propagation for TARGET_OBJECTS. | Stephen Kelly | 2014-11-26 | 1 | -34/+40 |
|
|
* | | Remove some unneeded c_str calls. | Stephen Kelly | 2014-11-23 | 1 | -1/+1 |
|
|
* | | file(GENERATE): Evaluate early to allow generating source files | Stephen Kelly | 2014-11-12 | 1 | -0/+4 |
|
|
* | | Genex: Fix whitespace issue. | Stephen Kelly | 2014-11-11 | 1 | -1/+1 |
|
|
* | | Merge topic 'genex-target-objects-ordering' | Brad King | 2014-11-10 | 1 | -4/+8 |
|\ \
| |/ |
|
| * | genex: Preserve order while evaluating TARGET_OBJECTS | Clinton Stimpson | 2014-11-07 | 1 | -4/+8 |
|
|
* | | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'genex-build-property-no-head' | Brad King | 2014-08-07 | 1 | -2/+2 |
|\ |
|
| * | Genex: Do not consider 'head' when evaluating build properties | Brad King | 2014-08-06 | 1 | -2/+2 |
|
|
* | | Genex: Remove unnecessary check of context->Makefile | Brad King | 2014-08-06 | 1 | -9/+6 |
|/ |
|
* | Merge topic 'pdb-genex' | Brad King | 2014-07-31 | 1 | -34/+91 |
|\ |
|
| * | Genex: Implement generator expressions for target PDB files. | Nils Gladitz | 2014-07-31 | 1 | -0/+45 |
|
|
| * | Genex: Simplify filesytem artifact code | Nils Gladitz | 2014-07-29 | 1 | -35/+47 |
|
|
* | | Genex: Track whether an expression depends on the 'head' target | Brad King | 2014-07-21 | 1 | -0/+14 |
|/ |
|
* | Genex: Adjust code layout slightly | Brad King | 2014-07-16 | 1 | -4/+3 |
|
|
* | Genex: Refactor empty element strip | Brad King | 2014-07-16 | 1 | -3/+2 |
|
|
* | Genex: Avoid repeated search of transitive property whitelist | Brad King | 2014-07-16 | 1 | -33/+26 |
|
|