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
/
cmTarget.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-tidy: fix `readability-redundant-access-specifiers` warnings
Ben Boeckel
2021-01-27
1
-1
/
+0
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-1
/
+1
*
cmGeneratorTarget: Refactor custom command dependency evaluation
Brad King
2020-10-29
1
-0
/
+1
*
Constify some code as suggested by clang-tidy
Cengizhan Pasaoglu
2020-10-20
1
-1
/
+1
*
Modernize: Use #pragma once in all header files
Kitware Robot
2020-09-03
1
-4
/
+1
*
Factor out generator checks for filtering on non-compiling targets
Brad King
2020-07-23
1
-0
/
+1
*
fileapi: Support multiple backtraces for language standard
Justin Goshi
2020-07-06
1
-1
/
+1
*
Merge topic 'fileApiAddLanguageStandardBacktrace'
Brad King
2020-06-29
1
-0
/
+7
|
\
|
*
Add backtrace support for language standard
Justin Goshi
2020-06-22
1
-0
/
+7
*
|
Refactor: Add IsAndroidGuiExecutable() method to cmTarget
Kyle Edwards
2020-06-18
1
-0
/
+3
|
/
*
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-2
/
+1
*
cmTarget: Replace "perConfig" constructor boolean with enum
Brad King
2020-05-18
1
-1
/
+7
*
GetSafeProperty: return std::string const&
Vitaly Stakhovsky
2020-04-30
1
-1
/
+1
*
cmTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-03-30
1
-6
/
+7
*
cmTarget: minor code improvements
Vitaly Stakhovsky
2020-03-17
1
-2
/
+2
*
Ninja Multi-Config: Fix issue with framework dependencies and Autogen
Kyle Edwards
2020-02-17
1
-2
/
+3
*
AppendProperty: convert value param to std::string
Vitaly Stakhovsky
2020-01-25
1
-6
/
+1
*
target_link_libraries: Fix out-of-dir linking of a list of targets
Brad King
2020-01-16
1
-3
/
+1
*
Merge topic 'stdstring-target'
Brad King
2019-12-17
1
-0
/
+9
|
\
|
*
cmTarget: add std::string overloads
Vitaly Stakhovsky
2019-12-14
1
-0
/
+9
*
|
Ninja: Add multi-config variant
Kyle Edwards
2019-12-13
1
-1
/
+2
|
/
*
cmCustomCommand: Move custom commands
Daniel Eiband
2019-09-26
1
-0
/
+3
*
cmMakefile: Move enumerations into new header
Daniel Eiband
2019-09-26
1
-7
/
+0
*
cmMakefile: Separate custom command setup from actual creation
Daniel Eiband
2019-09-17
1
-1
/
+1
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
1
-1
/
+1
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-1
/
+1
*
PCH: add PRECOMPILE_HEADERS to special properties
Daniel Pfeifer
2019-08-26
1
-0
/
+5
*
Merge topic 'fileapi-install-generators'
Brad King
2019-08-05
1
-0
/
+4
|
\
|
*
fileapi: Fix codemodel target install destination for cross-dir rules
Brad King
2019-07-31
1
-0
/
+4
*
|
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-0
/
+1
*
|
AIX: Explicitly compute executable exports for both XL and GNU
Brad King
2019-07-15
1
-0
/
+3
*
|
De-duplicate checks for whether a platform uses Windows DLLs
Brad King
2019-07-12
1
-0
/
+3
*
|
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1
/
+1
|
/
*
cmMakefile: Define cmTargetMap type in cmMakefile instead of cmTarget
Sebastian Holtermann
2019-05-23
1
-3
/
+0
*
Fix invalid ///! doxygen comment line starts
Sebastian Holtermann
2019-03-31
1
-21
/
+21
*
cmTarget: Use std::unique_ptr instead of custom smart pointer
Sebastian Holtermann
2019-03-23
1
-18
/
+12
*
cmTarget: Single line comment clanups
Sebastian Holtermann
2019-03-23
1
-9
/
+7
*
cmTarget: Make private `SetPropertyDefault` an in code lambda `InitProperty`
Sebastian Holtermann
2019-03-23
1
-5
/
+0
*
cmTarget: Remove obsolete `friend` definitions
Sebastian Holtermann
2019-03-23
1
-5
/
+3
*
cmTarget: Inline private HasImportLibrary method
Sebastian Holtermann
2019-03-23
1
-3
/
+0
*
cmTarget: Move member method `CheckImportedLibName` to impl
Sebastian Holtermann
2019-03-23
1
-3
/
+0
*
cmTarget: Move member method `ProcessSourceItemCMP0049()` to impl
Sebastian Holtermann
2019-03-23
1
-5
/
+2
*
cmTarget: Move member booleans to impl
Sebastian Holtermann
2019-03-23
1
-16
/
+6
*
cmTarget: Move member `*Commands` to impl
Sebastian Holtermann
2019-03-23
1
-31
/
+12
*
cmTarget: Move member `RuntimeInstallPath` to impl
Sebastian Holtermann
2019-03-23
1
-9
/
+2
*
cmTarget: Move member `InstallPath` to impl
Sebastian Holtermann
2019-03-23
1
-3
/
+2
*
cmTarget: Move member `Name` to impl
Sebastian Holtermann
2019-03-23
1
-2
/
+1
*
cmTarget: Move member `TLLCommands` to impl
Sebastian Holtermann
2019-03-23
1
-1
/
+0
*
cmTarget: Move member `Backtrace` to impl
Sebastian Holtermann
2019-03-23
1
-2
/
+0
*
cmTarget: Move member `PolicyMap` to impl
Sebastian Holtermann
2019-03-23
1
-2
/
+7
[next]