aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
* Travis: forgot to build Boost.RegexEgor Tensin2020-01-03
|
* CI: run the benchmarksEgor Tensin2020-01-03
|
* lexer: add alternative boost::regex implementationsEgor Tensin2020-01-03
|
* cmake: don't install benchmark the libraryEgor Tensin2020-01-03
|
* add a basic benchmark for lexerEgor Tensin2020-01-03
| | | | | I suspect std::regex is _horribly_ slow. Will compare it to boost::regex, then decide.
* add Google's benchmark library as a submoduleEgor Tensin2020-01-03
|
* lexer: split out testing-exposed functionsEgor Tensin2020-01-03
|
* update cmake-commonEgor Tensin2020-01-01
|
* README: updateEgor Tensin2020-01-01
|
* test: add more parser testsEgor Tensin2020-01-01
|
* parser: make ^ operator higher priority than unary -Egor Tensin2020-01-01
|
* parser: support unary +Egor Tensin2019-12-31
|
* parser: refactoringEgor Tensin2019-12-31
|
* support the power (^) operatorEgor Tensin2019-12-31
| | | | | It doesn't work with the unary minus currently (as is reflected in the tests), it should have a higher precedence.
* add .dockerignoreEgor Tensin2019-12-30
|
* Docker: debian -> alpineEgor Tensin2019-12-30
|
* add licensing notes to source filesEgor Tensin2019-12-22
|
* update cmake-commonEgor Tensin2019-12-21
|
* Travis: install newer cmakeEgor Tensin2019-12-21
|
* cmake: use Boost::* targetsEgor Tensin2019-12-21
|
* cmake: install() PDB filesEgor Tensin2019-12-21
|
* README: update label on Docker badgesEgor Tensin2019-12-19
|
* update cmake-commonEgor Tensin2019-12-16
|
* AppVeyor: %PROJECT_NAME% in artifact namesEgor Tensin2019-12-15
|
* update cmake-commonEgor Tensin2019-12-15
|
* update cmake-commonEgor Tensin2019-12-15
|
* update cmake-commonEgor Tensin2019-12-14
|
* stress_test.py: check all outputs equalEgor Tensin2019-12-13
|
* client: skip \rEgor Tensin2019-12-13
|
* don't let the write buffer corruptEgor Tensin2019-12-13
|
* stress_test.py: fix for 3.6Egor Tensin2019-12-13
|
* README: updateEgor Tensin2019-12-13
|
* Travis: switch to boost/build.pyEgor Tensin2019-12-13
|
* rename executablesEgor Tensin2019-12-13
|
* AppVeyor: package artifactsEgor Tensin2019-12-13
|
* cmake: install README, LICENSE.txtEgor Tensin2019-12-12
|
* stress_test.py: call check_returncode()Egor Tensin2019-12-12
|
* Travis: x86 buildsEgor Tensin2019-12-11
|
* bin/unit_tests -> bin/test/unit_testsEgor Tensin2019-12-10
|
* AppVeyor/Travis: switch to cmake/buildEgor Tensin2019-12-10
|
* README: updateEgor Tensin2019-12-10
|
* server: use safe & portable Boost.DateTime functionsEgor Tensin2019-12-10
|
* AppVeyor: Release builds only on masterEgor Tensin2019-12-10
|
* clean up build warningsEgor Tensin2019-12-10
|
* docker-compose: binaries in /usr/local/binEgor Tensin2019-12-10
|
* Docker: refactor Dockerfile-sEgor Tensin2019-12-10
|
* Docker: install using CMakeEgor Tensin2019-12-09
|
* link to pthreads in CMakeLists.txtEgor Tensin2019-12-09
|
* use CMake's install() for predictable pathsEgor Tensin2019-12-09
| | | | | This will allow to merge the scripts for the two CIs in the future, hopefully.
* update cmake-commonEgor Tensin2019-12-09
|