summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraEclipseCDT4Generator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add edit_cache target for Eclipse (if it's not ccmake, because thisAlexander Neundorf2008-04-031-0/+12
| | | | | | doesn't work inside the log view) Alex
* STYLE: patch part 3 from Miguel: follow naming style for variablesAlexander Neundorf2008-02-191-16/+16
| | | | Alex
* ENH: patch from Miguel part 2: if ECLIPSE_CDT4_GENERATE_SOURCE_PROJECT isAlexander Neundorf2008-02-191-65/+91
| | | | | | | | | | true, then the generator additionally generates eclipse project files in the source dir, since this is the only way to get cvs/svn working with eclipse This is off by default and the user has to enable it explicitely. If cmake can't write there it still continues. Alex
* ENH: patch part 1 from Miguel: use the cmake project name for the eclipseAlexander Neundorf2008-02-191-15/+34
| | | | | | project name Alex
* ENH: enable color in the eclipse generator, there doesn't seem to be problemsAlexander Neundorf2008-02-151-1/+1
| | | | Alex
* patch from MiguelAlexander Neundorf2008-02-071-10/+15
| | | | | | | BUG: fix #5496: eclipse can't load projects where the build dir is a subdir of the src dir Alex
* two patches from Miguel:Alexander Neundorf2008-02-071-47/+55
| | | | | | | | BUG: fix #5819: put compile definitions into the eclipse project files so eclipse handles ifdef blcoks correctly STYLE: make the code for filtering some global targets out nicer Alex
* ENH: add the "clean" targetAlexander Neundorf2007-11-251-4/+83
| | | | | | | | don't add *all existing* targets as Eclipse targets, but only a subset (the same as for CodeBlocks), e.g. exclude the subtargets of Experimental, and also edit_cache, ccmake doesn't work from within an IDE Alex
* ENH: change to make the documentation class more generic, about halfway ↵Ken Martin2007-10-221-3/+3
| | | | there, also provides secitons for Variables now
* ENH: patch from MiguelAlexander Neundorf2007-08-171-214/+240
| | | | | | | | | | | | | | | - cleaning up a bit: static helper functions, remove unused scanner profiles, remove unused variables, etc. - correct <name> entry in .project file - converts the make command and other paths obtained from cygwin cmake to windows style paths - provide environment setup for compiling with nmake - create linked resources and path entries for executable/library_output_path's not subdirs of binary path - fixes incorrect exclusions of output dirs when named the same as source dir - excludes the CMakeFiles subdirs from the directories to scan for output targets - removes possible redundant entries in <pathentry include ...> - adds the all and preinstall targets to the target list - removes the linked resources for non out-of-source builds and conflicting dirs Alex
* STYLE: fix line lengthsAlexander Neundorf2007-08-061-9/+11
| | | | Alex
* COMP: fix warningAlexander Neundorf2007-08-021-1/+1
| | | | Alex
* ENH: works also with nmake, tested by JeffAlexander Neundorf2007-08-011-3/+3
| | | | Alex
* ENH: add Eclipse CDT4 generator, patch from Miguel A. Figueroa-VillanuevaAlexander Neundorf2007-08-011-0/+706
Alex