Minor include sorting changes
authorTeemu Murtola <teemu.murtola@gmail.com>
Wed, 1 Jul 2015 03:36:49 +0000 (06:36 +0300)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 2 Jul 2015 03:02:28 +0000 (05:02 +0200)
commit84fa371acd30024cfad09f704d92e87fd3f1ea5a
treea4cbeb77235c77094dc2a9cb8cc9770530fe8150
parentf59b8428e300526ece9244ed1c115037275a381b
Minor include sorting changes

Make the include sorter sort files based on the basename of the file,
i.e., not including the extension into the string sort.  This fixes an
unintuitive behavior that causes changes in the include order if a
'-' <-> '_' replacement is done for a file name (because '-' and '_' are
on different sides of '.' in ASCII).

Change-Id: Icd4bf58b0d60178e33f6840f24adb1e4108fb92a
docs/doxygen/includesorter.py
src/gromacs/listed-forces/bonded.cpp
src/gromacs/mdlib/clincs.cpp
src/programs/mdrun/md.cpp
src/testutils/tests/refdata_tests.cpp