aboutsummaryrefslogtreecommitdiff
path: root/absl/base
Commit message (Expand)AuthorAgeFilesLines
...
* Bazel: Support layering_check and parse_headersDerek Mauro2023-10-101-1/+30
* ABSL_INTERNAL_HAS_CXA_DEMANGLE: Check __GNUC__ is defined.Abseil Team2023-10-091-1/+2
* Re-submit with a fix for platforms without RTTI.Abseil Team2023-10-021-0/+13
* No public descriptionAbseil Team2023-09-271-1/+3
* Add an internal wrapper for `abi::__cxa_demangle()`.Abseil Team2023-09-261-13/+0
* Add an internal wrapper for `abi::__cxa_demangle()`.Abseil Team2023-09-261-0/+13
* Rolling back cl/565792699Abseil Team2023-09-201-11/+10
* Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, and the QCHECK f...Andy Getzendanner2023-09-151-10/+11
* Typo fix.Abseil Team2023-09-121-1/+1
* 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-314-186/+2
* Add missing #include options.h in optimization.h.Abseil Team2023-08-301-0/+1
* Remove the legacy thread annotation spellingsDerek Mauro2023-08-284-284/+0
* Implement ABSL_ATTRIBUTE_PURE_FUNCTION and ABSL_ATTRIBUTE_CONST_FUNCTIONDerek Mauro2023-08-281-3/+46
* PR #1520: Make use of C++20 feature test macros to bestow better compatibilityYuriy Chernyshov2023-08-211-0/+14
* PR #1509: Allow building when targeting WASIAnuraag Agrawal2023-08-152-23/+31
* Always inline prefetches.Hannah Lin2023-08-141-9/+19
* Use the supported method for detecting RTTI in Clang:Derek Mauro2023-08-101-4/+9
* Release the `DFATAL` pseudo-LogSeverity levelDerek Mauro2023-08-043-0/+14
* PR #1500: Define MAP_ANONYMOUS if not definedRyan Schmidt2023-08-011-38/+33
* InlinedVector: Fix control-flow-inregrity warning when using a classDerek Mauro2023-07-251-1/+1
* Add Support for mmap on Qualcomm Hexagon DSP targets.Abseil Team2023-07-173-3/+4
* Use new emscripten_errn to avoid copying strings.Abseil Team2023-07-131-11/+16
* Fix a typo of absl::Nonnull in the example comment.Abseil Team2023-07-101-1/+1
* Rename `absl::NonNull` to `absl::Nonnull`.Abseil Team2023-07-063-25/+25
* Correct std::optional/variant/any auto-detection for Apple platforms.James Y Knight2023-07-061-30/+18
* 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-293-2/+10
* Wrap the Emscripten version macros into an (internal) macro blob for easier c...Andy Getzendanner2023-06-281-0/+20
* Add absl::HwasanTagPointer() to allow users to change HWASAN tagsAbseil Team2023-06-231-1/+26
* absl: reformat Mutex-related filesAbseil Team2023-06-202-16/+14
* Add Nullability annotations to Abseil.Abseil Team2023-06-205-0/+508
* 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
* Merge pull request #1475 from anpol:placement-new-array-needs-more-spaceCopybara-Service2023-06-121-3/+6
|\
| * Fix buffer overflow in a placement `new[]` storage test.Andrei Polushin2023-06-121-2/+5
* | 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 #1471 from wenshan1:blan-add-VxWorks-supportCopybara-Service2023-06-081-4/+5
|\
| * Add VxWorks supportBin Lan2023-06-081-4/+5
* | 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
* | fill ABSL_INTERNAL_(DISABLE|RESTORE)_DEPRECATED_DECLARATION_WARNING macro for...Abseil Team2023-05-241-2/+2
|/
* Add compiler deprecation warnings for absl::ConvertDateTime() and absl::FromD...Derek Mauro2023-05-171-0/+22
* Merge pull request #1434 from Vertexwahn:fix-spellingCopybara-Service2023-04-253-4/+4
|\