| Commit message (Expand) | Author | Age |
* | Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, and the QCHECK f... | Andy Getzendanner | 2023-09-15 |
* | Typo fix. | Abseil Team | 2023-09-12 |
* | 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 |
* | Add missing #include options.h in optimization.h. | Abseil Team | 2023-08-30 |
* | Remove the legacy thread annotation spellings | Derek Mauro | 2023-08-28 |
* | Implement ABSL_ATTRIBUTE_PURE_FUNCTION and ABSL_ATTRIBUTE_CONST_FUNCTION | Derek Mauro | 2023-08-28 |
* | PR #1520: Make use of C++20 feature test macros to bestow better compatibility | Yuriy Chernyshov | 2023-08-21 |
* | PR #1509: Allow building when targeting WASI | Anuraag Agrawal | 2023-08-15 |
* | Always inline prefetches. | Hannah Lin | 2023-08-14 |
* | Use the supported method for detecting RTTI in Clang: | Derek Mauro | 2023-08-10 |
* | Release the `DFATAL` pseudo-LogSeverity level | Derek Mauro | 2023-08-04 |
* | PR #1500: Define MAP_ANONYMOUS if not defined | Ryan Schmidt | 2023-08-01 |
* | InlinedVector: Fix control-flow-inregrity warning when using a class | Derek Mauro | 2023-07-25 |
* | 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 |
* | Fix a typo of absl::Nonnull in the example comment. | Abseil Team | 2023-07-10 |
* | Rename `absl::NonNull` to `absl::Nonnull`. | Abseil Team | 2023-07-06 |
* | Correct std::optional/variant/any auto-detection for Apple platforms. | James Y Knight | 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 |
* | Wrap the Emscripten version macros into an (internal) macro blob for easier c... | Andy Getzendanner | 2023-06-28 |
* | Add absl::HwasanTagPointer() to allow users to change HWASAN tags | Abseil Team | 2023-06-23 |
* | 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 |
* | Merge pull request #1475 from anpol:placement-new-array-needs-more-space | Copybara-Service | 2023-06-12 |
|\ |
|
* | | DirectMmap: Use off_t instead of off64_t for the offset parameter | Derek Mauro | 2023-06-12 |
| * | Fix buffer overflow in a placement `new[]` storage test. | Andrei Polushin | 2023-06-12 |
|/ |
|
* | Implement GetTID for NACL platform. | Abseil Team | 2023-06-09 |
* | Merge pull request #1471 from wenshan1:blan-add-VxWorks-support | Copybara-Service | 2023-06-08 |
|\ |
|
| * | Add VxWorks support | Bin Lan | 2023-06-08 |
* | | 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 |
* | | fill ABSL_INTERNAL_(DISABLE|RESTORE)_DEPRECATED_DECLARATION_WARNING macro for... | Abseil Team | 2023-05-24 |
| * | absl/base: Fix build on AIX | Jürg Billeter | 2023-05-24 |
|/ |
|
* | Add compiler deprecation warnings for absl::ConvertDateTime() and absl::FromD... | Derek Mauro | 2023-05-17 |
* | Merge pull request #1434 from Vertexwahn:fix-spelling | Copybara-Service | 2023-04-25 |
|\ |
|
| * | Fix some spelling mistakes | Vertexwahn | 2023-04-24 |
|/ |
|
* | Unify std type detection now that older compilers are no longer supported | Derek Mauro | 2023-04-19 |
* | Add ABSL_RAW_DLOG and ABSL_RAW_DCHECK macros | Martijn Vels | 2023-04-18 |
* | Replace absl::type_traits_internal::is_trivially_copyable with | Derek Mauro | 2023-04-12 |
* | Name anonymous memory allocations on Linux. | Abseil Team | 2023-04-12 |
* | Extend ABSL_ATTRIBUTE_NO_SANITIZE_ADDRESS to support HWASAN | Abseil Team | 2023-04-10 |
* | Raise the MSVC floor to MSVC 2019 (16.0) in accordance with | Derek Mauro | 2023-04-03 |