summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* PCH: Fix Makefile dependencies to rebuild PCH on header changesBrad King2019-10-171-1/+5
* cmMakefileTargetGenerator: Inline WriteObjectBuildFile in only call siteBrad King2019-10-161-17/+4
* PCH: Generate sources during Compute stepCristian Adam2019-10-091-2/+33
* cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utilityDaniel Eiband2019-09-231-5/+4
* cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpressionDaniel Eiband2019-09-221-1/+1
* Genex: Evaluate byproduct generator expressions in cmCustomCommandGeneratorDaniel Eiband2019-09-171-1/+2
* Refactoring: Use ConfigName instead of property CMAKE_BUILD_TYPEDaniel Eiband2019-09-171-17/+11
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* cmLocalGenerator: Remove AppendFlags 'const char*' overloadBrad King2019-09-051-2/+2
* Merge topic 'clang-ipo-support'Brad King2019-09-031-0/+7
|\
| * bindexplib: supporting llvm bitcode formats using llvm-nmZsolt Parragi2019-08-301-0/+7
* | Precompile headers: Add methods to generate PCH sourcesCristian Adam2019-08-281-1/+19
|/
* Merge topic 'pvs-cleanup'Brad King2019-08-261-4/+4
|\
| * cmMakefileTargetGenerator: Check for null before using a pointerBrad King2019-08-261-4/+4
* | Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-6/+5
* | Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-131/+100
|/
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-4/+4
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-11/+10
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-1/+1
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-22/+10
* Ninja,Makefile: Fix <LANG>_COMPILER_LAUNCHER shell command syntaxBrad King2019-05-221-2/+6
* Makefiles: Process ADDTIONAL_CLEAN_FILES dir prop at directory levelSebastian Holtermann2019-05-181-12/+0
* Merge topic 'string-cleanup'Brad King2019-05-171-2/+3
|\
| * Source: std::string related cleanupVitaly Stakhovsky2019-05-151-2/+3
* | Makefiles: Add support for ADDITIONAL_CLEAN_FILES target propertySebastian Holtermann2019-05-141-0/+12
* | Makefiles: Add support for ADDITIONAL_CLEAN_FILES directory propertySebastian Holtermann2019-05-141-0/+12
* | Makefiles: Move ADDITIONAL_MAKE_CLEAN_FILES evaluation to lambdaSebastian Holtermann2019-05-141-10/+16
* | Makefiles: Sort clean files by using a std::set<std::string> containerSebastian Holtermann2019-05-141-8/+9
|/
* cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-0/+1
* Merge topic 'modernize-for-loops'Brad King2019-02-111-6/+5
|\
| * Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-6/+5
* | cmMakefile::GetRequiredDefinition: return const std::string&Vitaly Stakhovsky2019-02-071-7/+8
|/
* cmSystemTools::Message: Add overload accepting std::stringVitaly Stakhovsky2019-01-281-1/+1
* Merge topic 'cmake-files-directory'Brad King2019-01-251-1/+1
|\
| * cmake: inlined files dir constant and removed it from cmake.hBruno Manganelli2019-01-211-1/+1
* | cmLocalUnixMakefileGenerator3: more methods accept std::stringVitaly Stakhovsky2019-01-221-6/+5
* | clang-tidy: Use emplaceRegina Pfeifer2019-01-171-1/+1
|/
* Merge topic 'nmake-compile-commands'Craig Scott2019-01-071-0/+11
|\
| * CMake: fix nmake compile_commands generationYan Pashkovsky2018-12-141-0/+11
* | cmOutputConverter: Moved ContainedInDirectory to cmStateDirectoryBruno Manganelli2018-12-081-2/+1
* | cmOutputConverter: Moved ForceToRelativePath to cmSystemBruno Manganelli2018-12-071-1/+1
* | clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-211-4/+6
|/
* POSITION_INDEPENDENT_CODE: Manage link flags for executablesMarc Chevrier2018-11-111-0/+3
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-1/+1
* Makefile: Add build events byproducts to clean rulesPedro Navarro2018-09-281-0/+24
* Makefile: Add custom command byproducts to clean rulesPedro Navarro2018-09-281-0/+6
* genex: Simplify cmGeneratorExpressionInterpreterBrad King2018-09-071-2/+1
* Genex: Return Evaluate results as const std::string&Vitaly Stakhovsky2018-08-281-5/+5