| Commit message (Expand) | Author | Age | Files | Lines |
* | cmDepends: Update types to always use a Makefile generator | Brad King | 2020-04-13 | 1 | -2/+2 |
|
|
* | Refactor: Avoid `std::endl` where it's not necessary (part 2) | Alex Turbov | 2020-03-24 | 1 | -19/+12 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -4/+5 |
|
|
* | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -2/+1 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -6/+3 |
|
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -3/+4 |
|
|
* | cmDepends: Define DependencyMap instead of DependencyVector | Sebastian Holtermann | 2019-03-27 | 1 | -5/+5 |
|
|
* | cmDepends: Refactor cmDepends::CheckDependencies method | Sebastian Holtermann | 2019-03-27 | 1 | -73/+71 |
|
|
* | Rename cmFileTimeCache::FileTimeCompare to cmFileTimeCache::Compare | Sebastian Holtermann | 2019-03-18 | 1 | -4/+3 |
|
|
* | Substitute FileComparison in variable names with FileTimeCache | Sebastian Holtermann | 2019-03-18 | 1 | -4/+4 |
|
|
* | Rename cmFileTimeComparison to cmFileTimeCache | Sebastian Holtermann | 2019-03-18 | 1 | -1/+1 |
|
|
* | cmDepends: Reduce temporary object lifetime with local scopes | Sebastian Holtermann | 2019-03-12 | 1 | -17/+17 |
|
|
* | cmFileTimeComparison: use std::string arguments | Vitaly Stakhovsky | 2019-01-28 | 1 | -4/+4 |
|
|
* | clang-tidy: Pass by value | Regina Pfeifer | 2019-01-22 | 1 | -2/+2 |
|
|
* | Merge topic 'stdout-string' | Brad King | 2019-01-22 | 1 | -4/+4 |
|\ |
|
| * | cmSystemTools: Stdout(),Stderr() accept std::string argument | Vitaly Stakhovsky | 2019-01-20 | 1 | -4/+4 |
|
|
* | | cmDepends: all members accept std::string arguments | Vitaly Stakhovsky | 2019-01-19 | 1 | -7/+8 |
|/ |
|
* | clang-tidy: Use default member initialization | Regina Pfeifer | 2018-12-15 | 1 | -3/+0 |
|
|
* | cmMakefile: Make GetSafeDefinition return std::string const& | Vitaly Stakhovsky | 2018-09-18 | 1 | -1/+1 |
|
|
* | cmDepends: Remove attempt to change directory that always fails | Craig Scott | 2018-03-08 | 1 | -6/+1 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -4/+2 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -2/+2 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -6/+6 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | cmWorkingDirectory: use the new class | Ben Boeckel | 2017-03-06 | 1 | -12/+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/+3 |
|
|
* | Make sure unnused parameters are /*named*/ | Daniel Pfeifer | 2016-08-16 | 1 | -4/+5 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -6/+6 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -113/+84 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -9/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -3/+3 |
|
|
* | 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 | -2/+2 |
|
|
* | cmDepends: Refactor object file path conversion | Brad King | 2014-07-22 | 1 | -6/+1 |
|
|
* | cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE' | Brad King | 2014-07-22 | 1 | -1/+1 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -4/+4 |
|
|
* | 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 | -1/+2 |
|
|
* | cmDepends: No dependency-vector erasure in CheckDependencies | Michael Wild | 2012-11-06 | 1 | -2/+4 |
|
|
* | cmDepends: allow multiple dependees per depender | Alex Neundorf | 2012-11-06 | 1 | -3/+10 |
|
|
* | -fix line length | Alex Neundorf | 2012-08-20 | 1 | -2/+2 |
|
|
* | fix #13474: also rescan dependencies if the depender does not exist | Alex Neundorf | 2012-08-17 | 1 | -17/+46 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -1/+1 |
|
|
* | Fix compiler warning reported on older Borland dashboard. | David Cole | 2012-02-22 | 1 | -2/+4 |
|
|
* | Fix compiler error reported on older Borland dashboard. | David Cole | 2012-02-22 | 1 | -2/+3 |
|
|
* | Extract and use the INCLUDE_DIRECTORIES target properties. | Stephen Kelly | 2012-02-22 | 1 | -1/+13 |
|
|
* | Remove call to SystemTools::GetMaximumFilePathLength | Brad King | 2010-12-16 | 1 | -1/+1 |
|
|
* | 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 | -3/+23 |
|
|