index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
base
Commit message (
Expand
)
Author
Age
*
Fix "unsafe narrowing" warnings in absl, 8/n.
Abseil Team
2022-09-01
*
Fixed header guards to match style guide conventions.
Abseil Team
2022-08-31
*
spinlock.h: Clean up includes
Abseil Team
2022-08-24
*
Don't try to enable use of ARM NEON intrinsics when compiling in CUDA device ...
Abseil Team
2022-08-17
*
Delete #include.
Kim Hyun
2022-08-11
*
- Fix deprecated header in visual studio version 17.3.0 C++20
Hyun
2022-08-10
*
Disable ABSL_HAVE_STD_IS_TRIVIALLY_ASSIGNABLE for clang-cl.
Abseil Team
2022-08-05
*
Map the absl::is_trivially_* functions to their std impl
Abseil Team
2022-08-05
*
Fix "unsafe narrowing" warnings in absl, 2/n.
Abseil Team
2022-08-01
*
Fix "unsafe narrowing" warnings in absl, 1/n.
Abseil Team
2022-07-28
*
Add ABSL_IS_TRIVIALLY_RELOCATABLE and ABSL_ATTRIBUTE_TRIVIAL_ABI macros for u...
Evan Brown
2022-07-27
*
Renamespace absl::raw_logging_internal to absl::raw_log_internal to match (up...
Andy Getzendanner
2022-07-20
*
Move Abseil to C++14 minimum
Derek Mauro
2022-07-06
*
PR #1197: absl/base/internal/direct_mmap.h: fix musl build on mips
Fabrice Fontaine
2022-06-16
*
absl/base/internal/invoke: Ignore bogus warnings on GCC >= 11
Dino Radakovic
2022-06-16
*
Reformulate documentation of ABSL_LOCKS_EXCLUDED.
Abseil Team
2022-06-10
*
absl/base/internal/invoke.h: Use ABSL_INTERNAL_CPLUSPLUS_LANG for language ve...
Dino Radakovic
2022-06-09
*
Fix C++17 constexpr storage deprecation warnings
Derek Mauro
2022-06-09
*
Optimize SwissMap iteration by another 5-10% for ARM
Abseil Team
2022-06-09
*
Remove unintended defines from config.h
James Y Knight
2022-06-07
*
Optimize SwissMap for ARM by 3-8% for all operations
Abseil Team
2022-06-06
*
Merge pull request #714 from kgotlinux:patch-2
Copybara-Service
2022-06-02
|
\
*
|
Include proper #includes for POSIX thread identity implementation when using ...
Andy Getzendanner
2022-06-02
*
|
Disable tests on some platforms where they currently fail.
Tom Rybka
2022-06-02
*
|
Stop using sleep timeouts for Linux futex-based SpinLock
Derek Mauro
2022-05-31
*
|
Enable __thread on Asylo
Abseil Team
2022-05-26
*
|
Add implementation of is_invocable_r to absl::base_internal for C++ < 17, def...
Dino Radakovic
2022-05-26
*
|
Optimize SwissMap iteration for aarch64 by 5-6%
Abseil Team
2022-05-26
*
|
Don't default to the unscaled cycle clock on any Apple targets.
Tom Rybka
2022-05-19
*
|
Use SSE instructions for prefetch when __builtin_prefetch is unavailable
Derek Mauro
2022-05-18
*
|
Replace direct uses of __builtin_prefetch from SwissTable with the wrapper fu...
Greg Falcon
2022-05-18
*
|
Cast away an unused variable to play nice with -Wunused-but-set-variable.
Abseil Team
2022-05-17
*
|
raw_logging: Extract the inlined no-hook-registered behavior for LogPrefixHoo...
Andy Getzendanner
2022-05-17
*
|
raw_logging: Document that AbortHook's buffers live for as long as the proces...
Andy Getzendanner
2022-05-05
*
|
raw_logging: Rename SafeWriteToStderr to indicate what about it is safe (answ...
Andy Getzendanner
2022-05-04
*
|
raw_logging: Rename LogPrefixHook to reflect the other half of it's job (filt...
Andy Getzendanner
2022-05-04
*
|
Adds ABSL_CONST_INIT to initializing declarations where it is missing
Derek Mauro
2022-04-25
*
|
Export of internal Abseil changes
Abseil Team
2022-04-18
*
|
Export of internal Abseil changes
Abseil Team
2022-04-14
*
|
Export of internal Abseil changes
Abseil Team
2022-04-12
*
|
Export of internal Abseil changes
Abseil Team
2022-04-07
*
|
Export of internal Abseil changes
Abseil Team
2022-04-04
*
|
Export of internal Abseil changes
Abseil Team
2022-03-31
*
|
Export of internal Abseil changes
Abseil Team
2022-03-29
*
|
Support for QNX (#1147)
Calvin Ke
2022-03-25
*
|
Exclude unsupported x64 intrinsics from ARM64EC (#1135)
Ben Niu
2022-03-18
*
|
Export of internal Abseil changes
Abseil Team
2022-03-17
*
|
Export of internal Abseil changes
Abseil Team
2022-03-15
*
|
Export of internal Abseil changes
Abseil Team
2022-03-14
*
|
Add NetBSD support (#1121)
Thomas Klausner
2022-03-08
[next]