summaryrefslogtreecommitdiff
path: root/absl/base
Commit message (Expand)AuthorAge
* 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 #1471 from wenshan1:blan-add-VxWorks-supportGravatar Copybara-Service2023-06-08
|\
| * Add VxWorks supportGravatar Bin Lan2023-06-08
* | 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
* | fill ABSL_INTERNAL_(DISABLE|RESTORE)_DEPRECATED_DECLARATION_WARNING macro for...Gravatar Abseil Team2023-05-24
| * absl/base: Fix build on AIXGravatar Jürg Billeter2023-05-24
|/
* Add compiler deprecation warnings for absl::ConvertDateTime() and absl::FromD...Gravatar Derek Mauro2023-05-17
* Merge pull request #1434 from Vertexwahn:fix-spellingGravatar Copybara-Service2023-04-25
|\
| * Fix some spelling mistakesGravatar Vertexwahn2023-04-24
|/
* Unify std type detection now that older compilers are no longer supportedGravatar Derek Mauro2023-04-19
* Add ABSL_RAW_DLOG and ABSL_RAW_DCHECK macrosGravatar Martijn Vels2023-04-18
* Replace absl::type_traits_internal::is_trivially_copyable withGravatar Derek Mauro2023-04-12
* Name anonymous memory allocations on Linux.Gravatar Abseil Team2023-04-12
* Extend ABSL_ATTRIBUTE_NO_SANITIZE_ADDRESS to support HWASANGravatar Abseil Team2023-04-10
* Raise the MSVC floor to MSVC 2019 (16.0) in accordance withGravatar Derek Mauro2023-04-03
* Make `ABSL_ATTRIBUTE_NO_UNIQUE_ADDRESS` work on MSVCGravatar Derek Mauro2023-03-23
* 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
* Define ABSL_HAVE_DATAFLOW_SANITIZERGravatar Dave MacLachlan2023-03-16
* Avoid uninitialized value in call_once implementation.Gravatar Henner Zeller2023-03-15
* Add ABSL_ATTRIBUTE_NO_UNIQUE_ADDRESS helper.Gravatar Chris Kennelly2023-03-13
* 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
* Fix //absl/{base,debugging:symbolize} build with MingwGravatar Abseil Team2023-02-28
* Remove backfills of some type traits that are now fully supportedGravatar Derek Mauro2023-02-27
* Update the predicate for `ABSL_INTERNAL_HAS_RTTI` for Windows builds.Gravatar Abseil Team2023-02-24
* Prefer C++ notation over CGravatar Rose2023-02-16
* Remove _m_prefetchw() in favor of supporting only _mm_prefetch() or __builtin...Gravatar Martijn Vels2023-02-14
* Merge pull request #1381 from trishvl:masterGravatar Copybara-Service2023-02-13
|\
| * Solving issue with implied SSE when running ARM64ECGravatar Trish Lam2023-02-06
|/
* `PrefetchToLocalCacheForWrite` should use `__builtin_prefetch(<addr>, 1, 3)` ...Gravatar Abseil Team2023-02-03
* Replace absl::base_internal::Prefetch* calls with absl::Prefetch* callsGravatar Martijn Vels2023-01-27
* Introduce Abseil Prefetch APIGravatar Martijn Vels2023-01-26
* Separate DLL export/import for test helpers dll, and fix typo.Gravatar Mike Kruskal2023-01-25
* Add absl::is_constant_evaluated for pre-c++20 supportGravatar Martijn Vels2023-01-20
* Update the Abseil minumum GCC version to GCC 7, which isGravatar Derek Mauro2023-01-19
* 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
|\
* | Remove ABSL_INTERNAL_UNREACHABLEGravatar Derek Mauro2023-01-04
| * 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
* Add a NOLINT to ABSL_UNREACHABLE() to disable the clang-tidy warningGravatar Derek Mauro2022-12-22
* Adds ABSL_UNREACHABLE(), a public symbol to replace ABSL_INTERNAL_UNREACHABLEGravatar Derek Mauro2022-12-21
* Tagged most functions in absl/time/time.h as ABSL_ATTRIBUTE_CONST_FUNCTION or...Gravatar Abseil Team2022-12-20
* Fix throw_delegate_test when using libc++ with shared librariesGravatar Derek Mauro2022-11-10