aboutsummaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAgeFilesLines
* Fix "unsafe narrowing" warnings in absl, 5/n.Abseil Team2022-08-1714-233/+283
* Fix "unsafe narrowing" warnings in absl, 4/n.Abseil Team2022-08-179-123/+156
* Import of CCTZ from GitHub.Abseil Team2022-08-161-1/+6
* Import of CCTZ from GitHub.Abseil Team2022-08-16116-7/+24
* Workaround bug in GCC 7.2Jonathan Conder2022-08-121-1/+1
* Import of CCTZ from GitHub.Abseil Team2022-08-1142-37/+16
* Merge pull request #1246 from wxilas21:masterCopybara-Service2022-08-111-6/+0
|\
| * Delete #include.Kim Hyun2022-08-111-6/+0
| * - Fix deprecated header in visual studio version 17.3.0 C++20Hyun2022-08-101-1/+1
* | remove unused includes and add missing std includes for absl/status/status.hAbseil Team2022-08-101-2/+2
|/
* Disable ABSL_HAVE_STD_IS_TRIVIALLY_ASSIGNABLE for clang-cl.Abseil Team2022-08-051-1/+1
* Map the absl::is_trivially_* functions to their std implAbseil Team2022-08-053-0/+34
* Add more SimpleAtod / SimpleAtof test coverageAbseil Team2022-08-043-1/+264
* debugging: handle alternate signal stacks better on RISCVSaleem Abdulrasool2022-08-041-69/+9
* Revert change "Fix "unsafe narrowing" warnings in absl, 4/n.".Thomas Köppe2022-08-0410-158/+126
* Fix "unsafe narrowing" warnings in absl, 3/n.Abseil Team2022-08-049-89/+114
* Fix "unsafe narrowing" warnings in absl, 4/n.Abseil Team2022-08-0410-126/+158
* Fix "unsafe narrowing" warnings in absl, 2/n.Abseil Team2022-08-0110-57/+65
* debugging: honour `STRICT_UNWINDING` in RISCV pathSaleem Abdulrasool2022-07-291-20/+20
* Fix "unsafe narrowing" warnings in absl, 1/n.Abseil Team2022-07-2818-75/+100
* Add ABSL_IS_TRIVIALLY_RELOCATABLE and ABSL_ATTRIBUTE_TRIVIAL_ABI macros for u...Evan Brown2022-07-273-0/+80
* Merge pull request #1223 from ElijahPepe:fix/implement-snprintf-safelyCopybara-Service2022-07-271-1/+6
|\
| * fix: properly create the b integerElijah Conners2022-07-211-1/+1
| * fix(mutex): safely call snprintfElijah Conners2022-07-191-1/+5
* | Fix frame pointer alignment check.Abseil Team2022-07-261-2/+2
* | Fixed sign-conversion warning in code.Abseil Team2022-07-251-1/+2
* | Import of CCTZ from GitHub.Abseil Team2022-07-251-1/+1
* | Add missing include for std::unique_ptrAbseil Team2022-07-221-0/+1
* | Do not re-close files on EINTRDavid Majnemer2022-07-221-2/+2
* | Renamespace absl::raw_logging_internal to absl::raw_log_internal to match (up...Andy Getzendanner2022-07-203-27/+26
|/
* Check for negative return values from ReadFromOffsetDavid Majnemer2022-07-181-0/+8
* Use HTTPS RFC URLs, which work regardless of the browser's locale.Abseil Team2022-07-181-3/+4
* Avoid signedness change when casting off_tBenjamin Barenblat2022-07-181-4/+4
* Internal Cleanup: removing unused internal function declaration.Martijn Vels2022-07-181-3/+0
* Make Span complain if constructed with a parameter that won't outlive it, exc...Abseil Team2022-07-182-6/+61
* any_invocable_test: Re-enable the two conversion tests that used to fail unde...Dino Radakovic2022-07-151-6/+0
* Add GetCustomAppendBuffer method to absl::CordMartijn Vels2022-07-153-29/+90
* debugging: add hooks for checking stack rangesSaleem Abdulrasool2022-07-141-4/+17
* Minor clang-tidy cleanupsAbseil Team2022-07-141-8/+8
* Support [[gnu::abi_tag("xyz")]] demangling.Abseil Team2022-07-132-9/+59
* Fix -Warray-parameter warningAbseil Team2022-07-131-1/+1
* Merge pull request #1217 from anpol:macos-sigaltstackCopybara-Service2022-07-131-1/+3
|\
| * Disable sigaltstack() on macOS to make backtrace() work.Andrei Polushin2022-07-131-1/+3
|/
* Undo documentation change on erase.Abseil Team2022-07-122-8/+4
* Improve documentation on erase.Abseil Team2022-07-122-4/+8
* string_view: conditional constexpr is no longer needed for C++14Derek Mauro2022-07-121-10/+3
* Make exponential_distribution_test a bigger test (timeout small -> moderate).Abseil Team2022-07-071-0/+1
* Move Abseil to C++14 minimumDerek Mauro2022-07-061-10/+12
* Revert commit f4988f5bd4176345aad2a525e24d5fd11b3c97eaSaleem Abdulrasool2022-07-061-15/+0
* debugging: account for differences in alternate signal stacksSaleem Abdulrasool2022-06-301-0/+15