aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/server/lexer/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAge
* cmake: no more target_include_directories hacksEgor Tensin2020-10-17
|
* cmake: minor tweks for the greater goodEgor Tensin2020-10-17
|
* can't believe Boost::disable_autolinking isn't everywhereEgor Tensin2020-10-04
|
* lexer: add alternative boost::regex implementationsEgor Tensin2020-01-03
|
* lexer: split out testing-exposed functionsEgor Tensin2020-01-03
|
* split server into multiple componentsEgor Tensin2019-12-07
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.