index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
Commit message (
Expand
)
Author
Age
*
Fix a typo of absl::Nonnull in the example comment.
Abseil Team
2023-07-10
*
Rename `absl::NonNull` to `absl::Nonnull`.
Abseil Team
2023-07-06
*
symbolize_test: Add an indirection for getting the PC from function ptr.
Tom Rybka
2023-07-06
*
Correct std::optional/variant/any auto-detection for Apple platforms.
James Y Knight
2023-07-06
*
Clarify that lazy_emplace returns an iterator to the new element when lookup ...
Abseil Team
2023-07-05
*
absl: extend Condition::kTrue comment
Abseil Team
2023-07-01
*
roll forward: Make data members of CommonFields be private so that it's easie...
Evan Brown
2023-06-30
*
rollback: Make data members of CommonFields be private so that it's easier to...
Evan Brown
2023-06-30
*
Rolls back use of emscripten_errn as some implementations may not be compatible.
Abseil Team
2023-06-30
*
Make data members of CommonFields be private so that it's easier to change ho...
Evan Brown
2023-06-30
*
Use new emscripten_errn to avoid copying strings.
Abseil Team
2023-06-29
*
Import of CCTZ from GitHub.
Abseil Team
2023-06-29
*
Fix symbolization on PowerPC ELF v1
Benjamin Barenblat
2023-06-29
*
Support Qualcomm Hexagon DSP targets.
Abseil Team
2023-06-29
*
Fix typo
Abseil Team
2023-06-29
*
Introduce a kTotalMorePrecise accounting mode for Cord::EstimatedMemoryUsage(...
Abseil Team
2023-06-29
*
Wrap the Emscripten version macros into an (internal) macro blob for easier c...
Andy Getzendanner
2023-06-28
*
Roll forward of CCTZ update; fixed by clang release.
Abseil Team
2023-06-28
*
Refactor bit tests to allow for the testing of more types
Eric Fiselier
2023-06-28
*
Rollback of CCTZ update due to crash in clang ObjcLink.
Abseil Team
2023-06-28
*
Import of CCTZ from GitHub.
Gennadiy Rozental
2023-06-27
*
Fix the check for #include <bit>
Derek Mauro
2023-06-26
*
AnyInvocable: Use enums instead of ints in initialization overload set
Dino Radakovic
2023-06-26
*
Add absl::HwasanTagPointer() to allow users to change HWASAN tags
Abseil Team
2023-06-23
*
Support for int128 to string type conversion.
Tsige Solomon
2023-06-21
*
absl: add a Mutex::Await/LockWhen test
Abseil Team
2023-06-20
*
absl: fix lint errors in Mutex
Abseil Team
2023-06-20
*
Add missing #include <limits>
Derek Mauro
2023-06-20
*
Avoid trying to use __is_trivially_relocatable with NVCC
Derek Mauro
2023-06-20
*
absl: cosmetic changes for Mutex
Abseil Team
2023-06-20
*
absl: reformat Mutex-related files
Abseil Team
2023-06-20
*
Add Nullability annotations to Abseil.
Abseil Team
2023-06-20
*
Ensure arrays are 16-byte aligned before casting to uint128
Abseil Team
2023-06-16
*
Use std::is_final instead of a non-portable implementation
Derek Mauro
2023-06-16
*
absl: fix Mutex writer starvation related to uninit priority
Abseil Team
2023-06-16
*
absl: move comment in mutex.cc to where it belongs
Abseil Team
2023-06-15
*
The current aarch64 large-stack frame error handling is unsophisticated,
Abseil Team
2023-06-15
*
Rename AsyncSignalSafeWriteToStderr to AsyncSignalSafeWriteError.
Abseil Team
2023-06-15
*
Bug fix
Tsige Solomon
2023-06-15
*
For web assembly, implement raw logging as direct JS console logging.
Abseil Team
2023-06-14
*
Remove two_ASCII_digits and replace with a scalar algorithm
Abseil Team
2023-06-13
*
Functions added: FindLongestCommonSuffix, FindLongestCommonPrefix.
Tsige Solomon
2023-06-12
*
Removes unused methods CRC::Empty() and CRC::Concat() from the internal
Abseil Team
2023-06-12
*
Merge pull request #1475 from anpol:placement-new-array-needs-more-space
Copybara-Service
2023-06-12
|
\
*
|
Adding more support and testing for int128 and uint128 flags from cl/534444213
Abseil Team
2023-06-12
*
|
Fix behaviors of StrCat() and StrFormat() regarding char types and enum types.
Greg Falcon
2023-06-12
*
|
DirectMmap: Use off_t instead of off64_t for the offset parameter
Derek Mauro
2023-06-12
|
*
Fix buffer overflow in a placement `new[]` storage test.
Andrei Polushin
2023-06-12
|
/
*
Optimize Cord Refcount decrement.
Connal de Souza
2023-06-09
*
Merge pull request #1472 from pateldeev:iv
Copybara-Service
2023-06-09
|
\
[next]