aboutsummaryrefslogtreecommitdiff
path: root/absl/base/internal
Commit message (Expand)AuthorAgeFilesLines
...
* Prefer C++ notation over CRose2023-02-162-2/+2
* Replace absl::base_internal::Prefetch* calls with absl::Prefetch* callsMartijn Vels2023-01-271-18/+17
* Rollback of PR #1349: direct_mmap: Use off_t on linux...Abseil Team2023-01-101-2/+3
* Merge pull request #1349 from kraj:remove-off64_tCopybara-Service2023-01-061-3/+2
|\
| * direct_mmap: Use off_t on linuxKhem Raj2022-12-281-2/+2
|/
* Add a comment about the layout of the fields in ThreadIdentityAbseil Team2022-12-281-0/+4
* Replace ABSL_INTERNAL_UNREACHABLE with ABSL_UNREACHABLE()Derek Mauro2022-12-221-1/+1
* Removes the legacy spellings of the thread annotation macros/functionsDerek Mauro2022-10-031-0/+9
* `absl::base_internal::ReadLongFromFile` should use `O_CLOEXEC` and handle int...Abseil Team2022-09-281-2/+5
* Split configuration related to cycle clock into separate headersAbseil Team2022-09-264-57/+122
* Fix "unsafe narrowing" warnings in absl, 8/n.Abseil Team2022-09-123-9/+11
* Rollback of fix "unsafe narrowing" warnings in absl, 8/n.Derek Mauro2022-09-013-11/+9
* Fix "unsafe narrowing" warnings in absl, 8/n.Abseil Team2022-09-013-9/+11
* Fixed header guards to match style guide conventions.Abseil Team2022-08-313-9/+9
* spinlock.h: Clean up includesAbseil Team2022-08-241-5/+1
* Fix "unsafe narrowing" warnings in absl, 2/n.Abseil Team2022-08-015-12/+16
* Fix "unsafe narrowing" warnings in absl, 1/n.Abseil Team2022-07-284-6/+9
* Renamespace absl::raw_logging_internal to absl::raw_log_internal to match (up...Andy Getzendanner2022-07-202-26/+25
* PR #1197: absl/base/internal/direct_mmap.h: fix musl build on mipsFabrice Fontaine2022-06-161-2/+2
* absl/base/internal/invoke: Ignore bogus warnings on GCC >= 11Dino Radakovic2022-06-161-0/+10
* absl/base/internal/invoke.h: Use ABSL_INTERNAL_CPLUSPLUS_LANG for language ve...Dino Radakovic2022-06-091-3/+3
* Fix C++17 constexpr storage deprecation warningsDerek Mauro2022-06-093-0/+8
* Merge pull request #714 from kgotlinux:patch-2Copybara-Service2022-06-021-1/+6
|\
| * Added neccessary headers for FreeBSDkgotlinux2020-06-161-1/+3
* | Include proper #includes for POSIX thread identity implementation when using ...Andy Getzendanner2022-06-021-1/+1
* | Stop using sleep timeouts for Linux futex-based SpinLockDerek Mauro2022-05-311-5/+2
* | Add implementation of is_invocable_r to absl::base_internal for C++ < 17, def...Dino Radakovic2022-05-261-0/+21
* | Don't default to the unscaled cycle clock on any Apple targets.Tom Rybka2022-05-191-2/+1
* | Use SSE instructions for prefetch when __builtin_prefetch is unavailableDerek Mauro2022-05-181-0/+27
* | Replace direct uses of __builtin_prefetch from SwissTable with the wrapper fu...Greg Falcon2022-05-181-0/+2
* | Cast away an unused variable to play nice with -Wunused-but-set-variable.Abseil Team2022-05-171-0/+1
* | raw_logging: Extract the inlined no-hook-registered behavior for LogPrefixHoo...Andy Getzendanner2022-05-171-14/+13
* | raw_logging: Document that AbortHook's buffers live for as long as the proces...Andy Getzendanner2022-05-051-0/+3
* | raw_logging: Rename SafeWriteToStderr to indicate what about it is safe (answ...Andy Getzendanner2022-05-042-8/+9
* | raw_logging: Rename LogPrefixHook to reflect the other half of it's job (filt...Andy Getzendanner2022-05-042-15/+18
* | Adds ABSL_CONST_INIT to initializing declarations where it is missingDerek Mauro2022-04-251-0/+1
* | Export of internal Abseil changesAbseil Team2022-04-182-0/+152
* | Export of internal Abseil changesAbseil Team2022-04-121-1/+0
* | Export of internal Abseil changesAbseil Team2022-04-071-0/+23
* | Export of internal Abseil changesAbseil Team2022-03-291-62/+17
* | Exclude unsupported x64 intrinsics from ARM64EC (#1135)Ben Niu2022-03-181-1/+1
* | Export of internal Abseil changesAbseil Team2022-03-171-1/+1
* | Export of internal Abseil changesAbseil Team2022-03-144-51/+87
* | Some trivial OpenBSD-related fixes (#1113)Andrew Krasavin2022-03-031-3/+4
* | Export of internal Abseil changesAbseil Team2022-02-071-6/+5
* | Export of internal Abseil changesAbseil Team2021-12-251-0/+8
* | Export of internal Abseil changesAbseil Team2021-12-201-1/+1
* | Export of internal Abseil changesAbseil Team2021-12-131-1/+1
* | Export of internal Abseil changesAbseil Team2021-11-101-23/+0
* | Export of internal Abseil changesAbseil Team2021-10-079-943/+5