aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/server/main/settings.hpp (unfollow)
Commit message (Collapse)Author
2020-01-14formatting fixesEgor Tensin
2020-01-13clang-format all the codeEgor Tensin
2020-01-13more clang-format friendly boost::program_options usageEgor Tensin
2019-12-22add licensing notes to source filesEgor Tensin
2019-12-08server: proper integer typesEgor Tensin
So that VS 2019 doesn't complain.
2019-12-07split server into multiple componentsEgor Tensin
In a vague attempt to make header files more readable, split server/ into a number of components. Also, refactor the unit tests to use the "Data-driven test cases" of Boost.Test.