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
/
cmLocalGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
COMPILE_DEFINITIONS property: ensure leading -D is removed in all cases
Marc Chevrier
2022-12-13
1
-1/+6
*
Merge topic 'custom-command-comment-genex'
Brad King
2022-11-22
1
-2/+2
|
\
|
*
cmCustomCommandGenerator: refactor GetComment to return std::string
Peter Würth
2022-11-19
1
-2/+2
*
|
cmLocalGenerator: Inline AddCompilerRequirementFlag in only call site
Brad King
2022-11-18
1
-20/+13
*
|
Place language standard flags just after CMAKE_<LANG>_FLAGS
Brad King
2022-11-18
1
-15/+12
|
/
*
Merge topic 'cmp0141-pch-reuse'
Brad King
2022-11-16
1
-2/+4
|
\
|
*
CMP0141: Fix PCH REUSE_FROM when MSVC_DEBUG_INFORMATION_FORMAT is empty
Brad King
2022-11-15
1
-2/+4
*
|
cmGeneratorExpression: Require cmake instance
Kyle Edwards
2022-11-11
1
-1/+1
|
/
*
CMP0141: Fix PCH REUSE_FROM under policy NEW behavior
Brad King
2022-10-31
1
-6/+16
*
cmLocalGenerator: Clarify name of local PDB type variable
Brad King
2022-10-31
1
-3/+2
*
cmLocalGenerator: Factor out helper to compute MSVC_DEBUG_INFORMATION_FORMAT
Brad King
2022-10-31
1
-16/+26
*
Merge topic 'Intel-Fortran-warn-errors'
Brad King
2022-10-10
1
-3/+7
|
\
|
*
COMPILE_WARNING_AS_ERROR: Fix internal formatting of options table
Brad King
2022-10-07
1
-3/+7
*
|
MSVC: Add abstraction for debug information format
Glen Chung
2022-09-14
1
-0/+35
*
|
target_*: Fix cross-directory call backtraces
Brad King
2022-08-22
1
-1/+2
*
|
Xcode: don't set SKIP_PRECOMPILE_HEADERS when source has no language
Andrey Filipenkov
2022-08-11
1
-1/+3
*
|
CUDA: Add Device LTO support for nvcc
Robert Maynard
2022-07-22
1
-4/+21
|
/
*
cmSystemTools: Fix 'ErrorOccurred' spelling
FeRD (Frank Dana)
2022-06-13
1
-3/+3
*
Ninja: Avoid duplicating /DEF: linker flag with MSVC tools
Brad King
2022-05-31
1
-16/+2
*
cmLocalGenerator: Adopt AppendModuleDefinitionFlag method
Brad King
2022-05-31
1
-0/+26
*
Merge topic 'ignore-werror-command-arg'
Brad King
2022-05-19
1
-5/+7
|
\
|
*
COMPILE_WARNING_AS_ERROR: Add command-line option
Martin Duffy
2022-05-18
1
-5/+7
*
|
Merge topic 'werror-property'
Brad King
2022-05-10
1
-0/+9
|
\
\
|
|
/
|
*
COMPILE_WARNING_AS_ERROR: Add options to treat warnings as errors
Martin Duffy
2022-05-06
1
-0/+9
*
|
OpenWatcom: Allow specifying the runtime library
Cameron Cawley
2022-05-06
1
-0/+32
*
|
Merge topic 'xcode-pch'
Brad King
2022-04-12
1
-4/+6
|
\
\
|
|
/
|
/
|
|
*
PCH: Fix Xcode non-pch language exclusion
Cristian Adam
2022-04-11
1
-4/+6
|
*
Merge topic 'nmc-reuse-from' into release-3.22
Brad King
2021-11-09
1
-3/+3
|
|
\
*
|
|
color: Introduce CMAKE_COLOR_DIAGNOSTICS variable
Semyon Kolton
2022-03-08
1
-0/+24
*
|
|
cmExpandListWithBacktrace: add handling of empty elements.
Marc Chevrier
2022-02-06
1
-2/+2
*
|
|
Merge topic 'link-interface-direct'
Brad King
2022-01-31
1
-0/+5
|
\
\
\
|
*
|
|
PCH: Clear link interface cache when adding PCH object to it
Brad King
2022-01-29
1
-0/+5
*
|
|
|
Shorten object name even if still longer than CMAKE_OBJECT_PATH_MAX
Nick Little
2022-01-28
1
-12/+18
|
/
/
/
*
|
|
cmCustomCommand: Track main dependency explicitly
NAKAMURA Takumi
2021-12-14
1
-20/+8
*
|
|
cmLocalGenerator: Remove unused IncludePathStyle infrastructure
Brad King
2021-12-01
1
-6/+3
*
|
|
cmLocalGenerator: Simplify Add{Custom,Utility}Command
NAKAMURA Takumi
2021-11-18
1
-95/+21
*
|
|
cmMakefile: Simplify detail:::Add{Custom,Utility}Command
NAKAMURA Takumi
2021-11-18
1
-112/+94
*
|
|
cmCustomCommand: Move constructor arguments to individual setters
NAKAMURA Takumi
2021-11-18
1
-6/+17
*
|
|
Unity Build: Fix per-config sources in multi-config generators
Brad King
2021-11-11
1
-29/+58
*
|
|
cmLocalGenerator: Add dedicated types to hold unity source info
Brad King
2021-11-11
1
-36/+53
*
|
|
cmLocalGenerator: Clarify name of method to write unity source include lines
Brad King
2021-11-10
1
-5/+7
*
|
|
cmLocalGenerator: Simplify unity source copy-if-different logic
Brad King
2021-11-10
1
-13/+8
*
|
|
cmLocalGenerator: De-duplicate unity source file generation
Brad King
2021-11-10
1
-40/+32
*
|
|
Merge topic 'cuda_clang_cmp0105'
Brad King
2021-11-09
1
-5/+3
|
\
\
\
|
*
|
|
CUDA: Avoid unnecessary allocation and GetLinkLanguage()
Raul Tambre
2021-11-07
1
-5/+3
*
|
|
|
Merge topic 'nmc-reuse-from'
Brad King
2021-11-09
1
-3/+3
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
PCH: Fixed Ninja Multi-Config and REUSE_FROM for MSVC
Cristian Adam
2021-11-08
1
-3/+3
*
|
|
|
Merge topic 'msvc-pch-reuse-config'
Brad King
2021-11-09
1
-2/+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
PCH: Fix REUSE_FROM when Debug and RelWithDebInfo configs differ
Cristian Adam
2021-11-08
1
-2/+2
|
|
/
*
|
bootstrap: Do not declare cmSystemTools functions that are not implemented
Brad King
2021-10-27
1
-1/+4
[next]