index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmMakefileLibraryTargetGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
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
[next]