- 05 Jun, 2021 6 commits
-
-
Kip authored
Fix some compiler and clang-tidy warnings
-
Andrea Pappacoda authored
Use `override`, `= default` instead of `{}`, remove std::moves of const& objects, use `[[maybe_unused]]`, use `nullptr` instead of `0`, rename function parameters so that they are the same in declarations and definitions, use `const auto&` instead of `const auto` when appropriate, use structured bindings, use C++ casts instead of C-style casts, use `.empty()` instead of `.size() == 0`, use `.emplace_back()` when appropriate, use bool literals instead of `0` and `1`, use `auto*` instead of `auto`, fix #928, close #897
-
Kip authored
Use std::string_view
-
Kip authored
Bump ws from 6.2.1 to 6.2.2 in /pistache.io
-
Andrea Pappacoda authored
include/view.h is now unused, and could be removed, even though I would keep it untill C++20 (std::span)
-
dependabot[bot] authored
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/commits) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 04 Jun, 2021 2 commits
-
-
Kip authored
Nested namespaces
-
Andrea Pappacoda authored
-
- 29 May, 2021 2 commits
-
-
Kip authored
Bump dns-packet from 1.3.1 to 1.3.4 in /pistache.io
-
dependabot[bot] authored
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. - [Release notes](https://github.com/mafintosh/dns-packet/releases) - [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md) - [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 22 May, 2021 1 commit
-
-
Kip authored
README.md: Updated @octal's relation to the project and current IRC channel coordinates since hostile Freenode takeover...
-
- 21 May, 2021 2 commits
- 19 May, 2021 3 commits
- 11 May, 2021 1 commit
-
-
Kip authored
Remove custom format target in Meson
-
- 08 May, 2021 8 commits
-
-
Kip authored
Update Docusaurus version and deploy script
-
Andrea Pappacoda authored
-
Kip authored
Bump url-parse from 1.4.7 to 1.5.1 in /pistache.io
-
Kip authored
Bump lodash from 4.17.20 to 4.17.21 in /pistache.io
-
dependabot[bot] authored
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1) Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21) Signed-off-by:
dependabot[bot] <support@github.com>
-
Kip authored
Bump ua-parser-js from 0.7.23 to 0.7.28 in /pistache.io
-
dependabot[bot] authored
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.23 to 0.7.28. - [Release notes](https://github.com/faisalman/ua-parser-js/releases) - [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.23...0.7.28) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 07 May, 2021 2 commits
-
-
Kip authored
Check if `-latomic` is needed
-
Andrea Pappacoda authored
Fixes #916
-
- 06 May, 2021 1 commit
-
-
hyperxor authored
-
- 01 May, 2021 2 commits
- 26 Apr, 2021 2 commits
- 22 Apr, 2021 1 commit
-
-
Alexey authored
-
- 18 Apr, 2021 2 commits
-
-
Kip authored
Use GTest imported target in tests/CMakeLists.txt
-
Andrea Pappacoda authored
-
- 15 Apr, 2021 3 commits
-
-
Kip authored
Travis cleanups: install `libgtest-dev`, remove unused apt sources
-
Andrea Pappacoda authored
…unused apt sources
-
Andrea Pappacoda authored
I've just found out that Meson automatically sets up a clang-format target when clang-format is found on the system, so there's no need to manually add that target. It can be ran with ninja clang-format
-
- 14 Apr, 2021 2 commits