aboutsummaryrefslogtreecommitdiff
path: root/absl/base/config.h
Commit message (Expand)AuthorAgeFilesLines
* Set ABSL_HAVE_THREAD_LOCAL to 1 on all platformsDerek Mauro2024-05-311-38/+3
* Remove Asylo from absl.Abseil Team2024-05-211-6/+5
* Allow __cxa_demangle on MIPSBenjamin Barenblat2024-05-131-1/+1
* Remove code pieces for no longer supported GCC versions.Abseil Team2024-01-221-6/+2
* Make `absl::{partial,weak,strong}_ordering` aliases for the `std::` orderingMarcin Kowalczyk2023-12-051-0/+32
* 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
* 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
* 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-151-19/+21
* Use the supported method for detecting RTTI in Clang:Derek Mauro2023-08-101-4/+9
* Add Support for mmap on Qualcomm Hexagon DSP targets.Abseil Team2023-07-171-1/+1
* Correct std::optional/variant/any auto-detection for Apple platforms.James Y Knight2023-07-061-30/+18
* Support Qualcomm Hexagon DSP targets.Abseil Team2023-06-291-0/+2
* Wrap the Emscripten version macros into an (internal) macro blob for easier c...Andy Getzendanner2023-06-281-0/+20
* Merge pull request #1471 from wenshan1:blan-add-VxWorks-supportCopybara-Service2023-06-081-4/+5
|\
| * Add VxWorks supportBin Lan2023-06-081-4/+5
|/
* Unify std type detection now that older compilers are no longer supportedDerek Mauro2023-04-191-40/+11
* Define ABSL_HAVE_DATAFLOW_SANITIZERDave MacLachlan2023-03-161-1/+15
* Remove backfills of some type traits that are now fully supportedDerek Mauro2023-02-271-26/+9
* Update the predicate for `ABSL_INTERNAL_HAS_RTTI` for Windows builds.Abseil Team2023-02-241-1/+3
* Merge pull request #1381 from trishvl:masterCopybara-Service2023-02-131-2/+4
|\
| * Solving issue with implied SSE when running ARM64ECTrish Lam2023-02-061-2/+2
|/
* Separate DLL export/import for test helpers dll, and fix typo.Mike Kruskal2023-01-251-0/+12
* Add absl::is_constant_evaluated for pre-c++20 supportMartijn Vels2023-01-201-0/+11
* Merge pull request #1289 from keith:ks/fix-more-clang-deprecated-builtinsCopybara-Service2022-10-061-0/+2
|\
| * Fix more clang deprecated builtinsKeith Smiley2022-10-041-0/+2
|/
* Don't try to enable use of ARM NEON intrinsics when compiling in CUDA device ...Abseil Team2022-08-171-1/+6
* Disable ABSL_HAVE_STD_IS_TRIVIALLY_ASSIGNABLE for clang-cl.Abseil Team2022-08-051-1/+1
* Map the absl::is_trivially_* functions to their std implAbseil Team2022-08-051-0/+11
* Fix C++17 constexpr storage deprecation warningsDerek Mauro2022-06-091-1/+42
* Optimize SwissMap iteration by another 5-10% for ARMAbseil Team2022-06-091-15/+0
* Remove unintended defines from config.hJames Y Knight2022-06-071-23/+0
* Optimize SwissMap for ARM by 3-8% for all operationsAbseil Team2022-06-061-0/+9
* Enable __thread on AsyloAbseil Team2022-05-261-3/+4
* Optimize SwissMap iteration for aarch64 by 5-6%Abseil Team2022-05-261-0/+15
* Use SSE instructions for prefetch when __builtin_prefetch is unavailableDerek Mauro2022-05-181-0/+15
* Export of internal Abseil changesAbseil Team2022-04-121-0/+17
* Export of internal Abseil changesAbseil Team2022-03-291-0/+32
* Support for QNX (#1147)Calvin Ke2022-03-251-1/+2
* Export of internal Abseil changesAbseil Team2022-03-141-1/+1
* Add NetBSD support (#1121)Thomas Klausner2022-03-081-2/+3
* Some trivial OpenBSD-related fixes (#1113)Andrew Krasavin2022-03-031-2/+2
* Export of internal Abseil changesAbseil Team2021-12-131-2/+22
* Export of internal Abseil changesAbseil Team2021-12-011-0/+8
* Export of internal Abseil changesAbseil Team2021-11-041-12/+31
* Initial support for Haiku (#1045)Jérôme Duval2021-10-211-1/+2
* Export of internal Abseil changesAbseil Team2021-09-301-5/+7
* Initial support for AIX (#1021)Milad Fa2021-09-231-5/+5