| Commit message (Expand) | Author | Age | Files | Lines |
* | cmRange: Move to dedicated header file | Regina Pfeifer | 2019-02-21 | 1 | -0/+1 |
|
|
* | Merge topic 'modernize-for-loops' | Brad King | 2019-02-11 | 1 | -3/+2 |
|\ |
|
| * | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 1 | -3/+2 |
|
|
* | | cmMakefile::GetRequiredDefinition: return const std::string& | Vitaly Stakhovsky | 2019-02-07 | 1 | -2/+2 |
|/ |
|
* | Use cmSourceFile::GetIsGenerated | Sebastian Holtermann | 2019-02-01 | 1 | -1/+1 |
|
|
* | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -3/+1 |
|
|
* | clang-tidy: Remove redundant member initializations | Regina Pfeifer | 2018-12-15 | 1 | -1/+0 |
|
|
* | cmMakefile: Make GetSafeDefinition return std::string const& | Vitaly Stakhovsky | 2018-09-18 | 1 | -1/+1 |
|
|
* | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls | Sebastian Holtermann | 2018-08-07 | 1 | -2/+2 |
|
|
* | Fix misc. typos | luz.paz | 2018-06-04 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -8/+12 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -8/+6 |
|
|
* | Generators: remove KDevelop3 generator | Alex Neundorf | 2018-01-24 | 1 | -1/+1 |
|
|
* | CUDA: Add cu as default source file extension | Robert Maynard | 2018-01-08 | 1 | -2/+2 |
|
|
* | Merge topic 'CodeBlocks-custom-compiler-id' | Brad King | 2017-11-29 | 1 | -0/+7 |
|\ |
|
| * | CodeBlocks: add option for the CB compiler ID | Melven Roehrig-Zoellner | 2017-11-27 | 1 | -0/+7 |
|
|
* | | Performance: Improve efficiency of source file lookup in cmMakefile | Aaron Orenstein | 2017-11-17 | 1 | -8/+2 |
|/ |
|
* | CodeBlocks: add option to exclude external files | Alexandr (Sagrer) Gridnev | 2017-09-14 | 1 | -0/+20 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -91/+61 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -2/+2 |
|
|
* | CodeBlocks: Avoid listing files multiple times | Alexandr (Sagrer) Gridnev | 2017-08-30 | 1 | -6/+7 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -6/+6 |
|
|
* | Performance: Add an index to Change cmLocalGenerator::GeneratorTargets. | Aaron Orenstein | 2017-08-16 | 1 | -4/+6 |
|
|
* | Add const-reference qualifications | Pavel Solodovnikov | 2017-05-26 | 1 | -4/+4 |
|
|
* | Allow CodeBlocks for NMake Makefiles JOM | Konstantin Podsvirov | 2017-01-10 | 1 | -1/+2 |
|
|
* | clang-tidy: apply readability-redundant-control-flow fixes | Daniel Pfeifer | 2016-12-12 | 1 | -1/+0 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -6/+5 |
|
|
* | cmState: Port dependents to new cmStateTypes header | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -21/+21 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -3/+10 |
|
|
* | CodeBlocks: List C++ includes first | Kevin Ottens | 2016-08-26 | 1 | -2/+2 |
|
|
* | CMake: don't use else after return | Daniel Pfeifer | 2016-08-18 | 1 | -22/+21 |
|
|
* | issues: update references to the CMake issue tracker | Ben Boeckel | 2016-08-15 | 1 | -2/+2 |
|
|
* | Refactor extra generator registration to use factories | Tobias Hunger | 2016-08-03 | 1 | -11/+17 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -7/+7 |
|
|
* | Merge topic 'CodeBlocks-generated-sources' | Brad King | 2016-06-17 | 1 | -2/+4 |
|\ |
|
| * | CodeBlocks: Show generated files in non-utility targets | Enrico Bedau | 2016-06-16 | 1 | -2/+4 |
|
|
* | | Merge topic 'CodeBlocks-include-order' | Brad King | 2016-06-17 | 1 | -7/+11 |
|\ \
| |/
|/| |
|
| * | cmExtraCodeBlocksGenerator: Do not shuffle include directories | Tobias Hunger | 2016-06-17 | 1 | -7/+11 |
|
|
* | | Merge topic 'size-empty' | Brad King | 2016-06-03 | 1 | -2/+2 |
|\ \ |
|
| * | | Use the empty() method to check for emptyness. | Daniel Pfeifer | 2016-06-02 | 1 | -2/+2 |
| |/ |
|
* | | Simplify boolean expressions | Daniel Pfeifer | 2016-06-02 | 1 | -4/+4 |
|/ |
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -372/+224 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -1/+0 |
|
|
* | Isolate formatted streaming blocks with clang-format off/on | Brad King | 2016-05-06 | 1 | -0/+2 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -2/+2 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | cmExtraCodeBlocksGenerator: port to cmXMLWriter | Daniel Pfeifer | 2016-03-21 | 1 | -89/+145 |
|
|
* | Avoid depending on CMAKE_ROOT cache entry internally (#16015) | Brad King | 2016-03-16 | 1 | -2/+1 |
|
|