- 03 Sep, 2021 2 commits
-
-
Kip authored
Moved Debian data to the `debian` branch
-
Andrea Pappacoda authored
-
- 30 Aug, 2021 2 commits
-
-
Kip authored
fix: remove extra ; in include/http.h
-
Andrea Pappacoda authored
-
- 10 Aug, 2021 2 commits
-
-
Kip authored
also check for linking with libatomic
-
Jurij Robba authored
-
- 05 Aug, 2021 2 commits
-
-
Kip authored
include/pistache/typeid.h: include stddef.h
-
Fabrice Fontaine authored
Include cstddef to avoid the following build failure with gcc 11: In file included from /tmp/instance-3/output-1/build/pistache-f2f5a50f/src/../include/pistache/async.h:10, from /tmp/instance-3/output-1/build/pistache-f2f5a50f/src/../include/pistache/client.h:9, from /tmp/instance-3/output-1/build/pistache-f2f5a50f/src/client/client.cc:7: /tmp/instance-3/output-1/build/pistache-f2f5a50f/src/../include/pistache/typeid.h:26:12: error: expected type-specifier before 'size_t' 26 | operator size_t() const { return reinterpret_cast<size_t>(id_); } | ^~~~~~ Fixes: - http://autobuild.buildroot.org/results/2443559df8c2357476e4cbdbebb08280cbb80a3bSigned-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-
- 07 Jul, 2021 8 commits
-
-
Kip authored
autopkgtest: don't fail on testbed failures
-
Andrea Pappacoda authored
autopkgtest is flaky and sometimes fails even if the code is completely fine. When it crashes like this, it exits with code 16. With this change all CI runs that exit with code 16 won't be considered failures, but will just report a warning. For more info, see `man autopkgtest`
-
Kip authored
Move the Http client to `Pistache::Experimental`
-
Kip authored
`chmod +x .hooks/pre-commit`
-
Kip authored
Cleanups
-
Andrea Pappacoda authored
-
Andrea Pappacoda authored
Closes #952. To be merged after #955
-
Andrea Pappacoda authored
Nested namespaces in serializer/rapidjson.h and client.cc, reformat all files, add .clang-format-ignore ignoring subprojects, use angled brackets when including gtest.h. Huge diff because of whitespace changes
-
- 05 Jul, 2021 2 commits
-
-
Kip authored
Fix serializer install and remove unneeded prefix
-
Andrea Pappacoda authored
Fixes #950
-
- 02 Jul, 2021 1 commit
-
-
Kip authored
Add support for multiple archs in autopkgtest CI
-
- 01 Jul, 2021 1 commit
-
-
Andrea Pappacoda authored
This took **a lot** of time, as autopkgtest-build-qemu has been able to build non-x86 for less than a release (version 5.17, unreleased), and it isn't meant to be (easly) used on Ubuntu (and unfortunately GH Actions only support Ubuntu). This is extremely fragile; adding a CPU core breaks something, adding a MB of RAM breaks something, installing recommended packages breaks something... you get it. But it works. Beautiful, isn't it? This currently tests amd64, arm64. armhf, i386 and ppc64el. s390x seems unsupported by autopkgtest-build-qemu. If you're curious to see how many trials it took, have a look at this test branch: github.com/Tachi107/pistache/tree/actions-autopkgtest-multiarch-test
-
- 28 Jun, 2021 6 commits
-
-
Kip authored
Bump prismjs from 1.23.0 to 1.24.0 in /pistache.io
-
dependabot[bot] authored
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.0 to 1.24.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](https://github.com/PrismJS/prism/compare/v1.23.0...v1.24.0) --- updated-dependencies: - dependency-name: prismjs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
-
Kip authored
Add autopkgtest GitHub Action
-
Andrea Pappacoda authored
-
Andrea Pappacoda authored
This CI workflow builds and tests every commit and PR using autopkgtest. It builds a Debian Testing image using autopkgtest-build-qemu (autopkgtest-buildvm-ubuntu-cloud was too slow), builds the source package and test is with autopkgtest. I'm trying to set this up for multiple architectures (see https://github.com/Tachi107/pistache/tree/actions-autopkgtest), but for whatever reason Ubuntu's autopkgtest-build-qemu is unable to build images for foreign architectures, as it fails with "E: Unable to locate package linux-image-arm64", while it should be downloading it from https://packages.debian.org/testing/linux-image-arm64. If you know how to help please let me know.
-
Kip authored
Remove --no-tests option when preparing tarballs
-
- 27 Jun, 2021 3 commits
-
-
Andrea Pappacoda authored
The option was added in Meson 0.550, but we target Meson 0.50
-
Kip authored
Move copyright notices down the title in docs
-
Andrea Pappacoda authored
Otherwise Docusaurus can't see the document's title
-
- 26 Jun, 2021 3 commits
-
-
Kip authored
Make Pistache REUSE compliant
-
Andrea Pappacoda authored
-
Andrea Pappacoda authored
Reuse is a specification that aims at making licensing of open source software easier. You basically have to include an SPDX header in all files, and when this isn't possible you create a file named filename.license containing the header. While I find this a bit too much this is also the only way of reliably determining the license and the copyright holder of a certain file. The use of SPDX tags has been adopted by projects like the Linux Kernel (torvalds/linux/commit/a61127c2130236168321cc76c5a58e15c00ad154), systemd, etc, and I find it way better that including a long copyright notice on top of every file. I didn't add any email address, but if you'd like to it is completely possible to add them in the SPDX-FileCopyrightText tag, between angle brackets. The specification is available on https://reuse.software
-
- 21 Jun, 2021 7 commits
-
-
Kip authored
Make date.h and cpp-httplib proper dependencies
-
Andrea Pappacoda authored
-
Andrea Pappacoda authored
-
Timmons C. Player authored
New connections can come from either IPv4 or IPv6 addresses. Hence, use a sockaddress structure that can handle both.
-
Andrea Pappacoda authored
-
dependabot[bot] authored
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/sindresorhus/normalize-url/releases) - [Commits](https://github.com/sindresorhus/normalize-url/commits) --- updated-dependencies: - dependency-name: normalize-url dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
-
Andrea Pappacoda authored
If someone is building Pistache from source as a subproject they are not going to commit any changes from there, and setting up the pre-commit hook is pointless. It is now also optional, since git is not stictly needed to build the library, and if you don't have git installed you are probably not going to commit.
-
- 19 Jun, 2021 1 commit
-
-
Andrea Pappacoda authored
Otherwise Debian packaging wouldn't be possible.
-