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
/
cmInstallCommandArguments.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmRange: Move to dedicated header file
Regina Pfeifer
2019-02-21
1
-1/+1
*
Modernize: Use ranged for-loops when possible
Artur Ryt
2019-02-07
1
-4/+2
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-3/+1
*
clang-tidy: Pass by value
Regina Pfeifer
2019-01-22
1
-2/+2
*
clang-tidy: Remove redundant member initializations
Regina Pfeifer
2018-12-15
1
-3/+1
*
clang-tidy: Fix readability-static-accessed-through-instance
Regina Pfeifer
2018-11-21
1
-1/+2
*
install: Add sane set of defaults for DESTINATION and file type parameters
Kyle Edwards
2018-11-07
1
-0/+6
*
install: add NAMELINK_COMPONENT argument
Kyle Edwards
2018-05-03
1
-0/+20
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-1/+3
*
cmInstallCommandArguments: do not access static members through `this`
Matthias Maennich
2017-10-05
1
-3/+3
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-1/+1
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-4/+2
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-2/+0
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-11/+11
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-0/+2
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-11/+11
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-108/+75
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
install: Add EXCLUDE_FROM_ALL option (#14921)
Nick Lewis
2016-02-04
1
-8/+22
*
Export: Process relative includes after genex evaluation.
Stephen Kelly
2013-11-26
1
-5/+0
*
Add a convenient way to add the includes install dir to the INTERFACE.
Stephen Kelly
2013-07-24
1
-0/+34
*
install: Fix COMPONENT option
Brad King
2012-07-11
1
-2/+5
*
make default install component name configurable
Alex Neundorf
2012-05-14
1
-2/+5
*
-strip trailing whitespace
Alex Neundorf
2012-05-13
1
-6/+6
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
BUG: fix the default "Unspecified" component when only the generic (i.e. not
Alexander Neundorf
2008-03-26
1
-4/+4
*
ENH: Allow separate installation of shared libs and their links.
Brad King
2008-02-04
1
-0/+28
*
ENH: Updated exporting and importing of targets to support libraries and conf...
Brad King
2008-01-28
1
-24/+4
*
STYLE: fix MSVC warnings by making the cmCommandArgumentsHelper a member of
Alexander Neundorf
2007-08-24
1
-7/+14
*
ENH: class for parsing the arguments for INSTALL()
Alexander Neundorf
2007-08-23
1
-0/+189