summaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAge
* Workaround for MSVC warning that designated initializers are a C++20 featureGravatar Derek Mauro2023-03-15
* Avoid uninitialized value in call_once implementation.Gravatar Henner Zeller2023-03-15
* Synchronization: Add support for true relative timeouts usingGravatar Derek Mauro2023-03-14
* Correct semantic and documentation for the ReportUnrecognizedFlags interfaceGravatar Gennadiy Rozental2023-03-13
* Support AbslStringify in absl::Time and absl::Duration.Gravatar Abseil Team2023-03-13
* Synchronization: Change KernelTimeout to always store absoluteGravatar Derek Mauro2023-03-13
* Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()Gravatar Abseil Team2023-03-13
* Add ABSL_ATTRIBUTE_NO_UNIQUE_ADDRESS helper.Gravatar Chris Kennelly2023-03-13
* [absl] Update documentation to reflect hash support for std::wstring, std::u1...Gravatar Lawrence Wolf-Sonkin2023-03-10
* Rollback Mutex relative timeout support because of internal incompatibilityGravatar Abseil Team2023-03-09
* Improve readability of ::testing::ElementsAre and ::testing::Le in unit tests...Gravatar Abseil Team2023-03-09
* Add note about using `CurrentThreadIdentityIfPresent()` on darwin based platf...Gravatar Dave MacLachlan2023-03-09
* Merge pull request #1395 from AtariDreams:constGravatar Copybara-Service2023-03-08
|\
* | Introduce two new public APIs for parsing command line flags.Gravatar Gennadiy Rozental2023-03-08
* | Synchronization: Add support for true relative timeouts usingGravatar Derek Mauro2023-03-08
| * Use const and static for member functionsGravatar Rose2023-03-07
|/
* Internal Code ChangeGravatar Abseil Team2023-03-06
* Support lvalue references to incomplete types as `FunctionRef` parameters.Gravatar Abseil Team2023-03-06
* Use multiple empty generations so that we can detect when iterators from diff...Gravatar Evan Brown2023-03-02
* Change from `ABSL_DLL ABSL_CONST_INIT` to `ABSL_CONST_INIT ABSL_DLL`Gravatar Derek Mauro2023-03-01
* Merge pull request #1409 from georgthegreat:explicit-insertsGravatar Copybara-Service2023-03-01
|\
* | Delete the `Throw()` function from `absl::base_internal`.Gravatar Devin Jeanpierre2023-03-01
* | Finally delete ArgListAction after cleanup is completed.Gravatar Gennadiy Rozental2023-03-01
* | Rollback because of internal incompatibility.Gravatar Abseil Team2023-02-28
* | Fix //absl/{base,debugging:symbolize} build with MingwGravatar Abseil Team2023-02-28
* | Eliminate internal ArgvListAction enum.Gravatar Gennadiy Rozental2023-02-27
* | Move lambda from ExtractInvoker in AnyInvocable to a separate functionGravatar Abseil Team2023-02-27
* | Remove backfills of some type traits that are now fully supportedGravatar Derek Mauro2023-02-27
| * Fix compiling int128.cc against certain STLsGravatar Yuriy Chernyshov2023-02-27
|/
* Remove extra space in comment.Gravatar Abseil Team2023-02-24
* Update the predicate for `ABSL_INTERNAL_HAS_RTTI` for Windows builds.Gravatar Abseil Team2023-02-24
* Initialize ScopedMockLog.is_triggered_ with false.Gravatar Abseil Team2023-02-23
* Optimize ConvertSpecialToEmptyAndFullToDeleted on ArmGravatar Connal de Souza2023-02-23
* Merge pull request #1393 from AtariDreams:cppGravatar Copybara-Service2023-02-22
|\
* \ Merge pull request #1402 from AtariDreams:workaroundGravatar Copybara-Service2023-02-22
|\ \
* | | Add CalculateBase64EscapeLen variations for the 3 base64 escaping methods (Ba...Gravatar Abseil Team2023-02-22
* | | Merge pull request #1403 from AtariDreams:c++11Gravatar Copybara-Service2023-02-22
|\ \ \
* | | | Fix out of bounds array access when deadlock detector finds exceptionally lar...Gravatar Abseil Team2023-02-22
* | | | Merge pull request #1388 from miladfarca:fix-Read1To3-on-BEGravatar Copybara-Service2023-02-22
|\ \ \ \
| | * | | Resolve TODO: remove C++11 workaroundsGravatar Rose2023-02-22
| |/ / / |/| | |
* | | | Merge pull request #1394 from AtariDreams:constructorsGravatar Copybara-Service2023-02-21
|\ \ \ \
* \ \ \ \ Merge pull request #1401 from AtariDreams:appleGravatar Copybara-Service2023-02-21
|\ \ \ \ \
* | | | | | Refactor swisstable iterator debug messages code. The motivations are (a) dis...Gravatar Evan Brown2023-02-21
* | | | | | absl: fix potential int overflow in ELF readingGravatar Abseil Team2023-02-21
| * | | | | Remove check for apple_build_version for hash workaroundGravatar Rose2023-02-21
|/ / / / /
| | | * / Remove workaround for gcc 5.1Gravatar Rose2023-02-21
| |_|/ / |/| | |
* | | | Merge pull request #1390 from AtariDreams:defaultGravatar Copybara-Service2023-02-17
|\ \ \ \
| | * | | Convert empty constructors to default onesGravatar Rose2023-02-17
| |/ / / |/| | |
* | | | Synchronization: Add support for true relative timeouts usingGravatar Derek Mauro2023-02-17
* | | | Add KernelTimeout methods that convert the timeout to theGravatar Derek Mauro2023-02-16