aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
* clang-format all the codeEgor Tensin2020-01-13
|
* Travis: only run clang-format on masterEgor Tensin2020-01-13
|
* Travis: run clang-formatEgor Tensin2020-01-13
|
* update cmake-commonEgor Tensin2020-01-13
|
* work around clang-format oddityEgor Tensin2020-01-13
|
* more clang-format friendly boost::program_options usageEgor Tensin2020-01-13
|
* add Boost constraints to CMakeLists.txtEgor Tensin2020-01-11
|
* Travis: fast_finishEgor Tensin2020-01-11
|
* AppVeyor: fast_finishEgor Tensin2020-01-11
|
* appveyor.yml -> .appveyor.ymlEgor Tensin2020-01-11
|
* Travis: build Docker imagesEgor Tensin2020-01-09
|
* update cmake-commonEgor Tensin2020-01-09
|
* remove unnecessary #include-sEgor Tensin2020-01-06
|
* test: add a comment for the benchmarksEgor Tensin2020-01-06
|
* lexer: fix GCC build errorsEgor Tensin2020-01-06
|
* lexer: std:: vs boost:: for whitespace parsingEgor Tensin2020-01-06
| | | | Added the corresponding benchmarks too.
* lexer: switch to Boost.RegexEgor Tensin2020-01-04
|
* Docker: forgot to add Boost.RegexEgor Tensin2020-01-03
|
* update cmake-commonEgor Tensin2020-01-03
| | | | | common.cmake was causing trouble with benchmark & GCC, less intrusive now.
* lexer: refactor details/parse.cpp even moreEgor Tensin2020-01-03
|
* lexer: refactor details/parse.cpp a bitEgor Tensin2020-01-03
|
* 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
|