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
...
|
*
Fix some occurrences using string by value rather than by const&
Matthias Maennich
2017-09-28
2
-3/+4
*
|
cpack: Fix compilation on Cygwin after auto_ptr removal
Brad King
2017-09-27
1
-1/+1
|
/
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
2
-53/+49
*
Merge topic 'cpackifw-options'
Brad King
2017-09-25
2
-0/+43
|
\
|
*
CPackIFW: Add some options
Konstantin Podsvirov
2017-09-21
2
-0/+43
*
|
Merge topic 'string-empty'
Brad King
2017-09-22
1
-1/+1
|
\
\
|
|
/
|
/
|
|
*
Replace empty-string comparisons with checking against `empty()`.
Pavel Solodovnikov
2017-09-21
1
-1/+1
*
|
Merge topic 'cpack-different-checksum-file-per-generator'
Brad King
2017-09-21
1
-2/+1
|
\
\
|
*
|
CPack: use a distinct checksum file for each generator
Domen Vrankar
2017-09-20
1
-2/+1
*
|
|
Merge topic 'cpack-check-install-script'
Brad King
2017-09-21
1
-1/+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
CPack: Add missing check for CPACK_INSTALL_SCRIPT variable
Alex Turbov
2017-09-20
1
-1/+2
|
|
/
*
|
Merge topic 'cxx11-nullptr'
Brad King
2017-09-20
7
-23/+23
|
\
\
|
|
/
|
/
|
|
*
Use C++11 nullptr (cont.)
Matthias Maennich
2017-09-19
7
-23/+23
*
|
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
[prev]
[next]