summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmMakefile: Require the localGenerator in the constructor.Stephen Kelly2015-04-281-2/+1
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-2/+6
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-25/+27
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-201-3/+3
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-201-2/+3
* cmMakefile: Populate Home directories on initialize.Stephen Kelly2015-04-201-6/+0
* Merge topic 'clean-up-ReadListFile'Brad King2015-04-201-1/+1
|\
| * cmMakefile: Add a method for processing buildsystem files.Stephen Kelly2015-04-181-1/+1
* | Merge topic 'add-GreenHills-MULTI-generator'Brad King2015-04-201-6/+8
|\ \ | |/ |/|
| * cmLocalGenerator: Constify some cmTarget and cmGeneratorTarget argumentsGeoff Viola2015-04-091-6/+8
* | cmMakefile: Internalize setting of CMakeInstance on Properties.Stephen Kelly2015-04-121-1/+0
|/
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* Genex: Allow COMPILE_LANGUAGE when processing include directories.Stephen Kelly2015-03-091-1/+1
* Genex: Allow COMPILE_LANGUAGE when processing compile definitions.Stephen Kelly2015-03-091-3/+3
* Genex: Enable use of COMPILE_LANGUAGE for compile options.Stephen Kelly2015-03-091-2/+2
* Merge topic 'fix-crash-on-bad-LANG_STANDARD'Brad King2015-03-021-1/+8
|\
| * Diagnose invalid <LANG>_STANDARD value instead of crashing (#15426)Brad King2015-02-281-1/+8
* | Merge topic 'install-manifest-optimize'Brad King2015-02-271-11/+6
|\ \
| * | install: Write the entire installation manifest at onceRobert Goulet2015-02-261-11/+6
| |/
* | cmLocalGenerator: Convert loop to algorithm.Stephen Kelly2015-02-181-6/+1
* | cmLocalGenerator: Move variable population inside of condition.Stephen Kelly2015-02-171-4/+3
* | Convert loops to cmJoin algorithm with cmRange.Stephen Kelly2015-02-111-7/+1
* | Convert loops populating maybe-empty content into the common pattern.Stephen Kelly2015-02-111-4/+8
* | Replace temporary bool by inlining warning condition.Stephen Kelly2015-02-061-15/+11
* | Replace loop with member algorithm.Stephen Kelly2015-02-061-6/+5
* | cmLocalGenerator: Replace loop with find_first_not_ofStephen Kelly2015-02-051-5/+1
|/
* Merge topic 'fix-C-standard-features'Brad King2015-02-051-8/+22
|\
| * Features: Allow setting standard dialect below the default.Stephen Kelly2015-02-041-1/+15
| * Features: Add dialect compile flags only if default is known.Stephen Kelly2015-02-041-9/+9
* | Merge topic 'fix-default-install-config'Brad King2015-02-041-9/+5
|\ \ | |/ |/|
| * install: Fix regression in default configuration selectionBen Boeckel2015-02-031-9/+5
* | Features: Define meaning for no language standard defaultBrad King2015-01-291-2/+7
* | Replace foo.length() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* | Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-4/+4
* | Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
* | Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-3/+3
* | Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-15/+15
|\ \
| * | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-15/+15
* | | Use insert instead of a loop in some cases.Stephen Kelly2015-01-111-10/+2
|/ /
* | file: Add LOCK subcommand to do file and directory lockingRuslan Baratov2014-12-031-0/+6
* | file(GENERATE): Evaluate early to allow generating source filesStephen Kelly2014-11-121-0/+11
* | strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-19/+19
|/
* Ninja: Fix RC include directories regressionBrad King2014-10-131-3/+6
* cmLocalGenerator: Fix AddBuildTargetRule object file path conversionBrad King2014-07-221-1/+1
* cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE'Brad King2014-07-221-2/+2
* Merge topic 'install-messages'Brad King2014-06-271-4/+19
|\
| * install: Add CMAKE_INSTALL_MESSAGE variable (#13761)Brad King2014-06-241-1/+1
| * install: Thread message level setting through internal APIBrad King2014-06-241-0/+1
| * cmInstallTargetGenerator: Drop default constructor argumentsBrad King2014-06-241-4/+18
* | Fix some generator crashes on undefined CMAKE_BUILD_TYPEBrad King2014-06-231-1/+1
|/