summaryrefslogtreecommitdiff
path: root/Source/cmExtraCodeLiteGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-1/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-5/+5
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmExtraCodeLiteGenerator: port to cmXMLWriterDaniel Pfeifer2016-03-211-93/+149
* cmake: Store hardcoded lists of sources and headersStephen Kelly2015-10-271-5/+8
* Port to GetGeneratorTargets.Stephen Kelly2015-10-241-6/+5
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-8/+8
* cmLocalGenerator: Add current binary directory accessor.Stephen Kelly2015-10-101-7/+5
* cmLocalGenerator: Add Home directory accessors.Stephen Kelly2015-10-091-2/+2
* cmLocalGenerator: Add GetProjectName method.Stephen Kelly2015-10-091-4/+4
* Access sources through cmGeneratorTarget.Stephen Kelly2015-10-071-1/+3
* CodeLite: Remove unused code.Stephen Kelly2015-07-171-18/+0
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-211-5/+5
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
* fix compile error on AIX/gcc-2.9 because of unknown std::stringstreamRolf Eike Beer2014-04-221-2/+2
* CodeLite generator: simplify code a bitRolf Eike Beer2014-04-151-8/+4
* AIX: fix compilation error because of missing <sstream>Rolf Eike Beer2014-04-141-1/+1
* cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-1/+2
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-2/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* speedup: Cache strings for comparisonsBen Boeckel2014-03-081-1/+2
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-1/+2
* CodeLite: Use make -jN switch when generating Unix/MinGW makefilesEran Ifrah2014-02-031-2/+6
* Add support for codelite IDE project flesEran Ifrah2014-01-101-0/+487