summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* Document and extend the CMAKE_SUPPRESS_REGENERATION variableShane Parris2018-02-231-20/+27
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-10/+9
* Makefile,Ninja: De-duplicate ComputeObjectFilenames methodBrad King2018-01-291-14/+0
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-21/+25
* LocalGenerator: refactoringMarc Chevrier2018-01-231-3/+3
* Various typo fixesLuz Paz2018-01-031-1/+1
* Makefiles: Avoid nested make calls for Fortran module dependenciesYurii Batrak2017-12-141-0/+2
* 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