summaryrefslogtreecommitdiff
path: root/formatter
AgeCommit message (Collapse)Author
2025-09-24Fix line formatting of unicode stringsJosh Ferrell
2025-07-30[CMake] Specify CONFIGURE_DEPENDS for all file(GLOB ..)Mark Rowe
This ensures that CMake detects when files that match the glob are added or removed.
2025-07-21Fix read one past the end of token list in the line formatterRusty Wagner
2025-07-08Add wrapping support for long inline string annotationsAlexander Khosrowshahi
2025-06-25Update CXX_STANDARD to 20.Alexander Taylor
Also update minimum CMake version.
2025-05-13[CMake] Report compatibility with 3.15 to silence deprecation warningsGlenn Smith
2025-04-01Fix line formatter handling of calls without arguments and long symbol namesRusty Wagner
2025-01-24Add line formatter API and a generic line formatter pluginRusty Wagner
2025-01-20Revert "Add line formatter API and a generic line formatter plugin"Rusty Wagner
This reverts commit 1699c71999d29d32aba5c9f8fea193a661a4b02b.
2025-01-17Add line formatter API and a generic line formatter pluginRusty Wagner