shithub: rgbds

RSS feed

9ccb7120 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/01/14 06:42
Remove stale `clean` line

86a28e82 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/01/13 10:12
Provide string arguments to errors in `constexpr_BankSection`

95cd0c6e – ISSOtm <eldredhabert0@gmail.com> authored on 2020/01/12 08:09
Add test for BANK() in constant context

23ab245c – ISSOtm <eldredhabert0@gmail.com> authored on 2020/01/12 08:01
Return a consistent number for const BANK() when erroring out

eb824765 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/01/10 09:57
Make bank of "bank 0" sections known to RGBASM

f1f70d25 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/01/09 01:10
Add test for `DEF(@)`

98a221d6 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/01/08 21:10
Add test for `DEF(@)`

fb22d12b – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/01/08 20:15
Merge pull request #463 from ISSOtm/windows_test_suite

83249ed6 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/01/08 18:26
Cap the number of concurrent jobs for testing

1534df0b – ISSOtm <eldredhabert0@gmail.com> authored on 2019/10/30 08:18
Use minGW's pkg-config

ece9177f – ISSOtm <eldredhabert0@gmail.com> authored on 2019/10/29 20:21
Produce shims to run the test suite on Windows bins via Wine

8a90d743 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/10/29 20:14
Ignore line endings in test suite

5a06fad3 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/01/08 11:46
Separate stdout and stderr in tests

add07259 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/01/08 20:01
Merge pull request #465 from ISSOtm/rebuild_version

36ca18bc – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/01/08 19:46
Merge pull request #466 from AntonioND/an/warning

6d9399e3 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/01/08 19:27
Always update version

6003be3f – Antonio Niño Díaz <antonio_nd@outlook.com> authored on 2020/01/08 18:33
Fix declaration of constexpr_BankSymbol()

67680047 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/01/08 13:56
Merge pull request #430 from ISSOtm/known_selfbank

4dfa3157 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/01/08 08:14
Merge pull request #454 from ISSOtm/unlocked_windows

f26cfa2d – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/01/07 17:44
Merge pull request #455 from ISSOtm/man

d3328406 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/01/02 09:06
Improve `jr` out-of-reach error message

3564b3f9 – ISSOtm <eldredhabert0@gmail.com> authored on 2020/01/02 09:03
Have `jr` offset wrap with 16 bits

b81faecc – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/29 12:41
Rename rgbfix long opt `verbose` to `validate`

1c4cb2cd – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/29 12:38
Add warning option to RGBASM man synopsis

6959b767 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/29 12:38
Rework help/usage messages

8a1e920e – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/12 18:46
Fix incorrect line counting when running REPT blocks.

606519c5 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/07 23:05
Touch up `ds` documentation as per rednex#350

34618e02 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/06 21:54
Overhaul RGBDS man pages and help messages

373762de – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/10 13:35
Fix lack of newline when passing no files to RGBLINK

b30dfb16 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/07 19:08
Fix a line over 80 chars

36db3257 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/07 19:07
Align `fatalerror` return code with every other one

cad23465 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/07 19:04
Remove flex from the list of dependencies in the README

d2340131 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/07 18:43
Improve pc-bank test

b49e0257 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/07 18:43
Allow BANK() in constexpr expressions

e4f47065 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/09/27 05:34
Add tests for new "known self-bank"

02fe73d1 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/09/19 11:06
Make `BANK("Section")` known at assembling time when possible

74f43d4e – ISSOtm <eldredhabert0@gmail.com> authored on 2019/09/08 19:40
Add a way to seek a SECTION by name without creating one

54ed050e – ISSOtm <eldredhabert0@gmail.com> authored on 2019/09/08 18:28
Make `BANK(@)` known at assembling time when possible

f262d3b3 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/07 16:19
Fix undefined behavior in `readlong`

32f7860a – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/07 10:23
Fix possible 0-length array in RGBLINK

b62832e9 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/06 21:48
Move empty entries warning to -Wextra

e5820312 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/06 21:46
Document actual behavior of empty entries in `db` and co

f710f21a – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/05 19:56
Reorder warnings alphabetically

90fefb46 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/05 19:45
Remove user warnings from `-Wall`

21f4cafe – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/05 19:32
Make `-Werror=` with a meta warning an error

b1d4be66 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/03 20:56
Remove deprecated "section charmap" feature

ef43ae0e – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/03 20:55
Add a verbose print each time a file is included

9976a139 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/03 20:54
Update test repos to latest commits

57183545 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/03 19:21
Get rid of `joinexpr()`

2d7d9eef – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/03 19:16
Fix some `make checkcodebase` errors

a290e19f – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/03 18:09
Make `make checkcodebase` ignore `extern/`

92a2be62 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/12/03 18:02
Remove lex rules from Makefile

5410dba4 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/11/26 20:37
Do prevent using `org` in linker scripts to go backwards

d93ad2e6 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/11/23 18:07
Rename all functions imported from musl

