summaryrefslogtreecommitdiff
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmGeneratorTarget: Move NeedRelinkBeforeInstall from cmTarget.Stephen Kelly2015-08-051-2/+1
* Merge topic 'use-generator-target'Brad King2015-07-281-4/+2
|\
| * cmCustomCommandGenerator: Require cmLocalGenerator in API.Stephen Kelly2015-07-271-4/+2
* | cmAlgorithms: Rename cmRange to cmMakeRange.Stephen Kelly2015-07-221-1/+1
|/
* Merge topic 'cmState-Directory'Brad King2015-07-211-4/+6
|\
| * cmState: Extract a Directory class.Stephen Kelly2015-07-181-4/+6
* | cmLocalUnixMakefileGenerator3: Port away from the Parent.Stephen Kelly2015-07-181-3/+3
|/
* cmLocalCommonGenerator: Adopt ConfigName memberBrad King2015-07-091-11/+1
* cmLocalUnixMakefileGenerator3: Provide GetConfigName() accessorBrad King2015-07-091-7/+7
* Add common base classes to Makefile and Ninja generatorsBrad King2015-07-091-1/+1
* 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-211-9/+9
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-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-111-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-061-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