summaryrefslogtreecommitdiff
path: root/absl/base/internal
Commit message (Expand)AuthorAge
* absl: reformat Mutex-related filesGravatar Abseil Team2023-06-20
* Add Nullability annotations to Abseil.Gravatar Abseil Team2023-06-20
* Rename AsyncSignalSafeWriteToStderr to AsyncSignalSafeWriteError.Gravatar Abseil Team2023-06-15
* For web assembly, implement raw logging as direct JS console logging.Gravatar Abseil Team2023-06-14
* DirectMmap: Use off_t instead of off64_t for the offset parameterGravatar Derek Mauro2023-06-12
* Implement GetTID for NACL platform.Gravatar Abseil Team2023-06-09
* Merge pull request #1458 from juergbi:aixGravatar Copybara-Service2023-06-07
|\
* | Switch from perror to ABSL_INTERNAL_LOG.Gravatar Abseil Team2023-05-31
* | Implement a better GetTID on Apple platforms, and a better fallback too.Gravatar Andy Getzendanner2023-05-25
* | Note that AsyncSignalSafeWriteToStderr preserves errno, and inline one use of...Gravatar Andy Getzendanner2023-05-25
| * absl/base: Fix build on AIXGravatar Jürg Billeter2023-05-24
|/
* Fix some spelling mistakesGravatar Vertexwahn2023-04-24
* Add ABSL_RAW_DLOG and ABSL_RAW_DCHECK macrosGravatar Martijn Vels2023-04-18
* Name anonymous memory allocations on Linux.Gravatar Abseil Team2023-04-12
* Add an implementation of Waiter that uses std::mutex/std::condition_variableGravatar Derek Mauro2023-03-21
* Add `ABSL_UNREACHABLE()` to `ABSL_RAW_LOG` when severity is `FATAL`Gravatar Wiktor Garbacz2023-03-20
* Add note about using `CurrentThreadIdentityIfPresent()` on darwin based platf...Gravatar Dave MacLachlan2023-03-09
* Delete the `Throw()` function from `absl::base_internal`.Gravatar Devin Jeanpierre2023-03-01
* Prefer C++ notation over CGravatar Rose2023-02-16
* Replace absl::base_internal::Prefetch* calls with absl::Prefetch* callsGravatar Martijn Vels2023-01-27
* Rollback of PR #1349: direct_mmap: Use off_t on linux...Gravatar Abseil Team2023-01-10
* Merge pull request #1349 from kraj:remove-off64_tGravatar Copybara-Service2023-01-06
|\
| * direct_mmap: Use off_t on linuxGravatar Khem Raj2022-12-28
|/
* Add a comment about the layout of the fields in ThreadIdentityGravatar Abseil Team2022-12-28
* Replace ABSL_INTERNAL_UNREACHABLE with ABSL_UNREACHABLE()Gravatar Derek Mauro2022-12-22
* Removes the legacy spellings of the thread annotation macros/functionsGravatar Derek Mauro2022-10-03
* `absl::base_internal::ReadLongFromFile` should use `O_CLOEXEC` and handle int...Gravatar Abseil Team2022-09-28
* Split configuration related to cycle clock into separate headersGravatar Abseil Team2022-09-26
* Fix "unsafe narrowing" warnings in absl, 8/n.Gravatar Abseil Team2022-09-12
* Rollback of fix "unsafe narrowing" warnings in absl, 8/n.Gravatar Derek Mauro2022-09-01
* Fix "unsafe narrowing" warnings in absl, 8/n.Gravatar Abseil Team2022-09-01
* Fixed header guards to match style guide conventions.Gravatar Abseil Team2022-08-31
* spinlock.h: Clean up includesGravatar Abseil Team2022-08-24
* Fix "unsafe narrowing" warnings in absl, 2/n.Gravatar Abseil Team2022-08-01
* Fix "unsafe narrowing" warnings in absl, 1/n.Gravatar Abseil Team2022-07-28
* Renamespace absl::raw_logging_internal to absl::raw_log_internal to match (up...Gravatar Andy Getzendanner2022-07-20
* PR #1197: absl/base/internal/direct_mmap.h: fix musl build on mipsGravatar Fabrice Fontaine2022-06-16
* absl/base/internal/invoke: Ignore bogus warnings on GCC >= 11Gravatar Dino Radakovic2022-06-16
* absl/base/internal/invoke.h: Use ABSL_INTERNAL_CPLUSPLUS_LANG for language ve...Gravatar Dino Radakovic2022-06-09
* Fix C++17 constexpr storage deprecation warningsGravatar Derek Mauro2022-06-09
* Merge pull request #714 from kgotlinux:patch-2Gravatar Copybara-Service2022-06-02
|\
* | Include proper #includes for POSIX thread identity implementation when using ...Gravatar Andy Getzendanner2022-06-02
* | Stop using sleep timeouts for Linux futex-based SpinLockGravatar Derek Mauro2022-05-31
* | Add implementation of is_invocable_r to absl::base_internal for C++ < 17, def...Gravatar Dino Radakovic2022-05-26
* | Don't default to the unscaled cycle clock on any Apple targets.Gravatar Tom Rybka2022-05-19
* | Use SSE instructions for prefetch when __builtin_prefetch is unavailableGravatar Derek Mauro2022-05-18
* | Replace direct uses of __builtin_prefetch from SwissTable with the wrapper fu...Gravatar Greg Falcon2022-05-18
* | Cast away an unused variable to play nice with -Wunused-but-set-variable.Gravatar Abseil Team2022-05-17
* | raw_logging: Extract the inlined no-hook-registered behavior for LogPrefixHoo...Gravatar Andy Getzendanner2022-05-17
* | raw_logging: Document that AbortHook's buffers live for as long as the proces...Gravatar Andy Getzendanner2022-05-05