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
*
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
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
2
-6/+6
*
Merge topic 'delete-algorithm'
Brad King
2015-01-15
1
-5/+1
|
\
|
*
Use the cmDeleteAll algorithm instead of trivial raw loops.
Stephen Kelly
2015-01-13
1
-5/+1
*
|
Merge topic 'cpack-PackageMaker-OSX-10.10'
Brad King
2015-01-15
2
-10/+26
|
\
\
|
|
/
|
/
|
|
*
CPack: Fix PackageMaker internal versioning for OS X 10.10
Calin Cascaval
2015-01-12
2
-10/+26
*
|
Merge topic 'drop-ancient-workarounds'
Brad King
2015-01-12
14
-79/+80
|
\
\
|
*
|
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
14
-79/+80
*
|
|
Use two-iterator std::set::insert where appropriate.
Stephen Kelly
2015-01-11
1
-6/+1
|
/
/
*
|
CPack invalid CMake generator
Domen Vrankar
2015-01-02
1
-0/+8
*
|
cpack: Fix installed size computation with PackageMaker generator
Calin Cascaval
2014-12-22
1
-0/+1
*
|
Remove some unneeded c_str calls.
Stephen Kelly
2014-11-23
4
-9/+9
*
|
CPack: Add support for code signing of bundles on MacOS
André Klitzing
2014-10-28
2
-1/+127
*
|
Merge topic 'remove-borland-build'
Brad King
2014-10-21
2
-5/+0
|
\
\
|
*
|
Remove borland workarounds.
Stephen Kelly
2014-10-15
2
-5/+0
|
|
/
*
|
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
6
-16/+16
|
/
*
Merge topic 'cpack-ifw-updates'
Brad King
2014-10-07
4
-37/+155
|
\
|
*
CPackIFW: Added support for multiple repositories
Konstantin Podsvirov
2014-10-05
4
-25/+142
|
*
CPackIFW: Search algorithm update
Konstantin Podsvirov
2014-10-04
1
-12/+13
*
|
CPackWiX: Work around RelativePath() returning an empty string for the root
Nils Gladitz
2014-10-03
1
-0/+5
|
/
*
CPackWiX: Extend CPACK_WIX_ACL to support directories
Nils Gladitz
2014-09-27
3
-5/+38
*
CPackWiX: Teach WiX installers to remember the install location for upgrades
Nils Gladitz
2014-09-19
1
-0/+23
*
CPackIFW: Revise this generator
Konstantin Podsvirov
2014-08-12
6
-20/+98
*
Merge topic 'wix-acl'
Brad King
2014-08-11
4
-2/+205
|
\
|
*
CPackWIX: Implement CPACK_WIX_ACL (Access Control List) property
Nils Gladitz
2014-08-09
4
-2/+205
*
|
Merge topic 'cpack-ifw-generator'
Brad King
2014-08-11
9
-992/+1666
|
\
\
|
|
/
|
/
|
|
*
CPackIFW: Refactor and revise this generator
Konstantin Podsvirov
2014-08-11
9
-992/+1666
*
|
Fix used value warning.
Bill Hoffman
2014-08-05
1
-2/+1
|
/
*
Fix scan-build warning parsed is never read after being set.
Bill Hoffman
2014-08-04
1
-1/+0
*
Merge topic 'cpack-ifw-generator'
Brad King
2014-07-31
1
-5/+65
|
\
|
*
CPackIFW: Add package configuration variables
Konstantin Podsvirov
2014-07-29
1
-5/+65
*
|
CPack: add generators for .7z and .tar.xz (#13072, #14519)
Daniel Pfeifer
2014-07-29
5
-0/+133
|
/
*
CPackIFW: Replace use of strftime with cmTimestamp
Brad King
2014-07-28
1
-10/+3
*
CPack: Add an "IFW" generator for Qt Framework Installer
Konstantin Podsvirov
2014-07-28
3
-0/+944
*
cmCPackGenerator: Avoid crash on undefined CMAKE_MAKE_PROGRAM
Brad King
2014-06-25
1
-2/+2
*
Merge topic 'setlocale'
Brad King
2014-06-13
1
-1/+1
|
\
|
*
Encoding: Change to only set LC_CTYPE to fix encoding issues with libarchive.
Clinton Stimpson
2014-06-12
1
-1/+1
*
|
regex: Use static regexs where possible
Ben Boeckel
2014-06-09
1
-2/+2
|
/
*
Encoding: Add setlocale() to applications.
Clinton Stimpson
2014-06-04
1
-0/+2
*
CPackWiX: Implement CPACK_NEVER_OVERWRITE and CPACK_PERMANENT properties
Nils Gladitz
2014-05-28
3
-3/+23
*
Add an "installed file" property scope
Nils Gladitz
2014-05-28
3
-4/+16
*
CPackWIX: Delay creation of cmWIXPatch until CPack has initialized Logger
Nils Gladitz
2014-04-18
2
-6/+16
*
cmTypeMacro: Add a class to eat the semicolon following the macro use.
Stephen Kelly
2014-04-03
1
-3/+4
*
CPackDeb: Add option to set compression type
Sean D'Epagnier
2014-03-14
1
-9/+37
*
Workaround Sun C++ 5.9 compiler crash
Brad King
2014-03-12
1
-2/+2
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
6
-58/+58
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
5
-45/+45
*
stringapi: Prevent a NULL dereference in WiX
Ben Boeckel
2014-03-08
1
-1/+1
[next]