| .. |
|
OSXLauncherScript.scpt
|
c647ed54d9
BUG: Fix issue #7833: Add file extension handling to CPack generated installers for OSXX11 applications. Also modify the X11 test to build such an installer on Mac builds that test CPack and have X11 available. Thanks to Wes Turner for the patch.
|
17 anni fa |
|
OSXScriptLauncher.cxx
|
2745742e09
STYLE: fix some kwstyle errors
|
18 anni fa |
|
bills-comments.txt
|
9670a8c485
|
18 anni fa |
|
cmCPackBundleGenerator.cxx
|
36c228814b
BUG: Fix issue #7523: Analyze output of 'hdiutil attach' to get the name of the volume that was mounted. Eliminates the need to use the -mountpoint arg of hdiutil which has a silly 90 character limit on the name of the mount point. Also add a custom volume icon to the BundleGeneratorTest to cover this code.
|
17 anni fa |
|
cmCPackBundleGenerator.h
|
36c228814b
BUG: Fix issue #7523: Analyze output of 'hdiutil attach' to get the name of the volume that was mounted. Eliminates the need to use the -mountpoint arg of hdiutil which has a silly 90 character limit on the name of the mount point. Also add a custom volume icon to the BundleGeneratorTest to cover this code.
|
17 anni fa |
|
cmCPackComponentGroup.cxx
|
71f61636b6
ENH: One more patch from Doug Gregor including PackageMaker functionality for componentized-for-the-end-user and download-some-bit-on-demand installers.
|
17 anni fa |
|
cmCPackComponentGroup.h
|
d7b9041516
COMP: Fix HP continuous. Pull stl headers into CMake header files using cmStandardIncludes.h
|
17 anni fa |
|
cmCPackConfigure.h.in
|
2745742e09
STYLE: fix some kwstyle errors
|
18 anni fa |
|
cmCPackCygwinBinaryGenerator.cxx
|
042f4c334d
ENH: fix crash in cpack when CPACK_CYGWIN_PATCH_NUMBER not specified
|
17 anni fa |
|
cmCPackCygwinBinaryGenerator.h
|
5beb1da7f7
ENH: Add CPACK_SET_DESTDIR handling to enable packaging of installed files in absolute locations. With this setting on, cpack will set the DESTDIR env var when building the package so that files end up in their intended locations. Default behavior is not to set DESTDIR for backwards compatibility. Helps address issue #4993 and issue #5257. Also, remove unused CPACK_USE_DESTDIR variable. ENH: Add variable CPACK_PACKAGING_INSTALL_PREFIX to allow overriding the CPack GetPackagingInstallPrefix from a project's CMakeLists file if necessary. Could be used to remove the annoying /usr prefix still used by default in the Mac PackageMaker generator.
|
18 anni fa |
|
cmCPackCygwinSourceGenerator.cxx
|
042f4c334d
ENH: fix crash in cpack when CPACK_CYGWIN_PATCH_NUMBER not specified
|
17 anni fa |
|
cmCPackCygwinSourceGenerator.h
|
5beb1da7f7
ENH: Add CPACK_SET_DESTDIR handling to enable packaging of installed files in absolute locations. With this setting on, cpack will set the DESTDIR env var when building the package so that files end up in their intended locations. Default behavior is not to set DESTDIR for backwards compatibility. Helps address issue #4993 and issue #5257. Also, remove unused CPACK_USE_DESTDIR variable. ENH: Add variable CPACK_PACKAGING_INSTALL_PREFIX to allow overriding the CPack GetPackagingInstallPrefix from a project's CMakeLists file if necessary. Could be used to remove the annoying /usr prefix still used by default in the Mac PackageMaker generator.
|
18 anni fa |
|
cmCPackDebGenerator.cxx
|
7e5222165d
ENH: add installed size to deb package
|
17 anni fa |
|
cmCPackDebGenerator.h
|
743cec67d5
ENH: change name
|
18 anni fa |
|
cmCPackGenerator.cxx
|
cc51ddd34b
BUG: Use the DESTDIR prefix when creating the directory in CPack when CPACK_SET_DESTDIR is ON. Thanks to Petri Hodju for reporting this regression to the CMake mailing list: http://www.cmake.org/pipermail/cmake/2008-October/024563.html.
|
17 anni fa |
|
cmCPackGenerator.h
|
ecf312ccc8
STYLE: fix line length stuff for KWStyle
|
17 anni fa |
|
cmCPackGeneratorFactory.cxx
|
79e255a7d3
ENH: Apply patch for feature request #7170. Thanks to Tim Shead for contributing...
|
17 anni fa |
|
cmCPackGeneratorFactory.h
|
743cec67d5
ENH: change name
|
18 anni fa |
|
cmCPackLog.cxx
|
634343c3e8
STYLE: Fix some style issues
|
19 anni fa |
|
cmCPackLog.h
|
634343c3e8
STYLE: Fix some style issues
|
19 anni fa |
|
cmCPackNSISGenerator.cxx
|
03c940aeb3
BUG: Fix for issue #7470. Allow spaces in the path names of installed files with the NSIS CPack generator and component-based installs. Add an installed file to the CPackComponents test: it failed before the fix; now it passes.
|
17 anni fa |
|
cmCPackNSISGenerator.h
|
ecf312ccc8
STYLE: fix line length stuff for KWStyle
|
17 anni fa |
|
cmCPackOSXX11Generator.cxx
|
c647ed54d9
BUG: Fix issue #7833: Add file extension handling to CPack generated installers for OSXX11 applications. Also modify the X11 test to build such an installer on Mac builds that test CPack and have X11 available. Thanks to Wes Turner for the patch.
|
17 anni fa |
|
cmCPackOSXX11Generator.h
|
743cec67d5
ENH: change name
|
18 anni fa |
|
cmCPackPackageMakerGenerator.cxx
|
ecf312ccc8
STYLE: fix line length stuff for KWStyle
|
17 anni fa |
|
cmCPackPackageMakerGenerator.h
|
b2f041f6a8
BUG: Fix issue #7414 - do not crash when given components with circular dependencies. Thanks to Doug Gregor for the patch.
|
17 anni fa |
|
cmCPackRPMGenerator.cxx
|
5beb1da7f7
ENH: Add CPACK_SET_DESTDIR handling to enable packaging of installed files in absolute locations. With this setting on, cpack will set the DESTDIR env var when building the package so that files end up in their intended locations. Default behavior is not to set DESTDIR for backwards compatibility. Helps address issue #4993 and issue #5257. Also, remove unused CPACK_USE_DESTDIR variable. ENH: Add variable CPACK_PACKAGING_INSTALL_PREFIX to allow overriding the CPack GetPackagingInstallPrefix from a project's CMakeLists file if necessary. Could be used to remove the annoying /usr prefix still used by default in the Mac PackageMaker generator.
|
18 anni fa |
|
cmCPackRPMGenerator.h
|
743cec67d5
ENH: change name
|
18 anni fa |
|
cmCPackSTGZGenerator.cxx
|
af04164c6d
STYLE: fix line length
|
19 anni fa |
|
cmCPackSTGZGenerator.h
|
4925e64b97
ENH: add support for cygwin source and binary packaging
|
19 anni fa |
|
cmCPackTGZGenerator.cxx
|
887699184a
COMP: remove warnings
|
18 anni fa |
|
cmCPackTGZGenerator.h
|
743cec67d5
ENH: change name
|
18 anni fa |
|
cmCPackTarBZip2Generator.cxx
|
266971e302
STYLE: fix warnings
|
19 anni fa |
|
cmCPackTarBZip2Generator.h
|
4925e64b97
ENH: add support for cygwin source and binary packaging
|
19 anni fa |
|
cmCPackTarCompressGenerator.cxx
|
c693a23a7d
ENH: use gnu tar for cygwin
|
18 anni fa |
|
cmCPackTarCompressGenerator.h
|
4925e64b97
ENH: add support for cygwin source and binary packaging
|
19 anni fa |
|
cmCPackZIPGenerator.cxx
|
2745742e09
STYLE: fix some kwstyle errors
|
18 anni fa |
|
cmCPackZIPGenerator.h
|
743cec67d5
ENH: change name
|
18 anni fa |
|
cpack.cxx
|
d31c890220
ENH: missed one
|
17 anni fa |
|
cygwin.readme
|
4925e64b97
ENH: add support for cygwin source and binary packaging
|
19 anni fa |