| Commit message (Expand) | Author | Age | Files | Lines |
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -40/+27 |
|
|
* | Replace C-style casts | Daniel Pfeifer | 2017-08-27 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -5/+5 |
|
|
* | Remove second arg: npos in substr usages | Pavel Solodovnikov | 2017-06-01 | 1 | -1/+1 |
|
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -2/+2 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | UseSWIG: Automatically scan dependencies of SWIG files for Makefiles | Alexey Sokolov | 2017-01-10 | 1 | -2/+2 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -4/+3 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Convert: Move access to BinaryDirectory out of loops | Stephen Kelly | 2016-09-19 | 1 | -9/+7 |
|
|
* | Convert: Inline HOME_OUTPUT MAKERULE conversion | Stephen Kelly | 2016-09-19 | 1 | -3/+5 |
|
|
* | Convert: Inline MAKERULE conversions | Stephen Kelly | 2016-09-19 | 1 | -2/+1 |
|
|
* | Convert: Avoid HOME_OUTPUT enum when converting to relative paths | Stephen Kelly | 2016-09-19 | 1 | -1/+1 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -2/+3 |
|
|
* | Convert: Replace trivial conversion with new method | Stephen Kelly | 2016-08-27 | 1 | -2/+2 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -5/+5 |
|
|
* | Add missing braces around statements. | Daniel Pfeifer | 2016-06-10 | 1 | -1/+2 |
|
|
* | Remove c_str() calls from stream arguments. | Daniel Pfeifer | 2016-06-06 | 1 | -3/+3 |
|
|
* | Simplify boolean expressions | Daniel Pfeifer | 2016-06-02 | 1 | -3/+3 |
|
|
* | Use enums defined in cmOutputConverter using their fully qualified name. | Daniel Pfeifer | 2016-05-25 | 1 | -5/+5 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -260/+182 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -10/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -1/+1 |
|
|
* | Makefile: Tolerate a BOM while scanning source dependencies (#15493) | Brad King | 2015-04-03 | 1 | -6/+15 |
|
|
* | Include cmAlgorithms where it is used. | Stephen Kelly | 2015-03-10 | 1 | -0/+1 |
|
|
* | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -2/+2 |
|
|
* | Use the cmDeleteAll algorithm instead of trivial raw loops. | Stephen Kelly | 2015-01-13 | 1 | -6/+1 |
|
|
* | Use two-iterator std::set::insert where appropriate. | Stephen Kelly | 2015-01-11 | 1 | -5/+1 |
|
|
* | cmDepends: Refactor object file path conversion | Brad King | 2014-07-22 | 1 | -2/+8 |
|
|
* | cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE' | Brad King | 2014-07-22 | 1 | -1/+1 |
|
|
* | Remove c_str calls when using stream APIs. | Stephen Kelly | 2014-03-11 | 1 | -1/+1 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -3/+3 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -8/+8 |
|
|
* | stringapi: Use strings for the languages | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -3/+4 |
|
|
* | cmDependsC: Collapse relative include paths | Pavel Shramov | 2013-06-26 | 1 | -14/+4 |
|
|
* | cmDepends: allow multiple dependees per depender | Alex Neundorf | 2012-11-06 | 1 | -12/+21 |
|
|
* | cmDependsC: fix indentation | Alex Neundorf | 2012-11-06 | 1 | -105/+105 |
|
|
* | cmDependsC: remove code duplication | Alex Neundorf | 2012-11-03 | 1 | -14/+8 |
|
|
* | Add comment about one more problem of the C depency scanner. | Alex Neundorf | 2011-12-18 | 1 | -0/+3 |
|
|
* | Remove trailing whitespace | Alex Neundorf | 2011-12-18 | 1 | -8/+8 |
|
|
* | Normalize slashes in scanned #include lines (#10281) | Brad King | 2011-01-17 | 1 | -0/+1 |
|
|
* | speedup C dependency scanning even more | Alexander Neundorf | 2009-10-06 | 1 | -23/+7 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Major optimization of C/C++ dependency scanning. | Alexander Neundorf | 2009-09-23 | 1 | -2/+33 |
|
|
* | ENH: Teach cmDependsC about user-configured macro transformations. | Brad King | 2008-05-14 | 1 | -0/+114 |
|
|
* | ENH: Light refactoring of implicit dependency scanning configuration implemen... | Brad King | 2008-05-08 | 1 | -22/+46 |
|
|
* | BUG: fix for bug 6136 make sure includes are not directories | Bill Hoffman | 2007-12-15 | 1 | -3/+3 |
|
|
* | STYLE: Fixed line-too-long. | Brad King | 2007-02-07 | 1 | -3/+6 |
|
|
* | BUG: Patch from Alex to recompute dependencies when the include regex changes... | Brad King | 2007-02-05 | 1 | -2/+40 |
|
|