summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraEclipseCDT4Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Prefer istringstream and ostringstream over stringstream.Daniel Pfeifer2016-06-141-2/+2
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-1/+1
* Merge topic 'improve-character-find-and-replace'Brad King2016-05-251-5/+1
|\
| * cmExtraEclipseCDT4Generator: use std::replace.Daniel Pfeifer2016-05-241-5/+1
* | Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-1/+1
|/
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-527/+385
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-13/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Eclipse: Implement traversal of nested source groups (#15701)Patrik Lehmann2016-03-311-28/+44
* cmExtraEclipseCDT4Generator: port to cmXMLWriterDaniel Pfeifer2016-03-231-368/+319
* Eclipse: only add C/CXX macros if the language is enabledAlex Neundorf2016-02-241-4/+8
* Port to GetGeneratorTargets.Stephen Kelly2015-10-241-24/+26
* cmLocalGenerator: Store a vector of generator targets.Stephen Kelly2015-10-211-3/+3
* cmLocalGenerator: Don't store imported generator targetsStephen Kelly2015-10-201-4/+0
* Merge topic 'clean-up-cmTarget'Brad King2015-10-161-14/+14
|\
| * cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-14/+14
* | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.Stephen Kelly2015-10-141-1/+3
|/
* cmLocalGenerator: Store cmGeneratorTargets.Stephen Kelly2015-10-141-2/+1
* cmLocalGenerator: Add current source directory accessor.Stephen Kelly2015-10-101-2/+2
* cmLocalGenerator: Add current binary directory accessor.Stephen Kelly2015-10-101-4/+3
* cmLocalGenerator: Add Home directory accessors.Stephen Kelly2015-10-081-7/+7
* Eclipse: Port API to cmLocalGenerator.Stephen Kelly2015-10-081-6/+9
* cmLocalGenerator: Add GetProjectName method.Stephen Kelly2015-10-081-10/+9
* Access sources through cmGeneratorTarget.Stephen Kelly2015-10-071-1/+3
* Eclipse: Fix paths in target links on cygwinMarkus Grech2015-07-081-1/+2
* Use cmSystemTools::GetCMakeCommand() to get path to cmake internallyBrad King2015-05-201-3/+3
* Merge topic 'clean-up-cmMakefile'Brad King2015-04-211-4/+4
|\
| * cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-2/+2
| * cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-201-2/+2
* | cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-1/+1
|/
* Port Global property interaction to cmState.Stephen Kelly2015-04-151-2/+2
* cmake: Remove the happy global property scope pattern.Stephen Kelly2015-04-151-1/+1
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-2/+2
* Port to cmState.Stephen Kelly2015-04-131-1/+2
* cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.Stephen Kelly2015-04-071-1/+1
* Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-071-2/+2
* Revert topic 'refactor-cache-api'Brad King2015-04-071-3/+3
* cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.Stephen Kelly2015-04-061-1/+1
* Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-061-2/+2
* 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