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