index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
Commit message (
Expand
)
Author
Age
*
Enhance documentation about absl::Duration integer division, which
Abseil Team
2023-03-15
*
Add StrContainsIgnoreCase() to strings/match.h; all the other case-sensitive ...
Greg Falcon
2023-03-15
*
Workaround for MSVC warning that designated initializers are a C++20 feature
Derek Mauro
2023-03-15
*
Avoid uninitialized value in call_once implementation.
Henner Zeller
2023-03-15
*
Synchronization: Add support for true relative timeouts using
Derek Mauro
2023-03-14
*
Correct semantic and documentation for the ReportUnrecognizedFlags interface
Gennadiy Rozental
2023-03-13
*
Support AbslStringify in absl::Time and absl::Duration.
Abseil Team
2023-03-13
*
Synchronization: Change KernelTimeout to always store absolute
Derek Mauro
2023-03-13
*
Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()
Abseil Team
2023-03-13
*
Add ABSL_ATTRIBUTE_NO_UNIQUE_ADDRESS helper.
Chris Kennelly
2023-03-13
*
[absl] Update documentation to reflect hash support for std::wstring, std::u1...
Lawrence Wolf-Sonkin
2023-03-10
*
Rollback Mutex relative timeout support because of internal incompatibility
Abseil Team
2023-03-09
*
Improve readability of ::testing::ElementsAre and ::testing::Le in unit tests...
Abseil Team
2023-03-09
*
Add note about using `CurrentThreadIdentityIfPresent()` on darwin based platf...
Dave MacLachlan
2023-03-09
*
Merge pull request #1395 from AtariDreams:const
Copybara-Service
2023-03-08
|
\
*
|
Introduce two new public APIs for parsing command line flags.
Gennadiy Rozental
2023-03-08
*
|
Synchronization: Add support for true relative timeouts using
Derek Mauro
2023-03-08
|
*
Use const and static for member functions
Rose
2023-03-07
|
/
*
Internal Code Change
Abseil Team
2023-03-06
*
Support lvalue references to incomplete types as `FunctionRef` parameters.
Abseil Team
2023-03-06
*
Use multiple empty generations so that we can detect when iterators from diff...
Evan Brown
2023-03-02
*
Change from `ABSL_DLL ABSL_CONST_INIT` to `ABSL_CONST_INIT ABSL_DLL`
Derek Mauro
2023-03-01
*
Merge pull request #1409 from georgthegreat:explicit-inserts
Copybara-Service
2023-03-01
|
\
*
|
Delete the `Throw()` function from `absl::base_internal`.
Devin Jeanpierre
2023-03-01
*
|
Finally delete ArgListAction after cleanup is completed.
Gennadiy Rozental
2023-03-01
*
|
Rollback because of internal incompatibility.
Abseil Team
2023-02-28
*
|
Fix //absl/{base,debugging:symbolize} build with Mingw
Abseil Team
2023-02-28
*
|
Eliminate internal ArgvListAction enum.
Gennadiy Rozental
2023-02-27
*
|
Move lambda from ExtractInvoker in AnyInvocable to a separate function
Abseil Team
2023-02-27
*
|
Remove backfills of some type traits that are now fully supported
Derek Mauro
2023-02-27
|
*
Fix compiling int128.cc against certain STLs
Yuriy Chernyshov
2023-02-27
|
/
*
Remove extra space in comment.
Abseil Team
2023-02-24
*
Update the predicate for `ABSL_INTERNAL_HAS_RTTI` for Windows builds.
Abseil Team
2023-02-24
*
Initialize ScopedMockLog.is_triggered_ with false.
Abseil Team
2023-02-23
*
Optimize ConvertSpecialToEmptyAndFullToDeleted on Arm
Connal de Souza
2023-02-23
*
Merge pull request #1393 from AtariDreams:cpp
Copybara-Service
2023-02-22
|
\
*
\
Merge pull request #1402 from AtariDreams:workaround
Copybara-Service
2023-02-22
|
\
\
*
|
|
Add CalculateBase64EscapeLen variations for the 3 base64 escaping methods (Ba...
Abseil Team
2023-02-22
*
|
|
Merge pull request #1403 from AtariDreams:c++11
Copybara-Service
2023-02-22
|
\
\
\
*
|
|
|
Fix out of bounds array access when deadlock detector finds exceptionally lar...
Abseil Team
2023-02-22
*
|
|
|
Merge pull request #1388 from miladfarca:fix-Read1To3-on-BE
Copybara-Service
2023-02-22
|
\
\
\
\
|
|
*
|
|
Resolve TODO: remove C++11 workarounds
Rose
2023-02-22
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #1394 from AtariDreams:constructors
Copybara-Service
2023-02-21
|
\
\
\
\
*
\
\
\
\
Merge pull request #1401 from AtariDreams:apple
Copybara-Service
2023-02-21
|
\
\
\
\
\
*
|
|
|
|
|
Refactor swisstable iterator debug messages code. The motivations are (a) dis...
Evan Brown
2023-02-21
*
|
|
|
|
|
absl: fix potential int overflow in ELF reading
Abseil Team
2023-02-21
|
*
|
|
|
|
Remove check for apple_build_version for hash workaround
Rose
2023-02-21
|
/
/
/
/
/
|
|
|
*
/
Remove workaround for gcc 5.1
Rose
2023-02-21
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #1390 from AtariDreams:default
Copybara-Service
2023-02-17
|
\
\
\
\
|
|
*
|
|
Convert empty constructors to default ones
Rose
2023-02-17
|
|
/
/
/
|
/
|
|
|
[next]