Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

gbdev

gbdev community
Collective - Host: opensource - https://opencollective.com/gbdev - Website: https://gbdev.io/ - Code: https://github.com/gbdev

Fix incorrect line counting when running REPT blocks.

Fixes #461

github.com/gbdev/rgbds - 8a1e920e23f78e7e96307a45d80b463d34a30cd0 authored almost 5 years ago by ISSOtm <[email protected]>
Touch up `ds` documentation as per rednex#350

github.com/gbdev/rgbds - 606519c515bed9ced23d5583cc5960d79075fdb4 authored almost 5 years ago by ISSOtm <[email protected]>
Overhaul RGBDS man pages and help messages

github.com/gbdev/rgbds-deb - 34618e02940646573c37a8bad95dc19a934c87f4 authored almost 5 years ago by ISSOtm <[email protected]>
Touch up `ds` documentation as per rednex#350

github.com/gbdev/rgbds-deb - 606519c515bed9ced23d5583cc5960d79075fdb4 authored almost 5 years ago by ISSOtm <[email protected]>
Overhaul RGBDS man pages and help messages

github.com/gbdev/rgbds - 34618e02940646573c37a8bad95dc19a934c87f4 authored almost 5 years ago by ISSOtm <[email protected]>
Fix lack of newline when passing no files to RGBLINK

github.com/gbdev/rgbds-deb - 373762dedcbd0f6a4b59c43fbc22884337c7380c authored almost 5 years ago by ISSOtm <[email protected]>
Fix lack of newline when passing no files to RGBLINK

github.com/gbdev/rgbds - 373762dedcbd0f6a4b59c43fbc22884337c7380c authored almost 5 years ago by ISSOtm <[email protected]>
Update LICENSE

github.com/gbdev/database - c40cbbec4331f85486636363e72ac058898104f4 authored almost 5 years ago by Antonio Vivace <[email protected]>
Fix a line over 80 chars

github.com/gbdev/rgbds - b30dfb166b46a81f12c85d80a820f4459b07896c authored almost 5 years ago by ISSOtm <[email protected]>
Fix a line over 80 chars

github.com/gbdev/rgbds-deb - b30dfb166b46a81f12c85d80a820f4459b07896c authored almost 5 years ago by ISSOtm <[email protected]>
Align `fatalerror` return code with every other one

github.com/gbdev/rgbds - 36db3257f368e57fb3f84fea8e64d492471e07d9 authored almost 5 years ago by ISSOtm <[email protected]>
Align `fatalerror` return code with every other one

github.com/gbdev/rgbds-deb - 36db3257f368e57fb3f84fea8e64d492471e07d9 authored almost 5 years ago by ISSOtm <[email protected]>
Remove flex from the list of dependencies in the README

github.com/gbdev/rgbds - cad23465a5baefe473fca9b117be6e853065df34 authored almost 5 years ago by ISSOtm <[email protected]>
Remove flex from the list of dependencies in the README

github.com/gbdev/rgbds-deb - cad23465a5baefe473fca9b117be6e853065df34 authored almost 5 years ago by ISSOtm <[email protected]>
Improve pc-bank test

github.com/gbdev/rgbds-deb - d23401316e460336400d7c7bc0e302ca924bfa02 authored almost 5 years ago by ISSOtm <[email protected]>
Improve pc-bank test

github.com/gbdev/rgbds - d23401316e460336400d7c7bc0e302ca924bfa02 authored almost 5 years ago by ISSOtm <[email protected]>
Allow BANK() in constexpr expressions

github.com/gbdev/rgbds - b49e025703e43088e7376231474bb546a0ba1093 authored almost 5 years ago by ISSOtm <[email protected]>
Allow BANK() in constexpr expressions

github.com/gbdev/rgbds-deb - b49e025703e43088e7376231474bb546a0ba1093 authored almost 5 years ago by ISSOtm <[email protected]>
Add a way to seek a SECTION by name without creating one

github.com/gbdev/rgbds - 74f43d4e094d6ed6048d784a9275f0a7a26a7097 authored almost 5 years ago by ISSOtm <[email protected]>
Make `BANK("Section")` known at assembling time when possible

