This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
mirror of
https://github.com/Kitware/CMake.git
synced
2026-03-10 02:19:10 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
83901b30da3e42c43b06d1579a86b14be2acf50e
CMake
/
Source
/
CPack
History
Bill Hoffman
4c108d2a24
ENH: try to fix dashboard
2007-12-17 15:27:30 -05:00
..
bills-comments.txt
…
cmCPackConfigure.h.in
…
cmCPackCygwinBinaryGenerator.cxx
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.
2007-10-31 08:50:17 -04:00
cmCPackCygwinBinaryGenerator.h
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.
2007-10-31 08:50:17 -04:00
cmCPackCygwinSourceGenerator.cxx
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.
2007-10-31 08:50:17 -04:00
cmCPackCygwinSourceGenerator.h
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.
2007-10-31 08:50:17 -04:00
cmCPackDebGenerator.cxx
STYLE: fix line length issue
2007-11-06 08:27:43 -05:00
cmCPackDebGenerator.h
ENH: change name
2007-11-05 16:55:45 -05:00
cmCPackGenerator.cxx
ENH: changne ProcessGenertor to DoPackage
2007-11-06 08:28:26 -05:00
cmCPackGenerator.h
ENH: changne ProcessGenertor to DoPackage
2007-11-06 08:28:26 -05:00
cmCPackGeneratorFactory.cxx
ENH: change name
2007-11-05 16:55:45 -05:00
cmCPackGeneratorFactory.h
ENH: change name
2007-11-05 16:55:45 -05:00
cmCPackLog.cxx
…
cmCPackLog.h
…
cmCPackNSISGenerator.cxx
BUG: fix for 6086 uninstall icon not set right
2007-12-14 14:58:27 -05:00
cmCPackNSISGenerator.h
ENH: change name
2007-11-05 16:55:45 -05:00
cmCPackOSXX11Generator.cxx
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.
2007-10-31 08:50:17 -04:00
cmCPackOSXX11Generator.h
ENH: change name
2007-11-05 16:55:45 -05:00
cmCPackPackageMakerGenerator.cxx
ENH: try to fix dashboard
2007-12-17 15:27:30 -05:00
cmCPackPackageMakerGenerator.h
ENH: change name
2007-11-05 16:55:45 -05:00
cmCPackRPMGenerator.cxx
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.
2007-10-31 08:50:17 -04:00
cmCPackRPMGenerator.h
ENH: change name
2007-11-05 16:55:45 -05:00
cmCPackSTGZGenerator.cxx
…
cmCPackSTGZGenerator.h
…
cmCPackTarBZip2Generator.cxx
…
cmCPackTarBZip2Generator.h
…
cmCPackTarCompressGenerator.cxx
…
cmCPackTarCompressGenerator.h
…
cmCPackTGZGenerator.cxx
…
cmCPackTGZGenerator.h
ENH: change name
2007-11-05 16:55:45 -05:00
cmCPackZIPGenerator.cxx
…
cmCPackZIPGenerator.h
ENH: change name
2007-11-05 16:55:45 -05:00
cpack.cxx
ENH: Centralized and globalized computation of CMake program locations. This eliminates startup paths that failed to produce this information.
2007-12-13 17:56:50 -05:00
cygwin.readme
…
OSXScriptLauncher.cxx
…