Refactorize command-line & friends 51/33351/4
authorAleksander Zdyb <a.zdyb@samsung.com>
Tue, 13 Jan 2015 08:17:04 +0000 (09:17 +0100)
committerAleksander Zdyb <a.zdyb@samsung.com>
Thu, 15 Jan 2015 10:16:51 +0000 (11:16 +0100)
commitfd216f0574d8531419b20ec8415ab3e735cb3920
treed5ada50257c8e299eaa4a9ea86326c8b830ce2f2
parent9a110997eca4e5a6767234ea3ac4d81110db7ff4
Refactorize command-line & friends

This refactoring run mostly deals with cumbersome
and redundant command-line options framework.

Change-Id: I62369d9faaf0414314e1ea5e450fac2eb7319534
12 files changed:
src/cyad/CMakeLists.txt
src/cyad/CommandlineParser/CmdlineErrors.cpp [new file with mode: 0644]
src/cyad/CommandlineParser/CmdlineErrors.h [new file with mode: 0644]
src/cyad/CommandlineParser/CmdlineOpts.cpp [new file with mode: 0644]
src/cyad/CommandlineParser/CmdlineOpts.h [new file with mode: 0644]
src/cyad/CommandlineParser/CyadCommandlineParser.cpp
src/cyad/CommandlineParser/CyadCommandlineParser.h
src/cyad/CommandsDispatcher.cpp
src/cyad/CommandsDispatcher.h
test/CMakeLists.txt
test/cyad/commandline_errors.cpp
test/cyad/commandline_options.cpp [new file with mode: 0644]