index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmMakefileExecutableTargetGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Makefile: Don't pass the CUDA compiler response files with UTF8_BOM
Robert Maynard
2023-02-28
1
-4
/
+5
*
RULE_LAUNCH_*: Add support for generator expressions
Kyle Edwards
2023-02-03
1
-6
/
+8
*
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
-8
/
+9
*
CUDA: Support response files with nvcc
Robert Maynard
2022-06-13
1
-4
/
+6
*
cmLocalGenerator: Adopt AppendModuleDefinitionFlag method
Brad King
2022-05-31
1
-2
/
+3
*
Merge topic 'aix-exe-exports'
Brad King
2022-03-28
1
-3
/
+3
|
\
|
*
AIX: Fix executable ENABLE_EXPORTS in Makefile generators
Brad King
2022-03-26
1
-3
/
+3
*
|
CUDA: Ignore USE_WATCOM_QUOTE for device link rules
Raul Tambre
2021-11-07
1
-9
/
+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
-9
/
+14
|
/
*
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
-40
/
+26
*
Per-language Win32/Console flags
Raul Tambre
2021-03-17
1
-2
/
+5
*
cmLocalGenerator::GetRuleLauncher: return cmProp
vvs31415
2020-11-02
1
-6
/
+7
*
CUDA: Clang separable compilation
Raul Tambre
2020-09-24
1
-22
/
+31
*
WIN32_EXECUTABLE: Add support for generator expressions
Kyle Edwards
2020-08-21
1
-1
/
+2
*
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
-3
/
+1
*
CUDA: Device linking use now link options
Marc Chevrier
2020-04-19
1
-21
/
+5
*
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
-4
/
+4
*
Refactoring: use append functions from cmext/algorithm
Marc Chevrier
2019-12-17
1
-4
/
+4
*
Refactor: Prepare Ninja generator for multi-config
Kyle Edwards
2019-12-13
1
-26
/
+29
*
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
*
cmLocalGenerator: Remove AppendFlags 'const char*' overload
Brad King
2019-09-05
1
-4
/
+5
*
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
-35
/
+26
*
avoid adding multiple consecutive string literals to std::string
Rolf Eike Beer
2019-08-18
1
-6
/
+5
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-3
/
+3
*
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
*
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
[next]