summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmGlobalGenerator: Add ComputeHomeRelativeOutputPath method.Stephen Kelly2015-06-131-13/+16
* cmLocalUnixMakefileGenerator3: Remove unused variable.Stephen Kelly2015-06-131-1/+0
* Port static calls from cmLocalGenerator to cmOutputConverter.Stephen Kelly2015-06-061-3/+3
* cmLocalGenerator: De-virtualize Configure().Stephen Kelly2015-06-041-6/+1
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-2/+3
* Use cmSystemTools::GetCMakeCommand() to get path to cmake internallyBrad King2015-05-201-4/+2
* Merge topic 'refactor-cmLocalGenerator'Brad King2015-05-191-5/+6
|\
| * cmState: Store computed relative paths to to current directories.Stephen Kelly2015-05-161-5/+6
* | cmGlobalGenerator: Host the MakeSilentFlag.Stephen Kelly2015-05-181-4/+4
* | cmLocalGenerator: Remove unused IgnoreLibPrefix.Stephen Kelly2015-05-181-1/+0
* | cmGlobalUnixMakefileGenerator3: Host the UnixCD.Stephen Kelly2015-05-181-2/+3
* | cmGlobalUnixMakefileGenerator3: Host the PassMakeflags.Stephen Kelly2015-05-181-2/+3
* | cmGlobalUnixMakefileGenerator3: Host the DefineWindowsNULL.Stephen Kelly2015-05-161-2/+3
* | cmGlobalUnixMakefileGenerator3: Host the include directive.Stephen Kelly2015-05-161-1/+0
|/
* cmGlobalGenerator: Move some flags from cmLocalGenerator.Stephen Kelly2015-05-141-11/+11
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-2/+2
* Don't use a cmLocalGenerator instance to call static methods.Stephen Kelly2015-05-141-3/+4
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-1/+3
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-9/+9
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-201-2/+2
* cmMakefile: Remove always-null first parameter to ReadListFile.Stephen Kelly2015-04-181-2/+2
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* Merge topic 'target-language-genex'Brad King2015-03-101-12/+38
|\
| * Genex: Allow COMPILE_LANGUAGE when processing include directories.Stephen Kelly2015-03-091-0/+26
| * Genex: Allow COMPILE_LANGUAGE when processing compile definitions.Stephen Kelly2015-03-091-16/+16
* | Merge topic 'custom-command-multiple-outputs'Brad King2015-03-091-54/+2
|\ \ | |/ |/|
| * Makefile: Fix multiple custom command outputs regression (#15116)Brad King2015-03-071-54/+2
| * Merge branch 'makefile-missing-comment' into releaseBrad King2015-02-101-1/+1
| |\
* | | cmAlgorithms: Add cmWrap.Stephen Kelly2015-02-201-6/+1
* | | Use cmJoin where possible.Stephen Kelly2015-02-201-7/+1
* | | Merge topic 'use-cmRange'Brad King2015-02-121-13/+11
|\ \ \
| * | | Convert loop into two algorithms.Stephen Kelly2015-02-111-10/+6
| * | | Convert loop to the common pattern.Stephen Kelly2015-02-111-10/+4
| * | | Move loop inside of condition.Stephen Kelly2015-02-111-12/+12
| * | | Handle last element outside of the loop.Stephen Kelly2015-02-111-3/+11
* | | | Merge topic 'makefile-missing-comment'Brad King2015-02-111-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Makefile: Fix regression in target-bound custom command COMMENT outputNils Gladitz2015-02-101-1/+1
* | | Merge topic 'use-algorithms'Brad King2015-02-101-9/+5
|\ \ \
| * | | Convert loop to algorithm.Stephen Kelly2015-02-061-5/+2
| * | | Extract a prefix variable from loop.Stephen Kelly2015-02-061-5/+2
| * | | Take computation out of loop.Stephen Kelly2015-02-061-1/+3
| | |/ | |/|
* | | Makefile: Change link step message color to bold greenBrad King2015-02-071-1/+1
* | | Makefile: Fix output during parallel builds (#12991)Brad King2015-02-061-4/+19
* | | bootstrap: Enable color Makefile outputBrad King2015-02-051-9/+1
|/ /
* | Makefile: Generate .NOTPARALLEL without .PHONY (#14312)Brad King2015-01-301-1/+1
* | Merge topic 'consistent-empty-method'Brad King2015-01-191-3/+3
|\ \
| * | Replace 'foo.length() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
| * | Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* | | Convert raw loops to vector member insert.Stephen Kelly2015-01-181-5/+2
|/ /
* | Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-5/+5
|\ \