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
/
cmAddLibraryCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-4/+4
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-2/+3
*
add_library: Restore error on alias of non-global imported target
Brad King
2018-05-10
1
-0/+8
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-1/+1
*
Merge topic 'cmp0037-conditional-targets'
Brad King
2017-10-31
1
-30/+2
|
\
|
*
CMP0037: De-duplicate check and message generation
Brad King
2017-10-30
1
-30/+2
*
|
Add support for IMPORTED GLOBAL targets to be aliased
Deniz Bahadir
2017-10-26
1
-7/+0
|
/
*
Defer check for sources within a target until generation.
Deniz Bahadir
2017-10-24
1
-8/+0
*
Add const-reference qualifications
Pavel Solodovnikov
2017-05-26
1
-1/+1
*
Allow OBJECT libraries to be installed, exported, and imported
Robert Maynard
2017-04-18
1
-4/+9
*
clang-tidy: apply performance-faster-string-find fixes
Daniel Pfeifer
2016-12-12
1
-1/+1
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-0/+8
*
Fix newly discovered clang-tidy issues
Daniel Pfeifer
2016-10-21
1
-2/+2
*
Separate compilation for commands included in cmBootstrapCommands1
Daniel Pfeifer
2016-10-21
1
-0/+2
*
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
1
-0/+1
*
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-31/+32
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
use empty method to check for emptyness
Daniel Pfeifer
2016-09-15
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-207/+132
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1/+1
*
cmTarget: Implement ALIAS in terms of name mapping
Stephen Kelly
2015-10-27
1
-1/+1
*
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-14
1
-32/+32
*
Port to static cmPolicies API.
Stephen Kelly
2015-05-04
1
-2/+1
*
Port Global property interaction to cmState.
Stephen Kelly
2015-04-15
1
-1/+2
*
Convert while loop to member insert.
Stephen Kelly
2015-02-06
1
-5/+1
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-23/+23
*
add_library: Fix target type check for non-shared-lib platforms
Brad King
2014-12-03
1
-3/+2
*
Merge topic 'fix_policy_diagnostics'
Brad King
2014-04-01
1
-4/+7
|
\
|
*
Policies: omit warnings about unset policies when they are actually set to NEW
Nils Gladitz
2014-03-31
1
-4/+7
*
|
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-29/+29
|
/
*
add_library: Issue better diagnostic for INTERFACE GLOBAL signature.
Stephen Kelly
2014-02-07
1
-0/+7
*
cmMakefile: make some methods take const std::string& instead of const char*
Rolf Eike Beer
2014-01-16
1
-1/+1
*
add_library: Disallow invalid signatures for INTERFACE_LIBRARY.
Stephen Kelly
2014-01-06
1
-0/+88
*
CMP0037: Extend policy to reserved names and custom targets
Nils Gladitz
2013-11-19
1
-2/+5
*
add_library: Fix INTERFACE on platforms with no shared libs (#14561)
Stephen Kelly
2013-11-12
1
-0/+1
*
Disallow invalid target names (#13140)
Stephen Kelly
2013-11-07
1
-0/+39
*
export: Add support for INTERFACE_LIBRARY targets
Stephen Kelly
2013-10-08
1
-0/+10
*
Add the INTERFACE_LIBRARY target type.
Stephen Kelly
2013-10-07
1
-2/+28
*
Add the ALIAS target concept for libraries and executables.
Stephen Kelly
2013-08-02
1
-0/+80
*
add_library: Allow OBJECT library without dynamic linking (#13289)
Brad King
2012-06-11
1
-7/+8
*
Add OBJECT_LIBRARY target type
Brad King
2012-03-13
1
-0/+14
*
Optionally allow IMPORTED targets to be globally visible
Brad King
2012-01-25
1
-1/+7
*
Move automoc processing from add_executable/library to cmGlobalGenerator
Alex Neundorf
2011-08-15
1
-22/+1
*
Refactor SetupAutomocTarget() so it can be run after creating the target
Alex Neundorf
2011-08-15
1
-11/+3
*
Remove trailing whitespace
Alex Neundorf
2011-08-15
1
-6/+6
*
Add AUTOMOC to the add_library() command
Alex Neundorf
2011-08-14
1
-11/+39
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: Add UNKNOWN type for IMPORTED libraries
Brad King
2008-08-18
1
-0/+16
*
COMP: Fix shadowed local variable warning.
Brad King
2008-02-11
1
-0/+2
[next]