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
*
clang-tidy: Fix readability-redundant-string-cstr warnings
Brad King
2023-05-22
1
-1/+1
*
CreateRulePlaceholderExpander(): enhance memory management
Marc Chevrier
2023-05-04
1
-4/+4
*
Link step: use linker dependency linker file
Marc Chevrier
2023-05-03
1
-0/+3
*
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
1
-12/+14
*
CMake code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
1
-1/+2
*
Merge topic 'dont_use_bom_with_cuda'
Brad King
2023-03-02
1
-4/+4
|
\
|
*
Makefile: Don't pass the CUDA compiler response files with UTF8_BOM
Robert Maynard
2023-02-28
1
-4/+4
*
|
Apple: Handle generation and comsuption of text-based stubs (.tbd files)
Marc Chevrier
2023-03-01
1
-6/+96
|
/
*
RULE_LAUNCH_*: Add support for generator expressions
Kyle Edwards
2023-02-03
1
-6/+8
*
Watcom: Fix double-quote to be single-quote in response files for wlink
Jiri Malak
2023-01-26
1
-1/+1
*
Watcom: Replace WATCOMQUOTE format by UseWatcomQuote attribute
Jiri Malak
2023-01-24
1
-4/+1
*
CUDA: Add Device LTO support for nvcc
Robert Maynard
2022-07-22
1
-5/+8
*
CUDA: Support response files with nvcc
Robert Maynard
2022-06-13
1
-5/+7
*
cmLocalGenerator: Adopt AppendModuleDefinitionFlag method
Brad King
2022-05-31
1
-4/+6
*
cmMakefileLibraryTargetGenerator: improve output building
Ben Boeckel
2022-05-19
1
-1/+3
*
CUDA: Ignore USE_WATCOM_QUOTE for device link rules
Raul Tambre
2021-11-07
1
-10/+3
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-6/+6
*
LINK_WHAT_YOU_USE feature: externalize configuration
Marc Chevrier
2021-07-09
1
-10/+15
*
Launchers: Support setting linker launchers
Bobby D Reynolds
2021-05-28
1
-0/+6
*
cmLocalGenerator: Factor out relative path conversion helpers
Brad King
2021-05-13
1
-46/+30
*
Makefiles: Escape SONAME on linker command line
Alexander Stein
2021-03-04
1
-1/+4
*
cmLocalGenerator::GetRuleLauncher: return cmProp
vvs31415
2020-11-02
1
-6/+7
*
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
[next]