summaryrefslogtreecommitdiff
path: root/Source/cmLocalUnixMakefileGenerator3.h
Commit message (Expand)AuthorAgeFilesLines
...
* cmLocalGenerator: Port some API to cmGeneratorTarget.Stephen Kelly2015-10-171-4/+5
* cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.Stephen Kelly2015-10-151-1/+2
* cmLocalUnixMakefileGenerator3: Port AppendCleanCommand to cmGeneratorTarget.Stephen Kelly2015-10-151-1/+1
* cmLocalUnixMakefileGenerator3: Port another API to cmGeneratorTarget.Stephen Kelly2015-10-151-1/+1
* cmLocalUnixMakefileGenerator3: Port API to cmGenertorTarget.Stephen Kelly2015-10-151-2/+2
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-2/+1
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-1/+0
* cmLocalCommonGenerator: Adopt ConfigName memberBrad King2015-07-091-4/+0
* cmLocalUnixMakefileGenerator3: Provide GetConfigName() accessorBrad King2015-07-091-1/+2
* Add common base classes to Makefile and Ninja generatorsBrad King2015-07-091-2/+2
* cmLocalUnixMakefileGenerator3: Remove unused method.Stephen Kelly2015-06-211-3/+0
* cmGlobalGenerator: Add ComputeHomeRelativeOutputPath method.Stephen Kelly2015-06-131-0/+2
* cmLocalUnixMakefileGenerator: Re-arrange data layout.Stephen Kelly2015-06-071-16/+7
* cmLocalGenerator: De-virtualize Configure().Stephen Kelly2015-06-041-6/+0
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-1/+2
* cmGlobalGenerator: Host the MakeSilentFlag.Stephen Kelly2015-05-181-7/+0
* cmLocalGenerator: Remove unused IgnoreLibPrefix.Stephen Kelly2015-05-181-6/+0
* cmGlobalUnixMakefileGenerator3: Host the UnixCD.Stephen Kelly2015-05-181-7/+0
* cmGlobalUnixMakefileGenerator3: Host the PassMakeflags.Stephen Kelly2015-05-181-9/+0
* cmGlobalUnixMakefileGenerator3: Host the DefineWindowsNULL.Stephen Kelly2015-05-161-8/+0
* cmGlobalUnixMakefileGenerator3: Host the include directive.Stephen Kelly2015-05-161-8/+0
* cmLocalGenerator: Remove unused method.Stephen Kelly2015-05-161-1/+0
* cmGlobalGenerator: Move some flags from cmLocalGenerator.Stephen Kelly2015-05-141-30/+0
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-1/+2
* Merge topic 'mingw32-make-backslash-workaround'Brad King2015-05-041-0/+1
|\
| * Makefile: Workaround mingw32-make trailing backslash trouble (#15546)Brad King2015-05-011-0/+1
* | cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-1/+1
* | Merge topic 'custom-command-multiple-outputs'Brad King2015-03-091-11/+0
|\ \ | |/
| * Makefile: Fix multiple custom command outputs regression (#15116)Brad King2015-03-061-11/+0
* | Makefile: Fix output during parallel builds (#12991)Brad King2015-02-061-2/+3
|/
* Makefile: Workaround Borland Make bug with multiple outputsBrad King2014-12-061-0/+4
* Makefile: Fix rebuild with multiple custom command outputs (#15116)Brad King2014-12-051-0/+7
* LocalGenerator: Add a string overload for AppendFlagsBen Boeckel2014-05-071-0/+1
* Makefile: Generate single-quoted object lists for WatcomJiri Malak2014-03-271-1/+2
* cmLocalGenerator: Add ComputeObjectFilenames interface.Stephen Kelly2014-03-131-0/+4
* Makefiles: Compute local object files on demand.Stephen Kelly2014-03-131-5/+3
* Generalize cmCustomCommandGenerator to more fieldsBrad King2014-03-121-4/+5
* Makefile: Improve handling of WMake verbose output and errorsJiri Malak2014-03-101-7/+0
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-4/+6
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-9/+9
* stringapi: Use strings in target nameBen Boeckel2014-03-081-4/+5
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-2/+2
* AddCustomCommand: Handle multiple IMPLICIT_DEPENDS files (#10048)Alex Neundorf2012-11-061-1/+2
* Pre-compute object file names before Makefile generationBrad King2012-03-091-5/+0
* Hide Makefile local object info inside local generatorBrad King2012-03-081-21/+23
* Remove unused partial OBJECT_FILES property implementationBrad King2012-03-061-3/+0
* Watcom: Use shortpath to CMake if full path has parens (#12548)Brad King2011-11-031-0/+1
* Fix typo.Nicolas Despres2011-10-231-1/+1
* Remove trailing white-spaces.Nicolas Despres2011-10-231-23/+23
* MinGW: Remove old workaround and use native echo (#12283)Brad King2011-06-161-10/+0