summaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAge
...
* 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
* Add the ability to turn on warnings that get disabled in testsGravatar Derek Mauro2022-12-15
* Prevent all CHECK functions from expanding macros for the error string.Gravatar Mike Kruskal2022-12-13
* Add prefetch to crc32Gravatar Ilya Tokar2022-12-13
* Remove obsolete RFC 3548 from escaping.cc's Base64UnescapeInternal. (Note tha...Gravatar Abseil Team2022-12-12
* Only build the section of flag_benchmark used for viewing theGravatar Derek Mauro2022-12-12
* Add a define for HWCAP_CPUID on platforms that are missing itGravatar Derek Mauro2022-12-12
* Allow Cord to store chunked checksumsGravatar Derek Mauro2022-12-11
* Adding BigQuery package to randen_engine visibilityGravatar Abseil Team2022-12-08
* Fix some ClangTidy warnings in raw_hash_set code.Gravatar Evan Brown2022-12-08
* Fixing macro expansion changes in new logging macros.Gravatar Mike Kruskal2022-12-08
* Eliminate AArch64-specific code paths from LowLevelHashGravatar Benjamin Barenblat2022-12-08
* Change CommonFields from a private base class of raw_hash_set to be the first...Gravatar Evan Brown2022-12-08
* The abridged justification is as follows:Gravatar Abseil Team2022-12-08
* Fixes issue where AbslStringify() breaks formatting with %d for enumsGravatar Phoebe Liang2022-12-07
* Add some missing copts and linkopts in logging and fix the warningsGravatar Derek Mauro2022-12-07
* Remove possible UB from CopyRaw()Gravatar Martijn Vels2022-12-07
* Create alternate absl-prefixed versions of absl logging macros.Gravatar Mike Kruskal2022-12-06
* Merge pull request #1338 from MBkkt:patch-5Gravatar Copybara-Service2022-12-06
|\
* | Move implementations of absl logging to an internal file.Gravatar Mike Kruskal2022-12-06
| * Update non_temporal_memcpy.hGravatar Valery Mironov2022-12-06
|/
* Add a compilation test for recursive hash map typesGravatar Derek Mauro2022-12-02
* Add AbslStringify support for enum types in Substitute.Gravatar Abseil Team2022-12-02
* Use a c++14-style constexpr initialization if c++14 constexpr is available.Gravatar Jorg Brown2022-12-02
* Move the vtable into a function to delay instantiation until the function isGravatar Samuel Benzaquen2022-12-01
* Cosmetic reformatting in a test.Gravatar Marcin Kowalczyk2022-12-01
* Reorder base64 unescape methods to be below the escaping methods.Gravatar Abseil Team2022-11-30