Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 år sedan |
Clinton Stimpson
|
5730710c86
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
|
12 år sedan |
Paul Kunysch
|
0fca154344
CPack: Avoid "format expects 'unsigned int'" warnings
|
12 år sedan |
Clinton Stimpson
|
e7e2694823
CPack: Fix RPM/Deb package names to not include "ALL_COMPONENTS_IN_ONE"
|
13 år sedan |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 år sedan |
Eric NOULARD
|
abc9b32375
Use fakeroot for control.tar.gz as well
|
13 år sedan |
Eric NOULARD
|
805c1b21d6
Handle CPACK_MONOLITHIC_INSTALL in some rare use cases.
|
13 år sedan |
Eric NOULARD
|
49da3bdb2d
CPackDeb fix #10325 automagically use fakeroot for DEB if fakeroot is found
|
14 år sedan |
Martin Konrad
|
b22fcfb0c5
CPackDeb: Handle dirs for CONTROL_EXTRA correctly when packaging components
|
14 år sedan |
Eric NOULARD
|
9c43824066
Fix KWStyle warnings
|
14 år sedan |
Clinton Stimpson
|
64a5e20999
Combine component packaging methods into an enum.
|
14 år sedan |
Eric NOULARD
|
6dfc818394
CPack fix #11930 and simplifies component packaging options
|
14 år sedan |
Eric NOULARD
|
21007f8989
CPack fix CPackDeb crash when CPackDeb.cmake ends with a FATAL_ERROR
|
14 år sedan |
M. Konrad
|
bf7066c6ce
CPackDeb add Component Support to DEB generator fix #0011655
|
14 år sedan |
Eric NOULARD
|
a749724029
CPackDeb Added several optional debian binary package fields
|
15 år sedan |
Eric NOULARD
|
40dc97dc73
CPack Backward-compatibly enforce DESTDIR for DEB and RPM
|
15 år sedan |
Eric NOULARD
|
cd7b8a03f5
CPack: Refactor API in order to handle multi-file packages
|
15 år sedan |
Brad King
|
1820a05cb2
Merge topic 'CPackDEB-auto-dependency-support'
|
15 år sedan |
Eric NOULARD
|
ded3a1585b
CPackDeb optionally generates auto-dependency list part fix of bug 10292
|
15 år sedan |
Eric NOULARD
|
5495a6d975
CPackDEB: merge wrong installed size patch. see bugs 10296 (and 10292)
|
15 år sedan |
Brad King
|
050af165bb
Fix integer conversions in cpack
|
15 år sedan |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 år sedan |
Bill Hoffman
|
7e5222165d
ENH: add installed size to deb package
|
17 år sedan |
Bill Hoffman
|
2efad09d92
ENH: add CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA variable
|
17 år sedan |
Alexander Neundorf
|
12ba1e9b20
BUG: fix packaging of files installed to absolute paths, works only when
|
17 år sedan |
Brad King
|
f5d86035f2
COMP: Add include of <limits.h> to get USHRT_MAX constant.
|
18 år sedan |
Bill Hoffman
|
cfd308ce43
STYLE: fix line length issue
|
18 år sedan |
Brad King
|
f410f8578e
COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697.
|
18 år sedan |
David Cole
|
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 år sedan |
Alexander Neundorf
|
2d1bcf806f
BUG: rename DEBIAN_PACKAGE_* variables to CPACK_DEBIAN_PACKAGE_* variables
|
18 år sedan |