abseil-cpp
https://github.com/abseil/abseil-cpp
C++
Abseil Common Libraries (C++)
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
C++ not yet supported2 Subscribers
Add a CodeTriage badge to abseil-cpp
Help out
- Issues
- [Bug]: linked_hash_set/map: move assignment with unequal, non-propagating allocators uses freed list nodes (set), fails to compile (map)
- Fix use-after-free in linked_hash_set and linked_hash_map move assignment
- Treat clang targeting Windows as a MinGW compiler
- absl::Hash: fixed string pairs that collide for every seed (0 vs 8 bytes, and every 9..16-byte string ending in kMul hashes to 0)
- strings: use floating-point to_chars in RoundTripDoubleToBuffer when available
- Add CPU detection for FreeBSD / OpenBSD AArch64
- Recognize DragonFly BSD, and fix what keeps the tests from running on the BSDs
- Guard ABSL_HAVE_ELF_MEM_IMAGE on <link.h> availability, not a deny-list
- [Bug]: ABSL_HAVE_ELF_MEM_IMAGE assumes every ELF target ships <link.h>
- debugging: define ElfW when the target has no <link.h>
- Docs
- C++ not yet supported