aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
* update cmake-commonEgor Tensin2020-02-02
|
* Travis: build multi-arch images only on masterEgor Tensin2020-01-30
| | | | They take a _really_ long time, for reasons unclear.
* AppVeyor: leaner configEgor Tensin2020-01-30
| | | | CMake can detect lib*-msvc-* librarydir automatically, I think?
* docker-compose: fix math-client pathEgor Tensin2020-01-29
|
* Makefile: restructureEgor Tensin2020-01-28
|
* prettier MakefileEgor Tensin2020-01-28
|
* Travis: DRY up the configEgor Tensin2020-01-28
|
* Travis: lint the configEgor Tensin2020-01-28
|
* README: update badgesEgor Tensin2020-01-28
|
* docker: multi-arch buildsEgor Tensin2020-01-28
|
* README: updateEgor Tensin2020-01-28
|
* docker: multi-stage buildsEgor Tensin2020-01-28
|
* remove unnecessary static-sEgor Tensin2020-01-14
|
* formatting fixesEgor Tensin2020-01-14
|
* fix .clang-formatEgor Tensin2020-01-14
|
* use clang-format.py instead of clang-format.shEgor Tensin2020-01-14
|
* Travis: only install clang-format when neededEgor Tensin2020-01-13
|
* 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
|