index
:
abseil.git
hurd
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
base
/
config.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make c_begin, c_end, and c_distance conditionally constexpr.
Abseil Team
2024-07-01
1
-0
/
+21
*
Set ABSL_HAVE_THREAD_LOCAL to 1 on all platforms
Derek Mauro
2024-05-31
1
-38
/
+3
*
Remove Asylo from absl.
Abseil Team
2024-05-21
1
-6
/
+5
*
Allow __cxa_demangle on MIPS
Benjamin Barenblat
2024-05-13
1
-1
/
+1
*
Remove code pieces for no longer supported GCC versions.
Abseil Team
2024-01-22
1
-6
/
+2
*
Make `absl::{partial,weak,strong}_ordering` aliases for the `std::` ordering
Marcin Kowalczyk
2023-12-05
1
-0
/
+32
*
ABSL_INTERNAL_HAS_CXA_DEMANGLE: Check __GNUC__ is defined.
Abseil Team
2023-10-09
1
-1
/
+2
*
Re-submit with a fix for platforms without RTTI.
Abseil Team
2023-10-02
1
-0
/
+13
*
Add an internal wrapper for `abi::__cxa_demangle()`.
Abseil Team
2023-09-26
1
-13
/
+0
*
Add an internal wrapper for `abi::__cxa_demangle()`.
Abseil Team
2023-09-26
1
-0
/
+13
*
PR #1520: Make use of C++20 feature test macros to bestow better compatibility
Yuriy Chernyshov
2023-08-21
1
-0
/
+14
*
PR #1509: Allow building when targeting WASI
Anuraag Agrawal
2023-08-15
1
-19
/
+21
*
Use the supported method for detecting RTTI in Clang:
Derek Mauro
2023-08-10
1
-4
/
+9
*
Add Support for mmap on Qualcomm Hexagon DSP targets.
Abseil Team
2023-07-17
1
-1
/
+1
*
Correct std::optional/variant/any auto-detection for Apple platforms.
James Y Knight
2023-07-06
1
-30
/
+18
*
Support Qualcomm Hexagon DSP targets.
Abseil Team
2023-06-29
1
-0
/
+2
*
Wrap the Emscripten version macros into an (internal) macro blob for easier c...
Andy Getzendanner
2023-06-28
1
-0
/
+20
*
Merge pull request #1471 from wenshan1:blan-add-VxWorks-support
Copybara-Service
2023-06-08
1
-4
/
+5
|
\
|
*
Add VxWorks support
Bin Lan
2023-06-08
1
-4
/
+5
|
/
*
Unify std type detection now that older compilers are no longer supported
Derek Mauro
2023-04-19
1
-40
/
+11
*
Define ABSL_HAVE_DATAFLOW_SANITIZER
Dave MacLachlan
2023-03-16
1
-1
/
+15
*
Remove backfills of some type traits that are now fully supported
Derek Mauro
2023-02-27
1
-26
/
+9
*
Update the predicate for `ABSL_INTERNAL_HAS_RTTI` for Windows builds.
Abseil Team
2023-02-24
1
-1
/
+3
*
Merge pull request #1381 from trishvl:master
Copybara-Service
2023-02-13
1
-2
/
+4
|
\
|
*
Solving issue with implied SSE when running ARM64EC
Trish Lam
2023-02-06
1
-2
/
+2
|
/
*
Separate DLL export/import for test helpers dll, and fix typo.
Mike Kruskal
2023-01-25
1
-0
/
+12
*
Add absl::is_constant_evaluated for pre-c++20 support
Martijn Vels
2023-01-20
1
-0
/
+11
*
Merge pull request #1289 from keith:ks/fix-more-clang-deprecated-builtins
Copybara-Service
2022-10-06
1
-0
/
+2
|
\
|
*
Fix more clang deprecated builtins
Keith Smiley
2022-10-04
1
-0
/
+2
|
/
*
Don't try to enable use of ARM NEON intrinsics when compiling in CUDA device ...
Abseil Team
2022-08-17
1
-1
/
+6
*
Disable ABSL_HAVE_STD_IS_TRIVIALLY_ASSIGNABLE for clang-cl.
Abseil Team
2022-08-05
1
-1
/
+1
*
Map the absl::is_trivially_* functions to their std impl
Abseil Team
2022-08-05
1
-0
/
+11
*
Fix C++17 constexpr storage deprecation warnings
Derek Mauro
2022-06-09
1
-1
/
+42
*
Optimize SwissMap iteration by another 5-10% for ARM
Abseil Team
2022-06-09
1
-15
/
+0
*
Remove unintended defines from config.h
James Y Knight
2022-06-07
1
-23
/
+0
*
Optimize SwissMap for ARM by 3-8% for all operations
Abseil Team
2022-06-06
1
-0
/
+9
*
Enable __thread on Asylo
Abseil Team
2022-05-26
1
-3
/
+4
*
Optimize SwissMap iteration for aarch64 by 5-6%
Abseil Team
2022-05-26
1
-0
/
+15
*
Use SSE instructions for prefetch when __builtin_prefetch is unavailable
Derek Mauro
2022-05-18
1
-0
/
+15
*
Export of internal Abseil changes
Abseil Team
2022-04-12
1
-0
/
+17
*
Export of internal Abseil changes
Abseil Team
2022-03-29
1
-0
/
+32
*
Support for QNX (#1147)
Calvin Ke
2022-03-25
1
-1
/
+2
*
Export of internal Abseil changes
Abseil Team
2022-03-14
1
-1
/
+1
*
Add NetBSD support (#1121)
Thomas Klausner
2022-03-08
1
-2
/
+3
*
Some trivial OpenBSD-related fixes (#1113)
Andrew Krasavin
2022-03-03
1
-2
/
+2
*
Export of internal Abseil changes
Abseil Team
2021-12-13
1
-2
/
+22
*
Export of internal Abseil changes
Abseil Team
2021-12-01
1
-0
/
+8
*
Export of internal Abseil changes
Abseil Team
2021-11-04
1
-12
/
+31
*
Initial support for Haiku (#1045)
Jérôme Duval
2021-10-21
1
-1
/
+2
*
Export of internal Abseil changes
Abseil Team
2021-09-30
1
-5
/
+7
[next]