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

Regenerate man page HTML renders

github.com/gbdev/rgbds - 80170eb6ebedd5bee9df32433ee0da21a14a3178 authored over 4 years ago by ISSOtm <[email protected]>
Merge branch 'release'

github.com/gbdev/rgbds - bdad1499fe326fb0b76717255b32026494c7daa0 authored over 4 years ago by ISSOtm <[email protected]>
Merge branch 'release'

github.com/gbdev/rgbds-deb - bdad1499fe326fb0b76717255b32026494c7daa0 authored over 4 years ago by ISSOtm <[email protected]>
Merge pull request #494 from ISSOtm/docs

Overhaul man pages

github.com/gbdev/rgbds - 1f5ca39559d15895df8605e631a8581f9387bf61 authored over 4 years ago by Eldred Habert <[email protected]>
Merge pull request #494 from ISSOtm/docs

Overhaul man pages

github.com/gbdev/rgbds-deb - 1f5ca39559d15895df8605e631a8581f9387bf61 authored over 4 years ago by Eldred Habert <[email protected]>
Update disassemblies to latest commits

github.com/gbdev/rgbds - 5013b64f556fa8b185b09f23cf7f71908c4cd48b authored over 4 years ago by ISSOtm <[email protected]>
Update disassemblies to latest commits

github.com/gbdev/rgbds-deb - 5013b64f556fa8b185b09f23cf7f71908c4cd48b authored over 4 years ago by ISSOtm <[email protected]>
Make compilation optimized unless debugging

Note: I wanted to enable `-Og` on `develop`, but this generated warnings
(thus, errors) that are...

github.com/gbdev/rgbds-deb - 7eb73d766eb0167a77e53393f506bdb5910940dc authored over 4 years ago by ISSOtm <[email protected]>
Make compilation optimized unless debugging

Note: I wanted to enable `-Og` on `develop`, but this generated warnings
(thus, errors) that are...

github.com/gbdev/rgbds - 7eb73d766eb0167a77e53393f506bdb5910940dc authored over 4 years ago by ISSOtm <[email protected]>
Allow labels to be passed to `DEF`

github.com/gbdev/rgbds-deb - bcfeb49d6be4324c30bdb6c95c0cc29ac1b15f2f authored over 4 years ago by ISSOtm <[email protected]>
Allow labels to be passed to `DEF`

github.com/gbdev/rgbds - bcfeb49d6be4324c30bdb6c95c0cc29ac1b15f2f authored over 4 years ago by ISSOtm <[email protected]>
Fix wrong error function used in RGBGFX

github.com/gbdev/rgbds - 702d9e05427fc6552eb71d213c0a2235ef8c77de authored over 4 years ago by ISSOtm <[email protected]>
Fix wrong error function used in RGBGFX

