index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCpp
Age
Commit message (
Expand
)
Author
2023-04-26
LibCpp: Support for parsing c-style fixed arrays (arr[2])
iyush
2023-04-09
Tests: Use `FileSystem` instead of `DeprecatedFile`
Cameron Youell
2023-03-15
LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes
Sam Atkins
2023-03-06
LibCpp: Remove Nonnull*PtrVector from list of known SerenityOS types
Andreas Kling
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-03
LibCpp: Add folding regions to syntax highlighters
Sam Atkins
2023-02-28
AK+Everywhere: Make GenericLexer::ignore_until() stop before the value
Sam Atkins
2023-02-21
LibCpp: Make C++ AST (mostly) const-correct
Andreas Kling
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-27
LibCpp: Remove declarations for non-existent methods
Sam Atkins
2023-01-27
LibCpp: Parse 'using namespace' declarations
Poseydon42
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-27
LibSyntax: Teach each highlighter about it's comment syntax
Kyle Lanmon
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-09-19
LibCpp: Add .clang-format to disable clang-format for the LibCpp Tests
Brian Gianforcaro
2022-09-17
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-14
LibCpp: Support "FIXME" for comments
Ferhat Geçdoğan
2022-05-29
Everywhere: Fix a bunch of typos
Linus Groh
2022-05-21
LibCodeComprehension: Re-organize code comprehension related code
Itamar
2022-04-17
LibCpp: Parse inheritance
Itamar
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
LanguageServers/Cpp: Add SemanticType::PreprocessorMacro
Itamar
2022-03-31
LibCpp: Fix parsing of macro calls
Itamar
2022-03-19
LibCpp: Change class_name to use StringView instead of char const*
Lenny Maiorani
2022-03-10
Libraries: Use default constructors/destructors in LibCpp
Lenny Maiorani
2022-03-05
LibCpp: Don't include parameter type in FunctionType::to_string if null
Itamar
2022-02-27
LanguageServers/Cpp: Make find declaration of enums work
Itamar
2022-02-27
LibCpp: Set end position for the return type node of FunctionType nodes
Itamar
2022-02-23
Libraries/LibCpp: Add parser test for out-of-line function definitions
Itamar
2022-02-23
LibCpp: Allow qualified names in AST Declaration nodes
Itamar
2022-02-09
LibCpp: Add SemanticSyntaxHighlighter
Itamar
2022-02-09
LibCpp: Update regressions tests results
Itamar
2022-02-09
LibCpp: Fix lexing of IncludePath token
Itamar
2022-02-09
LibCpp: Add Preprocessor:unprocessed_token()
Itamar
2022-02-09
LibCpp: Add public Parser::tokens() method
Itamar
2022-02-09
LibCpp: Fix end position calculation for various AST node types
Itamar
2022-02-09
LibCpp: Fix parent of parameter type node
Itamar
2022-02-09
LibCpp: Fix Declaration::is_member()
Itamar
2022-02-07
Userland: Undefine FOR_EACH_TOKEN_TYPE everywhere
kleines Filmröllchen
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
[next]