CMake/Source/CPack
Brad King 0f870234fe Merge branch 'backport-no-global-setlocale' into no-global-setlocale
Resolve conflict in Source/CMakeLists.txt by taking both changes.
2015-02-06 13:35:21 -05:00
..
IFW Port all cmOStringStream to std::ostringstream. 2015-01-11 17:06:03 +01:00
WiX Use two-iterator std::set::insert where appropriate. 2015-01-11 17:00:55 +01: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 Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. 2014-01-07 09:27:44 -05:00
bills-comments.txt Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
cmCPack7zGenerator.cxx CPack: add generators for .7z and .tar.xz (#13072, #14519) 2014-07-29 09:48:41 -04:00
cmCPack7zGenerator.h CPack: add generators for .7z and .tar.xz (#13072, #14519) 2014-07-29 09:48:41 -04:00
cmCPackArchiveGenerator.cxx strings: Remove redundant calls to std::string::c_str() 2014-10-15 14:54:05 +02:00
cmCPackArchiveGenerator.h Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
cmCPackBundleGenerator.cxx Port all cmOStringStream to std::ostringstream. 2015-01-11 17:06:03 +01:00
cmCPackBundleGenerator.h CPack: Add support for code signing of bundles on MacOS 2014-10-28 12:20:05 -06:00
cmCPackComponentGroup.cxx Remove some unneeded c_str calls. 2014-11-23 11:09:54 +01:00
cmCPackComponentGroup.h stringapi: Miscellaneous char* parameters 2014-03-08 13:05:37 -05: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 Remove some unneeded c_str calls. 2014-11-23 11:09:54 +01:00
cmCPackDebGenerator.h CPack: Use bin subdir when looking for dpkg and rpmbuild 2012-07-20 11:53:56 -04:00
cmCPackDragNDropGenerator.cxx Port all cmOStringStream to std::ostringstream. 2015-01-11 17:06:03 +01:00
cmCPackDragNDropGenerator.h Port all cmOStringStream to std::ostringstream. 2015-01-11 17:06:03 +01:00
cmCPackGenerator.cxx CPack: Fix packaging of source tarballs with symbolic links 2015-01-30 10:08:12 -05:00
cmCPackGenerator.h Port all cmOStringStream to std::ostringstream. 2015-01-11 17:06:03 +01:00
cmCPackGeneratorFactory.cxx Use the cmDeleteAll algorithm instead of trivial raw loops. 2015-01-13 23:00:17 +01:00
cmCPackGeneratorFactory.h strings: Remove cmStdString references 2014-03-08 13:05:35 -05:00
cmCPackLog.cxx Replace 'foo.size() > 0' pattern with !foo.empty(). 2015-01-18 14:25:24 +01:00
cmCPackLog.h Port all cmOStringStream to std::ostringstream. 2015-01-11 17:06:03 +01:00
cmCPackNSISGenerator.cxx Port all cmOStringStream to std::ostringstream. 2015-01-11 17:06:03 +01:00
cmCPackNSISGenerator.h Port all cmOStringStream to std::ostringstream. 2015-01-11 17:06:03 +01:00
cmCPackOSXX11Generator.cxx Port all cmOStringStream to std::ostringstream. 2015-01-11 17:06:03 +01:00
cmCPackOSXX11Generator.h stringapi: Miscellaneous char* parameters 2014-03-08 13:05:37 -05:00
cmCPackPackageMakerGenerator.cxx Merge topic 'cpack-PackageMaker-OSX-10.10' 2015-01-15 09:53:56 -05:00
cmCPackPackageMakerGenerator.h Merge topic 'cpack-PackageMaker-OSX-10.10' 2015-01-15 09:53:56 -05:00
cmCPackRPMGenerator.cxx strings: Remove redundant calls to std::string::c_str() 2014-10-15 14:54:05 +02:00
cmCPackRPMGenerator.h CPack: Use bin subdir when looking for dpkg and rpmbuild 2012-07-20 11:53:56 -04:00
cmCPackSTGZGenerator.cxx Remove borland workarounds. 2014-10-15 23:16:44 +02: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
cmCPackTXZGenerator.cxx CPack: add generators for .7z and .tar.xz (#13072, #14519) 2014-07-29 09:48:41 -04:00
cmCPackTXZGenerator.h CPack: add generators for .7z and .tar.xz (#13072, #14519) 2014-07-29 09:48:41 -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 Merge branch 'backport-no-global-setlocale' into no-global-setlocale 2015-02-06 13:35:21 -05:00
cygwin.readme Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00