index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmExtraEclipseCDT4Generator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eclipse: use new variable CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT
Alex Neundorf
2011-11-19
1
-1/+10
*
Eclipse: create links to subprojects also in the source-project (#12579)
Alex Neundorf
2011-11-19
1
-5/+15
*
Merge topic 'FixTargetsInVirtualFoldersForEclipseIndigo'
David Cole
2011-11-08
1
-1/+5
|
\
|
*
Eclipse: quote the build dir (to make it work with spaces)
Alex Neundorf
2011-11-01
1
-2/+2
|
*
Eclipse: make targets work from any directory
Alex Neundorf
2011-10-31
1
-1/+5
*
|
Eclipse: warn if CMAKE_BINARY_DIR is subdir of CMAKE_SOURCE_DIR
Alex Neundorf
2011-11-01
1
-0/+10
|
/
*
Eclipse: fix #12417, don't create wrong src pathentries
Alex Neundorf
2011-10-23
1
-0/+13
*
Eclipse: add Build and Clean targets to targets
Alex Neundorf
2011-10-23
1
-2/+31
*
Eclipse: move code for generating links to targets into separate function
Alex Neundorf
2011-10-23
1
-79/+83
*
Eclipse: move code for generating links to projects into separate function
Alex Neundorf
2011-10-23
1
-27/+36
*
Eclipse: add virtual folder for each target
Alex Neundorf
2011-10-19
1
-7/+96
*
Eclipse: don't create VirtualFolders if not supported
Alex Neundorf
2011-10-15
1
-21/+24
*
Detect whether the current Eclipse version supports VirtualFolders
Alex Neundorf
2011-10-15
1
-0/+20
*
fix #12392: handle CMAKE_CXX_COMPILER_ARG1 for Eclipse projects
Alex Neundorf
2011-10-01
1
-2/+11
*
Also put builtin include dirs into CodeBlocks project file
Alex Neundorf
2011-08-01
1
-4/+5
*
Remove useless line of code
Alex Neundorf
2011-08-01
1
-1/+0
*
-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
[next]