aboutsummaryrefslogtreecommitdiff
path: root/absl/types
Commit message (Expand)AuthorAgeFilesLines
* Use ABSL_UNREACHABLE() instead of equivalentDerek Mauro2024-06-131-14/+1
* Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes...Abseil Team2024-06-121-1/+1
* Add internal traits to absl::Span for lifetimebound detectionAbseil Team2024-04-024-0/+8
* Replace usages of absl::move, absl::forward, and absl::exchange with theirDerek Mauro2024-03-115-136/+129
* Span: Fixed comment referencing std::span as_writable_bytes() as as_mutable_b...Abseil Team2024-02-081-1/+1
* Remove code pieces for no longer supported GCC versions.Abseil Team2024-01-221-21/+1
* Remove code pieces for no longer supported MSVC versions.Abseil Team2024-01-191-25/+2
* Avoid a empty library build failure on Apple platformsDerek Mauro2024-01-033-0/+54
* [absl] Rename `absl::internal::identity` to `absl::internal::type_identity`Lawrence Wolf-Sonkin2023-12-281-3/+3
* Remove nullability from Span::{pointer,iterator}Sam McCall2023-12-151-2/+4
* Add nullability annotationsDmitri Gribenko2023-12-114-8/+16
* Make `absl::{partial,weak,strong}_ordering` aliases for the `std::` orderingMarcin Kowalczyk2023-12-053-0/+26
* Remove `absl::weak_equality` and `absl::strong_equality`.Marcin Kowalczyk2023-12-042-221/+4
* Bazel: Enable the header_modules featureDerek Mauro2023-10-111-0/+1
* Bazel: Support layering_check and parse_headersDerek Mauro2023-10-101-1/+16
* Delete the experimental conformance testing code.Derek Mauro2023-08-2310-6062/+0
* Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK.Andy Getzendanner2023-05-234-9/+8
* Add lifetimebound attribute to some Abseil containersAbseil Team2023-05-032-14/+18
* Fix spelling mistakesVertexwahn2023-04-271-1/+1
* Fix some spelling mistakesVertexwahn2023-04-241-1/+1
* Optional: Remove workaround for lack of support for inheriting constructorsDerek Mauro2023-04-141-52/+0
* Span: Remove MSVC 2015 workaroundDerek Mauro2023-04-141-2/+1
* Change OnlyLiteralZero to not trigger modernize-use-nullptrAbseil Team2023-04-011-6/+16
* Merge pull request #1403 from AtariDreams:c++11Copybara-Service2023-02-224-26/+10
|\
| * Resolve TODO: remove C++11 workaroundsRose2023-02-224-17/+4
|/
* Convert empty constructors to default onesRose2023-02-171-1/+1
* Change implementation of OnlyLiteralZero to only fail if the second overload ...Abseil Team2023-02-081-60/+59
* Change Bool to BoolT in order to avoid a macro conflict from X11/Xlib.hJorg Brown2022-12-221-3/+3
* Replace absl::IsConvertibleHelper with std::is_convertibleAbseil Team2022-12-161-20/+1
* Eliminate span_internal::Min in favor of std::min, since Min conflicts with a...Jorg Brown2022-11-022-4/+1
* Merge pull request #1284 from t0ny-peng:chore/remove-unused-class-in-variantCopybara-Service2022-10-031-37/+25
|\
| * chore: Remove unused helper ConversionIsPossible.Hao Peng2022-10-011-12/+0
|/
* Fix "unsafe narrowing" warnings in absl, 10/n.Abseil Team2022-09-082-43/+43
* Fixed header guards to match style guide conventions.Abseil Team2022-08-311-3/+3
* Make Span complain if constructed with a parameter that won't outlive it, exc...Abseil Team2022-07-182-6/+61
* any_test: expand the any emplace bug suppression,Derek Mauro2022-06-151-18/+15
* absl::Optional: suppress bogus -Wmaybe-uninitialized GCC 12 warningDerek Mauro2022-06-141-0/+8
* Fix C++17 constexpr storage deprecation warningsDerek Mauro2022-06-091-0/+2
* Obey ABSL_DEFAULT_LINKOPTS for all cc_library targetsJeremy Nimmer2022-06-061-0/+1
* Fixes for C++20 support when not using std::optional.Abseil Team2022-05-101-29/+19
* Export of internal Abseil changesAbseil Team2022-04-181-3/+3
* Export of internal Abseil changesAbseil Team2022-04-041-0/+2
* Export of internal Abseil changesAbseil Team2022-03-032-14/+43
* Export of internal Abseil changesAbseil Team2022-01-051-1/+2
* Export of internal Abseil changesAbseil Team2021-12-011-17/+6
* Remove bazelbuild/rules_cc dependency (#1038)Vertexwahn2021-10-141-1/+0
* Add missing ABSL_DLL for a few functions (#1002)Cheng Zhao2021-08-172-3/+3
* Export of internal Abseil changesAbseil Team2021-08-112-1/+3
* CMake: add option to use Google Test already installed on system (#969)Florin Crișan2021-06-091-13/+13
* Export of internal Abseil changesAbseil Team2021-04-141-2/+2