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
/
cmTarget.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
cmTarget: Move member `OriginalLinkLibraries` to impl
Sebastian Holtermann
2019-03-23
1
-13/+4
*
cmTarget: Move member `Utilities` to impl
Sebastian Holtermann
2019-03-23
1
-7/+4
*
cmTarget: Move member `SystemIncludeDirectories` to impl
Sebastian Holtermann
2019-03-23
1
-6/+2
*
cmTarget: Move member `Properties` to impl class
Sebastian Holtermann
2019-03-23
1
-5/+3
*
cmTarget: Move member `Makefile` to impl
Sebastian Holtermann
2019-03-23
1
-4/+4
*
cmTarget: Move member `TargetType` to impl
Sebastian Holtermann
2019-03-23
1
-5/+2
*
cmTarget: Rename member `Internal` to `impl`
Sebastian Holtermann
2019-03-23
1
-1/+1
*
cmTarget,cmGeneratorTarget: Add optional `before` parameter to AddSource
Sebastian Holtermann
2019-01-18
1
-1/+1
*
cmTarget: Remove unused classes cmTargetSet and cmTargetManifest
Artur Ryt
2018-12-06
1
-8/+0
*
add_dependencies: Track backtraces internally
Brad King
2018-10-18
1
-5/+6
[next]