aboutsummaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAgeFilesLines
* CMake: Install TESTONLY libraries and their dependencies (#1442)Mike Kruskal2023-05-041-1/+1
* Fix the implementation of OnlyLiteralZero (#1420)Derek Mauro2023-03-272-61/+60
* Make `SanitizerSafeCopy()` constexpr, and check for constant evaluation (#1399)Derek Mauro2023-02-182-9/+13
* Apply LTS transformations for 20230125 LTS branch (#1370)Derek Mauro2023-01-252-4/+4
* Separate DLL export/import for test helpers dll, and fix typo.Mike Kruskal2023-01-251-0/+12
* Add memory sanitizer to absl::CordMartijn Vels2023-01-254-30/+229
* Work around GCC -Wuninitialized when initializing a span from an uninitialize...Andy Getzendanner2023-01-241-1/+2
* Include Abseil logging in windows dll, and add a test helper dll.Mike Kruskal2023-01-243-6/+11
* Sort CMakeList deps for raw_hash_set and raw_hash_set_test.Evan Brown2023-01-231-5/+5
* Use const references in Standard Library algorithms range adapters where poss...Abseil Team2023-01-231-52/+51
* absl: harden stack bounds checkAbseil Team2023-01-231-6/+14
* Update absl::allocator_traits and absl::pointer_traits to alwaysDerek Mauro2023-01-202-683/+20
* Add CodegenAbslRawHashSetStringFindNeEnd function, which is useful because th...Evan Brown2023-01-201-0/+8
* Add absl::is_constant_evaluated for pre-c++20 supportMartijn Vels2023-01-205-0/+86
* absl: add a stack unwinding testAbseil Team2023-01-204-2/+88
* Update the Abseil minumum GCC version to GCC 7, which isDerek Mauro2023-01-191-3/+3
* Turn off the new GCC 13 warning for -Wself-move in tests sinceDerek Mauro2023-01-193-0/+3
* Add missing include and remove unused includesDerek Mauro2023-01-191-2/+1
* Doc fix: state that Base64Escape does in fact produce padding. While at it, ...Abseil Team2023-01-191-5/+4
* Only enable cordz on Linux with thread_local supportDerek Mauro2023-01-191-12/+4
* Minor formatting: Fix misplaced space.Abseil Team2023-01-191-1/+1
* Use absl::string_view by value rather than by const reference while iterating...Abseil Team2023-01-192-5/+5
* Clarify contract of AlphaNum as only a function parameter typeTom Manshreck2023-01-181-2/+4
* extern-ify NullGuard's "(null)" strings to save linker input bytes.Andy Getzendanner2023-01-174-7/+47
* Optimize RemoveCrc32cSuffix.Abseil Team2023-01-171-6/+4
* In sanitizer mode, detect when references become invalidated after reserved g...Evan Brown2023-01-172-10/+43
* Tweak the compilation condition for IsHashableTest.PoisonHashDerek Mauro2023-01-171-2/+2
* Use NullGuard for signed and unsigned char pointer types, and extend volatile...Andy Getzendanner2023-01-132-9/+43
* Replace the tag "no_test_msvc_x64" with "no_test_lexan" in absl.Abseil Team2023-01-124-16/+4
* Don't use Arm vector intrinsics when compiling with CUDA in device mode.Abseil Team2023-01-111-1/+1
* Improve BitGen stability documentationAbseil Team2023-01-111-6/+6
* Import of CCTZ from GitHub.Abseil Team2023-01-111-1/+2
* Refactor InlineData to allow for memory sanitizer changes step 2Martijn Vels2023-01-103-53/+68
* Rollback of PR #1349: direct_mmap: Use off_t on linux...Abseil Team2023-01-101-2/+3
* Replace generic 'base64 encoding' terminology with the specific RFCs they match.Abseil Team2023-01-091-9/+7
* Clarify that Base64 unescaping methods expect their inputs to match particula...Abseil Team2023-01-091-10/+11
* Refactor InlineData to allow for memory sanitizer changes step 1Martijn Vels2023-01-092-65/+97
* Use "#if GTEST_HAS_DEATH_TEST" instead of "#ifdef GTEST_HAS_DEATH_TEST"Tom Hughes2023-01-092-2/+2
* Merge pull request #1356 from MBkkt:patch-6Copybara-Service2023-01-093-0/+3
|\
| * Fix missing includeValery Mironov2023-01-061-0/+1
* | Replace absl::Hash for inputs from 9 to 16 bytes according to AlphaZero findingsAbseil Team2023-01-073-3/+19
* | Merge pull request #1349 from kraj:remove-off64_tCopybara-Service2023-01-061-3/+2
|\ \
| * | direct_mmap: Use off_t on linuxKhem Raj2022-12-281-2/+2
* | | Require 64-bit builds on x86 to use AcceleratedCrcMemcpyEngineDerek Mauro2023-01-053-4/+11
* | | In sanitizer mode, detect when invalidated iterators are compared.Evan Brown2023-01-052-13/+25
| |/ |/|
* | Move description of escaping to code that does the escaping rather than the C...Abseil Team2023-01-051-10/+12
* | Remove ABSL_INTERNAL_UNREACHABLEDerek Mauro2023-01-041-3/+0
* | Require 64-bit builds on x86 to use CRC32 hardware accelerationDerek Mauro2023-01-041-2/+4
* | Suggest similar flags in case of undefined flags.Abseil Team2023-01-043-4/+148
* | Minor build/whitespace changesDerek Mauro2023-01-031-0/+1
|/