-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev #32
Conversation
* Change every usage of std::optional to tl::optional where possible, because that allows using the [[nodiscard]] attribute on the class, giving off extra warnings. * Change HttpHeaders to an unordered_map, as that makes more sense in how to use them * Add base64, as the Etcd V2 auth uses HTTP Basic Authentication * Update to latest glaze, fixes a misaligned address load.
…rmatter Also expose size and type_name
…n a particular order
…lementations. Also add some Raspberry Pi benchmark results. This means we can remove abseil as its only remaining use for Ichor is the btree multimap. However, users can still opt to create their own event queue implementation with abseil.
…nish within my lifespan
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #32 +/- ##
==========================================
+ Coverage 75.51% 82.29% +6.78%
==========================================
Files 143 183 +40
Lines 6771 9834 +3063
==========================================
+ Hits 5113 8093 +2980
- Misses 1658 1741 +83 ☔ View full report in Codecov by Sentry. |
New Features / Significant Changes
/users/{id}?{queryParam1}={valueParam1}
_FORTIFY_SOURCE=3
and other security related flags on non-windows builds when using hardeningThird-party Libraries
Bug Fixes