| Commit message (Expand) | Author | Age | Files | Lines |
* | cmOrderDirectories: Modernize memory management | Marc Chevrier | 2019-12-18 | 1 | -12/+11 |
|
|
* | Refactoring: use append functions from cmext/algorithm | Marc Chevrier | 2019-12-17 | 1 | -2/+4 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -6/+6 |
|
|
* | Refactor: Use cmStrCat to construct error strings | Asit Dhal | 2019-09-18 | 1 | -7/+7 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -8/+6 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-04 | 1 | -2/+2 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -5/+3 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -0/+1 |
|
|
* | Use cmAppend to append ranges to std::vector instances | Sebastian Holtermann | 2019-05-23 | 1 | -4/+2 |
|
|
* | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -1/+1 |
|
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -2/+3 |
|
|
* | Using front() and back() instead of calculations | Cengizhan Pasaoglu | 2018-11-06 | 1 | -1/+1 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -1/+1 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -4/+4 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -31/+24 |
|
|
* | Pass large types by const&, small types by value | Daniel Pfeifer | 2017-06-03 | 1 | -1/+1 |
|
|
* | cmOrderDirectories: Consider symlinks when checking implicit directories | Brad King | 2017-03-02 | 1 | -2/+7 |
|
|
* | cmOrderDirectories: Factor out implicit directory check | Brad King | 2017-03-01 | 1 | -6/+9 |
|
|
* | 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 | -2/+4 |
|
|
* | Add CM_OVERRIDE to some functions | Daniel Pfeifer | 2016-06-27 | 1 | -4/+4 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -218/+156 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -24/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -1/+1 |
|
|
* | Merge topic 'reduce-realpath-calls' | Brad King | 2015-12-02 | 1 | -4/+22 |
|\ |
|
| * | cmOrderDirectories: Reduce repeat realpath() calls | Brad King | 2015-12-01 | 1 | -2/+15 |
|
|
| * | cmOrderDirectories: Factor out directory comparison | Brad King | 2015-12-01 | 1 | -4/+9 |
|
|
* | | cmGeneratorTarget: Provide direct access to the backtrace. | Stephen Kelly | 2015-10-20 | 1 | -2/+2 |
|/ |
|
* | cmOrderDirectories: Port to cmGeneratorTarget. | Stephen Kelly | 2015-08-05 | 1 | -3/+5 |
|
|
* | Include cmAlgorithms where it is used. | Stephen Kelly | 2015-03-10 | 1 | -0/+1 |
|
|
* | Use the cmDeleteAll algorithm instead of trivial raw loops. | Stephen Kelly | 2015-01-13 | 1 | -12/+2 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -4/+4 |
|
|
* | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -1/+1 |
|
|
* | Tolerate symlinks during RPATH ordering (#13429) | Brad King | 2014-09-09 | 1 | -2/+8 |
|
|
* | regex: Use static regexs where possible | Ben Boeckel | 2014-06-09 | 1 | -4/+4 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -1/+1 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -10/+10 |
|
|
* | cmTarget: Make GetProperty() const. | Stephen Kelly | 2013-10-31 | 1 | -1/+1 |
|
|
* | OS X: Enable rpath support on Mac OS X when find_library() is used. | Clinton Stimpson | 2013-07-16 | 1 | -14/+8 |
|
|
* | OS X: Add RPATH support for Mac. | Clinton Stimpson | 2013-06-03 | 1 | -4/+41 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Link runtime libraries of all languages | Brad King | 2009-07-27 | 1 | -0/+12 |
|
|
* | STYLE: Factor CollectOriginalDirectories code | Brad King | 2009-07-14 | 1 | -20/+27 |
|
|
* | BUG: Fix same-file check for directory ordering | Brad King | 2008-12-26 | 1 | -14/+11 |
|
|
* | ENH: Warn when system libraries may be hidden. | Brad King | 2008-07-29 | 1 | -3/+69 |
|
|
* | ENH: Provide context in path ordering warnings | Brad King | 2008-07-29 | 1 | -7/+10 |
|
|
* | STYLE: Fix typo in comment in cmOrderDirectories | Brad King | 2008-07-29 | 1 | -1/+1 |
|
|
* | COMP: Fix unreachable code warning in cmOrderDirectories. | Brad King | 2008-02-22 | 1 | -1/+1 |
|
|
* | COMP: Remove unused local variable from cmOrderDirectories. | Brad King | 2008-02-21 | 1 | -1/+0 |
|
|