index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
GenericLexer.cpp
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-16
AK: Exclude GenericLexer String APIs from the Kernel
Idan Horowitz
2022-01-25
AK: Standardize the behaviour of GenericLexer::consume_until overloads
Idan Horowitz
2022-01-25
AK: Add a consume_until(StringView) overload to GenericLexer
Idan Horowitz
2021-08-19
AK: Add GenericLexer API to consume an escaped Unicode code point
Timothy Flynn
2021-04-22
AK/GenericLexer: constexpr where possible
Lenny Maiorani
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2020-10-29
AK: Add GenericLexer::retreat()
Linus Groh
2020-10-22
AK: Add `GenericLexer::consume_escaped_character()'
AnotherTest
2020-10-02
AK+Format: Do some housekeeping in the format implementation.
asynts
2020-09-27
AK: Remove the ctype adapters and use the actual ctype functions instead
Benoît Lormeau
2020-09-27
AK: Use templates instead of Function for Conditions in the GenericLexer
Benoit Lormeau
2020-09-26
AK: Enhance GenericLexer's string consumption
Benoit Lormeau
2020-09-26
AK: Alphabetically sort the ctype adapters
Benoit Lormeau
2020-09-25
Meta+AK: Make clang-format-10 clean
Ben Wiederhake
2020-08-21
LibWeb: Use GenericLexer in WrapperGenerator
Nico Weber
2020-08-09
AK: Add a GenericLexer and extend the JsonParser with it (#2696)
Benoît Lormeau