| Commit message (Expand) | Author | Age | Files | Lines |
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -4/+4 |
|
|
* | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -3/+3 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -5/+4 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -1/+1 |
|
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -3/+3 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | clang-tidy: apply modernize-use-bool-literals fixes | Daniel Pfeifer | 2016-12-12 | 1 | -1/+2 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -3/+4 |
|
|
* | 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 | -3/+5 |
|
|
* | CMake: don't use else after return | Daniel Pfeifer | 2016-08-18 | 1 | -1/+2 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -3/+3 |
|
|
* | Improve string find: prefer character overloads. | Daniel Pfeifer | 2016-05-24 | 1 | -2/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -215/+147 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -16/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -1/+1 |
|
|
* | Genex: Port some access API to cmGeneratorTarget. | Stephen Kelly | 2015-10-15 | 1 | -4/+4 |
|
|
* | cmGeneratorExpression: Port interface to cmGeneratorTarget. | Stephen Kelly | 2015-10-12 | 1 | -3/+3 |
|
|
* | cmGeneratorExpression: Port to cmLocalGenerator. | Stephen Kelly | 2015-10-12 | 1 | -5/+5 |
|
|
* | Genex: Store a backtrace, not a pointer to one. | Stephen Kelly | 2015-07-17 | 1 | -4/+2 |
|
|
* | cmMakefile: Make cmListFileBacktrace default constructible. | Stephen Kelly | 2015-06-02 | 1 | -1/+1 |
|
|
* | Merge topic 'refactor-cmGeneratorExpression' | Brad King | 2015-03-12 | 1 | -14/+13 |
|\ |
|
| * | Genex: Extend cmGeneratorExpressionContext constructor. | Stephen Kelly | 2015-03-10 | 1 | -13/+4 |
|
|
| * | Genex: Extract an evaluateWithContext method. | Stephen Kelly | 2015-03-10 | 1 | -12/+20 |
|
|
* | | Include cmAlgorithms where it is used. | Stephen Kelly | 2015-03-10 | 1 | -0/+1 |
|/ |
|
* | Genex: Add a COMPILE_LANGUAGE generator expression. | Stephen Kelly | 2015-03-07 | 1 | -3/+7 |
|
|
* | Convert raw loops to set member insert. | Stephen Kelly | 2015-01-18 | 1 | -6/+2 |
|
|
* | Use the cmDeleteAll algorithm instead of trivial raw loops. | Stephen Kelly | 2015-01-13 | 1 | -9/+1 |
|
|
* | cmGeneratorExpression: Remove unused header. | Stephen Kelly | 2014-12-18 | 1 | -2/+0 |
|
|
* | Fix some Clang -Wstring-conversion warnings | Sean McBride | 2014-12-12 | 1 | -1/+1 |
|
|
* | file(GENERATE): Evaluate early to allow generating source files | Stephen Kelly | 2014-11-12 | 1 | -0/+2 |
|
|
* | Remove borland workarounds. | Stephen Kelly | 2014-10-15 | 1 | -8/+0 |
|
|
* | Genex: Track whether an expression depends on the 'head' target | Brad King | 2014-07-21 | 1 | -0/+3 |
|
|
* | regex: Use static regexs where possible | Ben Boeckel | 2014-06-09 | 1 | -3/+2 |
|
|
* | cmGeneratorExpression: Add workaround for Borland compiler | Brad King | 2014-06-06 | 1 | -0/+8 |
|
|
* | 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 | -4/+4 |
|
|
* | Features: Add COMPILE_FEATURES generator expression. | Stephen Kelly | 2014-05-21 | 1 | -0/+17 |
|
|
* | Genex: Only evaluate TARGET_OBJECTS to determine target sources. | Stephen Kelly | 2014-04-02 | 1 | -1/+3 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -1/+1 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | cmGeneratorExpression: Tokenize over strings | Ben Boeckel | 2014-03-08 | 1 | -8/+8 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | cmGeneratorExpression: Improve parsing in StripEmptyListElements | Ben Boeckel | 2014-02-21 | 1 | -3/+10 |
|
|
* | Export: Prefix relative items with genexes in INSTALL_INTERFACE. | Stephen Kelly | 2013-11-26 | 1 | -1/+1 |
|
|
* | cmTarget: Make GetProperty() const. | Stephen Kelly | 2013-10-31 | 1 | -3/+3 |
|
|
* | Merge topic 'rename-genex-method' | Brad King | 2013-10-07 | 1 | -3/+3 |
|\ |
|
| * | Genex: Rename cmGeneratorExpression::NeedsParsing to NeedsEvaluation | Stephen Kelly | 2013-08-29 | 1 | -3/+3 |
|
|
* | | Genex: Fix processing multiple include directories for relative paths | Stephen Kelly | 2013-10-07 | 1 | -0/+3 |
|
|
* | | genex: Fix preprocessing with incomplete content (#14410). | Stephen Kelly | 2013-09-13 | 1 | -4/+12 |
|/ |
|