index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
base
/
internal
Commit message (
Expand
)
Author
Age
*
Fix documentation on when SpinLock is async-signal-safe
Abseil Team
2023-11-14
*
Add a new microbenchmark for spinlock TryLock and codegen functions.
Abseil Team
2023-11-06
*
PR #1553: Adapt to syscall(2) removal in OpenBSD
Theo Buehler
2023-10-25
*
Add internal interface to determine if a SpinLock is cooperative.
Chris Kennelly
2023-10-20
*
Fix GetTID() on FreeBSD
Derek Mauro
2023-09-07
*
Use native methods to implement absl::base_internal::GetPID() on
Derek Mauro
2023-09-06
*
Delete //absl/base/internal/prefetch.h
Derek Mauro
2023-08-31
*
Remove the legacy thread annotation spellings
Derek Mauro
2023-08-28
*
PR #1509: Allow building when targeting WASI
Anuraag Agrawal
2023-08-15
*
PR #1500: Define MAP_ANONYMOUS if not defined
Ryan Schmidt
2023-08-01
*
Add Support for mmap on Qualcomm Hexagon DSP targets.
Abseil Team
2023-07-17
*
Use new emscripten_errn to avoid copying strings.
Abseil Team
2023-07-13
*
Rename `absl::NonNull` to `absl::Nonnull`.
Abseil Team
2023-07-06
*
Rolls back use of emscripten_errn as some implementations may not be compatible.
Abseil Team
2023-06-30
*
Use new emscripten_errn to avoid copying strings.
Abseil Team
2023-06-29
*
Support Qualcomm Hexagon DSP targets.
Abseil Team
2023-06-29
*
absl: reformat Mutex-related files
Abseil Team
2023-06-20
*
Add Nullability annotations to Abseil.
Abseil Team
2023-06-20
*
Rename AsyncSignalSafeWriteToStderr to AsyncSignalSafeWriteError.
Abseil Team
2023-06-15
*
For web assembly, implement raw logging as direct JS console logging.
Abseil Team
2023-06-14
*
DirectMmap: Use off_t instead of off64_t for the offset parameter
Derek Mauro
2023-06-12
*
Implement GetTID for NACL platform.
Abseil Team
2023-06-09
*
Merge pull request #1458 from juergbi:aix
Copybara-Service
2023-06-07
|
\
*
|
Switch from perror to ABSL_INTERNAL_LOG.
Abseil Team
2023-05-31
*
|
Implement a better GetTID on Apple platforms, and a better fallback too.
Andy Getzendanner
2023-05-25
*
|
Note that AsyncSignalSafeWriteToStderr preserves errno, and inline one use of...
Andy Getzendanner
2023-05-25
|
*
absl/base: Fix build on AIX
Jürg Billeter
2023-05-24
|
/
*
Fix some spelling mistakes
Vertexwahn
2023-04-24
*
Add ABSL_RAW_DLOG and ABSL_RAW_DCHECK macros
Martijn Vels
2023-04-18
*
Name anonymous memory allocations on Linux.
Abseil Team
2023-04-12
*
Add an implementation of Waiter that uses std::mutex/std::condition_variable
Derek Mauro
2023-03-21
*
Add `ABSL_UNREACHABLE()` to `ABSL_RAW_LOG` when severity is `FATAL`
Wiktor Garbacz
2023-03-20
*
Add note about using `CurrentThreadIdentityIfPresent()` on darwin based platf...
Dave MacLachlan
2023-03-09
*
Delete the `Throw()` function from `absl::base_internal`.
Devin Jeanpierre
2023-03-01
*
Prefer C++ notation over C
Rose
2023-02-16
*
Replace absl::base_internal::Prefetch* calls with absl::Prefetch* calls
Martijn Vels
2023-01-27
*
Rollback of PR #1349: direct_mmap: Use off_t on linux...
Abseil Team
2023-01-10
*
Merge pull request #1349 from kraj:remove-off64_t
Copybara-Service
2023-01-06
|
\
|
*
direct_mmap: Use off_t on linux
Khem Raj
2022-12-28
|
/
*
Add a comment about the layout of the fields in ThreadIdentity
Abseil Team
2022-12-28
*
Replace ABSL_INTERNAL_UNREACHABLE with ABSL_UNREACHABLE()
Derek Mauro
2022-12-22
*
Removes the legacy spellings of the thread annotation macros/functions
Derek Mauro
2022-10-03
*
`absl::base_internal::ReadLongFromFile` should use `O_CLOEXEC` and handle int...
Abseil Team
2022-09-28
*
Split configuration related to cycle clock into separate headers
Abseil Team
2022-09-26
*
Fix "unsafe narrowing" warnings in absl, 8/n.
Abseil Team
2022-09-12
*
Rollback of fix "unsafe narrowing" warnings in absl, 8/n.
Derek Mauro
2022-09-01
*
Fix "unsafe narrowing" warnings in absl, 8/n.
Abseil Team
2022-09-01
*
Fixed header guards to match style guide conventions.
Abseil Team
2022-08-31
*
spinlock.h: Clean up includes
Abseil Team
2022-08-24
*
Fix "unsafe narrowing" warnings in absl, 2/n.
Abseil Team
2022-08-01
[next]