| Commit message (Expand) | Author | Age | Files | Lines |
* | -fix VirtualFolders in Eclipse under Windows | Alex Neundorf | 2011-05-06 | 1 | -4/+11 |
|
|
* | Eclipse projects: created one linked resource for each subproject | Alex Neundorf | 2011-02-13 | 1 | -19/+52 |
|
|
* | Add XML escaping for directory name in Eclipse projects (#11658) | Alex Neundorf | 2011-02-12 | 1 | -2/+4 |
|
|
* | Fix XML escaping for target names in Eclipse project files (#11658) | Alex Neundorf | 2011-02-12 | 1 | -2/+3 |
|
|
* | Fix XML escaping for the project() name in Eclipse projects (#11658) | Alex Neundorf | 2011-02-12 | 1 | -3/+5 |
|
|
* | Fix crash in Eclipse generator with empty project (#11616) | Alex Neundorf | 2010-12-21 | 1 | -1/+1 |
|
|
* | Add cache var CMAKE_ECLIPSE_MAKE_ARGUMENTS when using the Eclipse generator | Alex Neundorf | 2010-12-12 | 1 | -8/+11 |
|
|
* | Don't disable colors in the CodeBlocks generator and minor cleanup. | Alex Neundorf | 2010-11-11 | 1 | -10/+0 |
|
|
* | Remove trailing whitespace | Alex Neundorf | 2010-11-11 | 1 | -33/+33 |
|
|
* | -don't add the INCLUDE env.var twice to the Eclipse project file | Alex Neundorf | 2010-04-19 | 1 | -1/+0 |
|
|
* | -fix bug for Eclipse projects where targets which are in a subdir which has t... | Alexander Neundorf | 2010-02-13 | 1 | -19/+19 |
|
|
* | fix line lengths | Alexander Neundorf | 2009-12-30 | 1 | -2/+3 |
|
|
* | fix the way the PATH and other related env.vars are stored in the eclipse pro... | Alexander Neundorf | 2009-12-23 | 1 | -21/+79 |
|
|
* | disable cmake's verbose output in the Eclipse and KDevelop generators | Alexander Neundorf | 2009-12-23 | 1 | -5/+4 |
|
|
* | improve system/compiler specific settings of Eclipse | Alexander Neundorf | 2009-11-22 | 1 | -69/+41 |
|
|
* | make testing the CodeBlocks and Eclipse generators easier by not requiring th... | Alexander Neundorf | 2009-10-20 | 1 | -2/+7 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -19/+13 |
|
|
* | Major improvement of the generated targets in Eclipse. | Alexander Neundorf | 2009-09-16 | 1 | -13/+63 |
|
|
* | Put compiler defined macros into eclipse project files | Alexander Neundorf | 2009-09-16 | 1 | -0/+69 |
|
|
* | sync target generation with the CodeBlocks generator | Alexander Neundorf | 2009-09-10 | 1 | -79/+51 |
|
|
* | ENH: don't enforce VERBOSE Makefiles, but set the env. var VERBOSE to 1 in | Alexander Neundorf | 2009-03-13 | 1 | -1/+1 |
|
|
* | ENH: when using the Eclipse project generator, run gcc so that it tells us | Alexander Neundorf | 2009-03-13 | 1 | -12/+48 |
|
|
* | COMP: Fix const set find for Borland 5.5 | Brad King | 2009-01-14 | 1 | -2/+4 |
|
|
* | ENH: patch from Miguel, | Alexander Neundorf | 2009-01-11 | 1 | -34/+54 |
|
|
* | STYLE: remove debug output | Alexander Neundorf | 2009-01-10 | 1 | -1/+0 |
|
|
* | BUG: fix #8073: also show targets created using add_custom_targets() | Alexander Neundorf | 2009-01-10 | 1 | -34/+62 |
|
|
* | BUG: remove the call to EnableInstallTarget(), don't know why it was there. | Alexander Neundorf | 2009-01-10 | 1 | -1/+0 |
|
|
* | BUG: fix #8105: don't hardcode "gcc" and "make" but use CMAKE_C_COMPILER and | Alexander Neundorf | 2009-01-09 | 1 | -4/+19 |
|
|
* | BUG: apply patch from #8205, also fixes #8212: escape characters for XML | Alexander Neundorf | 2009-01-08 | 1 | -1/+15 |
|
|
* | BUG: don't crash in the generator is EXECUTABLE_OUTPUT_PATH or | Alexander Neundorf | 2008-08-06 | 1 | -3/+3 |
|
|
* | ENH: add edit_cache target for Eclipse (if it's not ccmake, because this | Alexander Neundorf | 2008-04-03 | 1 | -0/+12 |
|
|
* | STYLE: patch part 3 from Miguel: follow naming style for variables | Alexander Neundorf | 2008-02-19 | 1 | -16/+16 |
|
|
* | ENH: patch from Miguel part 2: if ECLIPSE_CDT4_GENERATE_SOURCE_PROJECT is | Alexander Neundorf | 2008-02-19 | 1 | -65/+91 |
|
|
* | ENH: patch part 1 from Miguel: use the cmake project name for the eclipse | Alexander Neundorf | 2008-02-19 | 1 | -15/+34 |
|
|
* | ENH: enable color in the eclipse generator, there doesn't seem to be problems | Alexander Neundorf | 2008-02-15 | 1 | -1/+1 |
|
|
* | patch from Miguel | Alexander Neundorf | 2008-02-07 | 1 | -10/+15 |
|
|
* | two patches from Miguel: | Alexander Neundorf | 2008-02-07 | 1 | -47/+55 |
|
|
* | ENH: add the "clean" target | Alexander Neundorf | 2007-11-25 | 1 | -4/+83 |
|
|
* | ENH: change to make the documentation class more generic, about halfway there... | Ken Martin | 2007-10-22 | 1 | -3/+3 |
|
|
* | ENH: patch from Miguel | Alexander Neundorf | 2007-08-17 | 1 | -214/+240 |
|
|
* | STYLE: fix line lengths | Alexander Neundorf | 2007-08-06 | 1 | -9/+11 |
|
|
* | COMP: fix warning | Alexander Neundorf | 2007-08-02 | 1 | -1/+1 |
|
|
* | ENH: works also with nmake, tested by Jeff | Alexander Neundorf | 2007-08-01 | 1 | -3/+3 |
|
|
* | ENH: add Eclipse CDT4 generator, patch from Miguel A. Figueroa-Villanueva | Alexander Neundorf | 2007-08-01 | 1 | -0/+706 |
|
|