| Commit message (Expand) | Author | Age | Files | Lines |
* | Precompile headers: Add methods to generate PCH sources | Cristian Adam | 2019-08-28 | 1 | -0/+2 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -42/+31 |
|
|
* | avoid adding multiple consecutive string literals to std::string | Rolf Eike Beer | 2019-08-18 | 1 | -7/+6 |
|
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -5/+5 |
|
|
* | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP | Kitware Robot | 2019-08-09 | 1 | -1/+1 |
|
|
* | clang-tidy: Enable performance-inefficient-string-concatenation | Sebastian Holtermann | 2019-08-05 | 1 | -2/+3 |
|
|
* | Introduce memory management helper: cm_memory.hxx | Marc Chevrier | 2019-07-14 | 1 | -1/+2 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -1/+1 |
|
|
* | CUDA: Do not device link if CUDA is not an enabled language | Robert Maynard | 2019-07-01 | 1 | -5/+3 |
|
|
* | Use cmAppend to append ranges to std::vector instances | Sebastian Holtermann | 2019-05-23 | 1 | -4/+4 |
|
|
* | CUDA: More exhaustive checks to determine when to do device linking | Robert Maynard | 2019-05-21 | 1 | -41/+10 |
|
|
* | Makefiles: Sort clean files by using a std::set<std::string> container | Sebastian Holtermann | 2019-05-14 | 1 | -14/+13 |
|
|
* | Ninja,Makefile: use `unique_ptr` for memory management | Saleem Abdulrasool | 2019-04-18 | 1 | -5/+4 |
|
|
* | cmSystemTools::Error: consolidate parameters into single std::string | Vitaly Stakhovsky | 2019-02-20 | 1 | -2/+2 |
|
|
* | Create and use `cmGeneratorTarget::Names` | Saleem Abdulrasool | 2019-02-11 | 1 | -26/+23 |
|
|
* | CUDA: Honor CUDA_RESOLVE_DEVICE_SYMBOLS for more target types | Robert Maynard | 2019-02-05 | 1 | -5/+18 |
|
|
* | cmake: inlined files dir constant and removed it from cmake.h | Bruno Manganelli | 2019-01-21 | 1 | -2/+1 |
|
|
* | IWYU: Update CMake code for IWYU built with Clang 6 | Brad King | 2019-01-15 | 1 | -0/+1 |
|
|
* | Merge topic 'lg-directory' | Brad King | 2018-08-28 | 1 | -1/+1 |
|\ |
|
| * | cmLocalGenerator: return directories as const std::string& | Vitaly Stakhovsky | 2018-08-27 | 1 | -1/+1 |
|
|
* | | static library: add property STATIC_LIBRARY_OPTIONS | Marc Chevrier | 2018-08-15 | 1 | -1/+1 |
|/ |
|
* | LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDS | Marc Chevrier | 2018-06-27 | 1 | -11/+11 |
|
|
* | LINK_OPTIONS: Add new family of properties | Marc Chevrier | 2018-06-06 | 1 | -4/+4 |
|
|
* | Makefile generator: link flags management refactoring | Marc Chevrier | 2018-06-06 | 1 | -34/+8 |
|
|
* | Makefile: Fix command line limits for static libs | Viktor Mukha | 2018-05-16 | 1 | -4/+9 |
|
|
* | cmGeneratorTarget: Make import library checks config-aware | Michael Stürmer | 2018-04-05 | 1 | -2/+2 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -5/+5 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -5/+5 |
|
|
* | Makefiles: Drop 'requires' step and its supporting infrastructure | Yurii Batrak | 2017-12-14 | 1 | -3/+0 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -7/+7 |
|
|
* | 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 | -22/+14 |
|/ |
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -3/+3 |
|
|
* | IPO: Consider support for each language separately | Brad King | 2017-06-14 | 1 | -3/+3 |
|
|
* | cmLocalGenerator: Add a hook for compiler flags used at link time | Brad King | 2017-05-01 | 1 | -4/+4 |
|
|
* | Clang IPO (LTO) support | Ruslan Baratov | 2017-04-28 | 1 | -0/+2 |
|
|
* | Inline and remove AddFeatureFlags method | Brad King | 2017-04-27 | 1 | -4/+6 |
|
|
* | CUDA: Static libraries can now explicitly resolve device symbols | Robert Maynard | 2017-04-26 | 1 | -0/+28 |
|
|
* | CUDA: Makefile uses relative path for device linking status messages | Robert Maynard | 2017-04-26 | 1 | -2/+6 |
|
|
* | Replace boolean `implib` parameters with enum | Gregor Jasny | 2017-04-20 | 1 | -1/+2 |
|
|
* | Implement interprocedural optimization for GNU compilers | Ruslan Baratov | 2017-03-30 | 1 | -7/+14 |
|
|
* | Refactoring: s,GetFeatureAsBool,IsIPOEnabled, | Ruslan Baratov | 2017-03-30 | 1 | -1/+1 |
|
|
* | Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementation | Brad King | 2017-03-09 | 1 | -4/+1 |
|
|
* | fix some include-what-you-use diagnostics | Daniel Pfeifer | 2017-02-17 | 1 | -2/+1 |
|
|
* | Makefile: For static libraries remove only the "real" lib before creating | Gregor Jasny | 2017-01-26 | 1 | -13/+14 |
|
|
* | Makefile: Re-order list of files to clean | Gregor Jasny | 2017-01-26 | 1 | -4/+4 |
|
|
* | CUDA: Populate compiler PDB placeholder during device linking | Brad King | 2017-01-12 | 1 | -0/+6 |
|
|
* | CUDA: Use `.obj` object file extension on Windows | Brad King | 2017-01-12 | 1 | -1/+3 |
|
|
* | CUDA: Add separable compilation support to the makefile generator. | Robert Maynard | 2016-11-14 | 1 | -0/+222 |
|
|