CMake/Source/CPack
Stephen Kelly fc7ab8874b CPack: Read the config listfile in the normal way.
This is a unique function call in CMake, and it was likely a
programming error when introduced.  All other similar calls to
ReadListFile use a null first paramter.

The effect of this patch is to no-longer define CMAKE_PARENT_LIST_FILE
to the config file itself while evaluating it.

The ReadListFile method also no longer hits a condition that it uses
CollapseFullPath on the input file.  However, as cpack does not
set the StartDirectory anyway, this has no effect. See bug 15522.
2015-04-18 15:26:12 +02:00
..
IFW Port all cmOStringStream to std::ostringstream. 2015-01-11 17:06:03 +01:00
WiX Merge topic 'wix-fix-utf8' 2015-03-30 09:27:45 -04:00
bills-comments.txt
cmCPack7zGenerator.cxx cmake: Teach "-E tar" command a "--format=" option 2015-04-10 08:32:31 -04:00
cmCPack7zGenerator.h CPack: add generators for .7z and .tar.xz (#13072, #14519) 2014-07-29 09:48:41 -04:00
cmCPackArchiveGenerator.cxx cmake: Teach "-E tar" command a "--format=" option 2015-04-10 08:32:31 -04:00
cmCPackArchiveGenerator.h cmake: Teach "-E tar" command a "--format=" option 2015-04-10 08:32:31 -04:00
cmCPackBundleGenerator.cxx CPack: Add support to overwrite or pass additional parameter to codesign 2015-03-23 09:15:43 -04: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
cmCPackCygwinBinaryGenerator.cxx
cmCPackCygwinBinaryGenerator.h
cmCPackCygwinSourceGenerator.cxx
cmCPackCygwinSourceGenerator.h
cmCPackDebGenerator.cxx cmCPackDebGenerator: Cast file mode to proper type for %o formatter 2015-03-31 16:28:28 -04:00
cmCPackDebGenerator.h
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: Read the config listfile in the normal way. 2015-04-18 15:26:12 +02:00
cmCPackGenerator.h Port all cmOStringStream to std::ostringstream. 2015-01-11 17:06:03 +01:00
cmCPackGeneratorFactory.cxx Split cmAlgorithms into a separate header file. 2015-02-10 22:14:18 +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 Remove use of cmsys_stl. 2015-02-05 20:44:25 +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
cmCPackSTGZGenerator.cxx Remove borland workarounds. 2014-10-15 23:16:44 +02:00
cmCPackSTGZGenerator.h
cmCPackTarBZip2Generator.cxx cmake: Teach "-E tar" command a "--format=" option 2015-04-10 08:32:31 -04:00
cmCPackTarBZip2Generator.h
cmCPackTarCompressGenerator.cxx cmake: Teach "-E tar" command a "--format=" option 2015-04-10 08:32:31 -04:00
cmCPackTarCompressGenerator.h
cmCPackTGZGenerator.cxx cmake: Teach "-E tar" command a "--format=" option 2015-04-10 08:32:31 -04:00
cmCPackTGZGenerator.h
cmCPackTXZGenerator.cxx cmake: Teach "-E tar" command a "--format=" option 2015-04-10 08:32:31 -04:00
cmCPackTXZGenerator.h CPack: add generators for .7z and .tar.xz (#13072, #14519) 2014-07-29 09:48:41 -04:00
cmCPackZIPGenerator.cxx cmake: Teach "-E tar" command a "--format=" option 2015-04-10 08:32:31 -04:00
cmCPackZIPGenerator.h
cpack.cxx Port cmCommand consumers to cmState. 2015-04-15 11:43:49 -04:00
cygwin.readme
OSXLauncherScript.scpt
OSXScriptLauncher.cxx Remove use of cmsys_stl. 2015-02-05 20:44:25 +01:00