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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Remove redundant check of is_soo() while prefetching heap blocks.
Abseil Team
2024-06-05
1
-1
/
+1
|
*
Demangle ti... and te... expressions (typeid).
Chris Mihelich
2024-06-05
2
-0
/
+48
|
*
Demangle nx... syntax for noexcept(e) as an expression in a dependent signature.
Chris Mihelich
2024-06-05
2
-0
/
+22
|
*
Demangle alignof expressions, at... and az....
Chris Mihelich
2024-06-05
2
-0
/
+44
|
*
Demangle C++17 structured bindings, DC...E.
Chris Mihelich
2024-06-05
2
-0
/
+24
|
*
Demangle modern _ZGR..._ symbols.
Chris Mihelich
2024-06-05
2
-3
/
+36
|
*
Remove redundant check of is_soo() while prefetching heap blocks.
Abseil Team
2024-06-04
1
-1
/
+1
|
*
Demangle sizeof...(pack captured from an alias template), sP ... E.
Chris Mihelich
2024-06-04
2
-0
/
+26
|
*
Demangle types nested under vendor extended types.
Chris Mihelich
2024-06-04
2
-1
/
+39
|
*
Demangle il ... E syntax (braced list other than direct-list-initialization).
Chris Mihelich
2024-06-04
2
-0
/
+69
|
*
Avoid signed overflow for Ed <number> _ manglings with large <number>s.
Chris Mihelich
2024-06-04
2
-0
/
+33
|
*
Remove redundant check of is_soo() while prefetching heap blocks.
Abseil Team
2024-06-04
1
-1
/
+1
|
*
Remove obsolete TODO
Abseil Team
2024-06-04
1
-1
/
+0
|
*
Clarify function comment for `erase` by stating that this idiom only works fo...
Abseil Team
2024-06-03
1
-1
/
+1
|
*
Move SOVERSION to global CMakeLists, apply SOVERSION to DLL
Abseil Team
2024-05-31
4
-15
/
+20
|
*
Set ABSL_HAVE_THREAD_LOCAL to 1 on all platforms
Derek Mauro
2024-05-31
1
-38
/
+3
|
*
Demangle constrained auto types (Dk <type-constraint>).
Chris Mihelich
2024-05-30
2
-3
/
+23
|
*
Parse <discriminator> more accurately.
Chris Mihelich
2024-05-30
2
-2
/
+59
|
*
Demangle lambdas in class member functions' default arguments.
Chris Mihelich
2024-05-30
2
-5
/
+59
|
*
Demangle unofficial <unresolved-qualifier-level> encodings like S0_IT_E.
Chris Mihelich
2024-05-29
2
-2
/
+41
|
*
Do not make std::filesystem::path hash available for macOS <10.15
Abseil Team
2024-05-29
1
-1
/
+3
|
*
Include flags in DLL build (non-Windows only)
Abseil Team
2024-05-29
1
-0
/
+57
|
*
Enable building monolithic shared library on macOS and Linux.
Abseil Team
2024-05-29
6
-58
/
+111
|
*
Demangle Clang's last-resort notation _SUBSTPACK_.
Chris Mihelich
2024-05-29
2
-1
/
+39
|
*
Demangle C++ requires-expressions with parameters (rQ ... E).
Chris Mihelich
2024-05-29
2
-0
/
+19
|
*
Demangle Clang's encoding of __attribute__((enable_if(condition, "message"))).
Chris Mihelich
2024-05-29
2
-2
/
+62
|
*
Demangle static_cast and friends.
Chris Mihelich
2024-05-29
2
-0
/
+83
|
*
Demangle decltype(expr)::nested_type (NDT...E).
Chris Mihelich
2024-05-28
2
-1
/
+18
|
*
Optimize GrowIntoSingleGroupShuffleControlBytes.
Connal de Souza
2024-05-28
1
-50
/
+100
|
*
Demangle C++17 fold-expressions.
Chris Mihelich
2024-05-28
2
-0
/
+84
|
*
Demangle thread_local helper functions.
Chris Mihelich
2024-05-28
2
-4
/
+33
|
*
Demangle lambdas with explicit template arguments (UlTy and similar forms).
Chris Mihelich
2024-05-28
2
-1
/
+48
|
*
Demangle &-qualified function types.
Chris Mihelich
2024-05-28
2
-8
/
+39
|
*
Demangle valueless literals LDnE (nullptr) and LA<number>_<type>E ("foo").
Chris Mihelich
2024-05-28
2
-4
/
+49
|
*
Correctly demangle the <unresolved-name> at the end of dt and pt (x.y, x->y).
Chris Mihelich
2024-05-28
2
-1
/
+11
|
*
Add missing targets to ABSL_INTERNAL_DLL_TARGETS
Abseil Team
2024-05-26
1
-0
/
+3
|
*
Build abseil_test_dll with ABSL_BUILD_TESTING
Abseil Team
2024-05-26
2
-3
/
+2
|
*
Demangle C++ requires-expressions without parameters (rq ... E).
Chris Mihelich
2024-05-24
2
-0
/
+135
|
*
overload: make the constructor constexpr
Abseil Team
2024-05-24
2
-1
/
+15
|
*
Update Abseil CI Docker image to use Clang 19, GCC 14, and CMake 3.29.3
Derek Mauro
2024-05-24
1
-2
/
+2
|
*
Workaround symbol resolution bug in Clang 19
Derek Mauro
2024-05-24
2
-1
/
+12
|
*
Workaround bogus GCC14 -Wmaybe-uninitialized warning
Derek Mauro
2024-05-24
1
-8
/
+8
|
*
Silence a bogus GCC14 -Warray-bounds warning
Derek Mauro
2024-05-24
1
-0
/
+10
|
*
Forbid absl::Uniform<absl::int128>(gen)
Justin Bassett
2024-05-24
4
-16
/
+64
|
*
Use IN_LIST to replace list(FIND) + > -1
Abseil Team
2024-05-24
1
-12
/
+2
|
*
Recognize C++ vendor extended expressions (e.g., u9__is_same...E).
Chris Mihelich
2024-05-24
2
-0
/
+20
|
*
`overload_test`: Remove a few unnecessary trailing return types
Dino Radakovic
2024-05-23
1
-6
/
+4
|
*
Demangle the C++ this pointer (fpT).
Chris Mihelich
2024-05-23
2
-3
/
+27
|
*
Stop eating an extra E in ParseTemplateArg for some L<type><value>E literals.
Chris Mihelich
2024-05-23
2
-4
/
+12
|
*
Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes...
Abseil Team
2024-05-23
1
-0
/
+26
[prev]
[next]