If the target section is in the current file and its bank is known,
this means this value is know...

github.com/gbdev/rgbds - 02fe73d1f38b702b7a94a8b4934eb9e829eb4278 authored almost 5 years ago by ISSOtm <[email protected]>
Add a way to seek a SECTION by name without creating one

github.com/gbdev/rgbds-deb - 74f43d4e094d6ed6048d784a9275f0a7a26a7097 authored almost 5 years ago by ISSOtm <[email protected]>
Make `BANK("Section")` known at assembling time when possible

If the target section is in the current file and its bank is known,
this means this value is know...

github.com/gbdev/rgbds-deb - 02fe73d1f38b702b7a94a8b4934eb9e829eb4278 authored almost 5 years ago by ISSOtm <[email protected]>
Add tests for new "known self-bank"

github.com/gbdev/rgbds-deb - e4f4706508307f1a1f7b0efb545a82cad53ade2f authored almost 5 years ago by ISSOtm <[email protected]>
Add tests for new "known self-bank"

github.com/gbdev/rgbds - e4f4706508307f1a1f7b0efb545a82cad53ade2f authored almost 5 years ago by ISSOtm <[email protected]>
Make `BANK(@)` known at assembling time when possible

If the current section's bank is fixed, this means this value is
known prior to linking.

github.com/gbdev/rgbds - 54ed050ecf9a164ecb9cf368bbdedd524f23560a authored almost 5 years ago by ISSOtm <[email protected]>
Make `BANK(@)` known at assembling time when possible

If the current section's bank is fixed, this means this value is
known prior to linking.

github.com/gbdev/rgbds-deb - 54ed050ecf9a164ecb9cf368bbdedd524f23560a authored almost 5 years ago by ISSOtm <[email protected]>
Fix undefined behavior in `readlong`

See the new comment for what caused the UB, and how it was fixed

github.com/gbdev/rgbds-deb - f262d3b34bb60c71390dd2dc1ee70d99140083e8 authored almost 5 years ago by ISSOtm <[email protected]>
Fix undefined behavior in `readlong`

See the new comment for what caused the UB, and how it was fixed

github.com/gbdev/rgbds - f262d3b34bb60c71390dd2dc1ee70d99140083e8 authored almost 5 years ago by ISSOtm <[email protected]>
Fix possible 0-length array in RGBLINK

github.com/gbdev/rgbds-deb - 32f7860a4e447167b72d87509313cfa527d37b82 authored almost 5 years ago by ISSOtm <[email protected]>
Fix possible 0-length array in RGBLINK

github.com/gbdev/rgbds - 32f7860a4e447167b72d87509313cfa527d37b82 authored almost 5 years ago by ISSOtm <[email protected]>
Move empty entries warning to -Wextra

Since the behavior actually kinda makes sense, it's better as extra.

github.com/gbdev/rgbds - b62832e94dbfdc1c09edc9995745a77e1758bb0f authored almost 5 years ago by ISSOtm <[email protected]>
Move empty entries warning to -Wextra

Since the behavior actually kinda makes sense, it's better as extra.

github.com/gbdev/rgbds-deb - b62832e94dbfdc1c09edc9995745a77e1758bb0f authored almost 5 years ago by ISSOtm <[email protected]>
Document actual behavior of empty entries in `db` and co

github.com/gbdev/rgbds - e5820312d40697259089c56afebce291c52706d9 authored almost 5 years ago by ISSOtm <[email protected]>
Document actual behavior of empty entries in `db` and co

github.com/gbdev/rgbds-deb - e5820312d40697259089c56afebce291c52706d9 authored almost 5 years ago by ISSOtm <[email protected]>
Remove user warnings from `-Wall`

It does not make sense to include it there, as it's enabled by default.

github.com/gbdev/rgbds-deb - 90fefb468b6194f76dd6e3b94baad69a4529c018 authored almost 5 years ago by ISSOtm <[email protected]>
Reorder warnings alphabetically

