Brad King
e1c7747253
Format include directive blocks and ordering with clang-format
...
Sort include directives within each block (separated by a blank line) in
lexicographic order (except to prioritize `sys/types.h` first). First
run `clang-format` with the config file:
---
SortIncludes: false
...
Commit the result temporarily. Then run `clang-format` again with:
---
SortIncludes: true
IncludeCategories:
- Regex: 'sys/types.h'
Priority: -1
...
Commit the result temporarily. Start a new branch and cherry-pick the
second commit. Manually resolve conflicts to preserve indentation of
re-ordered includes. This cleans up the include ordering without
changing any other style.
Use the following command to run `clang-format`:
$ git ls-files -z -- \
'*.c' '*.cc' '*.cpp' '*.cxx' '*.h' '*.hh' '*.hpp' '*.hxx' |
egrep -z -v '(Lexer|Parser|ParserHelper)\.' |
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
This selects source files that do not come from a third-party.
Inspired-by: Daniel Pfeifer <daniel@pfeifer-mail.de >
2016-04-29 13:58:54 -04:00
..
2015-09-15 10:51:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-03-31 08:46:50 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2015-11-18 10:02:48 -05:00
2015-12-18 10:02:07 -05:00
2015-12-18 10:02:07 -05:00
2016-04-29 13:58:31 -04:00
2015-10-27 07:44:24 +01:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2015-09-21 09:02:41 -04:00
2015-12-21 10:23:48 -05:00
2016-03-21 09:39:24 -04:00
2016-04-29 13:58:54 -04:00
2016-04-28 00:01:07 -04:00
2016-04-29 13:58:54 -04:00
2016-02-01 10:47:25 -05:00
2016-04-29 13:58:54 -04:00
2015-09-17 15:30:38 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2015-10-05 20:59:56 +02:00
2015-09-27 12:08:07 +02:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2015-09-17 10:21:32 -04:00
2016-04-29 13:58:54 -04:00
2016-04-15 10:13:12 -04:00
2016-04-29 13:58:31 -04:00
2016-03-07 14:57:26 -05:00
2016-03-07 14:57:26 -05:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2015-10-12 18:39:58 +02:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-03-29 10:10:20 -04:00
2016-04-29 13:58:54 -04:00
2016-02-19 14:07:38 -05:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2015-10-05 20:59:56 +02:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2015-09-27 12:08:07 +02:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2015-10-18 16:29:30 +02:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2015-10-18 16:29:30 +02:00
2016-04-29 13:58:54 -04:00
2015-09-27 12:08:07 +02:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2015-10-18 16:29:30 +02:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-03-21 10:11:53 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-03-31 09:34:14 -04:00
2016-04-29 13:58:54 -04:00
2015-10-27 21:52:47 +01:00
2016-04-29 13:58:54 -04:00
2015-10-24 09:19:54 +02:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2015-10-08 13:37:37 -04:00
2015-09-15 08:52:38 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2015-12-18 10:02:07 -05:00
2016-04-29 13:58:31 -04:00
2016-04-01 15:44:16 -04:00
2016-04-29 13:58:31 -04:00
2016-03-29 14:31:02 -04:00
2015-11-02 15:29:52 -05:00
2016-03-29 14:31:02 -04:00
2015-11-02 15:29:52 -05:00
2015-11-02 15:29:52 -05:00
2015-11-02 15:29:52 -05:00
2016-04-05 12:59:45 -04:00
2015-11-02 15:29:52 -05:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2015-10-27 21:52:47 +01:00
2016-04-29 13:58:54 -04:00
2016-02-04 10:57:02 -05:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2015-11-17 10:03:10 -05:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-26 08:22:27 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-26 08:22:27 -04:00
2016-04-29 13:58:54 -04:00
2015-10-15 00:41:39 +02:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-01-21 11:50:28 -05:00
2016-04-29 13:58:31 -04:00
2016-04-26 08:22:27 -04:00
2016-04-29 13:58:54 -04:00
2016-03-22 07:57:00 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-01-11 09:43:09 -05:00
2016-01-11 09:43:09 -05:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2015-10-18 16:29:29 +02:00
2015-10-15 00:41:39 +02:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-02-04 09:16:56 -05:00
2016-02-04 09:16:56 -05:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-02-04 09:16:56 -05:00
2016-02-04 09:16:56 -05:00
2015-09-27 12:08:07 +02:00
2016-04-29 13:58:54 -04:00
2016-02-04 09:16:56 -05:00
2016-02-04 09:16:56 -05:00
2016-02-04 09:16:56 -05:00
2016-04-29 13:58:31 -04:00
2015-09-27 12:08:07 +02:00
2016-02-04 09:16:56 -05:00
2016-02-04 09:16:56 -05:00
2016-04-29 13:58:54 -04:00
2016-02-04 09:16:56 -05:00
2015-09-27 12:08:07 +02:00
2015-11-25 10:33:26 -05:00
2016-02-04 10:57:02 -05:00
2015-10-15 00:41:22 +02:00
2015-09-27 12:08:07 +02:00
2016-04-29 13:58:54 -04:00
2016-02-03 11:13:17 -05:00
2016-04-29 13:58:54 -04:00
2016-04-18 09:21:19 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2015-09-27 12:08:07 +02:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2015-10-24 09:19:53 +02:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2015-10-15 00:33:12 +02:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2015-09-27 12:08:07 +02:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2015-10-26 22:02:13 +01:00
2016-04-29 13:58:54 -04:00
2016-03-07 14:57:26 -05:00
2016-04-29 13:58:54 -04:00
2015-10-24 09:19:53 +02:00
2015-10-26 22:02:13 +01:00
2015-10-10 15:36:57 +02:00
2016-01-12 14:02:51 -05:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2015-12-01 11:00:32 -05:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2015-09-28 10:37:33 -04:00
2016-04-29 13:58:31 -04:00
2015-10-21 00:41:26 +02:00
2016-04-29 13:58:31 -04:00
2015-12-17 10:44:28 -05:00
2016-04-29 13:58:54 -04:00
2015-10-21 00:52:23 +02:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-25 10:38:58 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2015-09-27 12:08:07 +02:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2015-09-27 12:08:07 +02:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2015-10-27 07:44:22 +01:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2015-09-27 12:08:07 +02:00
2015-09-27 12:08:07 +02:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2015-10-18 16:29:29 +02:00
2016-02-17 14:01:11 -05:00
2015-10-15 00:41:22 +02:00
2015-10-15 00:41:39 +02:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-02-19 14:07:38 -05:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2015-09-27 12:08:07 +02:00
2015-10-10 15:36:58 +02:00
2015-09-27 12:08:07 +02:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2015-09-27 12:08:07 +02:00
2016-03-23 16:17:36 -04:00
2016-03-23 16:17:36 -04:00
2015-12-18 10:02:07 -05:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-01-11 09:45:00 -05:00
2016-01-11 09:45:00 -05:00
2016-01-11 09:45:00 -05:00
2016-03-10 09:11:40 -05:00
2016-01-12 13:59:59 -05:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2015-09-27 12:08:07 +02:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:54 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:31 -04:00
2016-04-29 13:58:54 -04:00