Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | stress_test.py: call check_returncode() | Egor Tensin | 2019-12-12 | |
| | ||||
* | Travis: x86 builds | Egor Tensin | 2019-12-11 | |
| | ||||
* | bin/unit_tests -> bin/test/unit_tests | Egor Tensin | 2019-12-10 | |
| | ||||
* | AppVeyor/Travis: switch to cmake/build | Egor Tensin | 2019-12-10 | |
| | ||||
* | README: update | Egor Tensin | 2019-12-10 | |
| | ||||
* | server: use safe & portable Boost.DateTime functions | Egor Tensin | 2019-12-10 | |
| | ||||
* | AppVeyor: Release builds only on master | Egor Tensin | 2019-12-10 | |
| | ||||
* | clean up build warnings | Egor Tensin | 2019-12-10 | |
| | ||||
* | docker-compose: binaries in /usr/local/bin | Egor Tensin | 2019-12-10 | |
| | ||||
* | Docker: refactor Dockerfile-s | Egor Tensin | 2019-12-10 | |
| | ||||
* | Docker: install using CMake | Egor Tensin | 2019-12-09 | |
| | ||||
* | link to pthreads in CMakeLists.txt | Egor Tensin | 2019-12-09 | |
| | ||||
* | use CMake's install() for predictable paths | Egor Tensin | 2019-12-09 | |
| | | | | | This will allow to merge the scripts for the two CIs in the future, hopefully. | |||
* | update cmake-common | Egor Tensin | 2019-12-09 | |
| | ||||
* | AppVeyor: build w/ Visual Studio 2017 | Egor Tensin | 2019-12-09 | |
| | ||||
* | AppVeyor: build for Win32 | Egor Tensin | 2019-12-09 | |
| | ||||
* | add LICENSE.txt | Egor Tensin | 2019-12-09 | |
| | ||||
* | CC_CXX_STANDARD -> CMakeLists.txt | Egor Tensin | 2019-12-09 | |
| | ||||
* | update cmake-common | Egor Tensin | 2019-12-09 | |
| | ||||
* | AppVeyor: pull submodules | Egor Tensin | 2019-12-09 | |
| | ||||
* | client/Dockerfile: fix a typo | Egor Tensin | 2019-12-09 | |
| | ||||
* | cmake-common: use C++17 | Egor Tensin | 2019-12-09 | |
| | ||||
* | Docker: no dist-upgrade in Dockerfile-s | Egor Tensin | 2019-12-09 | |
| | ||||
* | AppVeyor/Travis: remove options also present in common.cmake | Egor Tensin | 2019-12-09 | |
| | ||||
* | set minimum CMake version | Egor Tensin | 2019-12-09 | |
| | ||||
* | remove duplicate common.cmake | Egor Tensin | 2019-12-09 | |
| | ||||
* | add cmake-common as a submodule | Egor Tensin | 2019-12-09 | |
| | ||||
* | AppVeyor: add badge to README | Egor Tensin | 2019-12-08 | |
| | ||||
* | enable tests in CI builds | Egor Tensin | 2019-12-08 | |
| | ||||
* | add AppVeyor config | Egor Tensin | 2019-12-08 | |
| | ||||
* | Travis: add badge to README | Egor Tensin | 2019-12-08 | |
| | ||||
* | add Docker build badges to README | Egor Tensin | 2019-12-08 | |
| | ||||
* | add Travis config | Egor Tensin | 2019-12-08 | |
| | ||||
* | fix server/Dockerfile | Egor Tensin | 2019-12-08 | |
| | ||||
* | fix Visual Studio 2019 errors | Egor Tensin | 2019-12-08 | |
| | | | | | | Some std::string_view::string_view couldn't be resolved. Additionally, couldn't construct std::string_view from an initializer list sometimes, similar to the infamous std::vector constructor woes. | |||
* | server: proper integer types | Egor Tensin | 2019-12-08 | |
| | | | | So that VS 2019 doesn't complain. |