Sebastian Holtermann
|
f4f3c68926
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
|
6 years ago |
Kitware Robot
|
54e9d38c28
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
|
6 years ago |
Sebastian Holtermann
|
18b0330b86
clang-tidy: Enable performance-inefficient-string-concatenation
|
6 years ago |
Marc Chevrier
|
d9b2c7dae2
Introduce memory management helper: cm_memory.hxx
|
6 years ago |
Brad King
|
71fbebd1dc
IWYU: Fix handling of <memory> standard header
|
6 years ago |
Robert Maynard
|
a4d502a5bf
CUDA: Do not device link if CUDA is not an enabled language
|
6 years ago |
Sebastian Holtermann
|
006229278b
Use cmAppend to append ranges to std::vector instances
|
6 years ago |
Robert Maynard
|
81b4d10d8f
CUDA: More exhaustive checks to determine when to do device linking
|
6 years ago |
Sebastian Holtermann
|
7c8c18b1e6
Makefiles: Sort clean files by using a std::set<std::string> container
|
6 years ago |
Saleem Abdulrasool
|
9ecb3f8d5c
Ninja,Makefile: use `unique_ptr` for memory management
|
6 years ago |
Vitaly Stakhovsky
|
9dd255548d
cmSystemTools::Error: consolidate parameters into single std::string
|
6 years ago |
Saleem Abdulrasool
|
fc8b90af2c
Create and use `cmGeneratorTarget::Names`
|
6 years ago |
Robert Maynard
|
850ef90a66
CUDA: Honor CUDA_RESOLVE_DEVICE_SYMBOLS for more target types
|
6 years ago |
Bruno Manganelli
|
3e867ed400
cmake: inlined files dir constant and removed it from cmake.h
|
7 years ago |
Brad King
|
cd0881be61
IWYU: Update CMake code for IWYU built with Clang 6
|
6 years ago |
Brad King
|
9da844d8cb
Merge topic 'lg-directory'
|
7 years ago |
Vitaly Stakhovsky
|
50fbfee3a0
cmLocalGenerator: return directories as const std::string&
|
7 years ago |
Marc Chevrier
|
974de0e199
static library: add property STATIC_LIBRARY_OPTIONS
|
7 years ago |
Marc Chevrier
|
cc9f88af53
LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDS
|
7 years ago |
Marc Chevrier
|
c1f5a44b28
LINK_OPTIONS: Add new family of properties
|
7 years ago |
Marc Chevrier
|
8e28d2630a
Makefile generator: link flags management refactoring
|
7 years ago |
Viktor Mukha
|
b6c49713b3
Makefile: Fix command line limits for static libs
|
7 years ago |
Michael Stürmer
|
fb433ff283
cmGeneratorTarget: Make import library checks config-aware
|
7 years ago |
Pavel Solodovnikov
|
653b894683
Reduce raw string pointers usage.
|
7 years ago |
Pavel Solodovnikov
|
c85bb007df
Reduce allocation of temporary values on heap.
|
7 years ago |
Yurii Batrak
|
7ab9a62572
Makefiles: Drop 'requires' step and its supporting infrastructure
|
8 years ago |
Matthias Maennich
|
f0489856e3
Retire std::auto_ptr and its macro CM_AUTO_PTR
|
8 years ago |
Brad King
|
c0c5f924fe
Merge topic 'refactor-iwyu-code'
|
8 years ago |
Bill Hoffman
|
3bbe95f58a
Clean up iwyu code to not be one big if statement.
|
8 years ago |
Pavel Solodovnikov
|
7d5095796a
Meta: modernize old-fashioned loops to range-based `for`.
|
8 years ago |