summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-11/+10
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-6/+5
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Makefiles: Introduce local RelativePath methodStephen Kelly2016-10-061-0/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-4/+11
* Makefiles: Inline MakeLauncher into only callerStephen Kelly2016-08-271-3/+0
* Makefiles: Replace method with Wacom specific APIStephen Kelly2016-08-271-2/+1
* Makefiles: Change AppendCustomCommand API to stringsStephen Kelly2016-08-271-9/+10
* Makefiles: Change signature of AppendCustomCommandStephen Kelly2016-08-271-2/+2
* Makefiles: Port CreateCDCommand to string-based APIStephen Kelly2016-08-271-2/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-5/+7
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-12/+13
* Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-5/+7
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-61/+83
* Makefiles: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-6/+7
* Remove vestigial declarations.Stephen Kelly2015-10-201-1/+0
* cmLocalGenerator: Port some API to cmGeneratorTarget.Stephen Kelly2015-10-171-4/+5
* cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.Stephen Kelly2015-10-141-1/+2
* cmLocalUnixMakefileGenerator3: Port AppendCleanCommand to cmGeneratorTarget.Stephen Kelly2015-10-141-1/+1
* cmLocalUnixMakefileGenerator3: Port another API to cmGeneratorTarget.Stephen Kelly2015-10-141-1/+1
* cmLocalUnixMakefileGenerator3: Port API to cmGenertorTarget.Stephen Kelly2015-10-141-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-071-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