David Cole 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 年之前
..
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 年之前
OSXScriptLauncher.cxx 2745742e09 STYLE: fix some kwstyle errors 18 年之前
bills-comments.txt 9670a8c485 18 年之前
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 年之前
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 年之前
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 年之前
cmCPackComponentGroup.h d7b9041516 COMP: Fix HP continuous. Pull stl headers into CMake header files using cmStandardIncludes.h 17 年之前
cmCPackConfigure.h.in 2745742e09 STYLE: fix some kwstyle errors 18 年之前
cmCPackCygwinBinaryGenerator.cxx 042f4c334d ENH: fix crash in cpack when CPACK_CYGWIN_PATCH_NUMBER not specified 17 年之前
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 年之前
cmCPackCygwinSourceGenerator.cxx 042f4c334d ENH: fix crash in cpack when CPACK_CYGWIN_PATCH_NUMBER not specified 17 年之前
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 年之前
cmCPackDebGenerator.cxx 7e5222165d ENH: add installed size to deb package 17 年之前
cmCPackDebGenerator.h 743cec67d5 ENH: change name 18 年之前
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 年之前
cmCPackGenerator.h ecf312ccc8 STYLE: fix line length stuff for KWStyle 17 年之前
cmCPackGeneratorFactory.cxx 79e255a7d3 ENH: Apply patch for feature request #7170. Thanks to Tim Shead for contributing... 17 年之前
cmCPackGeneratorFactory.h 743cec67d5 ENH: change name 18 年之前
cmCPackLog.cxx 634343c3e8 STYLE: Fix some style issues 19 年之前
cmCPackLog.h 634343c3e8 STYLE: Fix some style issues 19 年之前
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 年之前
cmCPackNSISGenerator.h ecf312ccc8 STYLE: fix line length stuff for KWStyle 17 年之前
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 年之前
cmCPackOSXX11Generator.h 743cec67d5 ENH: change name 18 年之前
cmCPackPackageMakerGenerator.cxx ecf312ccc8 STYLE: fix line length stuff for KWStyle 17 年之前
cmCPackPackageMakerGenerator.h b2f041f6a8 BUG: Fix issue #7414 - do not crash when given components with circular dependencies. Thanks to Doug Gregor for the patch. 17 年之前
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 年之前
cmCPackRPMGenerator.h 743cec67d5 ENH: change name 18 年之前
cmCPackSTGZGenerator.cxx af04164c6d STYLE: fix line length 19 年之前
cmCPackSTGZGenerator.h 4925e64b97 ENH: add support for cygwin source and binary packaging 19 年之前
cmCPackTGZGenerator.cxx 887699184a COMP: remove warnings 18 年之前
cmCPackTGZGenerator.h 743cec67d5 ENH: change name 18 年之前
cmCPackTarBZip2Generator.cxx 266971e302 STYLE: fix warnings 19 年之前
cmCPackTarBZip2Generator.h 4925e64b97 ENH: add support for cygwin source and binary packaging 19 年之前
cmCPackTarCompressGenerator.cxx c693a23a7d ENH: use gnu tar for cygwin 18 年之前
cmCPackTarCompressGenerator.h 4925e64b97 ENH: add support for cygwin source and binary packaging 19 年之前
cmCPackZIPGenerator.cxx 2745742e09 STYLE: fix some kwstyle errors 18 年之前
cmCPackZIPGenerator.h 743cec67d5 ENH: change name 18 年之前
cpack.cxx d31c890220 ENH: missed one 17 年之前
cygwin.readme 4925e64b97 ENH: add support for cygwin source and binary packaging 19 年之前