68410d35 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/11/23 18:00
Get rid of `unlocked_stdio` functions

ceae4a44 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/11/23 17:21
Stop using `f(un)?lockfile`

ea003487 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/11/23 16:59
Use `trap_` instead of `abort()` for consistency

401fd8b5 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2019/11/18 15:58
Merge pull request #452 from ISSOtm/warn

191ee4ba – ISSOtm <eldredhabert0@gmail.com> authored on 2019/11/18 04:23
Add support for toggleable warnings

58556f91 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/11/18 07:45
Disable chcecking for global initialisers

faa78937 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/11/08 19:47
Fix develop error in getopt_long_only

648df0dc – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2019/11/06 04:00
Merge pull request #449 from ISSOtm/better_error_msg

44173dbe – ISSOtm <eldredhabert0@gmail.com> authored on 2019/11/06 03:48
Improve error messages slightly

7233f568 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/11/03 22:24
Report overlapping sections whenever possible

197f1e9b – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2019/11/06 03:34
Merge pull request #444 from ISSOtm/fix_develop

7063f66b – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2019/11/06 03:33
Merge pull request #450 from ISSOtm/labels_in_sections

6e59bcb6 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2019/11/05 21:34
Merge pull request #447 from ISSOtm/long_opts

0649e6d6 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/11/03 17:11
Add long options

072c965b – ISSOtm <eldredhabert0@gmail.com> authored on 2019/11/05 19:40
Add musl's implementation of `getopt_long_only`

122f5fe1 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/11/03 22:34
Prevent creating labels outside of sections

a40d599c – ISSOtm <eldredhabert0@gmail.com> authored on 2019/11/03 20:20
Fix extraneous comma in error message

babf36e9 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/11/03 20:16
Don't forget to initialize additional banks when using an overlay

d6a43f6a – ISSOtm <eldredhabert0@gmail.com> authored on 2019/11/03 16:21
Fix RGBGFX man page

ff8e38fc – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2019/11/03 11:41
Merge pull request #441 from ISSOtm/linker_error_stack

192f2de7 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2019/11/03 11:40
Merge pull request #440 from ISSOtm/nested_brackets

c568b3a9 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2019/11/03 11:30
Merge pull request #439 from ISSOtm/tests_locale

9c818ef3 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2019/11/03 11:18
Merge pull request #438 from ISSOtm/sub_doc_fix

5aea30f4 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2019/11/03 11:15
Merge pull request #434 from ISSOtm/rgblink_rewrite

09c9395f – ISSOtm <eldredhabert0@gmail.com> authored on 2019/10/13 11:17
Fix NULL deref when fetching an unknown symbol in RPN expressions

81047afb – ISSOtm <eldredhabert0@gmail.com> authored on 2019/10/13 07:50
Rework "overflow" error message

f1441cc9 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/10/12 18:16
Make linker script error messages more descriptive

50804d66 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/10/11 15:03
Fix linkerscript not updating section categorization

9b895e8a – ISSOtm <eldredhabert0@gmail.com> authored on 2019/10/11 15:02
Fix bank-fixed sections going in any bank

4600f70f – ISSOtm <eldredhabert0@gmail.com> authored on 2019/10/11 15:00
Fix address-fixed sections potentially incorrectly assigned

9e33cc99 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/10/11 14:54
Implement INCLUDE keyword in linker scripts

5496c2e7 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/10/11 05:21
Make linkerscript errors report file names

bf75971a – ISSOtm <eldredhabert0@gmail.com> authored on 2019/10/11 05:04
Only open files when necessary

8a59994c – ISSOtm <eldredhabert0@gmail.com> authored on 2019/10/10 21:00
Fix false positives in `readstr`

f2e1b7d8 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/10/09 11:05
Add EOF checking in string reading

8c91b31a – ISSOtm <eldredhabert0@gmail.com> authored on 2019/10/02 10:22
Fix typo that led to segfault

302b2104 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/10/02 09:55
Fix error in object file documentation

5bd00762 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/10/02 09:55
Write some doc comments

0e24adca – ISSOtm <eldredhabert0@gmail.com> authored on 2019/09/19 10:27
Rewrite RGBLINK entirely

696feae3 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/09/12 18:08
Have RGBDS' `err` and `warn` output an error message

323738e7 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/11/01 13:38
Increase version number to 0.3.9

a1d132cd – ISSOtm <eldredhabert0@gmail.com> authored on 2019/11/01 13:35
Regenerate wwwman

f7c2665e – ISSOtm <eldredhabert0@gmail.com> authored on 2019/10/30 09:34
Fix errors in `make develop`

ae0b95ec – ISSOtm <eldredhabert0@gmail.com> authored on 2019/10/11 13:12
Make linker output error stacks instead of their top level

cdd82009 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/10/10 11:00
Add test for nested brackets

694075e8 – ISSOtm <eldredhabert0@gmail.com> authored on 2019/10/10 10:58
Allow nested bracketed symbols

Next