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
/
CPack
/
cmCPackGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
CPack: Add option to generate a checksum file next to each package file
Petr Orlov
2016-09-19
1
-1/+32
*
CPack: include what you use
Daniel Pfeifer
2016-09-06
1
-1/+4
*
CPack: don't use else after return
Daniel Pfeifer
2016-08-18
1
-1/+2
*
Merge topic 'compat-CPACK_INSTALL_CMAKE_PROJECTS-subdirectory'
Brad King
2016-07-20
1
-1/+2
|
\
|
*
CPack: Add compatibility for incorrect CPACK_INSTALL_CMAKE_PROJECTS value
Brad King
2016-07-19
1
-1/+2
*
|
Use better KWSys SystemTools::GetEnv and HasEnv signatures
Dāvis Mosāns
2016-07-18
1
-4/+4
*
|
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-1/+1
*
|
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-10/+12
|
/
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-799/+574
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-38/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-7/+7
*
CPack: Fix CPACK_INSTALL_CMAKE_PROJECTS SubDirectory (4th) option
Daniel Wirtz
2016-02-18
1
-2/+1
*
cmState: Initialize default definitions immediately.
Stephen Kelly
2015-10-13
1
-0/+1
*
CPack: Remove needless cmLocalGenerator creation.
Stephen Kelly
2015-10-05
1
-3/+0
*
CPack: allow packaging of empty directories
Domen Vrankar
2015-09-28
1
-1/+9
*
Revert topic 'cpack-package-empty-dirs'
Brad King
2015-09-25
1
-4/+0
*
CPack: remove accidental changes
Domen Vrankar
2015-09-23
1
-1/+0
*
CPack: allow packaging of empty directories
Domen Vrankar
2015-09-22
1
-0/+5
*
cmLocalGenerator: Create from already-constructed cmMakefile.
Stephen Kelly
2015-08-28
1
-2/+3
*
cmGlobalGenerator: Remove MakeLocalGenerator method.
Stephen Kelly
2015-08-28
1
-1/+1
*
cmGlobalGenerator: Require a snapshot to create a local generator.
Stephen Kelly
2015-08-28
1
-1/+2
*
cmGlobalGenerator: Require a cmake instance in ctor.
Stephen Kelly
2015-05-27
1
-2/+1
*
Merge topic 'refactor-cmLocalGenerator'
Brad King
2015-05-19
1
-0/+2
|
\
|
*
cmState: Compute and store directory components.
Stephen Kelly
2015-05-16
1
-0/+2
*
|
cmGlobalGenerator: Add NVI wrapper to create local generator.
Stephen Kelly
2015-05-16
1
-1/+1
|
/
*
cmSystemTools: Teach RunSingleCommand to separate stdout and stderr
Brad King
2015-04-20
1
-2/+3
*
cmMakefile: Remove always-null first parameter to ReadListFile.
Stephen Kelly
2015-04-18
1
-4/+4
*
CPack: Read the config listfile in the normal way.
Stephen Kelly
2015-04-18
1
-1/+1
*
CPack: Fix single component packaging
Raffi Enficiaud
2015-04-16
1
-2/+2
*
CPack single component packaging
Domen Vrankar
2015-04-05
1
-1/+4
*
CPack: Fix make tool selection during preinstall (#15483)
Brad King
2015-03-31
1
-15/+8
*
cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja
Gregor Jasny
2015-02-26
1
-1/+1
*
cmStandardIncludes: Remove list include.
Stephen Kelly
2015-02-06
1
-0/+1
*
CPack: Fix packaging of source tarballs with symbolic links
Bill Hoffman
2015-01-30
1
-0/+12
*
Replace 'foo.length() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-1/+1
*
CPack invalid CMake generator
Domen Vrankar
2015-01-02
1
-0/+8
*
Remove some unneeded c_str calls.
Stephen Kelly
2014-11-23
1
-6/+6
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-3/+3
*
Fix used value warning.
Bill Hoffman
2014-08-05
1
-2/+1
*
cmCPackGenerator: Avoid crash on undefined CMAKE_MAKE_PROGRAM
Brad King
2014-06-25
1
-2/+2
*
Add an "installed file" property scope
Nils Gladitz
2014-05-28
1
-0/+8
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-16/+16
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-38/+38
*
stringapi: Prevent a NULL dereference in WiX
Ben Boeckel
2014-03-08
1
-1/+1
*
stringapi: Miscellaneous char* parameters
Ben Boeckel
2014-03-08
1
-1/+1
*
stringapi: Pass strings as install directories in CPack
Ben Boeckel
2014-03-08
1
-9/+9
[next]