CMake/Source/CPack
Brad King 0ac18d40c8 Remove `//------...` horizontal separator comments
Modern editors provide plenty of ways to visually separate functions.
Drop the explicit comments that previously served this purpose.
Use the following command to automate the change:

    $ git ls-files -z -- \
        "*.c" "*.cc" "*.cpp" "*.cxx" "*.h" "*.hh" "*.hpp" "*.hxx" |
      egrep -z -v "^Source/cmCommandArgumentLexer\." |
      egrep -z -v "^Source/cmCommandArgumentParser(\.y|\.cxx|Tokens\.h)" |
      egrep -z -v "^Source/cmDependsJavaLexer\." |
      egrep -z -v "^Source/cmDependsJavaParser(\.y|\.cxx|Tokens\.h)" |
      egrep -z -v "^Source/cmExprLexer\." |
      egrep -z -v "^Source/cmExprParser(\.y|\.cxx|Tokens\.h)" |
      egrep -z -v "^Source/cmFortranLexer\." |
      egrep -z -v "^Source/cmFortranParser(\.y|\.cxx|Tokens\.h)" |
      egrep -z -v "^Source/cmListFileLexer\." |
      egrep -z -v "^Source/cm_sha2" |
      egrep -z -v "^Source/(kwsys|CursesDialog/form)/" |
      egrep -z -v "^Utilities/(KW|cm).*/" |
      xargs -0 sed -i '/^\(\/\/---*\|\/\*---*\*\/\)$/ {d;}'

This avoids modifying third-party sources and generated sources.
2016-05-09 09:41:43 -04:00
..
IFW Remove `//------...` horizontal separator comments 2016-05-09 09:41:43 -04:00
WiX Help clang-format wrap after braces on long initializer lists 2016-05-06 15:54:32 -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 Format include directive blocks and ordering with clang-format 2016-04-29 13:58:54 -04:00
bills-comments.txt Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
cmCPack7zGenerator.cxx Remove `//------...` horizontal separator comments 2016-05-09 09:41:43 -04:00
cmCPack7zGenerator.h CPack: add generators for .7z and .tar.xz (#13072, #14519) 2014-07-29 09:48:41 -04:00
cmCPackArchiveGenerator.cxx Remove `//------...` horizontal separator comments 2016-05-09 09:41:43 -04:00
cmCPackArchiveGenerator.h Source: Stabilize include order 2016-04-29 13:58:31 -04:00
cmCPackBundleGenerator.cxx Remove `//------...` horizontal separator comments 2016-05-09 09:41: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 `//------...` horizontal separator comments 2016-05-09 09:41:43 -04: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 `//------...` horizontal separator comments 2016-05-09 09:41:43 -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 `//------...` horizontal separator comments 2016-05-09 09:41:43 -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 `//------...` horizontal separator comments 2016-05-09 09:41:43 -04:00
cmCPackDebGenerator.h Source: Stabilize include order 2016-04-29 13:58:31 -04:00
cmCPackDragNDropGenerator.cxx Remove `//------...` horizontal separator comments 2016-05-09 09:41:43 -04:00
cmCPackDragNDropGenerator.h CPack/DragNDrop: Fix handling of certain license file content (#15899) 2016-01-07 15:24:42 -05:00
cmCPackGenerator.cxx Remove `//------...` horizontal separator comments 2016-05-09 09:41:43 -04:00
cmCPackGenerator.h Source: Stabilize include order 2016-04-29 13:58:31 -04:00
cmCPackGeneratorFactory.cxx Remove `//------...` horizontal separator comments 2016-05-09 09:41:43 -04:00
cmCPackGeneratorFactory.h strings: Remove cmStdString references 2014-03-08 13:05:35 -05:00
cmCPackLog.cxx Remove `//------...` horizontal separator comments 2016-05-09 09:41:43 -04:00
cmCPackLog.h Port all cmOStringStream to std::ostringstream. 2015-01-11 17:06:03 +01:00
cmCPackNSISGenerator.cxx Remove `//------...` horizontal separator comments 2016-05-09 09:41:43 -04:00
cmCPackNSISGenerator.h Source: Stabilize include order 2016-04-29 13:58:31 -04:00
cmCPackOSXX11Generator.cxx Remove `//------...` horizontal separator comments 2016-05-09 09:41:43 -04:00
cmCPackOSXX11Generator.h stringapi: Miscellaneous char* parameters 2014-03-08 13:05:37 -05:00
cmCPackPackageMakerGenerator.cxx Remove `//------...` horizontal separator comments 2016-05-09 09:41:43 -04:00
cmCPackPackageMakerGenerator.h Source: Stabilize include order 2016-04-29 13:58:31 -04:00
cmCPackRPMGenerator.cxx Remove `//------...` horizontal separator comments 2016-05-09 09:41:43 -04:00
cmCPackRPMGenerator.h Source: Stabilize include order 2016-04-29 13:58:31 -04:00
cmCPackSTGZGenerator.cxx Remove `//------...` horizontal separator comments 2016-05-09 09:41:43 -04:00
cmCPackSTGZGenerator.h Source: Stabilize include order 2016-04-29 13:58:31 -04:00
cmCPackTGZGenerator.cxx Remove `//------...` horizontal separator comments 2016-05-09 09:41:43 -04: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 Remove `//------...` horizontal separator comments 2016-05-09 09:41:43 -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 `//------...` horizontal separator comments 2016-05-09 09:41:43 -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 `//------...` horizontal separator comments 2016-05-09 09:41:43 -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 Remove `//------...` horizontal separator comments 2016-05-09 09:41:43 -04: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 Remove `//------...` horizontal separator comments 2016-05-09 09:41:43 -04:00
cygwin.readme Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00