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
/
cmMakefileExecutableTargetGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'cleanup-gen-lookups'
Brad King
2019-07-15
1
-3/+2
|
\
|
*
Makefile: De-duplicate executable link rule lookup
Brad King
2019-07-12
1
-3/+2
*
|
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/+1
*
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-3/+3
*
Merge topic 'remove_unneeded_device_link_calls'
Brad King
2019-05-22
1
-15/+3
|
\
|
*
CUDA: More exhaustive checks to determine when to do device linking
Robert Maynard
2019-05-21
1
-15/+3
*
|
Merge topic 'string-cleanup'
Brad King
2019-05-17
1
-1/+1
|
\
\
|
|
/
|
/
|
|
*
Source: std::string related cleanup
Vitaly Stakhovsky
2019-05-15
1
-1/+1
*
|
Makefiles: Sort clean files by using a std::set<std::string> container
Sebastian Holtermann
2019-05-14
1
-5/+4
|
/
*
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
-19/+13
*
CUDA: Honor CUDA_RESOLVE_DEVICE_SYMBOLS for more target types
Robert Maynard
2019-02-05
1
-1/+7
*
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
*
CUDA: Fix crash on linking to a CUDA target without CUDA enabled
Brad King
2018-12-05
1
-0/+4
*
cmLocalGenerator: return directories as const std::string&
Vitaly Stakhovsky
2018-08-27
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
-2/+2
*
Makefile generator: link flags management refactoring
Marc Chevrier
2018-06-06
1
-12/+2
*
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
-2/+2
*
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
-6/+6
*
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
-10/+8
|
/
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
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/+3
*
Inline and remove AddFeatureFlags method
Brad King
2017-04-27
1
-2/+4
*
CUDA: Makefile uses relative path for device linking status messages
Robert Maynard
2017-04-26
1
-1/+5
*
Replace boolean `implib` parameters with enum
Gregor Jasny
2017-04-20
1
-1/+3
*
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
-0/+1
*
CUDA: Don't use module definition `.def` files for device linking
Robert Maynard
2017-01-12
1
-9/+0
*
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/+227
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-4/+7
*
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
1
-0/+1
*
cmRulePlaceholderExpander: Port clients to direct-use
Stephen Kelly
2016-10-15
1
-5/+8
*
cmLocalGenerator: Use strings instead of a Target in rule replacement
Stephen Kelly
2016-10-15
1
-1/+3
*
cmLocalGenerator: Use a converter in rule replacement API
Stephen Kelly
2016-10-15
1
-1/+2
*
cmLocalGenerator: Remove the launcher from RuleVariables
Stephen Kelly
2016-10-15
1
-1/+10
*
Honor LINK_WHAT_YOU_USE when set to OFF
Jamie Snape
2016-10-13
1
-2/+2
*
cmLinkLineComputer: Move FrameworkPath computation from cmLocalGenerator
Stephen Kelly
2016-10-10
1
-1/+1
[next]