aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/server/lexer/CMakeLists.txt (unfollow)
Commit message (Collapse)Author
2020-01-03lexer: add alternative boost::regex implementationsEgor Tensin
2020-01-03lexer: split out testing-exposed functionsEgor Tensin
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.