summaryrefslogtreecommitdiff
path: root/Source/cmExtraEclipseCDT4Generator.h
Commit message (Expand)AuthorAgeFilesLines
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-12-101-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* Eclipse: Add option to set the resource encodingMartin Gerhardy2019-07-091-0/+3
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-2/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-1/+9
* Refactor extra generator registration to use factoriesTobias Hunger2016-08-031-13/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-6/+6
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-32/+30
* Eclipse: Implement traversal of nested source groups (#15701)Patrik Lehmann2016-03-311-0/+3
* cmExtraEclipseCDT4Generator: port to cmXMLWriterDaniel Pfeifer2016-03-231-12/+9
* Eclipse: only add C/CXX macros if the language is enabledAlex Neundorf2016-02-241-0/+2
* Eclipse: Port API to cmLocalGenerator.Stephen Kelly2015-10-091-1/+1
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-3/+3
* Eclipse: use MachO64 parser starting with Helios (#14380)Alex Neundorf2014-01-011-0/+1
* eclipse: Add natures for Eclipse based on enabled languagesBen Boeckel2013-11-191-0/+3
* Use GmakeErrorParser instead of deprecated MakeErrorParser (fixes bug 0013699)Victor Zverovich2013-04-281-0/+1
* Eclipse: add switch to disable linked resources (#13189)Alex Neundorf2012-10-171-0/+1
* Eclipse: fix #13358: don't create bad linked resourcesAlex Neundorf2012-08-161-5/+0
* Eclipse: create links to subprojects also in the source-project (#12579)Alex Neundorf2011-11-191-2/+3
* Eclipse: add Build and Clean targets to targetsAlex Neundorf2011-10-231-1/+2
* Eclipse: move code for generating links to targets into separate functionAlex Neundorf2011-10-231-1/+1
* Eclipse: move code for generating links to projects into separate functionAlex Neundorf2011-10-231-0/+3
* Eclipse: add virtual folder for each targetAlex Neundorf2011-10-191-1/+3
* Detect whether the current Eclipse version supports VirtualFoldersAlex Neundorf2011-10-151-0/+1
* -fix VirtualFolders in Eclipse under WindowsAlex Neundorf2011-05-061-1/+2
* Add cache var CMAKE_ECLIPSE_MAKE_ARGUMENTS when using the Eclipse generatorAlex Neundorf2010-12-121-0/+1
* Don't disable colors in the CodeBlocks generator and minor cleanup.Alex Neundorf2010-11-111-2/+0
* Remove the "early alpha stage" comments about Eclipse and C::BAlex Neundorf2010-11-111-2/+0
* Remove trailing whitespaceAlex Neundorf2010-11-111-2/+2
* fix the way the PATH and other related env.vars are stored in the eclipse pro...Alexander Neundorf2009-12-231-0/+3
* improve system/compiler specific settings of EclipseAlexander Neundorf2009-11-221-12/+0
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-18/+13
* Major improvement of the generated targets in Eclipse.Alexander Neundorf2009-09-161-1/+3
* sync target generation with the CodeBlocks generatorAlexander Neundorf2009-09-101-1/+0
* ENH: when using the Eclipse project generator, run gcc so that it tells usAlexander Neundorf2009-03-131-0/+4
* ENH: patch from Miguel,Alexander Neundorf2009-01-111-0/+4
* COMP: forgot to commit this fileAlexander Neundorf2009-01-091-0/+1
* BUG: fix #8105: don't hardcode "gcc" and "make" but use CMAKE_C_COMPILER andAlexander Neundorf2009-01-091-1/+2
* BUG: apply patch from #8205, also fixes #8212: escape characters for XMLAlexander Neundorf2009-01-081-0/+2
* ENH: patch from Miguel part 2: if ECLIPSE_CDT4_GENERATE_SOURCE_PROJECT isAlexander Neundorf2008-02-191-1/+12
* ENH: patch part 1 from Miguel: use the cmake project name for the eclipseAlexander Neundorf2008-02-191-0/+9
* ENH: patch from MiguelAlexander Neundorf2007-08-171-17/+20
* ENH: add Eclipse CDT4 generator, patch from Miguel A. Figueroa-VillanuevaAlexander Neundorf2007-08-011-0/+93