index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
types
Commit message (
Expand
)
Author
Age
*
Add internal traits to absl::Span for lifetimebound detection
Abseil Team
2024-04-02
*
Replace usages of absl::move, absl::forward, and absl::exchange with their
Derek Mauro
2024-03-11
*
Span: Fixed comment referencing std::span as_writable_bytes() as as_mutable_b...
Abseil Team
2024-02-08
*
Remove code pieces for no longer supported GCC versions.
Abseil Team
2024-01-22
*
Remove code pieces for no longer supported MSVC versions.
Abseil Team
2024-01-19
*
Avoid a empty library build failure on Apple platforms
Derek Mauro
2024-01-03
*
[absl] Rename `absl::internal::identity` to `absl::internal::type_identity`
Lawrence Wolf-Sonkin
2023-12-28
*
Remove nullability from Span::{pointer,iterator}
Sam McCall
2023-12-15
*
Add nullability annotations
Dmitri Gribenko
2023-12-11
*
Make `absl::{partial,weak,strong}_ordering` aliases for the `std::` ordering
Marcin Kowalczyk
2023-12-05
*
Remove `absl::weak_equality` and `absl::strong_equality`.
Marcin Kowalczyk
2023-12-04
*
Bazel: Enable the header_modules feature
Derek Mauro
2023-10-11
*
Bazel: Support layering_check and parse_headers
Derek Mauro
2023-10-10
*
Delete the experimental conformance testing code.
Derek Mauro
2023-08-23
*
Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK.
Andy Getzendanner
2023-05-23
*
Add lifetimebound attribute to some Abseil containers
Abseil Team
2023-05-03
*
Fix spelling mistakes
Vertexwahn
2023-04-27
*
Fix some spelling mistakes
Vertexwahn
2023-04-24
*
Optional: Remove workaround for lack of support for inheriting constructors
Derek Mauro
2023-04-14
*
Span: Remove MSVC 2015 workaround
Derek Mauro
2023-04-14
*
Change OnlyLiteralZero to not trigger modernize-use-nullptr
Abseil Team
2023-04-01
*
Merge pull request #1403 from AtariDreams:c++11
Copybara-Service
2023-02-22
|
\
|
*
Resolve TODO: remove C++11 workarounds
Rose
2023-02-22
|
/
*
Convert empty constructors to default ones
Rose
2023-02-17
*
Change implementation of OnlyLiteralZero to only fail if the second overload ...
Abseil Team
2023-02-08
*
Change Bool to BoolT in order to avoid a macro conflict from X11/Xlib.h
Jorg Brown
2022-12-22
*
Replace absl::IsConvertibleHelper with std::is_convertible
Abseil Team
2022-12-16
*
Eliminate span_internal::Min in favor of std::min, since Min conflicts with a...
Jorg Brown
2022-11-02
*
Merge pull request #1284 from t0ny-peng:chore/remove-unused-class-in-variant
Copybara-Service
2022-10-03
|
\
|
*
chore: Remove unused helper ConversionIsPossible.
Hao Peng
2022-10-01
|
/
*
Fix "unsafe narrowing" warnings in absl, 10/n.
Abseil Team
2022-09-08
*
Fixed header guards to match style guide conventions.
Abseil Team
2022-08-31
*
Make Span complain if constructed with a parameter that won't outlive it, exc...
Abseil Team
2022-07-18
*
any_test: expand the any emplace bug suppression,
Derek Mauro
2022-06-15
*
absl::Optional: suppress bogus -Wmaybe-uninitialized GCC 12 warning
Derek Mauro
2022-06-14
*
Fix C++17 constexpr storage deprecation warnings
Derek Mauro
2022-06-09
*
Obey ABSL_DEFAULT_LINKOPTS for all cc_library targets
Jeremy Nimmer
2022-06-06
*
Fixes for C++20 support when not using std::optional.
Abseil Team
2022-05-10
*
Export of internal Abseil changes
Abseil Team
2022-04-18
*
Export of internal Abseil changes
Abseil Team
2022-04-04
*
Export of internal Abseil changes
Abseil Team
2022-03-03
*
Export of internal Abseil changes
Abseil Team
2022-01-05
*
Export of internal Abseil changes
Abseil Team
2021-12-01
*
Remove bazelbuild/rules_cc dependency (#1038)
Vertexwahn
2021-10-14
*
Add missing ABSL_DLL for a few functions (#1002)
Cheng Zhao
2021-08-17
*
Export of internal Abseil changes
Abseil Team
2021-08-11
*
CMake: add option to use Google Test already installed on system (#969)
Florin Crișan
2021-06-09
*
Export of internal Abseil changes
Abseil Team
2021-04-14
*
Export of internal Abseil changes
Abseil Team
2021-01-20
*
Export of internal Abseil changes
Abseil Team
2020-10-30
[next]