summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make `SanitizerSafeCopy()` constexpr, and check for constant evaluation (#1399)20230125.1Gravatar Derek Mauro2023-02-18
* Apply LTS transformations for 20230125 LTS branch (#1370)20230125.rc320230125.0Gravatar Derek Mauro2023-01-25
* Separate DLL export/import for test helpers dll, and fix typo.Gravatar Mike Kruskal2023-01-25
* Add memory sanitizer to absl::CordGravatar Martijn Vels2023-01-25
* Fix typo in previous AbseilDLL changes, and enable testing.Gravatar Mike Kruskal2023-01-24
* Work around GCC -Wuninitialized when initializing a span from an uninitialize...Gravatar Andy Getzendanner2023-01-24
* Include Abseil logging in windows dll, and add a test helper dll.Gravatar Mike Kruskal2023-01-24
* Sort CMakeList deps for raw_hash_set and raw_hash_set_test.Gravatar Evan Brown2023-01-23
* Use const references in Standard Library algorithms range adapters where poss...Gravatar Abseil Team2023-01-23
* absl: harden stack bounds checkGravatar Abseil Team2023-01-23
* Fix pkgconfig generation broken by 14abd930c61ef3ad2842f5c6b7ea60693b0d4ff9Gravatar Derek Mauro2023-01-22
* Update absl::allocator_traits and absl::pointer_traits to alwaysGravatar Derek Mauro2023-01-20
* Add CodegenAbslRawHashSetStringFindNeEnd function, which is useful because th...Gravatar Evan Brown2023-01-20
* Add absl::is_constant_evaluated for pre-c++20 supportGravatar Martijn Vels2023-01-20
* absl: add a stack unwinding testGravatar Abseil Team2023-01-20
* Update the Abseil minumum GCC version to GCC 7, which isGravatar Derek Mauro2023-01-19
* Turn off the new GCC 13 warning for -Wself-move in tests sinceGravatar Derek Mauro2023-01-19
* Add missing include and remove unused includesGravatar Derek Mauro2023-01-19
* Doc fix: state that Base64Escape does in fact produce padding. While at it, ...Gravatar Abseil Team2023-01-19
* Only enable cordz on Linux with thread_local supportGravatar Derek Mauro2023-01-19
* Minor formatting: Fix misplaced space.Gravatar Abseil Team2023-01-19
* Use absl::string_view by value rather than by const reference while iterating...Gravatar Abseil Team2023-01-19
* Clarify contract of AlphaNum as only a function parameter typeGravatar Tom Manshreck2023-01-18
* extern-ify NullGuard's "(null)" strings to save linker input bytes.Gravatar Andy Getzendanner2023-01-17
* Optimize RemoveCrc32cSuffix.Gravatar Abseil Team2023-01-17
* 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