summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraCodeLiteGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-1/+0
* clang-tidy: Remove redundant member initializationsRegina Pfeifer2018-12-151-2/+1
* cmMakefile: Make GetSafeDefinition return std::string const&Vitaly Stakhovsky2018-09-181-1/+1
* cmLocalGenerator: return directories as const std::string&Vitaly Stakhovsky2018-08-271-3/+3
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-3/+3
* Fix misc. typosluz.paz2018-06-041-2/+2
* CodeLite: Prefer CMAKE_RUNTIME_OUTPUT_DIRECTORY for output pathTobias R. Henle2018-03-141-3/+6
* CodeLite: Use project Makefile instead of workspace Makefile.Tobias R. Henle2018-03-141-1/+1
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-11/+8
* Generators: remove KDevelop3 generatorAlex Neundorf2018-01-241-1/+1
* CodeLite: Better support for Fortran and WindowsTobias R. Henle2018-01-191-15/+16
* CUDA: Add cu as default source file extensionRobert Maynard2018-01-081-2/+2
* Performance: Improve efficiency of source file lookup in cmMakefileAaron Orenstein2017-11-171-8/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-60/+41
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-3/+3
* Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.Aaron Orenstein2017-08-161-2/+3
* Provide and use CM_FALLTHROUGHDaniel Pfeifer2017-06-031-0/+1
* Remove unused variablesPavel Solodovnikov2017-05-261-3/+0
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* CodeLite: Distribute source files into folders (virtual directories)rahmjan2017-03-311-17/+84
* CodeLite: Make build/clean/rebuild operations optionally target-centricMinze Zwerver2016-12-141-21/+38
* Merge topic 'clang-tidy'Brad King2016-10-201-4/+6
|\
| * fix more issues reported by clang-tidyDaniel Pfeifer2016-10-201-4/+6
* | cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* | cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-16/+16
|/
* Codelite: Consume the CMAKE_CODELITE_USE_TARGETS setting globallyStephen Kelly2016-10-071-3/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+2
* CodeLite: Optionally use targets to create (sub)project filesMinze Zwerver2016-09-261-94/+240
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-6/+10
* Refactor extra generator registration to use factoriesTobias Hunger2016-08-031-11/+17
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-164/+117
* 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-141-8/+8
* cmLocalGenerator: Add current binary directory accessor.Stephen Kelly2015-10-101-7/+5
* cmLocalGenerator: Add Home directory accessors.Stephen Kelly2015-10-081-2/+2
* cmLocalGenerator: Add GetProjectName method.Stephen Kelly2015-10-081-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-201-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