Rename format.h to more generic stringutil.h.
authorTeemu Murtola <teemu.murtola@gmail.com>
Sat, 16 Jun 2012 05:04:49 +0000 (08:04 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Wed, 20 Jun 2012 17:52:53 +0000 (20:52 +0300)
commitee1ee0c17521d1f70c660c5502881febf3b38e3b
treefc573c1d69d78f2c3b2ae87414d07b8c9cf9adfa
parent7f772421d32dd3be469823f1e9bc53a94e785600
Rename format.h to more generic stringutil.h.

There were already some string helper functions not directly related to
formatting, and this header is a natural place to add more of such
things.

Change-Id: I46f7bd46393d27e49d46589b8d7b5c2362bcdc8c
33 files changed:
src/gromacs/analysisdata/modules/plot.cpp
src/gromacs/commandline/cmdlinehelpwriter.cpp
src/gromacs/commandline/cmdlinemodulemanager.cpp
src/gromacs/gmxlib/wman.cpp
src/gromacs/onlinehelp/helpformat.cpp
src/gromacs/onlinehelp/helpmanager.cpp
src/gromacs/onlinehelp/helptopic.cpp
src/gromacs/onlinehelp/helptopic.h
src/gromacs/options/basicoptions.cpp
src/gromacs/options/options.cpp
src/gromacs/selection/compiler.cpp
src/gromacs/selection/params.cpp
src/gromacs/selection/selectionoptionmanager.cpp
src/gromacs/selection/selhelp.cpp
src/gromacs/selection/sm_permute.cpp
src/gromacs/selection/tests/selectioncollection.cpp
src/gromacs/trajectoryanalysis.h
src/gromacs/trajectoryanalysis/modules/angle.cpp
src/gromacs/trajectoryanalysis/modules/distance.cpp
src/gromacs/trajectoryanalysis/modules/select.cpp
src/gromacs/trajectoryanalysis/runnercommon.cpp
src/gromacs/trajectoryanalysis/tests/test_selection.cpp
src/gromacs/utility/CMakeLists.txt
src/gromacs/utility/errorformat.cpp
src/gromacs/utility/file.cpp
src/gromacs/utility/gmxassert.cpp
src/gromacs/utility/stringutil.cpp [moved from src/gromacs/utility/format.cpp with 98% similarity]
src/gromacs/utility/stringutil.h [moved from src/gromacs/utility/format.h with 98% similarity]
src/gromacs/utility/tests/CMakeLists.txt
src/gromacs/utility/tests/stringutil.cpp [moved from src/gromacs/utility/tests/format.cpp with 98% similarity]
src/testutils/datatest.cpp
src/testutils/mock_datamodule.cpp
src/testutils/refdata.cpp