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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'ranged-for'
Brad King
2017-09-19
18
-389/+246
|
\
|
*
Meta: modernize old-fashioned loops to range-based `for` (CPack).
Pavel Solodovnikov
2017-09-19
18
-389/+246
*
|
Merge topic 'string-clear'
Brad King
2017-09-19
5
-21/+21
|
\
\
|
*
|
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
5
-21/+21
|
|
/
*
|
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
25
-100/+100
|
/
*
clang-format: format all code as Cpp11
Daniel Pfeifer
2017-08-30
1
-3/+2
*
Merge topic 'cpack-dmg-iwyu'
Brad King
2017-08-30
1
-0/+1
|
\
|
*
cmCPackDragNDropGenerator: Add missing include
Brad King
2017-08-29
1
-0/+1
*
|
Merge topic 'cpackifw-repositories-directories'
Brad King
2017-08-28
2
-0/+40
|
\
\
|
*
|
CPackIFW: Add CPACK_IFW_REPOSITORIES_DIRECTORIES variable
Konstantin Podsvirov
2017-08-17
2
-0/+40
*
|
|
Merge topic 'iwyu-keep-cmConfigure'
Daniel Pfeifer
2017-08-27
23
-23/+20
|
\
\
\
|
*
|
|
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
23
-23/+20
*
|
|
|
cmCPackDebGenerator: Use libarchive to create .deb file
Daniel Pfeifer
2017-08-25
1
-271/+19
|
/
/
/
*
|
|
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
14
-52/+51
|
/
/
*
|
CPackIFW: Add CPACK_IFW_PACKAGE_FILE_EXTENSION variable
Konstantin Podsvirov
2017-08-09
2
-12/+27
*
|
CPack: Pass volume mount name to AppleScript instead of volume name.
Gusts Kaksis
2017-07-20
1
-1/+3
*
|
Change ComputeFileMD5 to ComputeFileHash
André Klitzing
2017-07-14
1
-5/+4
*
|
CPackDeb: Enable the DEB generator on Windows
Nils Gladitz
2017-06-28
2
-10/+28
*
|
cmCPackDragNDropGenerator: Drop unused member
Brad King
2017-06-14
1
-2/+0
*
|
Merge topic 'cpack-freebsd-pkg'
Brad King
2017-06-12
3
-0/+405
|
\
\
|
*
|
CPack-FreeBSD: add a generator for FreeBSD pkg(8)
Adriaan de Groot
2017-06-10
3
-0/+405
|
|
/
*
|
Add CM_OVERRIDE to CPack generator destructors
Brad King
2017-06-08
8
-8/+8
|
/
*
Remove second arg: npos in substr usages
Pavel Solodovnikov
2017-06-01
2
-4/+4
*
cmCPackLog: pass std::string by const&
Daniel Pfeifer
2017-05-25
1
-6/+6
*
CPack/Archive: per component filenames support
Domen Vrankar
2017-05-16
2
-16/+46
*
Merge topic 'cpackifw-i18n'
Brad King
2017-05-16
4
-16/+101
|
\
|
*
CPackIFW: Internationalization Support
Konstantin Podsvirov
2017-05-12
4
-16/+101
*
|
CPack unify component/monolithic package symlink handling
Domen Vrankar
2017-05-14
1
-0/+1
|
/
*
Merge topic 'cpackifw-access-refactoring'
Brad King
2017-05-11
5
-558/+583
|
\
|
*
CPackIFW: Access refactoring
Konstantin Podsvirov
2017-05-09
5
-558/+583
*
|
cmState: remove RemoveUnscriptableCommands
Daniel Pfeifer
2017-05-08
1
-2/+0
*
|
cmake: initialize with Role that controls which commands to register
Daniel Pfeifer
2017-05-08
2
-2/+2
|
/
*
Merge topic 'vector-over-list'
Brad King
2017-05-05
2
-6/+6
|
\
|
*
c++: prefer vectors over lists
Ben Boeckel
2017-05-04
2
-6/+6
*
|
CPackIFW: Refactor out some commonly used code
Konstantin Podsvirov
2017-05-03
10
-322/+238
|
/
*
cmCPackIFWInstaller: fix validation of WizardStyle option
Konstantin Podsvirov
2017-04-26
1
-4/+5
*
clang-tidy: use operators for string comparison
Daniel Pfeifer
2017-04-26
2
-6/+5
*
Merge topic 'wix-attributes-patch'
Brad King
2017-04-25
6
-19/+37
|
\
|
*
wix: adds ability to modify attributes with patch
Keith Holman
2017-04-24
5
-12/+30
|
*
wix: fix spelling error in function name
Keith Holman
2017-04-24
2
-7/+7
*
|
clang-tidy: remove reduntant .data() calls
Daniel Pfeifer
2017-04-21
2
-18/+13
|
/
*
Drop Visual Studio 7 .NET 2003 generator
Brad King
2017-04-19
1
-2/+0
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
51
-72/+72
*
CPack: drop CPack prefix for includes
Daniel Pfeifer
2017-04-11
17
-24/+24
*
cmConfigure: Ensure separate include block in headers
Daniel Pfeifer
2017-04-11
5
-0/+5
*
Add self-sufficient wrapper for <sys/stat.h>
Daniel Pfeifer
2017-03-24
5
-10/+5
*
cmCPackGenerator: Move macros to bottom of file
Daniel Pfeifer
2017-03-23
1
-14/+14
*
cmWorkingDirectory: use the new class
Ben Boeckel
2017-03-06
2
-9/+5
*
OSXScriptLauncher: remove unused variable
Ben Boeckel
2017-03-06
1
-1/+0
*
cmCPackDragNDropGenerator: Improving handling of temporary dmg images
Clinton Stimpson
2017-02-23
1
-20/+25
[next]