aboutsummaryrefslogtreecommitdiff
path: root/absl/base/internal
Commit message (Expand)AuthorAgeFilesLines
* Add missing include for Windows ASAN configuration in poison.ccAbseil Team2024-07-181-1/+3
* Roll forward poisoned pointer API and fix portability issues.Evan Brown2024-07-103-0/+182
* Rollback new poisoned pointer APIDerek Mauro2024-07-013-154/+0
* Remove erroneous preprocessor branch on SGX_SIM.Evan Brown2024-06-251-1/+1
* Add an internal API to get a poisoned pointer.Evan Brown2024-06-243-0/+154
* Add the missing inline namespace to the nullability filesDerek Mauro2024-06-121-1/+3
* Apply ABSL_MUST_USE_RESULT to try lock functions.Chris Kennelly2024-04-251-2/+3
* PR #1644: unscaledcycleclock: remove RISC-V supportaurel322024-03-222-16/+4
* Add nodiscard to SpinLockHolder.Chris Kennelly2024-03-131-0/+9
* Annotate that SpinLock should warn when unused.Chris Kennelly2024-02-201-1/+1
* [absl] Rename `absl::internal::identity` to `absl::internal::type_identity`Lawrence Wolf-Sonkin2023-12-282-20/+23
* Migrate static objects to NoDestructor in tests, testing libraries and benchm...Abseil Team2023-12-261-3/+6
* Release a few bits and pieces of DFATAL that were left behind: flag parsing &...Andy Getzendanner2023-12-211-0/+2
* Redirect `GetPageSize()` to C library `getpagesize()` on Hexagon DSP.Abseil Team2023-12-131-1/+1
* Add nullability annotationsDmitri Gribenko2023-12-112-18/+26
* Enable ABSL_HAVE_POSIX_WRITE for Hexagon DSP build.Abseil Team2023-12-071-2/+3
* Fix documentation on when SpinLock is async-signal-safeAbseil Team2023-11-141-4/+4
* Add a new microbenchmark for spinlock TryLock and codegen functions.Abseil Team2023-11-061-1/+26
* PR #1553: Adapt to syscall(2) removal in OpenBSDTheo Buehler2023-10-251-9/+6
* Add internal interface to determine if a SpinLock is cooperative.Chris Kennelly2023-10-201-0/+13
* Fix GetTID() on FreeBSDDerek Mauro2023-09-071-1/+5
* Use native methods to implement absl::base_internal::GetPID() onDerek Mauro2023-09-061-1/+17
* Delete //absl/base/internal/prefetch.hDerek Mauro2023-08-312-180/+0
* Remove the legacy thread annotation spellingsDerek Mauro2023-08-281-280/+0
* PR #1509: Allow building when targeting WASIAnuraag Agrawal2023-08-151-4/+10
* PR #1500: Define MAP_ANONYMOUS if not definedRyan Schmidt2023-08-011-38/+33
* Add Support for mmap on Qualcomm Hexagon DSP targets.Abseil Team2023-07-172-2/+3
* Use new emscripten_errn to avoid copying strings.Abseil Team2023-07-131-11/+16
* Rename `absl::NonNull` to `absl::Nonnull`.Abseil Team2023-07-061-3/+3
* Rolls back use of emscripten_errn as some implementations may not be compatible.Abseil Team2023-06-301-15/+11
* Use new emscripten_errn to avoid copying strings.Abseil Team2023-06-291-11/+15
* Support Qualcomm Hexagon DSP targets.Abseil Team2023-06-292-2/+8
* absl: reformat Mutex-related filesAbseil Team2023-06-202-16/+14
* Add Nullability annotations to Abseil.Abseil Team2023-06-201-0/+106
* Rename AsyncSignalSafeWriteToStderr to AsyncSignalSafeWriteError.Abseil Team2023-06-152-3/+3
* For web assembly, implement raw logging as direct JS console logging.Abseil Team2023-06-141-1/+25
* DirectMmap: Use off_t instead of off64_t for the offset parameterDerek Mauro2023-06-121-2/+2
* Implement GetTID for NACL platform.Abseil Team2023-06-091-0/+9
* Merge pull request #1458 from juergbi:aixCopybara-Service2023-06-071-3/+2
|\
| * absl/base: Fix build on AIXJürg Billeter2023-05-241-2/+1
* | Switch from perror to ABSL_INTERNAL_LOG.Abseil Team2023-05-311-2/+3
* | Implement a better GetTID on Apple platforms, and a better fallback too.Andy Getzendanner2023-05-251-71/+13
* | Note that AsyncSignalSafeWriteToStderr preserves errno, and inline one use of...Andy Getzendanner2023-05-251-1/+1
|/
* Fix some spelling mistakesVertexwahn2023-04-242-2/+2
* Add ABSL_RAW_DLOG and ABSL_RAW_DCHECK macrosMartijn Vels2023-04-181-0/+14
* Name anonymous memory allocations on Linux.Abseil Team2023-04-121-0/+16
* Add an implementation of Waiter that uses std::mutex/std::condition_variableDerek Mauro2023-03-211-1/+1
* Add `ABSL_UNREACHABLE()` to `ABSL_RAW_LOG` when severity is `FATAL`Wiktor Garbacz2023-03-201-2/+8
* Add note about using `CurrentThreadIdentityIfPresent()` on darwin based platf...Dave MacLachlan2023-03-091-1/+4
* Delete the `Throw()` function from `absl::base_internal`.Devin Jeanpierre2023-03-011-32/+23