summaryrefslogtreecommitdiff
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-221-4/+4
* add_dependencies: Track backtraces internallyBrad King2018-10-181-2/+5
* cmLocalGenerator: Remove AddCompileDefinitions methodBrad King2018-10-101-2/+2
* Merge topic 'provide_explicit_source_and_build_command_line_options'Brad King2018-09-191-2/+2
|\
| * CMake: Internally uses -S instead of -H to specify source directoryRobert Maynard2018-09-151-2/+2
* | cmMakefile: Make GetSafeDefinition return std::string const&Vitaly Stakhovsky2018-09-181-1/+2
* | Ninja,Makefile: Drop extra space after RULE_LAUNCH_CUSTOM valueBrad King2018-09-111-3/+1
|/
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-6/+4
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-12/+14
* Add glob verify support to XCode, VS, Ninja, and Makefile generatorsShane Parris2018-04-011-1/+15
* 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-041-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-261-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-161-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