Move remaining C files in utility to C++
authorErik Lindahl <erik@kth.se>
Wed, 8 Jul 2015 14:59:06 +0000 (16:59 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Tue, 14 Jul 2015 09:29:00 +0000 (11:29 +0200)
commit5ef65c767e11c97eefeb759754286305e3ec8ce0
tree8aaab3ace975538faeb255df6a6104ce20284c7a
parentaf0aa4aec0fc1ecae9c3f921e6dfe7ed2aa7d10a
Move remaining C files in utility to C++

Added spaces between strings and literals. The string handling
code should eventually be replaced with proper C++ versions using
std::string, so for this reason I have not bothered improving them.

Change-Id: I78b871113f4a3891139a412c7831a1e5209bfaec
src/gromacs/utility/cstringutil.cpp [moved from src/gromacs/utility/cstringutil.c with 99% similarity]
src/gromacs/utility/qsort_threadsafe.cpp [moved from src/gromacs/utility/qsort_threadsafe.c with 98% similarity]
src/gromacs/utility/smalloc.cpp [moved from src/gromacs/utility/smalloc.c with 95% similarity]