index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
AK
/
TestVariant.cpp
Age
Commit message (
Expand
)
Author
2022-12-26
AK: Specialize TypeList for Variant types
Timothy Flynn
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-10
AK: Allow Variant::downcast<OtherVariantType>()
Ali Mohammad Pur
2022-01-14
AK: Make Variant::visit() prefer overloads accepting T const& over T&
Ali Mohammad Pur
2022-01-14
AK+Everywhere: Make Variant::visit() respect the Variant's constness
Ali Mohammad Pur
2021-09-21
AK: Introduce ability to default-initialize a Variant
Ben Wiederhake
2021-07-04
AK: Destroy original value when assigning to Variant
Daniel Bertalan
2021-06-26
AK: Undo bogus Variant::downcast() rename
Andreas Kling
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-05-22
AK: Fix Variant construction from lvalue references
Ali Mohammad Pur
2021-05-19
AK: Allow AK::Variant::visit to return a value
Timothy Flynn
2021-05-11
AK/Variant: Deduplicate the contained types
Ali Mohammad Pur
2021-05-06
Tests: Move AK tests to Tests/AK
Brian Gianforcaro