summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge pull request #1341 from h-vetinari:pkgconfigGravatar Copybara-Service2022-12-14
|\
* | 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
| * add pkgconfig metadata for shared windows buildsGravatar H. Vetinari2022-12-10
* | 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
|/ /
* | Export the bug report templateGravatar Derek Mauro2022-12-05
* | Switch to a structured bug report form and redirect questions toGravatar Derek Mauro2022-12-05
* | 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
* | Fixes many compilation issues that come from having no external CIGravatar Derek Mauro2022-11-30
* | Remove static initializer from mutex.h.Gravatar Abseil Team2022-11-30
* | Import of CCTZ from GitHub.Gravatar Abseil Team2022-11-29
* | Remove unused iostream include from crc32c.hGravatar Derek Mauro2022-11-29
* | Fix MSVC builds that reject C-style arrays of size 0Gravatar Derek Mauro2022-11-29
* | Remove deprecated use of absl::ToCrc32c()Gravatar Derek Mauro2022-11-29
* | CRC: Make crc32c_t as a class for explicit control of operatorsGravatar Derek Mauro2022-11-29
* | Convert the full parser into constexpr now that Abseil requires C++14, and useGravatar Samuel Benzaquen2022-11-29
* | Write (more) directly into the structured buffer from StringifySink, includin...Gravatar Andy Getzendanner2022-11-28
* | Avoid using the non-portable type __m128i_u.Gravatar Derek Mauro2022-11-28
* | Reduce flat_hash_{set,map} generated code size.Gravatar Abseil Team2022-11-28
* | Use ABSL_HAVE_BUILTIN to fix -Wundef __has_builtin warningGravatar Derek Mauro2022-11-28
* | Add a TODO for the deprecation of absl::aligned_storage_tGravatar Derek Mauro2022-11-28
* | TSAN: Remove report_atomic_races=0 from CI now that it has been fixedGravatar Derek Mauro2022-11-28
* | absl: fix Mutex TSan annotationsGravatar Abseil Team2022-11-28
* | CMake: Remove trailing commas in `AbseilDll.cmake`Gravatar Christian Blichmann2022-11-28
* | Fix AMD cpu detection.Gravatar Ilya Tokar2022-11-23
* | CRC: Get CPU detection and hardware acceleration working on MSVC x86(_64)Gravatar Derek Mauro2022-11-23
* | Removing trailing period that can confuse a url in str_format.h.Gravatar Abseil Team2022-11-22
* | Refactor btree iterator generation code into a base class rather than using i...Gravatar Evan Brown2022-11-22
* | container.h: fix incorrect comments about the location of <numeric> algorithms.Gravatar Abseil Team2022-11-22