Move part of types/simple.h to utility/
authorTeemu Murtola <teemu.murtola@gmail.com>
Sun, 6 Apr 2014 18:55:25 +0000 (21:55 +0300)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 10 Apr 2014 10:26:55 +0000 (12:26 +0200)
commit054373b339811618a8ddf68393ffa3a08995835f
treefd85c94d267cb24cabbff8b7deef64e6197d05f8
parent0a6415bf459ed32230faaf43844991aed57cd5c6
Move part of types/simple.h to utility/

- Move those parts of types/simple.h that are wrapping C99 features and
  some compiler-specific attributes (gmx_unused) into
  utility/basedefinitions.h.
- Replace some uses of types/simple.h with the new header, removing a
  few module-level dependencies on legacyheaders/
- For now, types/simple.h includes the new header to avoid touching a
  lot of code.
- Remove unused BIG_STRLEN from types/simple.h.
- Move XXXX etc. into calcvir.c, which is the only place where they are
  used.

Change-Id: Idad2aff77048cc1487945e90c8b50ff8bd7010d4
16 files changed:
doxygen/Doxyfile-common.cmakein
src/gromacs/legacyheaders/types/simple.h
src/gromacs/mdlib/calcvir.c
src/gromacs/options/basicoptions.h
src/gromacs/simd/simd.h
src/gromacs/simd/tests/base.h
src/gromacs/simd/tests/bootstrap_loadstore.cpp
src/gromacs/timing/walltime_accounting.c
src/gromacs/timing/walltime_accounting.h
src/gromacs/utility/CMakeLists.txt
src/gromacs/utility/basedefinitions.h [new file with mode: 0644]
src/gromacs/utility/basenetwork.h
src/gromacs/utility/cstringutil.c
src/gromacs/utility/cstringutil.h
src/gromacs/utility/fatalerror.h
src/gromacs/utility/gmxomp.h