| Commit message (Expand) | Author | Age | Files | Lines |
* | CUDA: Clang separable compilation | Raul Tambre | 2020-09-24 | 1 | -32/+41 |
|
|
* | cmNonempty: Convenience inlines to check for non-empty string | Vitaly Stakhovsky | 2020-07-14 | 1 | -2/+2 |
|
|
* | cmMakefile: add GetDefExpandList() that splits value into std::vector | Vitaly Stakhovsky | 2020-05-30 | 1 | -9/+3 |
|
|
* | CUDA: Device linking use now link options | Marc Chevrier | 2020-04-19 | 1 | -8/+7 |
|
|
* | cmLocalGenerator: Convert GetStaticLibraryFlags to take original-case config | Brad King | 2020-04-01 | 1 | -2/+1 |
|
|
* | cmState::GetTargetTypeName: return type is *cmProp | Vitaly Stakhovsky | 2020-03-19 | 1 | -1/+1 |
|
|
* | AIX: Add an option to disable automatic exports from shared libraries | Brad King | 2020-01-31 | 1 | -0/+3 |
|
|
* | cmGlobalGenerator: modernize memrory managemenbt | Marc Chevrier | 2019-12-30 | 1 | -6/+6 |
|
|
* | Refactoring: use append functions from cmext/algorithm | Marc Chevrier | 2019-12-17 | 1 | -5/+5 |
|
|
* | Refactor: Prepare Ninja generator for multi-config | Kyle Edwards | 2019-12-13 | 1 | -44/+48 |
|
|
* | PCH: Generate sources during Compute step | Cristian Adam | 2019-10-09 | 1 | -2/+0 |
|
|
* | Unity build: Generate sources during Compute step | Brad King | 2019-10-03 | 1 | -1/+0 |
|
|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -1/+1 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -1/+1 |
|
|
* | Merge topic 'cuda_resolve_device_symbols_on_static_lib_collect_deps_properly' | Brad King | 2019-09-09 | 1 | -13/+10 |
|\ |
|
| * | CUDA: static lib device linking computes required static libs | Robert Maynard | 2019-09-05 | 1 | -13/+10 |
|
|
* | | Unity build: Add support for Ninja and Makefile generators | Cristian Adam | 2019-08-29 | 1 | -0/+1 |
|/ |
|
* | 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 |
|
|