CMake/Source/CPack
Brad King b5ec5b0901 Avoid using KWSys auto_ptr by adopting it ourselves
Replace use of cmsys::auto_ptr with a CM_AUTO_PTR macro that maps to
our own implementation adopted from the KWSys auto_ptr implementation.
Later we may be able to map CM_AUTO_PTR to std::auto_ptr on compilers
that do not warn about it.

Automate the client site conversions:

    git grep -l auto_ptr -- Source/ | grep -v Source/kwsys/ | xargs sed -i \
      's|cmsys::auto_ptr|CM_AUTO_PTR|;s|cmsys/auto_ptr.hxx|cm_auto_ptr.hxx|'
2016-06-29 09:47:58 -04:00
..
IFW use CM_NULLPTR 2016-06-28 09:02:26 -04:00
WiX Avoid using KWSys auto_ptr by adopting it ourselves 2016-06-29 09:47:58 -04: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 c_str() calls from stream arguments. 2016-06-06 23:53:32 +02:00
bills-comments.txt Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
cmCPack7zGenerator.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCPack7zGenerator.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmCPackArchiveGenerator.cxx use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmCPackArchiveGenerator.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmCPackBundleGenerator.cxx Remove c_str() calls from stream arguments. 2016-06-06 23:53:32 +02:00
cmCPackBundleGenerator.h CPack: Add support for code signing of bundles on MacOS 2014-10-28 12:20:05 -06:00
cmCPackComponentGroup.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCPackComponentGroup.h use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmCPackConfigure.h.in Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCPackCygwinBinaryGenerator.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCPackCygwinBinaryGenerator.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCPackCygwinSourceGenerator.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCPackCygwinSourceGenerator.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCPackDebGenerator.cxx use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmCPackDebGenerator.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmCPackDragNDropGenerator.cxx Access std::ios_base with std::ios 2016-06-14 22:23:08 +02:00
cmCPackDragNDropGenerator.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCPackGenerator.cxx Avoid using KWSys auto_ptr by adopting it ourselves 2016-06-29 09:47:58 -04:00
cmCPackGenerator.h use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmCPackGeneratorFactory.cxx use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmCPackGeneratorFactory.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmCPackLog.cxx use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmCPackLog.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmCPackNSISGenerator.cxx use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmCPackNSISGenerator.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmCPackOSXX11Generator.cxx Remove c_str() calls from stream arguments. 2016-06-06 23:53:32 +02:00
cmCPackOSXX11Generator.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCPackPKGGenerator.cxx CPack/PackageMaker: port to cmXMLWriter 2016-06-09 09:16:34 -04:00
cmCPackPKGGenerator.h CPack/PackageMaker: port to cmXMLWriter 2016-06-09 09:16:34 -04:00
cmCPackPackageMakerGenerator.cxx CPack/PackageMaker: port to cmXMLWriter 2016-06-09 09:16:34 -04:00
cmCPackPackageMakerGenerator.h PackageMaker: factor out common code for creating pkg files. 2016-06-01 21:56:50 -06:00
cmCPackProductBuildGenerator.cxx Source/CPack: Run clang-format to fix style 2016-06-07 08:41:16 -04:00
cmCPackProductBuildGenerator.h Source/CPack: Run clang-format to fix style 2016-06-07 08:41:16 -04:00
cmCPackRPMGenerator.cxx use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmCPackRPMGenerator.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmCPackSTGZGenerator.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCPackSTGZGenerator.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmCPackTGZGenerator.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCPackTGZGenerator.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmCPackTXZGenerator.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCPackTXZGenerator.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmCPackTarBZip2Generator.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCPackTarBZip2Generator.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmCPackTarCompressGenerator.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCPackTarCompressGenerator.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmCPackZIPGenerator.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCPackZIPGenerator.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cpack.cxx Avoid using KWSys auto_ptr by adopting it ourselves 2016-06-29 09:47:58 -04:00
cygwin.readme Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00