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
...
*
cmMakefile: Remove always-null first parameter to ReadListFile.
Stephen Kelly
2015-04-18
2
-7/+7
*
CPack: Read the config listfile in the normal way.
Stephen Kelly
2015-04-18
1
-1/+1
*
Merge topic 'cpack-one-component-only'
Brad King
2015-04-17
1
-2/+2
|
\
|
*
CPack: Fix single component packaging
Raffi Enficiaud
2015-04-16
1
-2/+2
*
|
Port cmCommand consumers to cmState.
Stephen Kelly
2015-04-15
1
-1/+1
*
|
cmake: Teach "-E tar" command a "--format=" option
Nils Gladitz
2015-04-10
8
-11/+11
*
|
Merge topic 'cpack-one-component-only'
Brad King
2015-04-06
1
-1/+4
|
\
\
|
|
/
|
*
CPack single component packaging
Domen Vrankar
2015-04-05
1
-1/+4
*
|
Merge topic 'test_cpack_symlinks'
Brad King
2015-04-06
1
-0/+3
|
\
\
|
|
/
|
/
|
|
*
cpack: Disable CMake Cygwin legacy warning while packaging
Brad King
2015-04-01
1
-0/+3
*
|
Merge topic 'cpack-deb-format-cast'
Brad King
2015-04-01
1
-2/+4
|
\
\
|
*
|
cmCPackDebGenerator: Cast file mode to proper type for %o formatter
Brad King
2015-03-31
1
-2/+4
|
|
/
*
|
CPack: Fix make tool selection during preinstall (#15483)
Brad King
2015-03-31
1
-15/+8
|
/
*
Merge topic 'cpack-archive-prefix'
Brad King
2015-03-30
1
-0/+8
|
\
|
*
cpack: Fix CPACK_PACKAGING_INSTALL_PREFIX handling for archives (#14677)
Clinton Stimpson
2015-03-30
1
-0/+8
*
|
Merge topic 'wix-fix-utf8'
Brad King
2015-03-30
3
-4/+10
|
\
\
|
*
|
CPackWIX: Omit codepage conversion when internal encoding is already UTF-8.
Nils Gladitz
2015-03-27
3
-4/+10
|
|
/
*
|
Merge topic 'clean-scanbuild-warnings'
Brad King
2015-03-30
1
-0/+5
|
\
\
|
*
|
Fix warnings from clang scanbuild.
Bill Hoffman
2015-03-25
1
-0/+5
|
|
/
*
|
CPackWIX: Add static_casts for XML_Parser.
Nils Gladitz
2015-03-26
1
-2/+2
|
/
*
CPack: Add support to overwrite or pass additional parameter to codesign
André Klitzing
2015-03-23
1
-3/+11
*
CPackWIX: Fix .wixobj output locations and filenames.
Nils Gladitz
2015-03-06
1
-1/+18
*
CPackWIX: Support patching of root <Feature> elements.
Nils Gladitz
2015-03-06
1
-0/+1
*
cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja
Gregor Jasny
2015-02-26
1
-1/+1
*
Merge topic 'wix-shortcut-properties'
Brad King
2015-02-23
8
-152/+343
|
\
|
*
CPackWIX: Add new CPACK_STARTUP_SHORTCUTS property.
Nils Gladitz
2015-02-21
5
-1/+39
|
*
CPackWIX: Add installed file properties for the creation of shortcuts.
Nils Gladitz
2015-02-21
6
-12/+67
|
*
CPackWIX: Refactor start menu and desktop shortcut creation.
Nils Gladitz
2015-02-21
6
-150/+248
*
|
CPack: Print output from codesign if signing fails
André Klitzing
2015-02-20
1
-6/+7
|
/
*
CPackWIX: Extend the patching mechanism to allow adding content to <Product>.
Nils Gladitz
2015-02-13
2
-2/+16
*
Split cmAlgorithms into a separate header file.
Stephen Kelly
2015-02-10
1
-0/+1
*
Merge topic 'cmStandardIncludes-cleanup'
Brad King
2015-02-10
1
-0/+1
|
\
|
*
cmStandardIncludes: Remove list include.
Stephen Kelly
2015-02-06
1
-0/+1
*
|
Merge topic 'use-algorithms'
Brad King
2015-02-10
2
-5/+5
|
\
\
|
*
|
Remove use of cmsys_stl.
Stephen Kelly
2015-02-05
2
-5/+5
|
|
/
*
|
Merge branch 'backport-no-global-setlocale' into no-global-setlocale
Brad King
2015-02-06
1
-2/+0
|
\
\
|
|
/
|
/
|
|
*
Do not call setlocale() globally in CMake applications (#15377)
Brad King
2015-02-06
1
-2/+0
|
*
CPack: Fix packaging of source tarballs with symbolic links
Bill Hoffman
2015-01-30
1
-0/+12
|
*
Merge branch 'cpack-PackageMaker-OSX-10.10' into release
Brad King
2015-01-15
2
-10/+26
|
|
\
|
*
|
CPack: Avoid crash on invalid CMake generator name (#15308)
Domen Vrankar
2015-01-14
1
-0/+8
*
|
|
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
[prev]
[next]