summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.h
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-29/+23
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATIONRuslan Baratov2017-03-301-0/+2
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-5/+5
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Port dependent code to new cmStateSnapshot nameStephen Kelly2016-10-191-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-2/+16
* CMake: Report whether generators support platformsTobias Hunger2016-07-141-0/+6
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-29/+49
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-46/+51
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmake-gui: Add option to specify generator toolsetRobert Dailey2015-11-171-0/+6
* Makefiles: Remove some unneeded castsStephen Kelly2015-10-261-1/+1
* Makefiles: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-1/+1
* Makefiles: Port progress marks to cmGeneratorTarget.Stephen Kelly2015-10-241-2/+2
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-2/+1
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-2/+1
* cmGlobalUnixMakefileGenerator3: Change the progress container key.Stephen Kelly2015-08-231-2/+3
* cmGlobalUnixMakefileGenerator3: Rename member.Stephen Kelly2015-08-231-1/+1
* cmGlobalGenerator: Rename progress initializer method.Stephen Kelly2015-08-231-1/+1
* cmGlobalGenerator: Move LG to target map to subclass.Stephen Kelly2015-08-231-0/+4
* Add common base classes to Makefile and Ninja generatorsBrad King2015-07-091-2/+2
* cmGlobalGenerator: Map local generators to generator targets.Stephen Kelly2015-07-011-1/+1
* cmComputeTargetDepends: Change API to use cmGeneratorTarget.Stephen Kelly2015-07-011-2/+2
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-1/+2
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-1/+1
* cmGlobalUnixMakefileGenerator3: Host the UnixCD.Stephen Kelly2015-05-181-0/+1
* cmGlobalUnixMakefileGenerator3: Host the PassMakeflags.Stephen Kelly2015-05-181-0/+1
* cmGlobalUnixMakefileGenerator3: Host the DefineWindowsNULL.Stephen Kelly2015-05-161-0/+1
* cmGlobalUnixMakefileGenerator3: Host the include directive.Stephen Kelly2015-05-161-0/+2
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-1/+1
* Makefile: Tell GNU make to delete rule outputs on error (#15474)Brad King2015-03-301-0/+3
* cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for NinjaGregor Jasny2015-02-261-1/+1
* Fix some spelling errors in commentsGeoff Viola2014-10-131-1/+1
* Makefiles: Remove duplicate code.Stephen Kelly2014-03-171-3/+1
* cmGlobalGenerator: Make ComputeTargetObjects non-virtualStephen Kelly2014-03-151-1/+0
* cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface.Stephen Kelly2014-03-131-0/+1
* stringapi: Use strings for program pathsBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-2/+2
* stringapi: Use strings for directoriesBen Boeckel2014-03-081-1/+1
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for VS project namesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings in target nameBen Boeckel2014-03-081-1/+1
* cmGlobalGenerator: Make CheckALLOW_DUPLICATE_CUSTOM_TARGETS constStephen Kelly2014-01-121-1/+1
* Merge topic 'make-entry-no-parallel'Brad King2013-12-201-0/+3
|\
| * Makefile: Allow "gmake target1 target2 -j" (#14312)Brad King2013-12-201-0/+3
* | Constify handling of target dependencies.Stephen Kelly2013-12-111-4/+5
|/