aboutsummaryrefslogtreecommitdiff
path: root/src/3rdParty/efsw/System.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-02-25Use lts node versionDania Rifki1-1/+1
2026-02-25Add cache hit conditionDania Rifki1-0/+2
2026-02-25Update actions/upload-pages-artifact to v4Dania Rifki1-1/+1
2026-02-25Switch from yarn to pnpmDania Rifki4-18/+1829
2026-02-25Update tagline in docs (#247)Dania Rifki8-75/+82
2026-02-25Updated README.md. [skip CI]Li Jin1-4/+4
2026-02-24Fixed issue #246.v0.33.5Li Jin8-15/+45
2026-02-24Updated README.md and CHANGELOG.md. [skip CI]Li Jin2-38/+346
2026-02-24Updated docs. [skip CI]Li Jin20-268/+276
2026-02-24Cleaned up and fixed more comment reserving codes.v0.33.4Li Jin21-123/+330
2026-02-24Fixed issue #245.Li Jin3-11/+9
2026-02-24Updated all-in-one docs.v0.33.2Li Jin7-12475/+15
2026-02-24Revert zh text to previous versionDania Rifki1-1/+1
2026-02-24fix: update table literals examples to use curly braces instead of square ↵Dania Rifki5-15/+15
brackets Also rewrote the final paragraph
2026-02-24Fixed comma position in class members with line number comments. Fixed issue ↵Li Jin3-41/+47
#240.
2026-02-23bugfix: insert comma before eol comment when line numbers onchrsm1-1/+6
2026-02-23FIx slug (stale branch issue)Dania Rifki6-8/+17
2026-02-23Clickable hero image on homepage to navigate to the mascot reference page.Dania Rifki6-3/+38
2026-02-22Correct reference -> extras documentation slugDania Rifki11-2/+2
2026-02-22Updated doc. [skip CI]Li Jin5-4/+4
2026-02-22Fixed some scripts.v0.33.1Li Jin5-10/+88
Fix.
2026-02-22Updated .gitattributes. [skip CI]Li Jin1-0/+3
2026-02-22Cleanup.Li Jin5-32/+97
2026-02-21format with prettierDania Rifki3-3/+5
2026-02-21Add Mascot to documentationDania Rifki17-17/+238
And minor tweaks to documentation structure
2026-02-21Cleanup.Li Jin1-471/+0
2026-02-20Skip line-number comments on empty lines in table/class blockscodex/remove-line-number-comments-from-empty-linesLi Jin2-0/+24
2026-02-20Add test suite for reserve comments featureLi Jin6-0/+1572
- Add assert_output_not_contains helper function for negative assertions - Add reserve_comments_spec test with Yue and Lua files - Integrate new test suite into run_all_tests.sh Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-20Emit single blank line for ClassBlock EmptyLineLi Jin1-3/+1
2026-02-20Preserve multi-empty lines in ClassBlock comments outputLi Jin1-1/+3
2026-02-20Fix ClassBlock comment placement in generated LuaLi Jin1-26/+38
2026-02-20Fix ClassBlock parsing to keep comment linesLi Jin1-2/+2
2026-02-20Emit class body comments in reserve-comment modeLi Jin1-0/+10
2026-02-20Support comments and empty lines in class blockscodex/add-blank-line-handling-to-classblockLi Jin4-7/+20
2026-02-19Preserve blank lines between table comments with reserve-commentsLi Jin3-4/+13
2026-02-19Fix reserve comment parsing for table block comment linesLi Jin1-3/+4
2026-02-19Respect reserve comments in spread table/tableblock compilationLi Jin1-0/+13
2026-02-19Fix TableBlock indentation parsing after make genLi Jin1-2/+2
2026-02-19feat(parser): preserve TableBlock comment lines in ASTLi Jin3-9/+14
2026-02-18Bump version to 0.33.1Li Jin1-1/+1
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-18Fix TableLit YueComment parsing with mixed-indent table linescodex/add-single-line-comments-support-to-astLi Jin1-2/+6
2026-02-18Use YueComment node for TableLit comment preservationLi Jin4-19/+12
2026-02-18Fix TableLit AST string formatting for comments and empty linesLi Jin1-3/+18
2026-02-18Fix TableLit comment nodes under non-reserve comment modeLi Jin1-1/+14
2026-02-18Add TableLit AST support for empty lines and multiline commentsLi Jin3-8/+24
2026-02-18Preserve TabLit single-line comments in ASTLi Jin3-4/+14
2026-02-15Add goto statement documentation and testsLi Jin23-13/+1735
- Added goto.md documentation files in all languages (en, de, zh, pt-br, id-id) - Updated conditionals.md to include goto statement references - Updated VitePress config to include new goto documentation pages - Updated makefile for goto documentation compilation - Added test outputs for goto examples in all languages - Updated yue.cpp core implementation Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-13Cleanup. [skip CI]Li Jin10-0/+10
2026-02-12Fixed doc highlight issue.Li Jin4-176/+11
2026-02-12Again. [skip CI]Li Jin14-54/+171