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
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing include for Windows ASAN configuration in poison.cc
Abseil Team
2024-07-18
1
-1
/
+3
*
Roll forward poisoned pointer API and fix portability issues.
Evan Brown
2024-07-10
3
-0
/
+182
*
Rollback new poisoned pointer API
Derek Mauro
2024-07-01
3
-154
/
+0
*
Remove erroneous preprocessor branch on SGX_SIM.
Evan Brown
2024-06-25
1
-1
/
+1
*
Add an internal API to get a poisoned pointer.
Evan Brown
2024-06-24
3
-0
/
+154
*
Add the missing inline namespace to the nullability files
Derek Mauro
2024-06-12
1
-1
/
+3
*
Apply ABSL_MUST_USE_RESULT to try lock functions.
Chris Kennelly
2024-04-25
1
-2
/
+3
*
PR #1644: unscaledcycleclock: remove RISC-V support
aurel32
2024-03-22
2
-16
/
+4
*
Add nodiscard to SpinLockHolder.
Chris Kennelly
2024-03-13
1
-0
/
+9
*
Annotate that SpinLock should warn when unused.
Chris Kennelly
2024-02-20
1
-1
/
+1
*
[absl] Rename `absl::internal::identity` to `absl::internal::type_identity`
Lawrence Wolf-Sonkin
2023-12-28
2
-20
/
+23
*
Migrate static objects to NoDestructor in tests, testing libraries and benchm...
Abseil Team
2023-12-26
1
-3
/
+6
*
Release a few bits and pieces of DFATAL that were left behind: flag parsing &...
Andy Getzendanner
2023-12-21
1
-0
/
+2
*
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
2
-18
/
+26
*
Enable ABSL_HAVE_POSIX_WRITE for Hexagon DSP build.
Abseil Team
2023-12-07
1
-2
/
+3
*
Fix documentation on when SpinLock is async-signal-safe
Abseil Team
2023-11-14
1
-4
/
+4
*
Add a new microbenchmark for spinlock TryLock and codegen functions.
Abseil Team
2023-11-06
1
-1
/
+26
*
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
1
-0
/
+13
*
Fix GetTID() on FreeBSD
Derek Mauro
2023-09-07
1
-1
/
+5
*
Use native methods to implement absl::base_internal::GetPID() on
Derek Mauro
2023-09-06
1
-1
/
+17
*
Delete //absl/base/internal/prefetch.h
Derek Mauro
2023-08-31
2
-180
/
+0
*
Remove the legacy thread annotation spellings
Derek Mauro
2023-08-28
1
-280
/
+0
*
PR #1509: Allow building when targeting WASI
Anuraag Agrawal
2023-08-15
1
-4
/
+10
*
PR #1500: Define MAP_ANONYMOUS if not defined
Ryan Schmidt
2023-08-01
1
-38
/
+33
*
Add Support for mmap on Qualcomm Hexagon DSP targets.
Abseil Team
2023-07-17
2
-2
/
+3
*
Use new emscripten_errn to avoid copying strings.
Abseil Team
2023-07-13
1
-11
/
+16
*
Rename `absl::NonNull` to `absl::Nonnull`.
Abseil Team
2023-07-06
1
-3
/
+3
*
Rolls back use of emscripten_errn as some implementations may not be compatible.
Abseil Team
2023-06-30
1
-15
/
+11
*
Use new emscripten_errn to avoid copying strings.
Abseil Team
2023-06-29
1
-11
/
+15
*
Support Qualcomm Hexagon DSP targets.
Abseil Team
2023-06-29
2
-2
/
+8
*
absl: reformat Mutex-related files
Abseil Team
2023-06-20
2
-16
/
+14
*
Add Nullability annotations to Abseil.
Abseil Team
2023-06-20
1
-0
/
+106
*
Rename AsyncSignalSafeWriteToStderr to AsyncSignalSafeWriteError.
Abseil Team
2023-06-15
2
-3
/
+3
*
For web assembly, implement raw logging as direct JS console logging.
Abseil Team
2023-06-14
1
-1
/
+25
*
DirectMmap: Use off_t instead of off64_t for the offset parameter
Derek Mauro
2023-06-12
1
-2
/
+2
*
Implement GetTID for NACL platform.
Abseil Team
2023-06-09
1
-0
/
+9
*
Merge pull request #1458 from juergbi:aix
Copybara-Service
2023-06-07
1
-3
/
+2
|
\
|
*
absl/base: Fix build on AIX
Jürg Billeter
2023-05-24
1
-2
/
+1
*
|
Switch from perror to ABSL_INTERNAL_LOG.
Abseil Team
2023-05-31
1
-2
/
+3
*
|
Implement a better GetTID on Apple platforms, and a better fallback too.
Andy Getzendanner
2023-05-25
1
-71
/
+13
*
|
Note that AsyncSignalSafeWriteToStderr preserves errno, and inline one use of...
Andy Getzendanner
2023-05-25
1
-1
/
+1
|
/
*
Fix some spelling mistakes
Vertexwahn
2023-04-24
2
-2
/
+2
*
Add ABSL_RAW_DLOG and ABSL_RAW_DCHECK macros
Martijn Vels
2023-04-18
1
-0
/
+14
*
Name anonymous memory allocations on Linux.
Abseil Team
2023-04-12
1
-0
/
+16
*
Add an implementation of Waiter that uses std::mutex/std::condition_variable
Derek Mauro
2023-03-21
1
-1
/
+1
*
Add `ABSL_UNREACHABLE()` to `ABSL_RAW_LOG` when severity is `FATAL`
Wiktor Garbacz
2023-03-20
1
-2
/
+8
*
Add note about using `CurrentThreadIdentityIfPresent()` on darwin based platf...
Dave MacLachlan
2023-03-09
1
-1
/
+4
*
Delete the `Throw()` function from `absl::base_internal`.
Devin Jeanpierre
2023-03-01
1
-32
/
+23
[next]