- 12 Jun, 2021 2 commits
-
-
Kip authored
Bump normalize-url from 4.5.0 to 4.5.1 in /pistache.io
-
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>
-
- 10 Jun, 2021 2 commits
-
-
Kip authored
Set up commit hook only if master project and make it "optional"
-
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.
-
- 09 Jun, 2021 2 commits
-
-
Kip authored
Add pre-commit format hook
-
Andrea Pappacoda authored
-
- 05 Jun, 2021 10 commits
-
-
Kip authored
Complete #933
-
Andrea Pappacoda authored
-
Andrea Pappacoda authored
-
Andrea Pappacoda authored
As always, I fogot about something
-
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