github.com/gbdev/rgbds-deb - 702d9e05427fc6552eb71d213c0a2235ef8c77de authored over 4 years ago by ISSOtm <[email protected]>
Update EMULATORS.md (#170)

github.com/gbdev/awesome-gbdev - 66c4c6f3c1e80f9d8a57929269a87998a62b1bf7 authored over 4 years ago by Stan Roelofs <[email protected]>
Improve arg-shift test

github.com/gbdev/rgbds-deb - c0aff678e9f1a88163781ccad94b889d7961bc57 authored over 4 years ago by ISSOtm <[email protected]>
Improve arg-shift test

github.com/gbdev/rgbds - c0aff678e9f1a88163781ccad94b889d7961bc57 authored over 4 years ago by ISSOtm <[email protected]>
Prevent assertions outside sections from crashing

github.com/gbdev/rgbds - a3d88366716a0c5115a54296d93fb6ee650fd08e authored over 4 years ago by ISSOtm <[email protected]>
Prevent assertions outside sections from crashing

github.com/gbdev/rgbds-deb - a3d88366716a0c5115a54296d93fb6ee650fd08e authored over 4 years ago by ISSOtm <[email protected]>
Revert "Prevent RGBASM from outputting corrupted files"

This reverts commit 06fe27c51601e1822b9b3212f350c21609bdf9e9.

According to Microsoft's document...

github.com/gbdev/rgbds - db1eb8fbcbcd06bcbfa7f6244f06ae2807f1e94d authored over 4 years ago by ISSOtm <[email protected]>
Revert "Prevent RGBASM from outputting corrupted files"

This reverts commit 06fe27c51601e1822b9b3212f350c21609bdf9e9.

According to Microsoft's document...

github.com/gbdev/rgbds-deb - db1eb8fbcbcd06bcbfa7f6244f06ae2807f1e94d authored over 4 years ago by ISSOtm <[email protected]>
Evaluate assertions after placing sections

github.com/gbdev/rgbds - 95f347dc6a646b82d9e988bf36a011c8f01f7082 authored over 4 years ago by ISSOtm <[email protected]>
Evaluate assertions after placing sections

github.com/gbdev/rgbds-deb - 95f347dc6a646b82d9e988bf36a011c8f01f7082 authored over 4 years ago by ISSOtm <[email protected]>
Simplify symbol-writing logic

github.com/gbdev/rgbds - 6579120d9efb986ef38eee1c85539618aa09d00a authored over 4 years ago by ISSOtm <[email protected]>
Simplify symbol-writing logic

github.com/gbdev/rgbds-deb - 6579120d9efb986ef38eee1c85539618aa09d00a authored over 4 years ago by ISSOtm <[email protected]>
Fix segfaults when using PC outside a section

github.com/gbdev/rgbds-deb - 84cd9f2db9bea744d99b2afc2c89d480732c3e23 authored over 4 years ago by ISSOtm <[email protected]>
Fix segfaults when using PC outside a section

github.com/gbdev/rgbds - 84cd9f2db9bea744d99b2afc2c89d480732c3e23 authored over 4 years ago by ISSOtm <[email protected]>
Prevent RGBASM from outputting corrupted files

Properly fixes #451

github.com/gbdev/rgbds - 06fe27c51601e1822b9b3212f350c21609bdf9e9 authored over 4 years ago by ISSOtm <[email protected]>
Prevent RGBASM from outputting corrupted files

Properly fixes #451

github.com/gbdev/rgbds-deb - 06fe27c51601e1822b9b3212f350c21609bdf9e9 authored over 4 years ago by ISSOtm <[email protected]>
Document new "unionized section" feature

github.com/gbdev/rgbds - 5039af6af1affd60c71f1253b267972894c08119 authored over 4 years ago by ISSOtm <[email protected]>
Document new "unionized section" feature

github.com/gbdev/rgbds-deb - 5039af6af1affd60c71f1253b267972894c08119 authored over 4 years ago by ISSOtm <[email protected]>
Fix incorrect macro used for x-ref

github.com/gbdev/rgbds-deb - 9113647d410da7d849127df457388f80c75c13d0 authored over 4 years ago by ISSOtm <[email protected]>
Improve opcode reference

github.com/gbdev/rgbds-deb - 4df74d44ec273baa8b73869025a036600b72060b authored over 4 years ago by ISSOtm <[email protected]>
Improve style of man page HTML renders

See individual comments within `rgbds.css` for more info
Not too fond of having to modify `mando...

github.com/gbdev/rgbds-deb - d1e82e50cbbd6701832e66d70bb7ee3a48db266e authored over 4 years ago by ISSOtm <[email protected]>
Prevent text from bumping sides on mobile devices

github.com/gbdev/rgbds-deb - 26af2bff5e3d379d8b9a46baed8bcb9b96b32745 authored over 4 years ago by ISSOtm <[email protected]>
Override mandoc styling without modifying the stylesheet

github.com/gbdev/rgbds - 3c304f3acf5ff914ec3b1c8faacbc4c39c32ef36 authored over 4 years ago by ISSOtm <[email protected]>
Update style overrides for new `mandoc.css`

github.com/gbdev/rgbds - e308130e23d56fbc51c1eba7d964299d83108765 authored over 4 years ago by ISSOtm <[email protected]>
Update mandoc style sheet

github.com/gbdev/rgbds - 713eef9ef2468c3902955f99c37ce98802a7820d authored over 4 years ago by ISSOtm <[email protected]>
Reword and give an example of symbol interpolation

github.com/gbdev/rgbds - 7635a2fc747e19cde64aea96f6c0f71ffec25a5a authored over 4 years ago by ISSOtm <[email protected]>
Add viewport tag for mobile users

github.com/gbdev/rgbds - 6889334521a973fa304d82778b7532300ed5512b authored over 4 years ago by ISSOtm <[email protected]>
Improve style of man page HTML renders

See individual comments within `rgbds.css` for more info
Not too fond of having to modify `mando...

github.com/gbdev/rgbds - d1e82e50cbbd6701832e66d70bb7ee3a48db266e authored over 4 years ago by ISSOtm <[email protected]>
Overhaul man pages

github.com/gbdev/rgbds - 7955447ca4fd664712404ebdb541f04b24360d3e authored over 4 years ago by ISSOtm <[email protected]>
Add post-processor for HTML renders

Adds links to argument descriptions in synopsis
Adds links to man pages in the set (not to exter...

github.com/gbdev/rgbds - 51e225cd751c23602b7d99e851f19358e2c40957 authored over 4 years ago by ISSOtm <[email protected]>
Fix incorrect macro used for x-ref

github.com/gbdev/rgbds - 9113647d410da7d849127df457388f80c75c13d0 authored over 4 years ago by ISSOtm <[email protected]>
Prevent text from bumping sides on mobile devices

github.com/gbdev/rgbds - 26af2bff5e3d379d8b9a46baed8bcb9b96b32745 authored over 4 years ago by ISSOtm <[email protected]>
Improve opcode reference

github.com/gbdev/rgbds - 4df74d44ec273baa8b73869025a036600b72060b authored over 4 years ago by ISSOtm <[email protected]>
Reword and give an example of symbol interpolation

github.com/gbdev/rgbds-deb - 7635a2fc747e19cde64aea96f6c0f71ffec25a5a authored over 4 years ago by ISSOtm <[email protected]>
Add post-processor for HTML renders

Adds links to argument descriptions in synopsis
Adds links to man pages in the set (not to exter...

github.com/gbdev/rgbds-deb - 51e225cd751c23602b7d99e851f19358e2c40957 authored over 4 years ago by ISSOtm <[email protected]>
Overhaul man pages

github.com/gbdev/rgbds-deb - 7955447ca4fd664712404ebdb541f04b24360d3e authored over 4 years ago by ISSOtm <[email protected]>
Update mandoc style sheet

github.com/gbdev/rgbds-deb - 713eef9ef2468c3902955f99c37ce98802a7820d authored over 4 years ago by ISSOtm <[email protected]>
Update style overrides for new `mandoc.css`

github.com/gbdev/rgbds-deb - e308130e23d56fbc51c1eba7d964299d83108765 authored over 4 years ago by ISSOtm <[email protected]>
Override mandoc styling without modifying the stylesheet

github.com/gbdev/rgbds-deb - 3c304f3acf5ff914ec3b1c8faacbc4c39c32ef36 authored over 4 years ago by ISSOtm <[email protected]>
Add viewport tag for mobile users

github.com/gbdev/rgbds-deb - 6889334521a973fa304d82778b7532300ed5512b authored over 4 years ago by ISSOtm <[email protected]>
Only copy necessary characters for bare labels

github.com/gbdev/rgbds - 187f88aa50f253eb670cdc415e9bc315ca289bb6 authored over 4 years ago by ISSOtm <[email protected]>
Only copy necessary characters for bare labels

github.com/gbdev/rgbds-deb - 187f88aa50f253eb670cdc415e9bc315ca289bb6 authored over 4 years ago by ISSOtm <[email protected]>
Add gbz80(7) description blurb

github.com/gbdev/awesome-gbdev - dcda1068f02c9732a9a578a690cb2e8239466ee2 authored over 4 years ago by Eldred Habert <[email protected]>
Remove "column 1" restriction for local labels

Because a local symbol is necessarily a label, the disambiguation
is not necessary. This is a fi...

github.com/gbdev/rgbds-deb - caddd61f178307b746ee6cb4ed47834ddca68dc3 authored over 4 years ago by ISSOtm <[email protected]>
Remove "column 1" restriction for local labels

Because a local symbol is necessarily a label, the disambiguation
is not necessary. This is a fi...

github.com/gbdev/rgbds - caddd61f178307b746ee6cb4ed47834ddca68dc3 authored over 4 years ago by ISSOtm <[email protected]>
Use new hashmap implementation for symbols

github.com/gbdev/rgbds-deb - 29629245a4f764aae6f6f7559c72f943d688e4f5 authored over 4 years ago by ISSOtm <[email protected]>
Use new hashmap implementation for symbols

github.com/gbdev/rgbds - 29629245a4f764aae6f6f7559c72f943d688e4f5 authored over 4 years ago by ISSOtm <[email protected]>
Add tests for purging symbols

github.com/gbdev/rgbds - 666b9f8f7b0c17696139b3a42c51ad39f1bfa5d8 authored over 4 years ago by ISSOtm <[email protected]>
Add tests for purging symbols

github.com/gbdev/rgbds-deb - 666b9f8f7b0c17696139b3a42c51ad39f1bfa5d8 authored over 4 years ago by ISSOtm <[email protected]>
Allow purging exported symbols

github.com/gbdev/rgbds-deb - 7deb8d3e8ae95a5e669cb8b7531aa133486e09c9 authored over 4 years ago by ISSOtm <[email protected]>
Allow purging exported symbols

github.com/gbdev/rgbds - 7deb8d3e8ae95a5e669cb8b7531aa133486e09c9 authored over 4 years ago by ISSOtm <[email protected]>
Order warnings alphabetically

github.com/gbdev/rgbds-deb - cb0a882a311d94628b3197c1b9388203b25c92c5 authored over 4 years ago by ISSOtm <[email protected]>
Order warnings alphabetically

github.com/gbdev/rgbds - cb0a882a311d94628b3197c1b9388203b25c92c5 authored over 4 years ago by ISSOtm <[email protected]>
Check for unsatisfiable alignment constraints

Fixes #493

github.com/gbdev/rgbds-deb - df2c0dc2f9a0d6a096080058e4460d18e52bd336 authored over 4 years ago by ISSOtm <[email protected]>
Check for unsatisfiable alignment constraints

Fixes #493

github.com/gbdev/rgbds - df2c0dc2f9a0d6a096080058e4460d18e52bd336 authored over 4 years ago by ISSOtm <[email protected]>
Still override alignment even if not satisfied

github.com/gbdev/rgbds-deb - 062fa5392b32c7901bdbe5093ade905500536eb9 authored over 4 years ago by ISSOtm <[email protected]>
Still override alignment even if not satisfied

github.com/gbdev/rgbds - 062fa5392b32c7901bdbe5093ade905500536eb9 authored over 4 years ago by ISSOtm <[email protected]>
Merge pull request #495 from ISSOtm/sectunion

Implement unionized sections

github.com/gbdev/rgbds - baeec2315fd4acab9f3f1021ba98a731ba0de2b9 authored over 4 years ago by Eldred Habert <[email protected]>
Merge pull request #495 from ISSOtm/sectunion

Implement unionized sections

github.com/gbdev/rgbds-deb - baeec2315fd4acab9f3f1021ba98a731ba0de2b9 authored over 4 years ago by Eldred Habert <[email protected]>
Add testing for assertions inside unionized sections

github.com/gbdev/rgbds-deb - 92134d7684dd4cf4753eac184ad940f80acee943 authored over 4 years ago by ISSOtm <[email protected]>
Add more tests for unionized sections + fix bugs

Implementing those tests found a few bugs... oops

github.com/gbdev/rgbds-deb - 4877bb783cfd7ef9ec8190c71663c68530024026 authored over 4 years ago by ISSOtm <[email protected]>
Document modification to object file format

github.com/gbdev/rgbds-deb - 275b8e15ff2eb13eeeef9e8d60783ffa839007e6 authored over 4 years ago by ISSOtm <[email protected]>
Add testing for assertions inside unionized sections

github.com/gbdev/rgbds - 92134d7684dd4cf4753eac184ad940f80acee943 authored over 4 years ago by ISSOtm <[email protected]>
Document modification to object file format

github.com/gbdev/rgbds - 275b8e15ff2eb13eeeef9e8d60783ffa839007e6 authored over 4 years ago by ISSOtm <[email protected]>
Add more tests for unionized sections + fix bugs

Implementing those tests found a few bugs... oops

github.com/gbdev/rgbds - 4877bb783cfd7ef9ec8190c71663c68530024026 authored over 4 years ago by ISSOtm <[email protected]>
Implement unionized sections in RGBLINK

github.com/gbdev/rgbds - e123b6dec79f25a765ae0d0f960db10e14b4644d authored over 4 years ago by ISSOtm <[email protected]>
Implement unionized sections in RGBLINK

github.com/gbdev/rgbds-deb - e123b6dec79f25a765ae0d0f960db10e14b4644d authored over 4 years ago by ISSOtm <[email protected]>
Implement unionized sections in RGBASM

This touched a lot more code than initially expected, for two reasons.

First, this broke a big ...

github.com/gbdev/rgbds - cb52ae0f26462f3069f0fec0643dd98fd0929154 authored over 4 years ago by ISSOtm <[email protected]>
Implement unionized sections in RGBASM

This touched a lot more code than initially expected, for two reasons.

First, this broke a big ...

github.com/gbdev/rgbds-deb - cb52ae0f26462f3069f0fec0643dd98fd0929154 authored over 4 years ago by ISSOtm <[email protected]>
Prevent passing assertions that RGBASM passed to RGBLINK

github.com/gbdev/rgbds - 46a402f7d76dd90b668bc79c9d11b0f9f0c98e44 authored over 4 years ago by ISSOtm <[email protected]>
Prevent passing assertions that RGBASM passed to RGBLINK

github.com/gbdev/rgbds-deb - 46a402f7d76dd90b668bc79c9d11b0f9f0c98e44 authored over 4 years ago by ISSOtm <[email protected]>
Don't drop RGBLINK output in RGBASM tests

github.com/gbdev/rgbds-deb - e233c5d256dd42a77612e39c5c7160aa92b4a4d4 authored over 4 years ago by ISSOtm <[email protected]>
Don't drop RGBLINK output in RGBASM tests

github.com/gbdev/rgbds - e233c5d256dd42a77612e39c5c7160aa92b4a4d4 authored over 4 years ago by ISSOtm <[email protected]>
Merge pull request #490 from ISSOtm/const

Implement `ISCONST`, reporting compile-time constness

github.com/gbdev/rgbds - fe824e00687e96180c15c659511404ca6b93f079 authored over 4 years ago by Eldred Habert <[email protected]>
Merge pull request #490 from ISSOtm/const

Implement `ISCONST`, reporting compile-time constness

github.com/gbdev/rgbds-deb - fe824e00687e96180c15c659511404ca6b93f079 authored over 4 years ago by Eldred Habert <[email protected]>
Merge pull request #488 from rednex/assert

Add assertions

github.com/gbdev/rgbds-deb - 66512ed8d2676f4937b2c64c9fea125aeb76d1d4 authored over 4 years ago by Eldred Habert <[email protected]>
Merge pull request #488 from rednex/assert

Add assertions

github.com/gbdev/rgbds - 66512ed8d2676f4937b2c64c9fea125aeb76d1d4 authored over 4 years ago by Eldred Habert <[email protected]>
Add assertions

Closes #292

github.com/gbdev/rgbds-deb - fb58166e5d391643906fd0aabd58d367507426fa authored over 4 years ago by ISSOtm <[email protected]>
Add assertions

Closes #292

github.com/gbdev/rgbds - fb58166e5d391643906fd0aabd58d367507426fa authored over 4 years ago by ISSOtm <[email protected]>
Increase version number to 0.3.10

github.com/gbdev/rgbds - 0759c98d913e3d4d21207a8886a319c85add2041 authored over 4 years ago by ISSOtm <[email protected]>
Increase version number to 0.3.10

github.com/gbdev/rgbds-deb - 0759c98d913e3d4d21207a8886a319c85add2041 authored over 4 years ago by ISSOtm <[email protected]>
Add test for version constants

github.com/gbdev/rgbds - 402ffbf0c510ccd6141b997e3b074115297123e5 authored over 4 years ago by ISSOtm <[email protected]>
Add test for version constants

github.com/gbdev/rgbds-deb - 402ffbf0c510ccd6141b997e3b074115297123e5 authored over 4 years ago by ISSOtm <[email protected]>
Define version symbols

Major blunder. That warrants a new release on its own...

github.com/gbdev/rgbds - 8191e5eb27e653fecd6fe84c15541e9c41dab2c1 authored over 4 years ago by ISSOtm <[email protected]>
Define version symbols

Major blunder. That warrants a new release on its own...

github.com/gbdev/rgbds-deb - 8191e5eb27e653fecd6fe84c15541e9c41dab2c1 authored over 4 years ago by ISSOtm <[email protected]>
Prevent purging referenced symbols

This is an immediate fix for #492, although #342 is needed to implement the
desired functionality.

github.com/gbdev/rgbds-deb - 03967bd6238e13acdd91018fc1b27472d28eb39b authored over 4 years ago by ISSOtm <[email protected]>
Prevent purging referenced symbols

This is an immediate fix for #492, although #342 is needed to implement the
desired functionality.

github.com/gbdev/rgbds - 03967bd6238e13acdd91018fc1b27472d28eb39b authored over 4 years ago by ISSOtm <[email protected]>
Remove carryover from RGBASM in RGBLINK tests

github.com/gbdev/rgbds-deb - eb445271df55b5fc3a45b238f6944c5528158b5a authored over 4 years ago by ISSOtm <[email protected]>