Split command line parsing to separate directory.
authorTeemu Murtola <teemu.murtola@gmail.com>
Sat, 21 Apr 2012 08:07:34 +0000 (11:07 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Sat, 21 Apr 2012 08:36:42 +0000 (11:36 +0300)
commit9f9d331b1d3b2b35bbd13d32f3bbe72dfbddf50b
treec58f36aa5be4dfa8373f4facaf26897e045a0856
parente578a58c2e83a6762c544b34fe122222098d274c
Split command line parsing to separate directory.

Part of IssueID #666.

Change-Id: Ia4969f636fbf6a3b00a9859d6705fc7375f0eb36
15 files changed:
src/gromacs/CMakeLists.txt
src/gromacs/commandline.h [new file with mode: 0644]
src/gromacs/commandline/CMakeLists.txt [new file with mode: 0644]
src/gromacs/commandline/cmdlinehelpwriter-impl.h [moved from src/gromacs/options/cmdlinehelpwriter-impl.h with 92% similarity]
src/gromacs/commandline/cmdlinehelpwriter.cpp [moved from src/gromacs/options/cmdlinehelpwriter.cpp with 98% similarity]
src/gromacs/commandline/cmdlinehelpwriter.h [moved from src/gromacs/options/cmdlinehelpwriter.h with 94% similarity]
src/gromacs/commandline/cmdlineparser-impl.h [moved from src/gromacs/options/cmdlineparser-impl.h with 88% similarity]
src/gromacs/commandline/cmdlineparser.cpp [moved from src/gromacs/options/cmdlineparser.cpp with 98% similarity]
src/gromacs/commandline/cmdlineparser.h [moved from src/gromacs/options/cmdlineparser.h with 96% similarity]
src/gromacs/commandline/tests/CMakeLists.txt [new file with mode: 0644]
src/gromacs/commandline/tests/cmdlineparser.cpp [moved from src/gromacs/options/tests/cmdlineparser.cpp with 98% similarity]
src/gromacs/options.h
src/gromacs/options/tests/CMakeLists.txt
src/gromacs/trajectoryanalysis/cmdlinerunner.cpp
src/testutils/testoptions.cpp