aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release for experimentalHEADmasterBenjamin Barenblat2024-09-031-2/+2
* Update Standards-VersionBenjamin Barenblat2024-09-031-1/+1
* Update Lintian overridesBenjamin Barenblat2024-09-031-0/+2
* Update shlibs fileBenjamin Barenblat2024-09-031-0/+4
* Update build dependenciesBenjamin Barenblat2024-09-031-3/+3
* Update patches and bump internal namespaceBenjamin Barenblat2024-09-039-166/+26
* Begin updating packaging for Abseil 20240722Benjamin Barenblat2024-09-038-149/+155
* Merge new upstream LTS 20240722.0Benjamin Barenblat2024-09-03313-4933/+17901
|\
| * Update GoogleTest dependency to 1.15.2 (#1736)Derek Mauro2024-08-014-6/+6
| * Cherry-picks for Release Candidate 2 (#1727)Derek Mauro2024-07-252-0/+9
| * Apply LTS transformations for 20240722 LTS branch (#1724)Derek Mauro2024-07-224-18/+8
| * Fix LINT.IfChange syntaxDerek Mauro2024-07-222-4/+4
| * PR #1720: Fix spelling mistake: occurrance -> occurrenceIkko Eltociear Ashimine2024-07-181-1/+1
| * Add missing include for Windows ASAN configuration in poison.ccAbseil Team2024-07-181-1/+3
| * Delete absl/strings/internal/has_absl_stringify.h now that theDerek Mauro2024-07-184-57/+0
| * Update versions of dependencies in preparation for releaseDerek Mauro2024-07-189-56/+35
| * PR #1699: Add option to build with MSVC static runtimeAaron Bray2024-07-151-0/+9
| * Remove unneeded 'be' from comment.Abseil Team2024-07-151-1/+1
| * PR #1715: Generate options.h using CMake only onceArnaud Botella2024-07-151-1/+1
| * Small type fix in absl/log/internal/log_impl.hGregory Pataky2024-07-141-1/+1
| * PR #1709: Handle RPATH CMake configurationArnaud Botella2024-07-111-0/+4
| * PR #1710: fixup! PR #1707: Fixup absl_random compile breakage in Apple ARM64 ...Soo-Hwan Na2024-07-111-1/+1
| * PR #1695: Fix time library build for Apple platformsEduardo Menges Mattje2024-07-111-1/+1
| * Remove cyclic cmake dependency that breaks in cmake 3.30.0Mike Kruskal2024-07-101-2/+2
| * Roll forward poisoned pointer API and fix portability issues.Evan Brown2024-07-106-0/+249
| * Use GetStatus in IsOkAndHoldsMatcherLaramie Leavitt2024-07-101-2/+2
| * PR #1707: Fixup absl_random compile breakage in Apple ARM64 targetsSoo-Hwan Na2024-07-101-1/+1
| * PR #1706: Require CMake version 3.16Christoph GrĂ¼ninger2024-07-094-41/+6
| * Add an MSVC implementation of ABSL_ATTRIBUTE_LIFETIME_BOUNDDerek Mauro2024-07-071-0/+3
| * Mark c_min_element, c_max_element, and c_minmax_element as constexpr in C++17.Abseil Team2024-07-033-27/+69
| * Optimize the absl::GetFlag cost for most non built-in flag types (including s...Gennadiy Rozental2024-07-035-82/+470
| * Encode some additional metadata when writing protobuf-encoded logs.Andy Getzendanner2024-07-038-615/+692
| * Replace signed integer overflow, since that's undefined behavior, with unsign...Abseil Team2024-07-023-1/+34
| * Make mutable CompressedTuple::get() constexpr.Abseil Team2024-07-012-9/+45
| * vdso_support: support DT_GNU_HASHFangrui Song2024-07-012-23/+51
| * Make c_begin, c_end, and c_distance conditionally constexpr.Abseil Team2024-07-015-6/+44
| * Add operator<=> comparison to absl::Time and absl::Duration.Charlie Beattie2024-07-013-0/+148
| * Deprecate `ABSL_ATTRIBUTE_NORETURN` in favor of the `[[noreturn]]`Derek Mauro2024-07-017-20/+14
| * Rollback new poisoned pointer APIDerek Mauro2024-07-016-219/+0
| * Static cast instead of reinterpret cast raw hash set slots as casting from vo...Abseil Team2024-07-011-21/+13
| * Fix absl::NoDestructor documentation about its use as a globalDerek Mauro2024-06-271-31/+25
| * Declare Rust demangling feature-complete.Chris Mihelich2024-06-272-4/+2
| * Split demangle_internal into a tree of smaller libraries.Chris Mihelich2024-06-272-54/+142
| * Decode Rust Punycode when it's not too long.Chris Mihelich2024-06-272-18/+25
| * Add assertions to detect reentrance in `IterateOverFullSlots` and `absl::eras...Vitaly Goldshteyn2024-06-272-3/+132
| * Decoder for Rust-style Punycode encodings of bounded length.Chris Mihelich2024-06-266-0/+953
| * Add `c_contains()` and `c_contains_subrange()` to `absl/algorithm/container.h`.Abseil Team2024-06-262-0/+46
| * Three-way comparison spaceship <=> operators for Cord.Abseil Team2024-06-264-0/+62
| * internal-only changeAbseil Team2024-06-261-3/+3
| * Remove erroneous preprocessor branch on SGX_SIM.Evan Brown2024-06-251-1/+1