summaryrefslogtreecommitdiff
path: root/Source/cmExtraCodeBlocksGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* Source: std::string related cleanupVitaly Stakhovsky2019-05-151-3/+4
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-1/+1
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-1/+6
* Refactor extra generator registration to use factoriesTobias Hunger2016-08-031-12/+1
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-4/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-13/+13
* cmExtraCodeBlocksGenerator: port to cmXMLWriterDaniel Pfeifer2016-03-211-2/+2
* CodeBlocks: generate parallel project files (make -j)Alex Neundorf2016-02-231-2/+5
* C::B: Port API to cmGeneratorTarget.Stephen Kelly2015-10-241-3/+2
* cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.Stephen Kelly2015-10-151-2/+3
* C::B: Get the Makefile from the LocalGenerator, not vice-versa.Stephen Kelly2015-06-221-2/+3
* CodeBlocks: Declare which source file belongs to which targets.Nils Gladitz2015-03-061-0/+4
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-3/+3
* stringapi: Use strings in target nameBen Boeckel2014-03-081-2/+2
* CodeBlocks: improve support for OBJECT librariesAlex Neundorf2012-04-091-0/+2
* Don't disable colors in the CodeBlocks generator and minor cleanup.Alex Neundorf2010-11-111-1/+0
* Remove the "early alpha stage" comments about Eclipse and C::BAlex Neundorf2010-11-111-2/+0
* Remove trailing whitespaceAlex Neundorf2010-11-111-3/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-17/+12
* STYLE: move the code for generating the XML for one target in a separateAlexander Neundorf2007-11-251-0/+7
* ENH: don't hardcode gccAlexander Neundorf2007-08-291-0/+5
* STYLE: fix line lengthsAlexander Neundorf2007-08-061-7/+0
* STYLE: fix line lengthsAlexander Neundorf2007-07-201-3/+3
* ENH: add a simple CodeBlocks extra generator, early alpha stage, there seemsAlexander Neundorf2007-07-131-0/+63