github.com/gbdev/rgbds-deb - f710f21ad879d5a8acea318cebc13abd97666edf authored almost 5 years ago by ISSOtm <[email protected]>
Make `-Werror=` with a meta warning an error

The previous behavior was to just enable the meta warning's warnings.
This is an error now becaus...

github.com/gbdev/rgbds-deb - 21f4cafef5a42e6368d1fcc5222adb6bea2d0b7e authored almost 5 years ago by ISSOtm <[email protected]>
Make `-Werror=` with a meta warning an error

The previous behavior was to just enable the meta warning's warnings.
This is an error now becaus...

github.com/gbdev/rgbds - 21f4cafef5a42e6368d1fcc5222adb6bea2d0b7e authored almost 5 years ago by ISSOtm <[email protected]>
Reorder warnings alphabetically

github.com/gbdev/rgbds - f710f21ad879d5a8acea318cebc13abd97666edf authored almost 5 years ago by ISSOtm <[email protected]>
Remove user warnings from `-Wall`

It does not make sense to include it there, as it's enabled by default.

github.com/gbdev/rgbds - 90fefb468b6194f76dd6e3b94baad69a4529c018 authored almost 5 years ago by ISSOtm <[email protected]>
Remove deprecated "section charmap" feature

github.com/gbdev/rgbds-deb - b1d4be66e49ba1b722e9a7a072c39b22f0f9c7e5 authored almost 5 years ago by ISSOtm <[email protected]>
Remove deprecated "section charmap" feature

github.com/gbdev/rgbds - b1d4be66e49ba1b722e9a7a072c39b22f0f9c7e5 authored almost 5 years ago by ISSOtm <[email protected]>
Add a verbose print each time a file is included

github.com/gbdev/rgbds-deb - ef43ae0eea5fcaab931b42baa2aa9245a6c79a08 authored almost 5 years ago by ISSOtm <[email protected]>
Add a verbose print each time a file is included

github.com/gbdev/rgbds - ef43ae0eea5fcaab931b42baa2aa9245a6c79a08 authored almost 5 years ago by ISSOtm <[email protected]>
Update test repos to latest commits

They work, and after an upcoming change the current ones are not
going to anymore!

github.com/gbdev/rgbds - 9976a139de68fabceca8eef630e5f0b543eb024e authored almost 5 years ago by ISSOtm <[email protected]>
Update test repos to latest commits

They work, and after an upcoming change the current ones are not
going to anymore!

github.com/gbdev/rgbds-deb - 9976a139de68fabceca8eef630e5f0b543eb024e authored almost 5 years ago by ISSOtm <[email protected]>
Get rid of `joinexpr()`

This macro hid away the arguments to the underlying call, and served
no purpose beyond saving the...

github.com/gbdev/rgbds - 57183545008ec98998c6addaf8c7385abf44a75a authored almost 5 years ago by ISSOtm <[email protected]>
Get rid of `joinexpr()`

This macro hid away the arguments to the underlying call, and served
no purpose beyond saving the...

github.com/gbdev/rgbds-deb - 57183545008ec98998c6addaf8c7385abf44a75a authored almost 5 years ago by ISSOtm <[email protected]>
Fix some `make checkcodebase` errors

- Reorder checkpatch ignore flags alphabetically
- Fix checkpatch WARNINGs and CHECKs when they m...

github.com/gbdev/rgbds - 2d7d9eef9f26f6cd857d909263f36928aa1a0b7d authored almost 5 years ago by ISSOtm <[email protected]>
Fix some `make checkcodebase` errors

- Reorder checkpatch ignore flags alphabetically
- Fix checkpatch WARNINGs and CHECKs when they m...

github.com/gbdev/rgbds-deb - 2d7d9eef9f26f6cd857d909263f36928aa1a0b7d authored almost 5 years ago by ISSOtm <[email protected]>
Make `make checkcodebase` ignore `extern/`

That folder contains external code, and modifying it to conform to our
code style would make appl...

github.com/gbdev/rgbds - a290e19f461700e6449c53fce26865d3d746731e authored almost 5 years ago by ISSOtm <[email protected]>
Make `make checkcodebase` ignore `extern/`

