Skip to content

Pull requests: gbdev/rgbds

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Exclude more lines from test coverage refactoring This PR is intended to clean up code more than change functionality tests This affects the test suite
#1663 by Rangi42 was merged Feb 17, 2025 Loading… 0.9.2
Use LCOV_EXCL comments to exclude some lines from test coverage refactoring This PR is intended to clean up code more than change functionality tests This affects the test suite
#1662 by Rangi42 was merged Feb 16, 2025 Loading… 0.9.2
Increase test coverage refactoring This PR is intended to clean up code more than change functionality
#1661 by Rangi42 was merged Feb 16, 2025 Loading… 0.9.2
Derive operator!= from operator== (stops supporting gcc 9.x) refactoring This PR is intended to clean up code more than change functionality
#1660 by Rangi42 was merged Feb 15, 2025 Loading… 0.9.2
Define operator!= in terms of operator== refactoring This PR is intended to clean up code more than change functionality
#1659 by Rangi42 was merged Feb 15, 2025 Loading… 0.9.2
Miscellaneous refactoring refactoring This PR is intended to clean up code more than change functionality rgbasm This affects RGBASM
#1658 by Rangi42 was merged Feb 14, 2025 Loading… 0.9.2
Implement new string functions enhancement Typically new features; lesser priority than bugs rgbasm This affects RGBASM
#1655 by Rangi42 was merged Feb 14, 2025 Loading… 0.9.2
3
Allow the bit/res/set bit index to be determined at link time enhancement Typically new features; lesser priority than bugs rgbasm This affects RGBASM rgblink This affects RGBLINK
#1654 by Rangi42 was merged Feb 12, 2025 Loading… 0.9.2
Fix bug where macro names can be treated as numeric symbols bug Unexpected behavior / crashes; to be fixed ASAP! rgbasm This affects RGBASM
#1653 by Rangi42 was merged Feb 8, 2025 Loading… 0.9.2
Parser refers to "symbol"s, "label"s, and "local label"s, not "identifiers" refactoring This PR is intended to clean up code more than change functionality rgbasm This affects RGBASM
#1652 by Rangi42 was merged Feb 6, 2025 Loading… 0.9.2
Disable EQUS expansion for raw symbols (by lexing them as strings) enhancement Typically new features; lesser priority than bugs rgbasm This affects RGBASM
#1649 by Rangi42 was closed Feb 12, 2025 Draft 0.9.2
Disable EQUS expansion for raw symbols (by parsing them as strings) enhancement Typically new features; lesser priority than bugs rgbasm This affects RGBASM
#1648 by Rangi42 was merged Feb 15, 2025 Loading… 0.9.2
Update the post-release checklist to mention rgbds-live docs This affects the documentation (web-specific issues go to rgbds-www) meta This isn't related to the tools directly: repo organization, maintainership...
#1647 by Rangi42 was merged Feb 4, 2025 Loading… 0.9.2
Add contrib/checkformat.bash to check for clang-formatting meta This isn't related to the tools directly: repo organization, maintainership... tests This affects the test suite
#1646 by Rangi42 was merged Feb 4, 2025 Loading… 0.9.2
Mention ASMotor's continued development docs This affects the documentation (web-specific issues go to rgbds-www)
#1643 by Rangi42 was merged Feb 1, 2025 Loading… 0.9.1
Remove redundant @-style doc comment tags refactoring This PR is intended to clean up code more than change functionality
#1641 by Rangi42 was merged Jan 30, 2025 Loading… 0.9.1
Specify safe.directory for git describe to get the version tests This affects the test suite
#1640 by Rangi42 was merged Jan 30, 2025 Loading… 0.9.1
Add more RGBLINK tests rgblink This affects RGBLINK tests This affects the test suite
#1639 by Rangi42 was merged Jan 29, 2025 Loading… 0.9.1
Avoid the need for diff --strip-trailing-cr in Windows tests tests This affects the test suite
#1638 by Rangi42 was closed Jan 29, 2025 Loading…
Add more test coverage rgblink This affects RGBLINK tests This affects the test suite
#1637 by Rangi42 was merged Jan 29, 2025 Loading… 0.9.1
Test scripts compare text files as text without stripping newlines bug Unexpected behavior / crashes; to be fixed ASAP! tests This affects the test suite
#1635 by Rangi42 was merged Jan 29, 2025 Loading… 0.9.1
Fix failing assertion with backslash at EOF in macro arguments bug Unexpected behavior / crashes; to be fixed ASAP! rgbasm This affects RGBASM tests This affects the test suite
#1634 by Rangi42 was merged Jan 29, 2025 Loading… 0.9.1
Fix STRLEN and STRSUB on incomplete UTF-8 bug Unexpected behavior / crashes; to be fixed ASAP! rgbasm This affects RGBASM
#1633 by Rangi42 was merged Jan 28, 2025 Loading… 0.9.1
Fix CHARLEN and CHARSUB on invalid UTF-8 bug Unexpected behavior / crashes; to be fixed ASAP! rgbasm This affects RGBASM
#1630 by Rangi42 was merged Jan 28, 2025 Loading… 0.9.1
Update clang-format rules refactoring This PR is intended to clean up code more than change functionality rgbasm This affects RGBASM rgbfix This affects RGBFIX rgbgfx This affects RGBGFX rgblink This affects RGBLINK
#1629 by Rangi42 was merged Jan 28, 2025 Loading… 0.9.1
ProTip! Adding no:label will show everything without a label.