| Commit message (Expand) | Author | Age | Files | Lines |
* | Port to GetGeneratorTargets. | Stephen Kelly | 2015-10-24 | 1 | -24/+26 |
|
|
* | cmLocalGenerator: Store a vector of generator targets. | Stephen Kelly | 2015-10-21 | 1 | -3/+3 |
|
|
* | cmLocalGenerator: Don't store imported generator targets | Stephen Kelly | 2015-10-20 | 1 | -4/+0 |
|
|
* | Merge topic 'clean-up-cmTarget' | Brad King | 2015-10-16 | 1 | -14/+14 |
|\ |
|
| * | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -14/+14 |
|
|
* | | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+3 |
|/ |
|
* | cmLocalGenerator: Store cmGeneratorTargets. | Stephen Kelly | 2015-10-14 | 1 | -2/+1 |
|
|
* | cmLocalGenerator: Add current source directory accessor. | Stephen Kelly | 2015-10-10 | 1 | -2/+2 |
|
|
* | cmLocalGenerator: Add current binary directory accessor. | Stephen Kelly | 2015-10-10 | 1 | -4/+3 |
|
|
* | cmLocalGenerator: Add Home directory accessors. | Stephen Kelly | 2015-10-08 | 1 | -7/+7 |
|
|
* | Eclipse: Port API to cmLocalGenerator. | Stephen Kelly | 2015-10-08 | 1 | -6/+9 |
|
|
* | cmLocalGenerator: Add GetProjectName method. | Stephen Kelly | 2015-10-08 | 1 | -10/+9 |
|
|
* | Access sources through cmGeneratorTarget. | Stephen Kelly | 2015-10-07 | 1 | -1/+3 |
|
|
* | Eclipse: Fix paths in target links on cygwin | Markus Grech | 2015-07-08 | 1 | -1/+2 |
|
|
* | Use cmSystemTools::GetCMakeCommand() to get path to cmake internally | Brad King | 2015-05-20 | 1 | -3/+3 |
|
|
* | Merge topic 'clean-up-cmMakefile' | Brad King | 2015-04-21 | 1 | -4/+4 |
|\ |
|
| * | cmMakefile: Port users of GetStart* methods to new names. | Stephen Kelly | 2015-04-20 | 1 | -2/+2 |
|
|
| * | cmMakefile: Rename GetCurrent{Output,Binary}Directory. | Stephen Kelly | 2015-04-20 | 1 | -2/+2 |
|
|
* | | cmSystemTools: Teach RunSingleCommand to separate stdout and stderr | Brad King | 2015-04-20 | 1 | -1/+1 |
|/ |
|
* | Port Global property interaction to cmState. | Stephen Kelly | 2015-04-15 | 1 | -2/+2 |
|
|
* | cmake: Remove the happy global property scope pattern. | Stephen Kelly | 2015-04-15 | 1 | -1/+1 |
|
|
* | cmState: Move CacheEntryType enum from cmCacheManager. | Stephen Kelly | 2015-04-13 | 1 | -2/+2 |
|
|
* | Port to cmState. | Stephen Kelly | 2015-04-13 | 1 | -1/+2 |
|
|
* | cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue. | Stephen Kelly | 2015-04-07 | 1 | -1/+1 |
|
|
* | Add API for cache loading, deleting and saving to the cmake class. | Stephen Kelly | 2015-04-07 | 1 | -2/+2 |
|
|
* | Revert topic 'refactor-cache-api' | Brad King | 2015-04-07 | 1 | -3/+3 |
|
|
* | cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue. | Stephen Kelly | 2015-04-06 | 1 | -1/+1 |
|
|
* | Add API for cache loading, deleting and saving to the cmake class. | Stephen Kelly | 2015-04-06 | 1 | -2/+2 |
|
|
* | Merge topic 'consistent-empty-method' | Brad King | 2015-01-19 | 1 | -1/+1 |
|\ |
|
| * | Replace 'foo.size() > 0' pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
* | | Merge topic 'eclipse-fix-cxx-natures' | Brad King | 2015-01-19 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Eclipse: Add org.eclipse.cdt.core.cnature to CXX projects (#15068) | André Klitzing | 2015-01-16 | 1 | -0/+1 |
|
|
* | | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -9/+9 |
|
|
* | | Fix some generator crashes on undefined CMAKE_BUILD_TYPE | Brad King | 2014-06-23 | 1 | -1/+1 |
|
|
* | | cmTarget: Make the source files depend on the config. | Stephen Kelly | 2014-04-02 | 1 | -1/+2 |
|
|
* | | Remove c_str calls when using stream APIs. | Stephen Kelly | 2014-03-11 | 1 | -1/+1 |
|
|
* | | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -5/+5 |
|
|
* | | stringapi: Use strings for generator names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|/ |
|
* | Eclipse: Skip generator expressions in COMPILE_DEFINITIONS (#14722) | Stephen Kelly | 2014-02-09 | 1 | -1/+6 |
|
|
* | cmMakefile: Make FindSourceGroup const. | Stephen Kelly | 2014-01-22 | 1 | -2/+2 |
|
|
* | cmTarget: Make GetSourceFiles populate an out-vector parameter. | Stephen Kelly | 2014-01-09 | 1 | -1/+2 |
|
|
* | Eclipse: use MachO64 parser starting with Helios (#14380) | Alex Neundorf | 2014-01-01 | 1 | -1/+5 |
|
|
* | eclipse: Support custom natures via a global property | Ben Boeckel | 2013-11-19 | 1 | -0/+12 |
|
|
* | eclipse: Add natures for Eclipse based on enabled languages | Ben Boeckel | 2013-11-19 | 1 | -6/+32 |
|
|
* | Refactor tool selection for edit_cache (#14544) | Brad King | 2013-11-12 | 1 | -20/+0 |
|
|
* | cmExtraEclipseCDT4Generator: Replace RunCommand with RunSingleCommand | Brad King | 2013-10-18 | 1 | -1/+1 |
|
|
* | Drop the 'Full' field from cmDocumentationEntry | Brad King | 2013-10-16 | 1 | -7/+0 |
|
|
* | Eclipse: fix #14204 and #14205: no file links to directories | Alex Neundorf | 2013-06-11 | 1 | -6/+9 |
|
|
* | Merge topic 'eclipse-doc-typo' | Brad King | 2013-05-16 | 1 | -1/+1 |
|\ |
|