| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -6/+8 |
|
|
* | cmGeneratorTarget: Make import library checks config-aware | Michael Stürmer | 2018-04-05 | 1 | -1/+1 |
|
|
* | Fix combined use of compiler launcher with lint tools | Ilya A. Kriveshko | 2018-02-27 | 1 | -14/+27 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -18/+10 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -10/+10 |
|
|
* | Merge topic 'xl-qoptfile' | Brad King | 2018-01-25 | 1 | -1/+8 |
|\ |
|
| * | Makefile,Ninja: Use tool-specific response file flag for include dirs | Brad King | 2018-01-24 | 1 | -1/+8 |
|
|
* | | sourceFile properties: add property INCLUDE_DIRECTORIES | Marc Chevrier | 2018-01-24 | 1 | -2/+20 |
|
|
* | | sourceFile properties: add property COMPILE_OPTIONS | Marc Chevrier | 2018-01-23 | 1 | -0/+10 |
|/ |
|
* | Various typo fixes | Luz Paz | 2018-01-03 | 1 | -1/+1 |
|
|
* | Merge topic 'makefile-simplify-fortran' | Brad King | 2017-12-15 | 1 | -59/+0 |
|\ |
|
| * | Makefiles: Drop 'requires' step and its supporting infrastructure | Yurii Batrak | 2017-12-14 | 1 | -55/+0 |
|
|
| * | Makefiles: Avoid nested make calls for Fortran module dependencies | Yurii Batrak | 2017-12-14 | 1 | -5/+1 |
|
|
* | | Genex: Per-source $<COMPILE_LANGUAGE:...> support | Marc Chevrier | 2017-12-13 | 1 | -6/+12 |
|
|
* | | Add generator expression support to per-source COMPILE_DEFINITIONS | Marc Chevrier | 2017-12-05 | 1 | -5/+6 |
|
|
* | | Refactor per-source generator expression evaluation | Marc Chevrier | 2017-12-04 | 1 | -4/+3 |
|
|
* | | Fortran: Add option to run the compiler through launcher tools | Brad King | 2017-11-21 | 1 | -2/+2 |
|/ |
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -4/+4 |
|
|
* | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -1/+1 |
|
|
* | Merge topic 'refactor-iwyu-code' | Brad King | 2017-09-15 | 1 | -1/+1 |
|\ |
|
| * | Clean up iwyu code to not be one big if statement. | Bill Hoffman | 2017-09-13 | 1 | -1/+1 |
|
|
* | | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -110/+71 |
|/ |
|
* | Add properties to run cppcheck along with the compiler | Bill Hoffman | 2017-08-30 | 1 | -2/+10 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -21/+21 |
|
|
* | CUDA: Add option to run the compiler through launcher tools | Brad King | 2017-06-09 | 1 | -1/+2 |
|
|
* | Pass large types by const&, small types by value | Daniel Pfeifer | 2017-06-03 | 1 | -2/+2 |
|
|