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
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-08-24
5
-6/+6
*
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-08-24
1
-2/+2
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-08-24
1
-1/+1
*
Remove use of include <cmsys/ios/*> and cmsys_ios::*
Brad King
2015-08-20
2
-7/+7
*
CPackIFW: Load module to set CPACK_IFW_FRAMEWORK_VERSION
Konstantin Podsvirov
2015-07-08
1
-2/+4
*
cmGlobalGenerator: Require a cmake instance in ctor.
Stephen Kelly
2015-05-27
2
-4/+2
*
Use cmSystemTools::GetCMakeCommand() to get path to cmake internally
Brad King
2015-05-20
1
-6/+4
*
Merge topic 'refactor-cmLocalGenerator'
Brad King
2015-05-19
2
-0/+4
|
\
|
*
cmState: Compute and store directory components.
Stephen Kelly
2015-05-16
2
-0/+4
*
|
Merge topic 'clean-up-makefile-generators'
Brad King
2015-05-19
2
-2/+2
|
\
\
|
*
|
cmGlobalGenerator: Add NVI wrapper to create local generator.
Stephen Kelly
2015-05-16
2
-2/+2
|
|
/
*
|
CPackIFW: Add QtIFW 2.0 support
Konstantin Podsvirov
2015-05-15
6
-11/+299
|
/
*
CPackDeb: Fix lintian md5sum file warning
Raffi Enficiaud
2015-04-23
1
-0/+6
*
Merge topic 'disable-cmMakefile-copy'
Brad King
2015-04-21
1
-2/+2
|
\
|
*
CPack: Don't copy cmMakefile. Just push a scope instead.
Stephen Kelly
2015-04-20
1
-2/+2
*
|
CPackDeb: Refactor package variable lookup by generator
Domen Vrankar
2015-04-21
1
-39/+36
*
|
cmSystemTools: Teach RunSingleCommand to separate stdout and stderr
Brad King
2015-04-20
8
-23/+28
|
/
*
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
[next]