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
*
Add lifetimebound attribute to some Abseil containers
Abseil Team
2023-05-03
8
-164
/
+282
*
Merge pull request #1441 from Vertexwahn:fix-spelling3
Copybara-Service
2023-05-03
18
-22
/
+22
|
\
|
*
Fix spelling mistakes
Vertexwahn
2023-05-02
18
-21
/
+21
|
/
*
Add pointer-stability validation in btree.
Evan Brown
2023-05-02
2
-20
/
+82
*
PR #1433: Fix incorrect timespec definition on 32-bit platforms with 64-bit t...
Oleg Lyovin
2023-05-02
1
-6
/
+42
*
For Bazel builds, mark some of the low-level tests that are dependent
Derek Mauro
2023-05-02
1
-0
/
+2
*
Instantiate LogMessage::CopyToEncodedBuffer separately for literals and non-l...
Andy Getzendanner
2023-05-01
3
-15
/
+34
*
Merge pull request #1438 from Vertexwahn:fix-spelling
Copybara-Service
2023-05-01
21
-24
/
+24
|
\
|
*
Fix spelling mistakes
Vertexwahn
2023-04-27
21
-22
/
+22
*
|
Shrink most LOG callsites by one instruction (SysV x86_64 ABI) by dispatching...
Andy Getzendanner
2023-04-28
3
-12
/
+30
*
|
Introduce IfConstexpr(Else) utilities for use internally in abseil library im...
Evan Brown
2023-04-28
4
-0
/
+196
|
/
*
trivial: format some files using clang-format
Patrick Xia
2023-04-27
3
-52
/
+29
*
Merge pull request #1434 from Vertexwahn:fix-spelling
Copybara-Service
2023-04-25
42
-65
/
+66
|
\
|
*
Fix some spelling mistakes
Vertexwahn
2023-04-24
42
-52
/
+52
|
/
*
Merge pull request #1416 from AtariDreams:fill
Copybara-Service
2023-04-24
5
-10
/
+8
|
\
|
*
Prefer copy_n and fill_n over copy and fill where appropriate.
Rose
2023-04-19
6
-10
/
+11
*
|
Mutex: Remove MSVC 2015 workarounds
Derek Mauro
2023-04-24
2
-0
/
+125
*
|
Adds template specialization for nullptr assertion of absl::AnyInvocable ...
Abseil Team
2023-04-24
4
-0
/
+30
*
|
Fix handling of `CHECK` macros in static analysis tools.
Abseil Team
2023-04-24
1
-0
/
+6
*
|
`AbslHashValue()` applied to a C-style array simply decays the array to a poi...
Abseil Team
2023-04-20
1
-1
/
+1
*
|
Support pthread_cond_clockwait() and sem_clockwait() on Android
Derek Mauro
2023-04-20
2
-0
/
+4
*
|
Fix flaky test failures.
Evan Brown
2023-04-20
1
-6
/
+6
*
|
Minor optimization in btree: avoid redundant stores to node->position when co...
Evan Brown
2023-04-20
1
-16
/
+23
|
/
*
Unify std type detection now that older compilers are no longer supported
Derek Mauro
2023-04-19
1
-40
/
+11
*
Add ABSL_RAW_DLOG and ABSL_RAW_DCHECK macros
Martijn Vels
2023-04-18
1
-0
/
+14
*
Add configurability of the log Tag value on Android
Abseil Team
2023-04-18
6
-8
/
+72
*
Add an API to clear the saved LogBacktraceAt location, and call it when setti...
Andy Getzendanner
2023-04-18
4
-20
/
+43
*
Optional: Remove workaround for lack of support for inheriting constructors
Derek Mauro
2023-04-14
1
-52
/
+0
*
Span: Remove MSVC 2015 workaround
Derek Mauro
2023-04-14
1
-2
/
+1
*
Reland "Get rid of tail padding within `absl::Duration`. This reduces memory ...
Abseil Team
2023-04-14
3
-20
/
+106
*
Spell out the meaning of non-reentrant/non-recursive.
Thomas Köppe
2023-04-13
1
-12
/
+28
*
Don't override clock_gettime in the KernelTimeout and Waiter
Derek Mauro
2023-04-13
4
-8
/
+17
*
Synchronization: Consolidate the logic for whether steady clocks are supported
Derek Mauro
2023-04-12
12
-47
/
+91
*
In debug mode, detect cases of btree comparators that violate transitivity, i...
Evan Brown
2023-04-12
4
-0
/
+114
*
Replace absl::type_traits_internal::is_trivially_copyable with
Derek Mauro
2023-04-12
4
-26
/
+19
*
Name anonymous memory allocations on Linux.
Abseil Team
2023-04-12
2
-0
/
+34
*
inlined_vector: fix incorrect restrictions on the copy constructor fast path.
Aaron Jacobs
2023-04-11
1
-11
/
+1
*
inlined_vector: fix incorrect restrictions on the swap fast path.
Aaron Jacobs
2023-04-11
1
-6
/
+2
*
inlined_vector: fix incorrect restrictions on the move-assignment fast path.
Aaron Jacobs
2023-04-11
1
-14
/
+3
*
inlined_vector: relax the requirements on the move-construction fast path.
Aaron Jacobs
2023-04-11
2
-33
/
+20
*
Extend ABSL_ATTRIBUTE_NO_SANITIZE_ADDRESS to support HWASAN
Abseil Team
2023-04-10
1
-2
/
+11
*
Synchronization: Support true relative timeouts using the POSIX
Derek Mauro
2023-04-08
6
-11
/
+150
*
Document that wrapping an empty `std::function` creates a non-empty `AnyInvoc...
Dino Radakovic
2023-04-06
1
-0
/
+8
*
Use stdout for help output even in case of errors.
Gennadiy Rozental
2023-04-06
3
-8
/
+31
*
Fix typo in comment
Dino Radakovic
2023-04-06
1
-1
/
+1
*
Synchronization: Support true relative timeouts on Apple platforms
Derek Mauro
2023-04-06
2
-6
/
+31
*
Add commentary for universal time scale
Abseil Team
2023-04-04
1
-5
/
+8
*
Raise the MSVC floor to MSVC 2019 (16.0) in accordance with
Derek Mauro
2023-04-03
1
-3
/
+3
*
Add heterogeneous lookup support for wstring/u16string/u32string.
Abseil Team
2023-04-03
2
-0
/
+212
*
Remove ABSL_SKIP_TIME_TESTS_BROKEN_ON_MSVC_OPT. These tests
Derek Mauro
2023-04-03
2
-45
/
+0
[next]