| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Merge topic 'CodeBlocksParallelFlag' | Brad King | 2016-02-24 | 1 | -11/+24 |
|\ |
|
| * | CodeBlocks: generate parallel project files (make -j) | Alex Neundorf | 2016-02-23 | 1 | -11/+24 |
|
|
* | | CodeBlocks: improve support for different compilers | Melven Roehrig-Zoellner | 2016-02-16 | 1 | -6/+55 |
|/ |
|
* | cmake: Store hardcoded lists of sources and headers | Stephen Kelly | 2015-10-27 | 1 | -5/+9 |
|
|
* | C::B: Port API to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -6/+6 |
|
|
* | Port to GetGeneratorTargets. | Stephen Kelly | 2015-10-24 | 1 | -20/+19 |
|
|
* | Merge topic 'clean-up-cmTarget' | Brad King | 2015-10-16 | 1 | -20/+20 |
|\ |
|
| * | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -20/+20 |
|
|
* | | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -14/+11 |
|/ |
|
* | Merge topic 'add-cmLocalGenerator-API' | Brad King | 2015-10-12 | 1 | -13/+11 |
|\ |
|
| * | cmLocalGenerator: Add current binary directory accessor. | Stephen Kelly | 2015-10-10 | 1 | -8/+6 |
|
|
| * | cmLocalGenerator: Add Home directory accessors. | Stephen Kelly | 2015-10-08 | 1 | -3/+3 |
|
|
| * | cmLocalGenerator: Add GetProjectName method. | Stephen Kelly | 2015-10-08 | 1 | -2/+2 |
|
|
* | | C::B: Remove unused variables. | Stephen Kelly | 2015-10-08 | 1 | -2/+0 |
|/ |
|
* | Access sources through cmGeneratorTarget. | Stephen Kelly | 2015-10-07 | 1 | -1/+3 |
|
|
* | cmGeneratorTarget: Move compile defintions processing from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -1/+1 |
|
|
* | Move GetLocation to cmGeneratorTarget. | Stephen Kelly | 2015-07-27 | 1 | -1/+1 |
|
|