index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
inlined_vector: remove excess restrictions on copy constructor fast path.
Aaron Jacobs
2023-03-31
*
Add clang-cl build
Derek Mauro
2023-03-31
*
Add a clang-cl build
Derek Mauro
2023-03-31
*
Clarify code comment to avoid confusion.
Abseil Team
2023-03-30
*
Changes necessary to support clang-cl
Derek Mauro
2023-03-30
*
Properly calculate frame sizes on Aarch64
Abseil Team
2023-03-30
*
inlined_vector: fix incorrect conditions for move constructor fast paths.
Aaron Jacobs
2023-03-29
*
Import of CCTZ from GitHub.
Abseil Team
2023-03-28
*
Fix flakiness issues in timing tests.
Evan Brown
2023-03-27
*
type_traits: don't use __is_trivially_relocatable with Clang on Windows.
Aaron Jacobs
2023-03-27
*
inlined_vector: destroy all types with trivial destructors efficiently.
Aaron Jacobs
2023-03-27
*
absl int128: avoid shifting signed integer by a number of bits greater than o...
Abseil Team
2023-03-27
*
Import of CCTZ from GitHub.
Abseil Team
2023-03-27
*
type_traits: provide a better fallback for is_trivially_relocatable.
Abseil Team
2023-03-24
*
inlined_vector: get rid of IsMemcpyOk.
Abseil Team
2023-03-24
*
type_traits: touch up the docs for is_trivially_relocatable.
Abseil Team
2023-03-24
*
inlined_vector_test: add coverage of moving vectors of unique pointers.
Abseil Team
2023-03-24
*
Hash support for std::wstring_view/u16string_view/u32string_view
Abseil Team
2023-03-24
*
type_traits_test: add better coverage of is_trivially_relocatable.
Abseil Team
2023-03-24
*
Add a call to handle usage flags in case of unrecognized flags
Gennadiy Rozental
2023-03-24
*
Make `ABSL_ATTRIBUTE_NO_UNIQUE_ADDRESS` work on MSVC
Derek Mauro
2023-03-23
*
Import of CCTZ from GitHub.
Abseil Team
2023-03-23
*
Internal Code Change
Abseil Team
2023-03-23
*
Add an implementation of Waiter that uses std::mutex/std::condition_variable
Derek Mauro
2023-03-21
*
Change ParseAbseilFlagsOnly function to include handling of usage flags and e...
Gennadiy Rozental
2023-03-21
*
Synchronization: Refactor Waiter to allow us to write tests
Derek Mauro
2023-03-20
*
Fix an implicit truncation warning under MSVC 32-bit
Derek Mauro
2023-03-20
*
Add missing #include <exception> for std::terminate
Abseil Team
2023-03-20
*
Add `ABSL_UNREACHABLE()` to `ABSL_RAW_LOG` when severity is `FATAL`
Wiktor Garbacz
2023-03-20
*
Increase the timeout of Windows for the kernel timeout tests.
Tom Rybka
2023-03-16
*
Define ABSL_HAVE_DATAFLOW_SANITIZER
Dave MacLachlan
2023-03-16
*
Be more consistent in the documentation and variable declarations for base64 ...
Abseil Team
2023-03-16
*
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
*
Remove unreleased iterator library from README.md
Derek Mauro
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
[next]