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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes...
Abseil Team
2024-05-23
1
-0
/
+26
*
Remove Asylo from absl.
Abseil Team
2024-05-21
1
-6
/
+5
*
Allow __cxa_demangle on MIPS
Benjamin Barenblat
2024-05-13
1
-1
/
+1
*
Apply ABSL_MUST_USE_RESULT to try lock functions.
Chris Kennelly
2024-04-25
1
-2
/
+3
*
PR #1651: Implement ABSL_INTERNAL_DISABLE_DEPRECATED_DECLARATION_WARNING for ...
Pavel P
2024-04-18
1
-0
/
+5
*
Revert integer-to-string conversion optimizations pending more thorough analysis
Abseil Team
2024-03-26
1
-0
/
+12
*
PR #1644: unscaledcycleclock: remove RISC-V support
aurel32
2024-03-22
2
-16
/
+4
*
Delete ABSL_ANNOTATE_MEMORY_IS_INITIALIZED under Thread Sanitizer
Abseil Team
2024-03-19
1
-16
/
+0
*
Add nodiscard to SpinLockHolder.
Chris Kennelly
2024-03-13
1
-0
/
+9
*
[absl] Mark `absl::NoDestructor` methods with `absl::Nonnull` as appropriate
Lawrence Wolf-Sonkin
2024-02-29
3
-10
/
+15
*
Fix typo in example code snippet.
Abseil Team
2024-02-27
1
-1
/
+1
*
Minor documentation updates.
Abseil Team
2024-02-21
1
-1
/
+1
*
Annotate that SpinLock should warn when unused.
Chris Kennelly
2024-02-20
1
-1
/
+1
*
Add ABSL_ATTRIBUTE_WARN_UNUSED.
Chris Kennelly
2024-02-12
1
-0
/
+28
*
Add the ABSL_DEPRECATE_AND_INLINE() macro
Derek Mauro
2024-02-08
1
-0
/
+36
*
Add ABSL_ATTRIBUTE_UNINITIALIZED macros for use with clang and GCC's `uniniti...
Abseil Team
2024-02-01
1
-0
/
+19
*
Replace `testonly = 1` with `testonly = True` in abseil BUILD files.
Shahriar Rouf
2024-01-31
1
-9
/
+9
*
Remove code pieces for no longer supported GCC versions.
Abseil Team
2024-01-22
1
-6
/
+2
*
Disable ABSL_ATTRIBUTE_TRIVIAL_ABI in open-source builds
Derek Mauro
2024-01-22
1
-8
/
+4
*
Move default case to statement outside switch block in log_severity.h.
Daniel Cheng
2024-01-11
1
-1
/
+1
*
Optimize integer-to-string conversions
Abseil Team
2024-01-04
1
-12
/
+0
*
[absl] Rename `absl::internal::identity` to `absl::internal::type_identity`
Lawrence Wolf-Sonkin
2023-12-28
3
-21
/
+24
*
Add compile-checks to ensure the parameter to absl::numbers_internal::FastInt...
Abseil Team
2023-12-28
1
-0
/
+12
*
Migrate static objects to NoDestructor in tests, testing libraries and benchm...
Abseil Team
2023-12-26
2
-3
/
+7
*
Release a few bits and pieces of DFATAL that were left behind: flag parsing &...
Andy Getzendanner
2023-12-21
2
-2
/
+10
*
Cleanup build file by removing an empty srcs list
Derek Mauro
2023-12-18
1
-2
/
+0
*
Redirect `GetPageSize()` to C library `getpagesize()` on Hexagon DSP.
Abseil Team
2023-12-13
1
-1
/
+1
*
Add nullability annotations
Dmitri Gribenko
2023-12-11
5
-27
/
+45
*
Enable ABSL_HAVE_POSIX_WRITE for Hexagon DSP build.
Abseil Team
2023-12-07
1
-2
/
+3
*
Roll-forward: Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, an...
Andy Getzendanner
2023-12-05
1
-10
/
+11
*
Make `absl::{partial,weak,strong}_ordering` aliases for the `std::` ordering
Marcin Kowalczyk
2023-12-05
2
-0
/
+58
*
Avoid #pragma intrinsic(_mm_prefetch) on Arm64EC (and other platforms
Derek Mauro
2023-11-28
1
-2
/
+3
*
Fix documentation on when SpinLock is async-signal-safe
Abseil Team
2023-11-14
1
-4
/
+4
*
Add absl::NoDestructor<T>
Derek Mauro
2023-11-08
5
-0
/
+653
*
Add a new microbenchmark for spinlock TryLock and codegen functions.
Abseil Team
2023-11-06
1
-1
/
+26
*
Prefer builtin to inline assembly when built with -mprfchw.
Chris Kennelly
2023-10-26
1
-1
/
+1
*
PR #1553: Adapt to syscall(2) removal in OpenBSD
Theo Buehler
2023-10-25
1
-9
/
+6
*
Add internal interface to determine if a SpinLock is cooperative.
Chris Kennelly
2023-10-20
2
-0
/
+26
*
Optimize prefetch codegen.
Dmitry Vyukov
2023-10-18
1
-2
/
+2
*
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
/
+30
*
ABSL_INTERNAL_HAS_CXA_DEMANGLE: Check __GNUC__ is defined.
Abseil Team
2023-10-09
1
-1
/
+2
*
Re-submit with a fix for platforms without RTTI.
Abseil Team
2023-10-02
1
-0
/
+13
*
No public description
Abseil Team
2023-09-27
1
-1
/
+3
*
Add an internal wrapper for `abi::__cxa_demangle()`.
Abseil Team
2023-09-26
1
-13
/
+0
*
Add an internal wrapper for `abi::__cxa_demangle()`.
Abseil Team
2023-09-26
1
-0
/
+13
*
Rolling back cl/565792699
Abseil Team
2023-09-20
1
-11
/
+10
*
Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, and the QCHECK f...
Andy Getzendanner
2023-09-15
1
-10
/
+11
*
Typo fix.
Abseil Team
2023-09-12
1
-1
/
+1
*
Fix GetTID() on FreeBSD
Derek Mauro
2023-09-07
1
-1
/
+5
[next]