Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Travis: fast_finish | Egor Tensin | 2020-01-11 | |
| | ||||
* | AppVeyor: fast_finish | Egor Tensin | 2020-01-11 | |
| | ||||
* | appveyor.yml -> .appveyor.yml | Egor Tensin | 2020-01-11 | |
| | ||||
* | Travis: build Docker images | Egor Tensin | 2020-01-09 | |
| | ||||
* | update cmake-common | Egor Tensin | 2020-01-09 | |
| | ||||
* | remove unnecessary #include-s | Egor Tensin | 2020-01-06 | |
| | ||||
* | test: add a comment for the benchmarks | Egor Tensin | 2020-01-06 | |
| | ||||
* | lexer: fix GCC build errors | Egor Tensin | 2020-01-06 | |
| | ||||
* | lexer: std:: vs boost:: for whitespace parsing | Egor Tensin | 2020-01-06 | |
| | | | | Added the corresponding benchmarks too. | |||
* | lexer: switch to Boost.Regex | Egor Tensin | 2020-01-04 | |
| | ||||
* | Docker: forgot to add Boost.Regex | Egor Tensin | 2020-01-03 | |
| | ||||
* | update cmake-common | Egor Tensin | 2020-01-03 | |
| | | | | | common.cmake was causing trouble with benchmark & GCC, less intrusive now. | |||
* | lexer: refactor details/parse.cpp even more | Egor Tensin | 2020-01-03 | |
| | ||||
* | lexer: refactor details/parse.cpp a bit | Egor Tensin | 2020-01-03 | |
| | ||||
* | Travis: forgot to build Boost.Regex | Egor Tensin | 2020-01-03 | |
| | ||||
* | CI: run the benchmarks | Egor Tensin | 2020-01-03 | |
| | ||||
* | lexer: add alternative boost::regex implementations | Egor Tensin | 2020-01-03 | |
| | ||||
* | cmake: don't install benchmark the library | Egor Tensin | 2020-01-03 | |
| | ||||
* | add a basic benchmark for lexer | Egor Tensin | 2020-01-03 | |
| | | | | | I suspect std::regex is _horribly_ slow. Will compare it to boost::regex, then decide. | |||
* | add Google's benchmark library as a submodule | Egor Tensin | 2020-01-03 | |
| | ||||
* | lexer: split out testing-exposed functions | Egor Tensin | 2020-01-03 | |
| | ||||
* | update cmake-common | Egor Tensin | 2020-01-01 | |
| | ||||
* | README: update | Egor Tensin | 2020-01-01 | |
| | ||||
* | test: add more parser tests | Egor Tensin | 2020-01-01 | |
| | ||||
* | parser: make ^ operator higher priority than unary - | Egor Tensin | 2020-01-01 | |
| | ||||
* | parser: support unary + | Egor Tensin | 2019-12-31 | |
| | ||||
* | parser: refactoring | Egor Tensin | 2019-12-31 | |
| | ||||
* | support the power (^) operator | Egor Tensin | 2019-12-31 | |
| | | | | | It doesn't work with the unary minus currently (as is reflected in the tests), it should have a higher precedence. | |||
* | add .dockerignore | Egor Tensin | 2019-12-30 | |
| | ||||
* | Docker: debian -> alpine | Egor Tensin | 2019-12-30 | |
| | ||||
* | add licensing notes to source files | Egor Tensin | 2019-12-22 | |
| | ||||
* | update cmake-common | Egor Tensin | 2019-12-21 | |
| | ||||
* | Travis: install newer cmake | Egor Tensin | 2019-12-21 | |
| | ||||
* | cmake: use Boost::* targets | Egor Tensin | 2019-12-21 | |
| | ||||
* | cmake: install() PDB files | Egor Tensin | 2019-12-21 | |
| | ||||
* | README: update label on Docker badges | Egor Tensin | 2019-12-19 | |
| | ||||
* | update cmake-common | Egor Tensin | 2019-12-16 | |
| | ||||
* | AppVeyor: %PROJECT_NAME% in artifact names | Egor Tensin | 2019-12-15 | |
| | ||||
* | update cmake-common | Egor Tensin | 2019-12-15 | |
| | ||||
* | update cmake-common | Egor Tensin | 2019-12-15 | |
| | ||||
* | update cmake-common | Egor Tensin | 2019-12-14 | |
| | ||||
* | stress_test.py: check all outputs equal | Egor Tensin | 2019-12-13 | |
| | ||||
* | client: skip \r | Egor Tensin | 2019-12-13 | |
| | ||||
* | don't let the write buffer corrupt | Egor Tensin | 2019-12-13 | |
| | ||||
* | stress_test.py: fix for 3.6 | Egor Tensin | 2019-12-13 | |
| | ||||
* | README: update | Egor Tensin | 2019-12-13 | |
| | ||||
* | Travis: switch to boost/build.py | Egor Tensin | 2019-12-13 | |
| | ||||
* | rename executables | Egor Tensin | 2019-12-13 | |
| | ||||
* | AppVeyor: package artifacts | Egor Tensin | 2019-12-13 | |
| | ||||
* | cmake: install README, LICENSE.txt | Egor Tensin | 2019-12-12 | |
| |