summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraEclipseCDT4Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Eclipse: fix #12417, don't create wrong src pathentriesAlex Neundorf2011-10-231-0/+13
* Eclipse: add Build and Clean targets to targetsAlex Neundorf2011-10-231-2/+31
* Eclipse: move code for generating links to targets into separate functionAlex Neundorf2011-10-231-79/+83
* Eclipse: move code for generating links to projects into separate functionAlex Neundorf2011-10-231-27/+36
* Eclipse: add virtual folder for each targetAlex Neundorf2011-10-191-7/+96
* Eclipse: don't create VirtualFolders if not supportedAlex Neundorf2011-10-151-21/+24
* Detect whether the current Eclipse version supports VirtualFoldersAlex Neundorf2011-10-151-0/+20
* fix #12392: handle CMAKE_CXX_COMPILER_ARG1 for Eclipse projectsAlex Neundorf2011-10-011-2/+11
* Also put builtin include dirs into CodeBlocks project fileAlex Neundorf2011-08-011-4/+5
* Remove useless line of codeAlex Neundorf2011-08-011-1/+0
* -fix VirtualFolders in Eclipse under WindowsAlex Neundorf2011-05-061-4/+11
* Eclipse projects: created one linked resource for each subprojectAlex Neundorf2011-02-131-19/+52
* Add XML escaping for directory name in Eclipse projects (#11658)Alex Neundorf2011-02-121-2/+4
* Fix XML escaping for target names in Eclipse project files (#11658)Alex Neundorf2011-02-121-2/+3
* Fix XML escaping for the project() name in Eclipse projects (#11658)Alex Neundorf2011-02-121-3/+5
* Fix crash in Eclipse generator with empty project (#11616)Alex Neundorf2010-12-211-1/+1
* Add cache var CMAKE_ECLIPSE_MAKE_ARGUMENTS when using the Eclipse generatorAlex Neundorf2010-12-121-8/+11
* Don't disable colors in the CodeBlocks generator and minor cleanup.Alex Neundorf2010-11-111-10/+0
* Remove trailing whitespaceAlex Neundorf2010-11-111-33/+33
* -don't add the INCLUDE env.var twice to the Eclipse project fileAlex Neundorf2010-04-191-1/+0
* -fix bug for Eclipse projects where targets which are in a subdir which has t...Alexander Neundorf2010-02-131-19/+19
* fix line lengthsAlexander Neundorf2009-12-301-2/+3
* fix the way the PATH and other related env.vars are stored in the eclipse pro...Alexander Neundorf2009-12-231-21/+79
* disable cmake's verbose output in the Eclipse and KDevelop generatorsAlexander Neundorf2009-12-231-5/+4
* improve system/compiler specific settings of EclipseAlexander Neundorf2009-11-221-69/+41
* make testing the CodeBlocks and Eclipse generators easier by not requiring th...Alexander Neundorf2009-10-201-2/+7
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-19/+13
* Major improvement of the generated targets in Eclipse.Alexander Neundorf2009-09-161-13/+63
* Put compiler defined macros into eclipse project filesAlexander Neundorf2009-09-161-0/+69
* sync target generation with the CodeBlocks generatorAlexander Neundorf2009-09-101-79/+51
* ENH: don't enforce VERBOSE Makefiles, but set the env. var VERBOSE to 1 inAlexander Neundorf2009-03-131-1/+1
* ENH: when using the Eclipse project generator, run gcc so that it tells usAlexander Neundorf2009-03-131-12/+48
* COMP: Fix const set find for Borland 5.5Brad King2009-01-141-2/+4
* ENH: patch from Miguel,Alexander Neundorf2009-01-111-34/+54
* STYLE: remove debug outputAlexander Neundorf2009-01-101-1/+0
* BUG: fix #8073: also show targets created using add_custom_targets()Alexander Neundorf2009-01-101-34/+62
* BUG: remove the call to EnableInstallTarget(), don't know why it was there.Alexander Neundorf2009-01-101-1/+0
* BUG: fix #8105: don't hardcode "gcc" and "make" but use CMAKE_C_COMPILER andAlexander Neundorf2009-01-091-4/+19
* BUG: apply patch from #8205, also fixes #8212: escape characters for XMLAlexander Neundorf2009-01-081-1/+15
* BUG: don't crash in the generator is EXECUTABLE_OUTPUT_PATH orAlexander Neundorf2008-08-061-3/+3
* ENH: add edit_cache target for Eclipse (if it's not ccmake, because thisAlexander Neundorf2008-04-031-0/+12
* STYLE: patch part 3 from Miguel: follow naming style for variablesAlexander Neundorf2008-02-191-16/+16
* ENH: patch from Miguel part 2: if ECLIPSE_CDT4_GENERATE_SOURCE_PROJECT isAlexander Neundorf2008-02-191-65/+91
* ENH: patch part 1 from Miguel: use the cmake project name for the eclipseAlexander Neundorf2008-02-191-15/+34
* ENH: enable color in the eclipse generator, there doesn't seem to be problemsAlexander Neundorf2008-02-151-1/+1
* patch from MiguelAlexander Neundorf2008-02-071-10/+15
* two patches from Miguel:Alexander Neundorf2008-02-071-47/+55
* ENH: add the "clean" targetAlexander Neundorf2007-11-251-4/+83
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-3/+3
* ENH: patch from MiguelAlexander Neundorf2007-08-171-214/+240