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
/
cmGeneratorTarget.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmGeneratorTarget: Refactor usage requirement genex evaluation
Brad King
2019-07-19
1
-270/+209
*
cmGeneratorTarget: Move static functions to anonymous namespace
Brad King
2019-07-19
1
-26/+43
*
cmGeneratorTarget: Order usage requirement processing logic consistently
Brad King
2019-07-19
1
-10/+11
*
cmGeneratorTarget: Remove unnecessary copy to local variable
Brad King
2019-07-19
1
-4/+3
*
cmGeneratorTarget: Remove unused member of internal class
Brad King
2019-07-19
1
-3/+0
*
AIX: Create import library for executables with exports
Brad King
2019-07-16
1
-1/+2
*
AIX: Explicitly compute executable exports for both XL and GNU
Brad King
2019-07-15
1
-0/+7
*
De-duplicate checks for whether a platform uses Windows DLLs
Brad King
2019-07-12
1
-4/+1
*
Refactor checks for whether a target has an import library
Brad King
2019-07-12
1
-12/+21
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
*
BUILD_RPATH/INSTALL_RPATH: Add generator expression support
Kyle Edwards
2019-06-25
1
-5/+34
*
cmPropertyMap: Rename GetPropertyList method to GetKeys
Sebastian Holtermann
2019-06-08
1
-7/+1
*
Refactor: introduce method cmGeneratorTarget::GetFilePostfix
Marc Chevrier
2019-05-02
1
-12/+18
*
Refactor: Add new methods to retrieve prefix and suffix
Marc Chevrier
2019-04-10
1
-30/+133
*
Genex: Add capability to retrieve base name for various target artifacts
Marc Chevrier
2019-04-08
1
-0/+25
*
cmTarget: Move member `OriginalLinkLibraries` to impl
Sebastian Holtermann
2019-03-23
1
-1/+1
*
Optimize target properties processing at generation step
Marc Chevrier
2019-03-07
1
-67/+159
*
Merge topic 'cmrange-improvements'
Brad King
2019-02-25
1
-0/+1
|
\
|
*
cmRange: Move to dedicated header file
Regina Pfeifer
2019-02-21
1
-0/+1
*
|
Merge topic 'link-options'
Brad King
2019-02-25
1
-15/+4
|
\
\
|
|
/
|
/
|
|
*
PIE link options: No warning when policy CMP0083 is not set.
Marc Chevrier
2019-02-20
1
-15/+4
*
|
Create and use `cmGeneratorTarget::Names`
Saleem Abdulrasool
2019-02-11
1
-75/+54
*
|
Prefer front/back/data over dereferencing begin/rbegin iter
Artur Ryt
2019-02-06
1
-1/+1
|
/
*
Xcode: Fix object library builds with sanitizers enabled
Brad King
2019-01-30
1
-0/+7
*
Merge topic 'cmake-files-directory'
Brad King
2019-01-25
1
-1/+1
|
\
|
*
cmake: inlined files dir constant and removed it from cmake.h
Bruno Manganelli
2019-01-21
1
-1/+1
*
|
cmSystemTools::Error(): new overload accepting std::string
Vitaly Stakhovsky
2019-01-23
1
-4/+4
*
|
clang-tidy: Pass by value
Regina Pfeifer
2019-01-22
1
-2/+3
*
|
Merge topic 'autogen_mocs_compilation_first'
Brad King
2019-01-21
1
-10/+10
|
\
\
|
*
|
cmTarget,cmGeneratorTarget: Add optional `before` parameter to AddSource
Sebastian Holtermann
2019-01-18
1
-10/+10
|
|
/
*
|
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-4/+4
|
/
*
Merge topic 'semi-warnings'
Brad King
2019-01-16
1
-2/+2
|
\
|
*
Fix most clang -Wextra-semi-stmt warnings in C++ files
Sean McBride
2019-01-15
1
-2/+2
*
|
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-46/+55
|
/
*
clang-tidy: fix warnings from version 7
Regina Pfeifer
2018-11-20
1
-2/+1
*
POSITION_INDEPENDENT_CODE: Manage link flags for executables
Marc Chevrier
2018-11-11
1
-12/+122
*
INTERFACE_POSITION_INDEPENDENT_CODE: add generator expressions support
Marc Chevrier
2018-11-08
1
-9/+28
*
Using front() and back() instead of calculations
Cengizhan Pasaoglu
2018-11-06
1
-3/+2
*
Merge topic 'fix-custom-target-with-csharp'
Brad King
2018-11-01
1
-13/+15
|
\
|
*
CSharp: Fix regression in VS project type selection for custom target
Brad King
2018-10-31
1
-13/+15
*
|
Add generator APIs to get build settings with backtraces
Brad King
2018-10-18
1
-70/+197
*
|
add_dependencies: Track backtraces internally
Brad King
2018-10-18
1
-15/+6
*
|
cmLinkItem: Add backtrace
Brad King
2018-10-18
1
-11/+17
*
|
cmGeneratorTarget::GetExportMacro: return const std::string*
Vitaly Stakhovsky
2018-10-16
1
-2/+2
|
/
*
Merge topic 'fix-csharp-target-type'
Brad King
2018-10-03
1
-2/+6
|
\
|
*
CSharp: Fix regression in VS project type selection
Brad King
2018-10-02
1
-2/+6
*
|
LINK_DIRECTORIES target property: add policy for absolute paths check.
Marc Chevrier
2018-09-25
1
-2/+26
*
|
LINK_DIRECTORIES: Add new properties and commands
Marc Chevrier
2018-09-25
1
-5/+102
*
|
Merge topic 'fix-getsafedef-stdstring'
Brad King
2018-09-19
1
-9/+8
|
\
\
|
*
|
Fix regression in target output file naming logic
Brad King
2018-09-19
1
-9/+8
[next]