summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* In sanitizer mode, detect when references become invalidated after reserved g...Gravatar Evan Brown2023-01-17
* Tweak the compilation condition for IsHashableTest.PoisonHashGravatar Derek Mauro2023-01-17
* Use NullGuard for signed and unsigned char pointer types, and extend volatile...Gravatar Andy Getzendanner2023-01-13
* Replace the tag "no_test_msvc_x64" with "no_test_lexan" in absl.Gravatar Abseil Team2023-01-12
* Don't use Arm vector intrinsics when compiling with CUDA in device mode.Gravatar Abseil Team2023-01-11
* Improve BitGen stability documentationGravatar Abseil Team2023-01-11
* Import of CCTZ from GitHub.Gravatar Abseil Team2023-01-11
* Update Abseil dependenciesGravatar Derek Mauro2023-01-11
* Refactor InlineData to allow for memory sanitizer changes step 2Gravatar Martijn Vels2023-01-10
* Rollback of PR #1349: direct_mmap: Use off_t on linux...Gravatar Abseil Team2023-01-10
* Replace generic 'base64 encoding' terminology with the specific RFCs they match.Gravatar Abseil Team2023-01-09
* Clarify that Base64 unescaping methods expect their inputs to match particula...Gravatar Abseil Team2023-01-09
* Refactor InlineData to allow for memory sanitizer changes step 1Gravatar Martijn Vels2023-01-09
* Use "#if GTEST_HAS_DEATH_TEST" instead of "#ifdef GTEST_HAS_DEATH_TEST"Gravatar Tom Hughes2023-01-09
* Merge pull request #1356 from MBkkt:patch-6Gravatar Copybara-Service2023-01-09
|\
* | Replace absl::Hash for inputs from 9 to 16 bytes according to AlphaZero findingsGravatar Abseil Team2023-01-07
* | Merge pull request #1349 from kraj:remove-off64_tGravatar Copybara-Service2023-01-06
|\ \
* | | Require 64-bit builds on x86 to use AcceleratedCrcMemcpyEngineGravatar Derek Mauro2023-01-05
* | | In sanitizer mode, detect when invalidated iterators are compared.Gravatar Evan Brown2023-01-05
| | * Fix missing includeGravatar Valery Mironov2023-01-06
| |/ |/|
* | Move description of escaping to code that does the escaping rather than the C...Gravatar Abseil Team2023-01-05
* | Remove ABSL_INTERNAL_UNREACHABLEGravatar Derek Mauro2023-01-04
* | Require 64-bit builds on x86 to use CRC32 hardware accelerationGravatar Derek Mauro2023-01-04
* | Suggest similar flags in case of undefined flags.Gravatar Abseil Team2023-01-04
* | Minor build/whitespace changesGravatar Derek Mauro2023-01-03
| * direct_mmap: Use off_t on linuxGravatar Khem Raj2022-12-28
|/
* Minor include/whitespace changesGravatar Derek Mauro2022-12-28
* Add a comment about the layout of the fields in ThreadIdentityGravatar Abseil Team2022-12-28
* [NFC] fix typo in comment.Gravatar Abseil Team2022-12-27
* Clean up the XRay annotation leftover on mutex.Gravatar Abseil Team2022-12-27
* Fix a bug in iterator validation code in which we don't update the table's re...Gravatar Evan Brown2022-12-22
* Change Bool to BoolT in order to avoid a macro conflict from X11/Xlib.hGravatar Jorg Brown2022-12-22
* Replace ABSL_INTERNAL_UNREACHABLE with ABSL_UNREACHABLE()Gravatar Derek Mauro2022-12-22
* Update `FixedArray` doc comments to match actual template param namesGravatar Lawrence Wolf-Sonkin2022-12-22
* Add a NOLINT to ABSL_UNREACHABLE() to disable the clang-tidy warningGravatar Derek Mauro2022-12-22
* Fix some -Wshorten-64-to-32 for 32bit platformGravatar Abseil Team2022-12-22
* Remove unneeded "friends" from KernelTimeout.Gravatar Abseil Team2022-12-21
* Adds ABSL_UNREACHABLE(), a public symbol to replace ABSL_INTERNAL_UNREACHABLEGravatar Derek Mauro2022-12-21
* bits_benchmark: Fix typo to benchmark the intended functionGravatar Derek Mauro2022-12-20
* Tagged most functions in absl/time/time.h as ABSL_ATTRIBUTE_CONST_FUNCTION or...Gravatar Abseil Team2022-12-20
* Restrict visibility of absl/container:hash_function_defaults.Gravatar Chris Kennelly2022-12-19
* In sanitizer mode, add generations to swisstable iterators and backing arrays...Gravatar Evan Brown2022-12-19
* Adds -Wsign-conversion to LLVM warnings for non-test code sinceGravatar Derek Mauro2022-12-19
* Adds -Wshorten-64-to-32 to LLVM warnings for non-test code sinceGravatar Derek Mauro2022-12-19
* Fix a -Wsign-conversion and some -Wshorten-64-to-32.Gravatar Andy Getzendanner2022-12-19
* Optimize raw_hash_set CountLeadingEmptyOrDeleted() on ArmGravatar Connal de Souza2022-12-19
* Use ABSL_LOG instead of LOG in absl::LogStreamer.Gravatar Andy Getzendanner2022-12-17
* Replace absl::IsConvertibleHelper with std::is_convertibleGravatar Abseil Team2022-12-16
* Add MakeAbsNs to KernelTimeout.Gravatar Abseil Team2022-12-15
* Fix the documentation of the atomic_hook.h registration functions to correctl...Gravatar Greg Falcon2022-12-15