| Commit message (Expand) | Author | Age | Files | Lines |
* | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -2/+2 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -2/+3 |
|
|
* | Replace empty-string comparisons with checking against `empty()`. | Pavel Solodovnikov | 2017-09-21 | 1 | -1/+1 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -26/+14 |
|
|
* | Merge topic 'cstyle-casts' | Daniel Pfeifer | 2017-08-30 | 1 | -3/+3 |
|\ |
|
| * | Replace C-style casts | Daniel Pfeifer | 2017-08-27 | 1 | -3/+3 |
|
|
* | | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -2/+0 |
|/ |
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -5/+5 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -2/+2 |
|
|
* | clang-tidy: apply readability-redundant-string-init fixes | Daniel Pfeifer | 2016-12-12 | 1 | -2/+2 |
|
|
* | 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 | -0/+7 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -5/+5 |
|
|
* | cmDependsJavaParserHelper: fix dangling pointer | Daniel Pfeifer | 2016-06-20 | 1 | -23/+16 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -202/+131 |
|
|
* | Source: Sort includes the way clang-format would | Brad King | 2016-05-03 | 1 | -1/+1 |
|
|
* | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
* | Replace 'foo.size() > 0' pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -4/+4 |
|
|
* | Remove c_str calls when using stream APIs. | Stephen Kelly | 2014-03-11 | 1 | -4/+4 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -12/+12 |
|
|
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -1/+2 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -13/+13 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Fix open solaris build issue with concept checking that breaks std vector for... | Bill Hoffman | 2009-09-14 | 1 | -5/+5 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -26/+26 |
|
|
* | ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war... | Bill Hoffman | 2006-03-30 | 1 | -2/+2 |
|
|
* | COMP: Fix warning about printf format and given type. | Brad King | 2005-02-03 | 1 | -1/+2 |
|
|
* | COMP: Removed default argument from method definition. | Brad King | 2005-01-28 | 1 | -1/+1 |
|
|
* | ENH: Initial import of java parser | Andy Cedilnik | 2005-01-28 | 1 | -0/+433 |
|
|