summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-251-4/+4
* Avoid using std::bind1st that is removed in C++17Brad King2017-09-231-2/+1
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-2/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-131/+98
* Use C++11 nullptrDaniel Pfeifer2017-08-241-4/+4
* Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.Aaron Orenstein2017-08-161-8/+8
* Remove second arg: npos in substr usagesPavel Solodovnikov2017-06-011-1/+1
* Access string npos without instancePavel Solodovnikov2017-06-011-9/+12
* cmLocalUnixMakefileGenerator3: Remove unnecessary local variableBrad King2017-06-011-2/+1
* cmLocalCommonGenerator: Save CMAKE_BUILD_TYPE on constructionBrad King2017-05-151-2/+0
* CUDA: Allow sources to be compiled to .ptx filesRobert Maynard2017-04-201-2/+5
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* cmAlgorithms: add cmEraseIf functionDaniel Pfeifer2017-02-101-4/+1
* Makefiles: Make fast local and strip install truly fastMike Gelfand2017-01-131-2/+2
* CUDA: Enable header dependency scanning.Robert Maynard2016-11-141-1/+2
* CUDA: State that cuda has preprocessor output and can generate assembly.Robert Maynard2016-11-141-2/+2
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-9/+10
* cmState: Split auxiliary classes into separate filesStephen Kelly2016-10-191-0/+2
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-9/+9
* cmRulePlaceholderExpander: Port clients to direct-useStephen Kelly2016-10-151-2/+6
* cmLocalGenerator: Use strings instead of a Target in rule replacementStephen Kelly2016-10-151-1/+2
* cmLocalGenerator: Use a converter in rule replacement APIStephen Kelly2016-10-151-1/+1
* cmLocalGenerator: Remove the launcher from RuleVariablesStephen Kelly2016-10-151-3/+3
* Makefiles: Extract identical code from conditionStephen Kelly2016-10-091-5/+2
* Makefiles: Replace array access with local variableStephen Kelly2016-10-091-5/+6
* Makefiles: Separate two coupled callsStephen Kelly2016-10-091-4/+3
* Merge topic 'nmake-encoding'Brad King2016-10-071-3/+8
|\
| * NMake: Use ANSI encoding for NMake MakefilesDāvis Mosāns2016-10-061-3/+8
* | Makefiles: Introduce local RelativePath methodStephen Kelly2016-10-061-10/+23
|/
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Convert: Inline uses of START_OUTPUTStephen Kelly2016-09-191-4/+7
* Common: Use a string instead of enum for WorkingDirectoryStephen Kelly2016-09-191-1/+1
* Convert: Move access to BinaryDirectory out of loopsStephen Kelly2016-09-191-2/+2
* Convert: Inline HOME_OUTPUT MAKERULE conversionStephen Kelly2016-09-191-4/+5
* Convert: Move access to BinaryDirectory out of loopsStephen Kelly2016-09-191-4/+2
* Convert: Avoid HOME_OUTPUT enum when converting to relative pathsStephen Kelly2016-09-191-3/+3
* Convert: Move access to CurrentBinaryDirectory out of loopsStephen Kelly2016-09-191-5/+5
* Convert: Avoid START_OUTPUT enum when converting to relative pathsStephen Kelly2016-09-191-2/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-3/+13
* Convert: Replace Convert(FULL) with equivalentStephen Kelly2016-08-271-15/+17
* Convert: Replace trivial conversion with new methodStephen Kelly2016-08-271-4/+7
* Convert: Replace UNCHANGED conversions with new API callStephen Kelly2016-08-271-2/+2
* Convert: Replace FULL conversions with equivalentStephen Kelly2016-08-271-2/+1
* Convert: Replace uses of Convert(NONE)Stephen Kelly2016-08-271-12/+10
* Makefiles: Replace ternaries with if()sStephen Kelly2016-08-271-4/+8
* Makefiles: Inline MakeLauncher into only callerStephen Kelly2016-08-271-32/+27
* Makefiles: Simplify MakeLauncher return valueStephen Kelly2016-08-271-3/+2
* Makefiles: Invert logic in MakeLauncherStephen Kelly2016-08-271-20/+19
* Makefiles: Remove useless use of ConvertStephen Kelly2016-08-271-2/+1