summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraEclipseCDT4Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'consistent-empty-method'Brad King2015-01-191-1/+1
|\
| * Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* | Merge topic 'eclipse-fix-cxx-natures'Brad King2015-01-191-0/+1
|\ \ | |/ |/|
| * Eclipse: Add org.eclipse.cdt.core.cnature to CXX projects (#15068)André Klitzing2015-01-161-0/+1
* | strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-9/+9
* | Fix some generator crashes on undefined CMAKE_BUILD_TYPEBrad King2014-06-231-1/+1
* | cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-1/+2
* | Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-1/+1
* | Remove some c_str() calls.Stephen Kelly2014-03-111-5/+5
* | stringapi: Use strings for generator namesBen Boeckel2014-03-081-1/+1
* | strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
|/
* Eclipse: Skip generator expressions in COMPILE_DEFINITIONS (#14722)Stephen Kelly2014-02-091-1/+6
* cmMakefile: Make FindSourceGroup const.Stephen Kelly2014-01-221-2/+2
* cmTarget: Make GetSourceFiles populate an out-vector parameter.Stephen Kelly2014-01-091-1/+2
* Eclipse: use MachO64 parser starting with Helios (#14380)Alex Neundorf2014-01-011-1/+5
* eclipse: Support custom natures via a global propertyBen Boeckel2013-11-191-0/+12
* eclipse: Add natures for Eclipse based on enabled languagesBen Boeckel2013-11-191-6/+32
* Refactor tool selection for edit_cache (#14544)Brad King2013-11-121-20/+0
* cmExtraEclipseCDT4Generator: Replace RunCommand with RunSingleCommandBrad King2013-10-181-1/+1
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-7/+0
* Eclipse: fix #14204 and #14205: no file links to directoriesAlex Neundorf2013-06-111-6/+9
* Merge topic 'eclipse-doc-typo'Brad King2013-05-161-1/+1
|\
| * Eclipse: Add a missing space in the documentationJack O'Connor2013-05-011-1/+1
* | Use GmakeErrorParser instead of deprecated MakeErrorParser (fixes bug 0013699)Victor Zverovich2013-04-281-1/+15
|/
* Merge topic 'EclipseFixIndexerBySettingSourcePath'Brad King2012-11-061-5/+7
|\
| * Eclipse: set source path once to fix Eclipse indexer (#13596)Alex Neundorf2012-11-061-5/+7
* | Merge topic 'EclipseNoLinkedResources'David Cole2012-10-311-0/+13
|\ \
| * | Eclipse: add switch to disable linked resources (#13189)Alex Neundorf2012-10-171-0/+13
| |/
* | GenEx: Create cmGeneratorTargets for imported targets.Stephen Kelly2012-10-221-0/+4
|/
* Fix config-specific INCLUDE_DIRECTORIES in multi-config generatorsStephen Kelly2012-10-171-1/+2
* Move GetIncludeDirectories to cmGeneratorTarget.Stephen Kelly2012-09-191-3/+5
* Merge topic 'HandleMacFrameworkIncludeDirs_13465'David Cole2012-08-201-0/+10
|\
| * -fix line lengthAlex Neundorf2012-08-161-3/+3
| * Eclipse on OSX: improve handling of framework include dirs (#13367)Alex Neundorf2012-08-161-0/+10
* | Eclipse: fix #13358: don't create bad linked resourcesAlex Neundorf2012-08-161-86/+0
|/
* Eclipse: fix #13358: don't create bad linked resourcesAlex Neundorf2012-07-281-0/+14
* Ninja: enable ninja support everywherePeter Kümmel2012-07-201-2/+0
* Merge topic 'ninja-cldeps'David Cole2012-06-191-2/+4
|\
| * Ninja: Eclipse and KDevelop fixes for ninjaPeter Kuemmel2012-06-151-2/+4
* | Eclipse: parallel build also for "Build project" #13287Alex Neundorf2012-06-131-2/+5
|/
* fix #13054: support OBJECT libraries in EclipseAlex Neundorf2012-03-301-0/+2
* Merge topic 'target-include-directories'David Cole2012-03-081-3/+7
|\
| * Extract and use the INCLUDE_DIRECTORIES target properties.Stephen Kelly2012-02-221-3/+7
* | Factor cmInstallType out of cmTarget::TargetTypeBrad King2012-02-271-4/+0
|/
* Eclipse: use new variable CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECTAlex Neundorf2011-11-191-1/+10
* Eclipse: create links to subprojects also in the source-project (#12579)Alex Neundorf2011-11-191-5/+15
* Merge topic 'FixTargetsInVirtualFoldersForEclipseIndigo'David Cole2011-11-081-1/+5
|\
| * Eclipse: quote the build dir (to make it work with spaces)Alex Neundorf2011-11-011-2/+2
| * Eclipse: make targets work from any directoryAlex Neundorf2011-10-311-1/+5
* | Eclipse: warn if CMAKE_BINARY_DIR is subdir of CMAKE_SOURCE_DIRAlex Neundorf2011-11-011-0/+10
|/