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 throw_delegate_test when using libc++ with shared libraries
Derek Mauro
2022-11-10
*
Refactor the throw_delegate test into separate test cases
Derek Mauro
2022-11-10
*
Enforce Visual Studio 2017 (MSVC++ 15.0) minumum
Derek Mauro
2022-10-26
*
Use the `-l` form for MinGW-specific link dependencies
Russell Johnston
2022-10-15
*
Configure ABSL_CACHE_ALIGNED for clang-like and MSVC toolchains.
Abseil Team
2022-10-07
*
Merge pull request #1289 from keith:ks/fix-more-clang-deprecated-builtins
Copybara-Service
2022-10-06
|
\
|
*
Fix more clang deprecated builtins
Keith Smiley
2022-10-04
|
/
*
Removes the legacy spellings of the thread annotation macros/functions
Derek Mauro
2022-10-03
*
`absl::base_internal::ReadLongFromFile` should use `O_CLOEXEC` and handle int...
Abseil Team
2022-09-28
*
Split configuration related to cycle clock into separate headers
Abseil Team
2022-09-26
*
Change the macro ABSL_IS_TRIVIALLY_RELOCATABLE into a type trait - absl::is_t...
Evan Brown
2022-09-20
*
Fix "unsafe narrowing" warnings in absl, 8/n.
Abseil Team
2022-09-12
*
Fix "unsafe narrowing" warnings in absl, 10/n.
Abseil Team
2022-09-08
*
Rollback of fix "unsafe narrowing" warnings in absl, 8/n.
Derek Mauro
2022-09-01
*
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
[next]