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
/
cmInstallFilesCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-2/+2
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-6/+3
*
cmInstallFilesCommand: Port away from FinalPass
Daniel Pfeifer
2019-07-18
1
-33/+38
*
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-2/+2
*
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
-3/+3
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-2/+2
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-2/+1
*
Add const-reference qualifications
Pavel Solodovnikov
2017-05-26
1
-3/+3
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-0/+5
*
Separate compilation for commands included in cmBootstrapCommands2
Daniel Pfeifer
2016-10-21
1
-0/+2
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Avoid else after return
Daniel Pfeifer
2016-09-16
1
-5/+5
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-69/+44
*
install: Add EXCLUDE_FROM_ALL option (#14921)
Nick Lewis
2016-02-04
1
-1/+3
*
cmInstallFilesGenerator: Require cmLocalGenerator, not cmMakefile.
Stephen Kelly
2015-08-23
1
-1/+1
*
Port to cmMakefile::GetGlobalGenerator.
Stephen Kelly
2015-05-03
1
-3/+2
*
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
Stephen Kelly
2015-04-20
1
-1/+1
*
cmMakefile: Rename GetCurrent{,Source}Directory.
Stephen Kelly
2015-04-20
1
-2/+2
*
Remove use of ExpandSourceListArguments.
Stephen Kelly
2015-02-05
1
-5/+2
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
Use insert instead of a loop in some cases.
Stephen Kelly
2015-01-11
1
-5/+2
*
install: Add CMAKE_INSTALL_MESSAGE variable (#13761)
Brad King
2014-06-24
1
-1/+1
*
install: Thread message level setting through internal API
Brad King
2014-06-24
1
-1/+3
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-2/+2
*
install: Support generator expressions in FILES and PROGRAMS mode
Brad King
2014-02-21
1
-1/+2
*
cmInstallFilesGenerator: Add reference to calling cmMakefile
Brad King
2014-02-21
1
-1/+1
*
make default install component name configurable
Alex Neundorf
2012-05-14
1
-3/+5
*
-strip trailing whitespace
Alex Neundorf
2012-05-13
1
-12/+12
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
BUG: Fix old-style install to prefix top
Brad King
2009-02-04
1
-0/+4
*
ENH: Further refinement of the CPack components functionality from Doug Gregor.
David Cole
2008-07-08
1
-1/+4
*
ENH: Updated exporting and importing of targets to support libraries and conf...
Brad King
2008-01-28
1
-3/+2
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-1/+1
*
BUG: Fix FILES mode after recent changes.
Brad King
2007-05-25
1
-0/+7
*
BUG: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to install under the p...
Brad King
2007-05-25
1
-1/+7
*
ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets....
Brad King
2007-05-23
1
-13/+18
*
ENH: some code cleanup
Ken Martin
2007-03-12
1
-1/+1
*
ENH: make properties a bit more formal with documentation and chaining
Ken Martin
2006-12-07
1
-1/+2
*
ENH: Do not generate install target unless some INSTALL or INSTALL_* commands...
Brad King
2006-08-31
1
-0/+5
*
STYLE: fix line length
Ken Martin
2006-05-11
1
-1/+2
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-17/+17
*
ENH: major changes to support addition of languages from cmake modules direct...
Bill Hoffman
2004-09-22
1
-1/+1
*
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...
Brad King
2002-10-23
1
-10/+10
*
removed some includes
Ken Martin
2002-09-27
1
-1/+0
*
ENH: Improved implementation of INSTALL_FILES and INSTALL_PROGRAMS commands. ...
Brad King
2002-09-17
1
-9/+68
*
fixe for files with paths
Ken Martin
2002-07-17
1
-1/+9
*
BUG: Only the last extension should be removed.
Brad King
2002-07-15
1
-1/+1
*
fix install target
Ken Martin
2002-07-15
1
-1/+1
*
removed all source lists from the system and made them vectors. Also appended...
Ken Martin
2002-06-27
1
-21/+4
[next]