summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraEclipseCDT4Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* STYLE: fix line lengthsAlexander Neundorf2007-08-061-9/+11
* COMP: fix warningAlexander Neundorf2007-08-021-1/+1
* ENH: works also with nmake, tested by JeffAlexander Neundorf2007-08-011-3/+3
* ENH: add Eclipse CDT4 generator, patch from Miguel A. Figueroa-VillanuevaAlexander Neundorf2007-08-011-0/+706