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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
`absl/utility`: Delete C++11-compatible `integer_sequence` and friends
Dino Radakovic
2023-12-11
1
-93
/
+11
*
Add nullability annotations
Dmitri Gribenko
2023-12-11
45
-442
/
+635
*
Enable ABSL_HAVE_POSIX_WRITE for Hexagon DSP build.
Abseil Team
2023-12-07
1
-2
/
+3
*
Small table growth optimization.
Abseil Team
2023-12-07
3
-101
/
+532
*
Elide calls to MakeCheckOpString when ABSL_MIN_LOG_LEVEL makes them unnecessary
Abseil Team
2023-12-07
1
-1
/
+17
*
Fixing a comment to be correct with the current code.
Abseil Team
2023-12-06
1
-2
/
+2
*
absl qualify HasAbslStringify in log_message.h.
Abseil Team
2023-12-06
1
-4
/
+6
*
Remove a global destructor in vlog_config.cc
Derek Mauro
2023-12-06
3
-14
/
+23
*
Avoid leaking an unprefixed VLOG_IS_ON transitively though absl_log.h
Derek Mauro
2023-12-06
6
-69
/
+162
*
Move vlog_config to the internal directory and change the namespace of VLogSite
Derek Mauro
2023-12-06
8
-65
/
+64
*
Adds support for wchar_t/wchar_t*/std::wstring{_view} arguments to StrFormat().
Abseil Team
2023-12-05
14
-107
/
+608
*
Roll-forward: Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, an...
Andy Getzendanner
2023-12-05
8
-49
/
+149
*
Fix codegen trunks in `absl/hash/hash_benchmark.cc`.
Shahriar Rouf
2023-12-05
1
-7
/
+1
*
Make `absl::{partial,weak,strong}_ordering` aliases for the `std::` ordering
Marcin Kowalczyk
2023-12-05
5
-0
/
+84
*
Add VLOG and friends
Derek Mauro
2023-12-05
14
-14
/
+1281
*
Remove `absl::weak_equality` and `absl::strong_equality`.
Marcin Kowalczyk
2023-12-04
2
-221
/
+4
*
Avoid #pragma intrinsic(_mm_prefetch) on Arm64EC (and other platforms
Derek Mauro
2023-11-28
1
-2
/
+3
*
`btree_map`: avoid a copy in `map_params::key`.
Abseil Team
2023-11-28
1
-1
/
+3
*
Update documentation to reflect best practices (prefer brace initialization)
Abseil Team
2023-11-27
1
-3
/
+3
*
Avoid AbslHashValue for std::filesystem::path when <filesystem> is not included
Abseil Team
2023-11-22
1
-0
/
+1
*
Make `FlatHashMapPolicy` return `std::true_type` for relocatable objects.
Abseil Team
2023-11-20
6
-16
/
+84
*
Respect libc++ config option for disable of filesystem
Abseil Team
2023-11-17
1
-1
/
+2
*
Provide AbslHashValue for std::filesystem::path in C++17
Derek Mauro
2023-11-17
2
-0
/
+72
*
Use absl::NoDestructor for global log sinks.
Abseil Team
2023-11-16
3
-8
/
+10
*
Rollback providing AbslHashValue for std::filesystem::path in C++17
Derek Mauro
2023-11-16
2
-63
/
+0
*
Provide AbslHashValue for std::filesystem::path in C++17
Derek Mauro
2023-11-15
2
-0
/
+63
*
Use absl::NoDestructor for global FlagRegistry.
Abseil Team
2023-11-15
3
-1
/
+4
*
Speed-up absl::Symbolize by ~6x via faster file reads.
Abseil Team
2023-11-15
1
-44
/
+108
*
Fixed a very small typo in the Cord::empty() docstring.
Abseil Team
2023-11-14
1
-1
/
+1
*
Fix documentation on when SpinLock is async-signal-safe
Abseil Team
2023-11-14
1
-4
/
+4
*
Don't allow AbslHashValue() to take a C-style array parameter. The
Derek Mauro
2023-11-14
1
-1
/
+15
*
Support AbslStringify in absl Civil Time types.
Abseil Team
2023-11-14
2
-1
/
+45
*
Partial roll forward of reentrant validation with the validation itself disab...
Evan Brown
2023-11-13
2
-22
/
+27
*
Add new benchmark for integer `StrAppend`
Abseil Team
2023-11-13
1
-1
/
+23
*
Roll back due to leak sanitizer reports.
Aaron Jacobs
2023-11-08
5
-113
/
+22
*
Use absl::NoDestructor to replace a bespoke optimized implementation
Derek Mauro
2023-11-08
3
-7
/
+7
*
Add absl::NoDestructor<T>
Derek Mauro
2023-11-08
5
-0
/
+653
*
Avoid using both Win32Waiter and PthreadWaiter on MinGW,
Derek Mauro
2023-11-08
2
-4
/
+6
*
Import of CCTZ from GitHub.
Abseil Team
2023-11-08
1
-1
/
+9
*
Add explicit int -> uintptr_t conversion in stacktrace code for aarch64
Abseil Team
2023-11-08
1
-1
/
+1
*
Properly handle signal stacks and frame-size calculations
Abseil Team
2023-11-07
1
-17
/
+38
*
Add control()/slot() functions to iterator/const_iterator.
Evan Brown
2023-11-07
1
-15
/
+19
*
Add a new microbenchmark for spinlock TryLock and codegen functions.
Abseil Team
2023-11-06
1
-1
/
+26
*
Doc fix.
Abseil Team
2023-11-03
1
-2
/
+2
*
Update comments to make it explicit that moving a flat_hash_{set,map} can cau...
Evan Brown
2023-11-02
2
-2
/
+2
*
PR #1559: Fix comparison of integer expressions of different signedness warning
Alexander Ignatyev
2023-11-02
1
-1
/
+1
*
Add sanitizer mode validation for use of references to swisstables elements t...
Evan Brown
2023-11-01
4
-39
/
+74
*
Mutex: Remove destructor in release build
Dmitry Vyukov
2023-10-31
3
-75
/
+120
*
Optimize memcasecmp. Benchmarks shows slight improvement.
Ilya Tokar
2023-10-30
1
-4
/
+12
*
Roll forward: Add sanitizer mode checks that element constructors/destructors...
Evan Brown
2023-10-30
5
-22
/
+113
[prev]
[next]