CMake/Source/CPack
David Cole a74bd470a4 CPack: Fix dashboard errors and warnings (#11575)
...revealed by the Nightly dashboard runs last night.

Use "size_t" instead of "std::size_t" so that it compiles with
Visual Studio 6, too.

Fix warnings about shadowed "tmp" local variable and ordering of
member variables vs. lines of code in the constructor initializer
list.
2012-12-04 14:37:41 -05:00
..
WiX CPack: Fix dashboard errors and warnings (#11575) 2012-12-04 14:37:41 -05:00
OSXLauncherScript.scpt 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. 2009-01-21 11:54:30 -05:00
OSXScriptLauncher.cxx Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
bills-comments.txt Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
cmCPackArchiveGenerator.cxx Handle CPACK_MONOLITHIC_INSTALL in some rare use cases. 2012-03-18 20:21:35 +01:00
cmCPackArchiveGenerator.h Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
cmCPackBundleGenerator.cxx Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
cmCPackBundleGenerator.h Add component support to DragNDrop generator. 2011-03-31 13:33:10 -04:00
cmCPackComponentGroup.cxx Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
cmCPackComponentGroup.h PackageMaker: Enable postflight script in component mode (#12375) 2012-10-31 16:23:48 -04:00
cmCPackConfigure.h.in Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCPackCygwinBinaryGenerator.cxx Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
cmCPackCygwinBinaryGenerator.h CPack: Refactor API in order to handle multi-file packages 2010-08-11 14:09:52 -04:00
cmCPackCygwinSourceGenerator.cxx Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
cmCPackCygwinSourceGenerator.h CPack: Refactor API in order to handle multi-file packages 2010-08-11 14:09:52 -04:00
cmCPackDebGenerator.cxx CPack: Fix RPM/Deb package names to not include "ALL_COMPONENTS_IN_ONE" 2012-11-06 11:50:07 -05:00
cmCPackDebGenerator.h CPack: Use bin subdir when looking for dpkg and rpmbuild 2012-07-20 11:53:56 -04:00
cmCPackDocumentMacros.cxx Really avoid compiler warning about unused vars 2012-02-14 16:05:23 -05:00
cmCPackDocumentMacros.h CPack begin the implementation of --help-command* and --help-variables* 2012-01-22 11:42:49 +01:00
cmCPackDocumentVariables.cxx Document CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY and fix some typo. 2012-10-14 14:58:19 +02:00
cmCPackDocumentVariables.h CPack begin the implementation of --help-command* and --help-variables* 2012-01-22 11:42:49 +01:00
cmCPackDragNDropGenerator.cxx Fix for possible Rez errors when creating dmg. 2012-10-22 23:06:16 -06:00
cmCPackDragNDropGenerator.h Fix KWStyle warnings 2011-04-01 19:27:34 +02:00
cmCPackGenerator.cxx Always use the auto_ptr from cmsys. 2012-11-21 00:56:36 +01:00
cmCPackGenerator.h Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
cmCPackGeneratorFactory.cxx CPack: Add a WiX Generator (#11575) 2012-12-03 11:00:31 -05:00
cmCPackGeneratorFactory.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCPackLog.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCPackLog.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCPackNSISGenerator.cxx CPack/NSIS: Add support for 64-bit NSIS (#13203) 2012-11-19 20:08:31 -05:00
cmCPackNSISGenerator.h CPack/NSIS: Add support for 64-bit NSIS (#13203) 2012-11-19 20:08:31 -05:00
cmCPackOSXX11Generator.cxx Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
cmCPackOSXX11Generator.h CPack: Refactor API in order to handle multi-file packages 2010-08-11 14:09:52 -04:00
cmCPackPackageMakerGenerator.cxx PackageMaker: Enable postflight script in component mode (#12375) 2012-10-31 16:23:48 -04:00
cmCPackPackageMakerGenerator.h PackageMaker: Enable postflight script in component mode (#12375) 2012-10-31 16:23:48 -04:00
cmCPackRPMGenerator.cxx CPack: Fix RPM/Deb package names to not include "ALL_COMPONENTS_IN_ONE" 2012-11-06 11:50:07 -05:00
cmCPackRPMGenerator.h CPack: Use bin subdir when looking for dpkg and rpmbuild 2012-07-20 11:53:56 -04:00
cmCPackSTGZGenerator.cxx Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
cmCPackSTGZGenerator.h CPack: Refactor API in order to handle multi-file packages 2010-08-11 14:09:52 -04:00
cmCPackTGZGenerator.cxx CPackArchiveGenerator use cmArchiveWrite wrapper 2010-08-24 21:41:32 +02:00
cmCPackTGZGenerator.h Switch to using libarchive from libtar for cpack and cmake -E tar 2009-10-30 13:10:56 -04:00
cmCPackTarBZip2Generator.cxx Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
cmCPackTarBZip2Generator.h Switch to using libarchive from libtar for cpack and cmake -E tar 2009-10-30 13:10:56 -04:00
cmCPackTarCompressGenerator.cxx Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
cmCPackTarCompressGenerator.h Switch to using libarchive from libtar for cpack and cmake -E tar 2009-10-30 13:10:56 -04:00
cmCPackZIPGenerator.cxx CPackArchiveGenerator use cmArchiveWrite wrapper 2010-08-24 21:41:32 +02:00
cmCPackZIPGenerator.h Switch to using libarchive from libtar for cpack and cmake -E tar 2009-10-30 13:10:56 -04:00
cpack.cxx Always use the auto_ptr from cmsys. 2012-11-21 00:56:36 +01:00
cygwin.readme Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00