That folder contains external code, and modifying it to conform to our
code style would make appl...

github.com/gbdev/rgbds-deb - a290e19f461700e6449c53fce26865d3d746731e authored almost 5 years ago by ISSOtm <[email protected]>
Remove lex rules from Makefile

Since the RGBLINK rewrite, there have been no .l files in the whole codebase
(RGBASM has the C fi...

github.com/gbdev/rgbds - 92a2be62fe5dfa9f749bac4313b419aa35a139a0 authored almost 5 years ago by ISSOtm <[email protected]>
Remove lex rules from Makefile

Since the RGBLINK rewrite, there have been no .l files in the whole codebase
(RGBASM has the C fi...

github.com/gbdev/rgbds-deb - 92a2be62fe5dfa9f749bac4313b419aa35a139a0 authored almost 5 years ago by ISSOtm <[email protected]>
Do prevent using `org` in linker scripts to go backwards

github.com/gbdev/rgbds - 5410dba4f4addd56cfa9f9093fafccc38444e0de authored almost 5 years ago by ISSOtm <[email protected]>
Do prevent using `org` in linker scripts to go backwards

github.com/gbdev/rgbds-deb - 5410dba4f4addd56cfa9f9093fafccc38444e0de authored almost 5 years ago by ISSOtm <[email protected]>
0.12.1

github.com/gbdev/list-linter - 842029299b72c730b1b3b0cd9512b406e6ce49a1 authored almost 5 years ago by Sindre Sorhus <[email protected]>
Disable the license rule for now

See #93

github.com/gbdev/list-linter - eb6c8c6dc8871877b8a487ffcc425cd00e71f313 authored almost 5 years ago by Sindre Sorhus <[email protected]>
Output and check errors lines (#92)

github.com/gbdev/list-linter - 4a1c9f304cf7ccd0503d97be6037e3f692b057fb authored almost 5 years ago by Xianming Zhong <[email protected]>
Rename all functions imported from musl

This is to avoid conflicting with libraries, which occurred in the mingw builds

github.com/gbdev/rgbds-deb - d93ad2e650282ddc211aedb28fe0bc10aec2f23b authored almost 5 years ago by ISSOtm <[email protected]>
Rename all functions imported from musl

This is to avoid conflicting with libraries, which occurred in the mingw builds

github.com/gbdev/rgbds - d93ad2e650282ddc211aedb28fe0bc10aec2f23b authored almost 5 years ago by ISSOtm <[email protected]>
Get rid of `unlocked_stdio` functions

Those did not provide a significant speedup, and are not provided by mingw

github.com/gbdev/rgbds-deb - 68410d35d37fc72dfc4f55ea2e7d04b9bb2829d1 authored almost 5 years ago by ISSOtm <[email protected]>
Get rid of `unlocked_stdio` functions

Those did not provide a significant speedup, and are not provided by mingw

github.com/gbdev/rgbds - 68410d35d37fc72dfc4f55ea2e7d04b9bb2829d1 authored almost 5 years ago by ISSOtm <[email protected]>
Stop using `f(un)?lockfile`

Those are only useful for locking file IO across threads, but RGBLINK is
single-threaded anyways,...

github.com/gbdev/rgbds-deb - ceae4a44f39e3157a872062124c94c35e97ac7ba authored almost 5 years ago by ISSOtm <[email protected]>
Stop using `f(un)?lockfile`

Those are only useful for locking file IO across threads, but RGBLINK is
single-threaded anyways,...

github.com/gbdev/rgbds - ceae4a44f39e3157a872062124c94c35e97ac7ba authored almost 5 years ago by ISSOtm <[email protected]>
Use `trap_` instead of `abort()` for consistency

github.com/gbdev/rgbds-deb - ea003487aa6145999d74a30d62344c3398d67a7a authored almost 5 years ago by ISSOtm <[email protected]>
Use `trap_` instead of `abort()` for consistency

github.com/gbdev/rgbds - ea003487aa6145999d74a30d62344c3398d67a7a authored almost 5 years ago by ISSOtm <[email protected]>
Merge pull request #452 from ISSOtm/warn

Add support for toggleable warnings

github.com/gbdev/rgbds - 401fd8b56bddd1f31977968d91aecb00e27d46c1 authored almost 5 years ago by Eldred Habert <[email protected]>
Merge pull request #452 from ISSOtm/warn

Add support for toggleable warnings

github.com/gbdev/rgbds-deb - 401fd8b56bddd1f31977968d91aecb00e27d46c1 authored almost 5 years ago by Eldred Habert <[email protected]>
Add support for toggleable warnings

github.com/gbdev/rgbds-deb - 191ee4ba1fb090422b1ac2919d0e8dff11c178ba authored almost 5 years ago by ISSOtm <[email protected]>
Add support for toggleable warnings

github.com/gbdev/rgbds - 191ee4ba1fb090422b1ac2919d0e8dff11c178ba authored almost 5 years ago by ISSOtm <[email protected]>
Disable chcecking for global initialisers

This is specific to the kernel and does not apply to us

github.com/gbdev/rgbds - 58556f91f7cf0d822ca0b4c84046bd5b00e2e78f authored almost 5 years ago by ISSOtm <[email protected]>
Disable chcecking for global initialisers

This is specific to the kernel and does not apply to us

github.com/gbdev/rgbds-deb - 58556f91f7cf0d822ca0b4c84046bd5b00e2e78f authored almost 5 years ago by ISSOtm <[email protected]>
0.12.0

github.com/gbdev/list-linter - 1e34ff44b9000ff2fbf6508708cda065aefe64aa authored almost 5 years ago by Sindre Sorhus <[email protected]>
Support ignoring blocks by special comments (#78)

Co-authored-by: Sindre Sorhus <[email protected]>

github.com/gbdev/list-linter - fe139d82d319023afefef0c8667a1d6fd2ef4ada authored almost 5 years ago by Xianming Zhong <[email protected]>
Update dependencies

github.com/gbdev/list-linter - 6108552ac69d5df0b3bf24b88884278a71965081 authored almost 5 years ago by Sindre Sorhus <[email protected]>
Add awesome/code-of-conduct rule (#76)

Co-Authored-By: Sindre Sorhus <[email protected]>

github.com/gbdev/list-linter - ddbebd140ae6a11d193c55d84889cbf93f9bb747 authored almost 5 years ago by Xianming Zhong <[email protected]>
/* SGB Command 0Ch - ATRC_EN */ Clarify what it's speculated to disable

github.com/gbdev/pandocs - 5ffeed7bdc2ab86a7bf90a62ed7e942f87e6a8ce authored almost 5 years ago by PinoBatch <[email protected]>
Fix develop error in getopt_long_only

The error was due to casting `const` away for permuting argv
elements, which is necessary for a l...

github.com/gbdev/rgbds - faa789376168f9af292c40285d1fa16767831cf1 authored almost 5 years ago by ISSOtm <[email protected]>
Fix develop error in getopt_long_only

The error was due to casting `const` away for permuting argv
elements, which is necessary for a l...

github.com/gbdev/rgbds-deb - faa789376168f9af292c40285d1fa16767831cf1 authored almost 5 years ago by ISSOtm <[email protected]>
Merge pull request #449 from ISSOtm/better_error_msg

Report overlapping sections whenever possible

github.com/gbdev/rgbds - 648df0dc7d2e13753eef6a810b0ea085fa830aec authored almost 5 years ago by Eldred Habert <[email protected]>
Merge pull request #449 from ISSOtm/better_error_msg

Report overlapping sections whenever possible

github.com/gbdev/rgbds-deb - 648df0dc7d2e13753eef6a810b0ea085fa830aec authored almost 5 years ago by Eldred Habert <[email protected]>
Improve error messages slightly

github.com/gbdev/rgbds-deb - 44173dbe8b2bbae5349c09e4a3201b71b51d5b6c authored almost 5 years ago by ISSOtm <[email protected]>
Improve error messages slightly

github.com/gbdev/rgbds - 44173dbe8b2bbae5349c09e4a3201b71b51d5b6c authored almost 5 years ago by ISSOtm <[email protected]>
Report overlapping sections whenever possible

github.com/gbdev/rgbds-deb - 7233f568a7c8e7b991b9be91b7159c4d05c731f6 authored almost 5 years ago by ISSOtm <[email protected]>
Report overlapping sections whenever possible

github.com/gbdev/rgbds - 7233f568a7c8e7b991b9be91b7159c4d05c731f6 authored almost 5 years ago by ISSOtm <[email protected]>
Merge pull request #444 from ISSOtm/fix_develop

Fix errors in `make develop`

github.com/gbdev/rgbds - 197f1e9b7ba9a0ad1c240db1a98bfab5cb7db703 authored almost 5 years ago by Eldred Habert <[email protected]>
Merge pull request #444 from ISSOtm/fix_develop

Fix errors in `make develop`

github.com/gbdev/rgbds-deb - 197f1e9b7ba9a0ad1c240db1a98bfab5cb7db703 authored almost 5 years ago by Eldred Habert <[email protected]>
Merge pull request #450 from ISSOtm/labels_in_sections

Prevent creating labels outside of sections

github.com/gbdev/rgbds - 7063f66b2d628c519e11a7a3bddb538f6bc7e6dc authored almost 5 years ago by Eldred Habert <[email protected]>
Merge pull request #450 from ISSOtm/labels_in_sections

Prevent creating labels outside of sections

github.com/gbdev/rgbds-deb - 7063f66b2d628c519e11a7a3bddb538f6bc7e6dc authored almost 5 years ago by Eldred Habert <[email protected]>
Merge pull request #447 from ISSOtm/long_opts

Add long options

github.com/gbdev/rgbds-deb - 6e59bcb60efd0aa39bf30d68a387b3def02382ce authored almost 5 years ago by Eldred Habert <[email protected]>
Merge pull request #447 from ISSOtm/long_opts

Add long options

github.com/gbdev/rgbds - 6e59bcb60efd0aa39bf30d68a387b3def02382ce authored almost 5 years ago by Eldred Habert <[email protected]>
Add long options

github.com/gbdev/rgbds - 0649e6d65f5cca368f86986ca970fd3557db167c authored almost 5 years ago by ISSOtm <[email protected]>
Add long options

github.com/gbdev/rgbds-deb - 0649e6d65f5cca368f86986ca970fd3557db167c authored almost 5 years ago by ISSOtm <[email protected]>
Add musl's implementation of `getopt_long_only`

Both `getopt_long` and `getopt_long_only` are GNU-specific, so we'll be
copying musl's implement...

github.com/gbdev/rgbds - 072c965ba5fef4c4f431b5fb7b520ec0ca807555 authored almost 5 years ago by ISSOtm <[email protected]>
Add musl's implementation of `getopt_long_only`

Both `getopt_long` and `getopt_long_only` are GNU-specific, so we'll be
copying musl's implement...

github.com/gbdev/rgbds-deb - 072c965ba5fef4c4f431b5fb7b520ec0ca807555 authored almost 5 years ago by ISSOtm <[email protected]>
Prevent creating labels outside of sections

This doesn't make sense, and causes RGBLINK to misbehave

github.com/gbdev/rgbds-deb - 122f5fe12e69bf66d89d22b639e162f63f6a95a9 authored almost 5 years ago by ISSOtm <[email protected]>
Prevent creating labels outside of sections

This doesn't make sense, and causes RGBLINK to misbehave

github.com/gbdev/rgbds - 122f5fe12e69bf66d89d22b639e162f63f6a95a9 authored almost 5 years ago by ISSOtm <[email protected]>
Fix extraneous comma in error message

github.com/gbdev/rgbds - a40d599cd79610b3f731a9e167f4c6d4ba446183 authored almost 5 years ago by ISSOtm <[email protected]>
Fix extraneous comma in error message

github.com/gbdev/rgbds-deb - a40d599cd79610b3f731a9e167f4c6d4ba446183 authored almost 5 years ago by ISSOtm <[email protected]>