- 15 Apr, 2021 2 commits
-
-
Kip authored
Travis cleanups: install `libgtest-dev`, remove unused apt sources
-
Andrea Pappacoda authored
…unused apt sources
-
- 14 Apr, 2021 4 commits
- 13 Apr, 2021 8 commits
-
-
Kip authored
More traces to Peer class, http server test and change id generation
-
hyperxor authored
-
hyperxor authored
-
Jacob Bogdanov authored
-
Kip authored
Make Travis less verbose
-
Jacob Bogdanov authored
-
Jacob Bogdanov authored
Fixes #858 Replace `Pistache::Optional` with `std::optional`
-
Andrea Pappacoda authored
So that Travis CI builds do not fail if systemctl returns a bad status code
-
- 12 Apr, 2021 3 commits
-
-
Andrea Pappacoda authored
But preserving error logs
-
Kip authored
Update clang-format in Travis
-
Andrea Pappacoda authored
AllowShortBlocksOnASingleLine: Empty was added in clang-format 10
-
- 11 Apr, 2021 3 commits
-
-
Kip authored
Fix warning: backslash-newline at end of file
-
Mathieu Stefani authored
-
hyperxor authored
-
- 10 Apr, 2021 9 commits
-
-
Kip authored
include/pistache/meson.build: Fixed missing meta.h...
-
Kip authored
Fix pkg-config usage with Meson in Readme
-
Kip authored
Add project status in the Readme
-
Andrea Pappacoda authored
-
Andrea Pappacoda authored
Closes #894
-
Kip authored
Reapply #890
-
Andrea Pappacoda authored
See #890
-
Mathieu Stefani authored
-
Mathieu Stefani authored
-
- 09 Apr, 2021 8 commits
-
-
Kip authored
Revert "Meson improvements"
-
Kip authored
-
Kip authored
Meson improvements
-
Andrea Pappacoda authored
…an/control
-
Andrea Pappacoda authored
The .pc file is now generated using Meson generator, so there's no need anymore to store a .pc.in file in the project root and then configure it manually. All dependencies and libraries are automatically set based on what the build target actually uses, so there's no need to manually track all the required libs and flags. As a result, code is much cleaner
-
Andrea Pappacoda authored
Previously there was a check that made it possible for the users to switch between building a static or shared library when using Pistache as a Meson subproject. Now Meson checks for the desired library type before defining any build targets, and if somebody wants to only use the static library it doesn't have to also build the shared one. Also, code is now way cleaner, since the two calls to static_library and shared_library are now a single library() call
-
Kip authored
Move pkg-config private libraries to Libs.private
-
Andrea Pappacoda authored
-
- 06 Apr, 2021 2 commits
- 05 Apr, 2021 1 commit
-
-
hyperxor authored
-