CMake/Tests/QtAutogen
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
..
Adir Revert "Automoc: Fix support of files with the same name (#12873)" 2016-02-19 08:59:17 -05:00
Bdir Format include directive blocks and ordering with clang-format 2016-04-29 13:58:54 -04:00
automoc_rerun QtAutogen: Always run autogen step even when rcc is enabled (#15608) 2015-06-19 10:29:38 -04:00
autorcc_depends QtAutogen: Workaround rcc CRCRLF newlines on Windows (#15459) 2015-04-16 15:10:40 -04:00
defines_test Rename the QtAutomoc tests to QtAutogen. 2013-10-24 11:50:58 +02:00
same_name Format include directive blocks and ordering with clang-format 2016-04-29 13:58:54 -04:00
sub QtAutogen: Make uic work even when the source is in a subdir. 2014-02-04 13:21:43 -05:00
CMakeLists.txt Tests: QtAutogen: Same source name in different directories test 2016-04-22 08:55:44 -04:00
abc.cpp Rename the QtAutomoc tests to QtAutogen. 2013-10-24 11:50:58 +02:00
abc.h Rename the QtAutomoc tests to QtAutogen. 2013-10-24 11:50:58 +02:00
abc_p.h Rename the QtAutomoc tests to QtAutogen. 2013-10-24 11:50:58 +02:00
bar.cpp Rename the QtAutomoc tests to QtAutogen. 2013-10-24 11:50:58 +02:00
blub.cpp Rename the QtAutomoc tests to QtAutogen. 2013-10-24 11:50:58 +02:00
blub.h Rename the QtAutomoc tests to QtAutogen. 2013-10-24 11:50:58 +02:00
calwidget.cpp Format include directive blocks and ordering with clang-format 2016-04-29 13:58:54 -04:00
calwidget.h Add automatic uic invocation for Qt. 2013-10-24 12:30:38 +02:00
calwidget.ui Add automatic uic invocation for Qt. 2013-10-24 12:30:38 +02:00
codeeditor.cpp Rename the QtAutomoc tests to QtAutogen. 2013-10-24 11:50:58 +02:00
codeeditor.h Format include directive blocks and ordering with clang-format 2016-04-29 13:58:54 -04:00
debug_class.cpp cmTarget: Make the source files depend on the config. 2014-04-02 23:14:02 +02:00
debug_class.h cmTarget: Make the source files depend on the config. 2014-04-02 23:14:02 +02:00
debug_class.ui cmTarget: Make the source files depend on the config. 2014-04-02 23:14:02 +02:00
debug_resource.qrc cmTarget: Make the source files depend on the config. 2014-04-02 23:14:02 +02:00
empty.cpp Rename the QtAutomoc tests to QtAutogen. 2013-10-24 11:50:58 +02:00
empty.h Rename the QtAutomoc tests to QtAutogen. 2013-10-24 11:50:58 +02:00
foo.cpp Rename the QtAutomoc tests to QtAutogen. 2013-10-24 11:50:58 +02:00
foo.h Merge topic 'fix-automoc-compile-definitions' 2013-11-05 13:32:15 -05:00
gadget.cpp Rename the QtAutomoc tests to QtAutogen. 2013-10-24 11:50:58 +02:00
gadget.h Rename the QtAutomoc tests to QtAutogen. 2013-10-24 11:50:58 +02:00
generated.cpp cmQtAutogen: Allow specifying depends for autogen targets. 2013-11-25 22:41:21 +01:00
generated.h QtAutogen: Fix AUTOGEN depends on custom command output with VS. 2014-03-10 13:01:29 +01:00
generated.txt.in QtAutogen: Process 'rcc --list' stdout and stderr separately (#15523) 2015-04-21 09:33:19 -04:00
generated_resource.qrc.in QtAutogen: Process 'rcc --list' stdout and stderr separately (#15523) 2015-04-21 09:33:19 -04:00
libC.cpp Rename the QtAutomoc tests to QtAutogen. 2013-10-24 11:50:58 +02:00
libC.h Format include directive blocks and ordering with clang-format 2016-04-29 13:58:54 -04:00
main.cpp Format include directive blocks and ordering with clang-format 2016-04-29 13:58:54 -04:00
multiplewidgets.cpp QtAutogen: Process all ui files in a source file (#14981). 2014-09-18 09:41:16 +02:00
multiplewidgets.h QtAutogen: Process all ui files in a source file (#14981). 2014-09-18 09:41:16 +02:00
myinterface.h.in cmQtAutogen: Allow specifying depends for autogen targets. 2013-11-25 22:41:21 +01:00
myotherinterface.h.in QtAutogen: Fix AUTOGEN depends on custom command output with VS. 2014-03-10 13:01:29 +01:00
not_generated_file.qrc QtAutogen: Only add source files to the target if AUTORCC is ON. 2014-02-05 10:13:39 +01:00
private_slot.cpp Rename the QtAutomoc tests to QtAutogen. 2013-10-24 11:50:58 +02:00
private_slot.h Rename the QtAutomoc tests to QtAutogen. 2013-10-24 11:50:58 +02:00
rcconly.cpp QtAutogen: Add source files to target when only AUTORCC is used. 2014-09-17 14:39:42 +02:00
resourcetester.cpp Format include directive blocks and ordering with clang-format 2016-04-29 13:58:54 -04:00
resourcetester.h Add automatic rcc invocation for Qt. 2013-10-24 12:30:41 +02:00
second_resource.qrc QtAutogen: Use the basename for resource files. 2014-03-25 01:16:49 +01:00
second_widget.cpp QtAutogen: Fix use of multiple ui files in a single target. 2014-03-25 01:39:03 +01:00
second_widget.h QtAutogen: Fix use of multiple ui files in a single target. 2014-03-25 01:39:03 +01:00
second_widget.ui QtAutogen: Fix use of multiple ui files in a single target. 2014-03-25 01:39:03 +01:00
targetObjectsTest.cpp cmGlobalGenerator: Initialize generator targets on construction (#15729) 2015-09-29 09:56:34 -04:00
test.qrc Add automatic rcc invocation for Qt. 2013-10-24 12:30:41 +02:00
widget1.ui QtAutogen: Process all ui files in a source file (#14981). 2014-09-18 09:41:16 +02:00
widget2.ui QtAutogen: Process all ui files in a source file (#14981). 2014-09-18 09:41:16 +02:00
xyz.cpp Rename the QtAutomoc tests to QtAutogen. 2013-10-24 11:50:58 +02:00
xyz.h Rename the QtAutomoc tests to QtAutogen. 2013-10-24 11:50:58 +02:00
yaf.cpp Rename the QtAutomoc tests to QtAutogen. 2013-10-24 11:50:58 +02:00
yaf.h Rename the QtAutomoc tests to QtAutogen. 2013-10-24 11:50:58 +02:00
yaf_p.h Rename the QtAutomoc tests to QtAutogen. 2013-10-24 11:50:58 +02:00