Commit message (Collapse) | Author | ||
---|---|---|---|
2021-04-07 | cmake: slight CMakeLists.txt refactoring | Egor Tensin | |
2021-03-24 | cmake: use install_pdbs() | Egor Tensin | |
2021-03-24 | add `make install`, `make test`, etc. | Egor Tensin | |
Tests can be called using CTest now. | |||
2020-10-18 | cmake: files are per-directory, not per-extension | Egor Tensin | |
2020-10-17 | cmake: no more target_include_directories hacks | Egor Tensin | |
2020-10-17 | cmake: minor tweks for the greater good | Egor Tensin | |
2020-03-14 | add missing copyright headers | Egor Tensin | |
2020-01-13 | clang-format all the code | Egor Tensin | |
2020-01-06 | test: add a comment for the benchmarks | Egor Tensin | |
2020-01-06 | lexer: std:: vs boost:: for whitespace parsing | Egor Tensin | |
Added the corresponding benchmarks too. | |||
2020-01-03 | lexer: add alternative boost::regex implementations | Egor Tensin | |
2020-01-03 | add a basic benchmark for lexer | Egor Tensin | |
I suspect std::regex is _horribly_ slow. Will compare it to boost::regex, then decide. |