summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix combined use of compiler launcher with lint toolsIlya A. Kriveshko2018-02-271-14/+27
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-18/+10
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-10/+10
* Merge topic 'xl-qoptfile'Brad King2018-01-251-1/+8
|\
| * Makefile,Ninja: Use tool-specific response file flag for include dirsBrad King2018-01-241-1/+8
* | sourceFile properties: add property INCLUDE_DIRECTORIESMarc Chevrier2018-01-241-2/+20
* | sourceFile properties: add property COMPILE_OPTIONSMarc Chevrier2018-01-231-0/+10
|/
* Various typo fixesLuz Paz2018-01-031-1/+1
* Merge topic 'makefile-simplify-fortran'Brad King2017-12-151-59/+0
|\
| * Makefiles: Drop 'requires' step and its supporting infrastructureYurii Batrak2017-12-141-55/+0
| * Makefiles: Avoid nested make calls for Fortran module dependenciesYurii Batrak2017-12-141-5/+1
* | Genex: Per-source $<COMPILE_LANGUAGE:...> supportMarc Chevrier2017-12-131-6/+12
* | Add generator expression support to per-source COMPILE_DEFINITIONSMarc Chevrier2017-12-051-5/+6
* | Refactor per-source generator expression evaluationMarc Chevrier2017-12-041-4/+3
* | Fortran: Add option to run the compiler through launcher toolsBrad King2017-11-211-2/+2
|/
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-251-4/+4
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-1/+1
* Merge topic 'refactor-iwyu-code'Brad King2017-09-151-1/+1
|\
| * Clean up iwyu code to not be one big if statement.Bill Hoffman2017-09-131-1/+1
* | Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-110/+71
|/
* Add properties to run cppcheck along with the compilerBill Hoffman2017-08-301-2/+10
* Use C++11 nullptrDaniel Pfeifer2017-08-241-21/+21
* CUDA: Add option to run the compiler through launcher toolsBrad King2017-06-091-1/+2
* Pass large types by const&, small types by valueDaniel Pfeifer2017-06-031-2/+2
* Access string npos without instancePavel Solodovnikov2017-06-011-1/+3
* Merge topic 'enable_ptx_compilation'Brad King2017-04-211-0/+3
|\
| * CUDA: Allow sources to be compiled to .ptx filesRobert Maynard2017-04-201-0/+3
* | Merge topic '16760-refactor-get-mac-content-directory'Brad King2017-04-211-2/+2
|\ \
| * | Replace boolean `implib` parameters with enumGregor Jasny2017-04-201-2/+2
| |/
* | Ninja,Makefile: Unify command line limit logicChristian Pfeiffer2017-04-191-14/+1
|/
* Support WINDOWS_EXPORT_ALL_SYMBOLS with `.def` filesBrad King2017-03-211-12/+25
* Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementationBrad King2017-03-091-42/+32
* Refactor module definition file selectionBrad King2017-03-091-2/+4
* CUDA: Fix boolean interpretation of CUDA_SEPARABLE_COMPILATIONBrad King2017-02-201-1/+2
* Add properties to run the cpplint style checker with the compilerJamie Snape2017-01-231-1/+9
* Makefile,Ninja: De-duplicate MSVC compiler PDB path selectionBrad King2016-12-151-16/+1
* Merge topic 'fix-ctest-launchers'Brad King2016-12-121-1/+14
|\
| * Comment ExpandRuleVariables calls not preceded by launcher insertionBrad King2016-12-091-0/+3
| * Makefile: Restore RULE_LAUNCH_COMPILE generation on compilation rulesBrad King2016-12-091-1/+11
* | Ninja,Makefile: Name static library compile PDB files as VS doesBrad King2016-11-301-0/+7
* | CUDA: Add support for the CUDA_SEPARABLE_COMPILATION target propertyRobert Maynard2016-11-141-6/+15
* | CUDA: State that cuda has preprocessor output and can generate assembly.Robert Maynard2016-11-141-3/+3
* | Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-8/+6
* | Add generator expression support to per-source COMPILE_FLAGSZsolt Parragi2016-10-281-7/+9
* | cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* | cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* | cmState: Port dependent code to new cmStateDirectory nameStephen Kelly2016-10-191-3/+3
* | cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-12/+12
|/
* cmRulePlaceholderExpander: Port clients to direct-useStephen Kelly2016-10-151-9/+14
* cmLocalGenerator: Use strings instead of a Target in rule replacementStephen Kelly2016-10-151-1/+3