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
/
functional
Commit message (
Expand
)
Author
Age
Files
Lines
*
overload: make the constructor constexpr
Abseil Team
2024-05-24
2
-1
/
+15
*
`overload_test`: Remove a few unnecessary trailing return types
Dino Radakovic
2024-05-23
1
-6
/
+4
*
`any_invocable`: Clean up #includes
Dino Radakovic
2024-05-08
2
-1
/
+2
*
Resynchronize absl/functional/CMakeLists.txt with BUILD.bazel
Benjamin Barenblat
2024-05-08
1
-0
/
+4
*
`any_invocable`: Add public documentation for undefined behavior when invokin...
Dino Radakovic
2024-05-07
2
-1
/
+10
*
`any_invocable`: Delete obsolete reference to proposed standard type
Dino Radakovic
2024-05-07
1
-5
/
+5
*
Fix order of qualifiers in `absl::AnyInvocable` documentation.
Abseil Team
2024-04-26
1
-3
/
+3
*
overload: allow using the underlying type with CTAD directly.
Aaron Jacobs
2024-04-23
2
-86
/
+125
*
Replace usages of absl::move, absl::forward, and absl::exchange with their
Derek Mauro
2024-03-11
2
-11
/
+12
*
Document and test ability to use absl::Overload with generic lambdas.
Vitaly Goldshteyn
2024-03-06
2
-2
/
+51
*
Bazel: Enable the header_modules feature
Derek Mauro
2023-10-11
1
-0
/
+1
*
Bazel: Support layering_check and parse_headers
Derek Mauro
2023-10-10
1
-1
/
+12
*
Fix error in GCC warning suppression
Derek Mauro
2023-10-06
1
-2
/
+2
*
`absl::Overload()` which returns a functor that provides overloads based on t...
Abseil Team
2023-09-26
4
-0
/
+255
*
Allow const qualified FunctionRef instances. This allows the signature to be ...
Abseil Team
2023-09-15
2
-0
/
+13
*
AnyInvocable: Use enums instead of ints in initialization overload set
Dino Radakovic
2023-06-26
1
-15
/
+16
*
CI: Move the GCC-latest testing to GCC 13.1 on Linux
Derek Mauro
2023-05-22
2
-1
/
+9
*
Merge pull request #1448 from glandium:clang
Copybara-Service
2023-05-18
1
-1
/
+1
|
\
|
*
Use UB impl of launder on when using clang < 8 and c++17
Mike Hommey
2023-05-18
1
-1
/
+1
|
/
*
Remove ABSL_HARDENING_ASSERT in AnyInvocable to avoid performance impact in o...
Abseil Team
2023-05-11
2
-2
/
+2
*
Fix spelling mistakes
Vertexwahn
2023-05-02
1
-1
/
+1
*
Fix some spelling mistakes
Vertexwahn
2023-04-24
2
-4
/
+4
*
Adds template specialization for nullptr assertion of absl::AnyInvocable ...
Abseil Team
2023-04-24
4
-0
/
+30
*
Document that wrapping an empty `std::function` creates a non-empty `AnyInvoc...
Dino Radakovic
2023-04-06
1
-0
/
+8
*
Fix typo in comment
Dino Radakovic
2023-04-06
1
-1
/
+1
*
Add missing #include <exception> for std::terminate
Abseil Team
2023-03-20
1
-0
/
+1
*
Support lvalue references to incomplete types as `FunctionRef` parameters.
Abseil Team
2023-03-06
2
-9
/
+22
*
Move lambda from ExtractInvoker in AnyInvocable to a separate function
Abseil Team
2023-02-27
1
-6
/
+9
*
Remove extra space in comment.
Abseil Team
2023-02-24
1
-1
/
+1
*
std::shared_ptr<T>::unique() is deprecated in C++17 and removed in C++20.
Abseil Team
2023-02-16
1
-3
/
+3
*
Replace ABSL_INTERNAL_UNREACHABLE with ABSL_UNREACHABLE()
Derek Mauro
2022-12-22
1
-3
/
+4
*
Detects accidental multiple invocations of AnyInvocable<R(...)&&>::operator()...
Abseil Team
2022-10-11
3
-12
/
+64
*
Rename True alias.
pateldeev
2022-09-29
1
-21
/
+21
*
any_invocable_test: Re-enable the two conversion tests that used to fail unde...
Dino Radakovic
2022-07-15
1
-6
/
+0
*
AnyInvocable: Move credits to the top of the file
Dino Radakovic
2022-06-24
1
-3
/
+3
*
Release absl::AnyInvocable
Dino Radakovic
2022-06-16
6
-0
/
+2970
*
Rename function_ref_benchmark.cc into more generic function_type_benchmark.cc...
Dino Radakovic
2022-05-03
2
-5
/
+6
*
Export of internal Abseil changes
Abseil Team
2022-02-24
1
-1
/
+10
*
Export of internal Abseil changes
Abseil Team
2021-12-03
2
-1
/
+3
*
Remove bazelbuild/rules_cc dependency (#1038)
Vertexwahn
2021-10-14
1
-1
/
+0
*
Export of internal Abseil changes
Abseil Team
2021-08-24
3
-1
/
+5
*
CMake: add option to use Google Test already installed on system (#969)
Florin Crișan
2021-06-09
1
-2
/
+2
*
Export of internal Abseil changes
Abseil Team
2021-06-01
1
-0
/
+1
*
Export of internal Abseil changes
Abseil Team
2020-08-20
1
-1
/
+1
*
Export of internal Abseil changes
Abseil Team
2020-06-22
3
-11
/
+11
*
Export of internal Abseil changes
Abseil Team
2020-06-12
1
-19
/
+0
*
Export of internal Abseil changes
Abseil Team
2020-06-10
1
-0
/
+19
*
Export of internal Abseil changes
Abseil Team
2020-02-21
1
-4
/
+22
*
Export of internal Abseil changes
Abseil Team
2020-01-31
1
-0
/
+72
*
Export of internal Abseil changes
Abseil Team
2019-12-19
1
-22
/
+36
[next]