CMake/Source/CPack/WiX
Brad King 54f71cd72c Source: Sort includes the way clang-format would
Re-apply the approach from commit e1c77472 (Format include directive
blocks and ordering with clang-format, 2016-04-29) but this time be
more careful about exclusion of parser generator sources:

    $ git ls-files -z -- \
        '*.c' '*.cc' '*.cpp' '*.cxx' '*.h' '*.hh' '*.hpp' '*.hxx' |
      egrep -z -v '^Source/cmCommandArgumentLexer\.' |
      egrep -z -v '^Source/cmCommandArgumentParser\.' |
      egrep -z -v '^Source/cmDependsJavaLexer\.' |
      egrep -z -v '^Source/cmDependsJavaParser\.' |
      egrep -z -v '^Source/cmExprLexer\.' |
      egrep -z -v '^Source/cmExprParser\.' |
      egrep -z -v '^Source/cmFortranLexer\.' |
      egrep -z -v '^Source/cmFortranParser\.' |
      egrep -z -v '^Source/cmListFileLexer\.' |
      egrep -z -v '^Source/cm_sha2' |
      egrep -z -v '^Source/(kwsys|CursesDialog/form)/' |
      egrep -z -v '^Utilities/(KW|cm).*/' |
      egrep -z -v '^Tests/Module/GenerateExportHeader' |
      egrep -z -v '^Tests/RunCMake/CommandLine/cmake_depends/test_UTF-16LE.h' |
      xargs -0 clang-format -i

Also drop use of custom sorting for `sys/types.h`.
2016-05-03 10:08:41 -04:00
..
cmCPackWIXGenerator.cxx Format include directive blocks and ordering with clang-format 2016-04-29 13:58:54 -04:00
cmCPackWIXGenerator.h Format include directive blocks and ordering with clang-format 2016-04-29 13:58:54 -04:00
cmWIXAccessControlList.cxx Replace foo.size() pattern with !foo.empty(). 2015-08-24 20:47:18 +02:00
cmWIXAccessControlList.h Format include directive blocks and ordering with clang-format 2016-04-29 13:58:54 -04:00
cmWIXDirectoriesSourceWriter.cxx CPackWIX: Add new CPACK_STARTUP_SHORTCUTS property. 2015-02-21 18:07:36 +01:00
cmWIXDirectoriesSourceWriter.h CPackWIX: Add new CPACK_STARTUP_SHORTCUTS property. 2015-02-21 18:07:36 +01:00
cmWIXFeaturesSourceWriter.cxx CPackWIX: refactor and cleanup 2014-02-26 14:15:13 +01:00
cmWIXFeaturesSourceWriter.h Source: Stabilize include order 2016-04-29 13:58:31 -04:00
cmWIXFilesSourceWriter.cxx Source: Stabilize include order of sys/types.h before sys/stat.h 2016-05-03 10:08:41 -04:00
cmWIXFilesSourceWriter.h Format include directive blocks and ordering with clang-format 2016-04-29 13:58:54 -04:00
cmWIXPatch.cxx CPackWIX: Allow multiple patch files and diagnose if any are missing 2015-12-14 23:28:42 +01:00
cmWIXPatch.h Format include directive blocks and ordering with clang-format 2016-04-29 13:58:54 -04:00
cmWIXPatchParser.cxx CPackWIX: Handle text nodes in XML patch content 2015-10-12 21:53:08 +02:00
cmWIXPatchParser.h Source: Sort includes the way clang-format would 2016-05-03 10:08:41 -04:00
cmWIXRichTextFormatWriter.cxx CPackWIX: refactor and cleanup 2014-02-26 14:15:13 +01:00
cmWIXRichTextFormatWriter.h Source: Stabilize include order 2016-04-29 13:58:31 -04:00
cmWIXShortcut.cxx CPackWIX: Add new CPACK_STARTUP_SHORTCUTS property. 2015-02-21 18:07:36 +01:00
cmWIXShortcut.h Format include directive blocks and ordering with clang-format 2016-04-29 13:58:54 -04:00
cmWIXSourceWriter.cxx Source: Stabilize include order 2016-04-29 13:58:31 -04:00
cmWIXSourceWriter.h Format include directive blocks and ordering with clang-format 2016-04-29 13:58:54 -04:00