| Commit message (Expand) | Author | Age | Files | Lines |
* | cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpression | Daniel Eiband | 2019-09-22 | 1 | -1/+1 |
|
|
* | Genex: Evaluate byproduct generator expressions in cmCustomCommandGenerator | Daniel Eiband | 2019-09-17 | 1 | -1/+2 |
|
|
* | Refactoring: Use ConfigName instead of property CMAKE_BUILD_TYPE | Daniel Eiband | 2019-09-17 | 1 | -17/+11 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Remove AppendFlags 'const char*' overload | Brad King | 2019-09-05 | 1 | -2/+2 |
|
|
* | Merge topic 'clang-ipo-support' | Brad King | 2019-09-03 | 1 | -0/+7 |
|\ |
|
| * | bindexplib: supporting llvm bitcode formats using llvm-nm | Zsolt Parragi | 2019-08-30 | 1 | -0/+7 |
|
|
* | | Precompile headers: Add methods to generate PCH sources | Cristian Adam | 2019-08-28 | 1 | -1/+19 |
|/ |
|
* | Merge topic 'pvs-cleanup' | Brad King | 2019-08-26 | 1 | -4/+4 |
|\ |
|
| * | cmMakefileTargetGenerator: Check for null before using a pointer | Brad King | 2019-08-26 | 1 | -4/+4 |
|
|
* | | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 1 | -6/+5 |
|
|
* | | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -131/+100 |
|/ |
|
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 1 | -4/+4 |
|
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -11/+10 |
|
|
* | clang-tidy: Enable performance-inefficient-string-concatenation | Sebastian Holtermann | 2019-08-05 | 1 | -1/+1 |
|
|
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -0/+1 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -1/+1 |
|
|
* | Use cmAppend to append ranges to std::vector instances | Sebastian Holtermann | 2019-05-23 | 1 | -22/+10 |
|
|
* | Ninja,Makefile: Fix <LANG>_COMPILER_LAUNCHER shell command syntax | Brad King | 2019-05-22 | 1 | -2/+6 |
|
|
* | Makefiles: Process ADDTIONAL_CLEAN_FILES dir prop at directory level | Sebastian Holtermann | 2019-05-18 | 1 | -12/+0 |
|
|
* | Merge topic 'string-cleanup' | Brad King | 2019-05-17 | 1 | -2/+3 |
|\ |
|
| * | Source: std::string related cleanup | Vitaly Stakhovsky | 2019-05-15 | 1 | -2/+3 |
|
|
* | | Makefiles: Add support for ADDITIONAL_CLEAN_FILES target property | Sebastian Holtermann | 2019-05-14 | 1 | -0/+12 |
|
|
* | | Makefiles: Add support for ADDITIONAL_CLEAN_FILES directory property | Sebastian Holtermann | 2019-05-14 | 1 | -0/+12 |
|
|
* | | Makefiles: Move ADDITIONAL_MAKE_CLEAN_FILES evaluation to lambda | Sebastian Holtermann | 2019-05-14 | 1 | -10/+16 |
|
|
* | | Makefiles: Sort clean files by using a std::set<std::string> container | Sebastian Holtermann | 2019-05-14 | 1 | -8/+9 |
|/ |
|
* | cmRange: Move to dedicated header file | Regina Pfeifer | 2019-02-21 | 1 | -0/+1 |
|
|
* | Merge topic 'modernize-for-loops' | Brad King | 2019-02-11 | 1 | -6/+5 |
|\ |
|
| * | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 1 | -6/+5 |
|
|
* | | cmMakefile::GetRequiredDefinition: return const std::string& | Vitaly Stakhovsky | 2019-02-07 | 1 | -7/+8 |
|/ |
|
* | cmSystemTools::Message: Add overload accepting std::string | Vitaly Stakhovsky | 2019-01-28 | 1 | -1/+1 |
|
|
* | Merge topic 'cmake-files-directory' | Brad King | 2019-01-25 | 1 | -1/+1 |
|\ |
|
| * | cmake: inlined files dir constant and removed it from cmake.h | Bruno Manganelli | 2019-01-21 | 1 | -1/+1 |
|
|
* | | cmLocalUnixMakefileGenerator3: more methods accept std::string | Vitaly Stakhovsky | 2019-01-22 | 1 | -6/+5 |
|
|
* | | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'nmake-compile-commands' | Craig Scott | 2019-01-07 | 1 | -0/+11 |
|\ |
|
| * | CMake: fix nmake compile_commands generation | Yan Pashkovsky | 2018-12-14 | 1 | -0/+11 |
|
|
* | | cmOutputConverter: Moved ContainedInDirectory to cmStateDirectory | Bruno Manganelli | 2018-12-08 | 1 | -2/+1 |
|
|
* | | cmOutputConverter: Moved ForceToRelativePath to cmSystem | Bruno Manganelli | 2018-12-07 | 1 | -1/+1 |
|
|
* | | clang-tidy: Fix readability-static-accessed-through-instance | Regina Pfeifer | 2018-11-21 | 1 | -4/+6 |
|/ |
|
* | POSITION_INDEPENDENT_CODE: Manage link flags for executables | Marc Chevrier | 2018-11-11 | 1 | -0/+3 |
|
|
* | Using front() and back() instead of calculations | Cengizhan Pasaoglu | 2018-11-06 | 1 | -1/+1 |
|
|
* | Makefile: Add build events byproducts to clean rules | Pedro Navarro | 2018-09-28 | 1 | -0/+24 |
|
|
* | Makefile: Add custom command byproducts to clean rules | Pedro Navarro | 2018-09-28 | 1 | -0/+6 |
|
|
* | genex: Simplify cmGeneratorExpressionInterpreter | Brad King | 2018-09-07 | 1 | -2/+1 |
|
|
* | Genex: Return Evaluate results as const std::string& | Vitaly Stakhovsky | 2018-08-28 | 1 | -5/+5 |
|
|
* | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls | Sebastian Holtermann | 2018-08-07 | 1 | -9/+7 |
|
|
* | LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDS | Marc Chevrier | 2018-06-27 | 1 | -5/+3 |
|
|
* | LINK_OPTIONS: Add new family of properties | Marc Chevrier | 2018-06-06 | 1 | -1/+7 |
|
|
* | Makefile generator: link flags management refactoring | Marc Chevrier | 2018-06-06 | 1 | -0/+11 |
|
|