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
*
Don't use Arm vector intrinsics when compiling with CUDA in device mode.
Abseil Team
2023-01-11
*
Improve BitGen stability documentation
Abseil Team
2023-01-11
*
Import of CCTZ from GitHub.
Abseil Team
2023-01-11
*
Refactor InlineData to allow for memory sanitizer changes step 2
Martijn Vels
2023-01-10
*
Rollback of PR #1349: direct_mmap: Use off_t on linux...
Abseil Team
2023-01-10
*
Replace generic 'base64 encoding' terminology with the specific RFCs they match.
Abseil Team
2023-01-09
*
Clarify that Base64 unescaping methods expect their inputs to match particula...
Abseil Team
2023-01-09
*
Refactor InlineData to allow for memory sanitizer changes step 1
Martijn Vels
2023-01-09
*
Use "#if GTEST_HAS_DEATH_TEST" instead of "#ifdef GTEST_HAS_DEATH_TEST"
Tom Hughes
2023-01-09
*
Merge pull request #1356 from MBkkt:patch-6
Copybara-Service
2023-01-09
|
\
*
|
Replace absl::Hash for inputs from 9 to 16 bytes according to AlphaZero findings
Abseil Team
2023-01-07
*
|
Merge pull request #1349 from kraj:remove-off64_t
Copybara-Service
2023-01-06
|
\
\
*
|
|
Require 64-bit builds on x86 to use AcceleratedCrcMemcpyEngine
Derek Mauro
2023-01-05
*
|
|
In sanitizer mode, detect when invalidated iterators are compared.
Evan Brown
2023-01-05
|
|
*
Fix missing include
Valery Mironov
2023-01-06
|
|
/
|
/
|
*
|
Move description of escaping to code that does the escaping rather than the C...
Abseil Team
2023-01-05
*
|
Remove ABSL_INTERNAL_UNREACHABLE
Derek Mauro
2023-01-04
*
|
Require 64-bit builds on x86 to use CRC32 hardware acceleration
Derek Mauro
2023-01-04
*
|
Suggest similar flags in case of undefined flags.
Abseil Team
2023-01-04
*
|
Minor build/whitespace changes
Derek Mauro
2023-01-03
|
*
direct_mmap: Use off_t on linux
Khem Raj
2022-12-28
|
/
*
Minor include/whitespace changes
Derek Mauro
2022-12-28
*
Add a comment about the layout of the fields in ThreadIdentity
Abseil Team
2022-12-28
*
[NFC] fix typo in comment.
Abseil Team
2022-12-27
*
Clean up the XRay annotation leftover on mutex.
Abseil Team
2022-12-27
*
Fix a bug in iterator validation code in which we don't update the table's re...
Evan Brown
2022-12-22
*
Change Bool to BoolT in order to avoid a macro conflict from X11/Xlib.h
Jorg Brown
2022-12-22
*
Replace ABSL_INTERNAL_UNREACHABLE with ABSL_UNREACHABLE()
Derek Mauro
2022-12-22
*
Update `FixedArray` doc comments to match actual template param names
Lawrence Wolf-Sonkin
2022-12-22
*
Add a NOLINT to ABSL_UNREACHABLE() to disable the clang-tidy warning
Derek Mauro
2022-12-22
*
Fix some -Wshorten-64-to-32 for 32bit platform
Abseil Team
2022-12-22
*
Remove unneeded "friends" from KernelTimeout.
Abseil Team
2022-12-21
*
Adds ABSL_UNREACHABLE(), a public symbol to replace ABSL_INTERNAL_UNREACHABLE
Derek Mauro
2022-12-21
*
bits_benchmark: Fix typo to benchmark the intended function
Derek Mauro
2022-12-20
*
Tagged most functions in absl/time/time.h as ABSL_ATTRIBUTE_CONST_FUNCTION or...
Abseil Team
2022-12-20
*
Restrict visibility of absl/container:hash_function_defaults.
Chris Kennelly
2022-12-19
*
In sanitizer mode, add generations to swisstable iterators and backing arrays...
Evan Brown
2022-12-19
*
Adds -Wsign-conversion to LLVM warnings for non-test code since
Derek Mauro
2022-12-19
*
Adds -Wshorten-64-to-32 to LLVM warnings for non-test code since
Derek Mauro
2022-12-19
*
Fix a -Wsign-conversion and some -Wshorten-64-to-32.
Andy Getzendanner
2022-12-19
*
Optimize raw_hash_set CountLeadingEmptyOrDeleted() on Arm
Connal de Souza
2022-12-19
*
Use ABSL_LOG instead of LOG in absl::LogStreamer.
Andy Getzendanner
2022-12-17
*
Replace absl::IsConvertibleHelper with std::is_convertible
Abseil Team
2022-12-16
*
Add MakeAbsNs to KernelTimeout.
Abseil Team
2022-12-15
*
Fix the documentation of the atomic_hook.h registration functions to correctl...
Greg Falcon
2022-12-15
*
Add the ability to turn on warnings that get disabled in tests
Derek Mauro
2022-12-15
*
Prevent all CHECK functions from expanding macros for the error string.
Mike Kruskal
2022-12-13
*
Add prefetch to crc32
Ilya Tokar
2022-12-13
*
Remove obsolete RFC 3548 from escaping.cc's Base64UnescapeInternal. (Note tha...
Abseil Team
2022-12-12
*
Only build the section of flag_benchmark used for viewing the
Derek Mauro
2022-12-12
[next]