Drop Boost dependency

Boost was only used for program option parsing. To avoid this huge
dependency, this commit replaces boost::program_options with cxxopts,
a header-only library with the same functionality.

cxxopts is added as a submodule, and Boost is removed from the
dependencies in the code and Travis configuration.
This commit is contained in:
2018-03-25 16:59:15 +02:00
parent 50ebf3c6de
commit e01506f9ff
7 changed files with 51 additions and 50 deletions

3
.gitmodules vendored
View File

@@ -4,3 +4,6 @@
[submodule "lib/catch"]
path = lib/catch
url = https://github.com/catchorg/Catch2
[submodule "lib/cxxopts"]
path = lib/cxxopts
url = https://github.com/jarro2783/cxxopts