shithub: rgbds

RSS feed

ac59ecf3 – ISSOtm <eldredhabert0@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2022/02/05 09:19
Enable `-Wsign-compare` and fix the warnings

72b677a8 – ISSOtm <eldredhabert0@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2022/02/05 09:12
Enable "debug" optimizations in `make develop`

bbae9966 – ISSOtm <eldredhabert0@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2022/02/05 08:34
Fix string constness issues in RGBASM

b3304ae1 – ISSOtm <eldredhabert0@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2022/02/05 08:24
Add more warnings to `develop`

a48801a6 – ISSOtm <eldredhabert0@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2022/02/05 08:02
Trim down `develop` warning list and add comments

7dc81a64 – ISSOtm <eldredhabert0@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2022/02/05 07:28
Make recursive Make invocations properly recurse flags

3afa6b5a – ISSOtm <eldredhabert0@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2022/02/05 07:27
Use pedantic warnings in Makefile default config as well

9b49f788 – ISSOtm <eldredhabert0@gmail.com> authored on 2022/02/05 08:37
Add missing header in opt.h

acc31fea – ISSOtm <eldredhabert0@gmail.com> authored on 2022/02/05 06:39
Fix "shift" test to actually test RGBLINK

4ed5ba75 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/01/27 17:32
Finish using time_utc before initializing time_local

20a26599 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/12/01 15:24
Simplify allocating multiple `ds` args

7bdfc9da – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/11/30 12:06
Really don't use `new` as a variable name

d073cffa – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/11/24 17:48
Don't use `new` as a variable name

8435a29c – Rangi <remy.oukaour+rangi42@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2021/11/24 12:18
Turn the `readChars` macro into a `readInternal` function

b7fe78ca – Eievui <14899090+GreenAndEievui@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2021/11/24 11:00
Fix improperly terminated region name check (#953)

9d993d84 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/11/23 12:08
Release 0.5.2

fef168b2 – ISSOtm <eldredhabert0@gmail.com> authored on 2021/11/23 17:12
Add the new completion scripts to checkdiff

4a4b22c7 – ISSOtm <eldredhabert0@gmail.com> authored on 2021/11/23 17:10
Add Bash completion scripts for the last 3

db79689e – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/11/22 12:58
Add `-Wnumeric-string` to shell autocompletion

c2ca46c2 – Rangi <remy.oukaour+rangi42@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2021/11/22 12:31
Remove `TRACE_PARSER` support

aac839f3 – Rangi <remy.oukaour+rangi42@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2021/11/22 12:29
Remove `dbgPrint` and `TRACE_LEXER` support

9d9febe1 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/11/22 12:12
Consistent title case for rgbasm.5 headings

b9fd8547 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2021/11/22 12:08
Reword docs now that SET is deprecated (#946)

ec6d63bc – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2021/11/21 11:18
Allow underscores in gfx literals (#951)

bdcef6f2 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2021/11/21 11:16
Refactor error reporting to simplify BSD-style `err` (#949)

54293a91 – ISSOtm <eldredhabert0@gmail.com> authored on 2021/11/06 21:46
Remove unused "MAX_PATH" header

b04e71ed – ISSOtm <eldredhabert0@gmail.com> authored on 2021/11/06 21:23
Use correct length type for `Abs*Group`

f82603f1 – Rangi <remy.oukaour+rangi42@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2021/11/19 18:04
Lowercase "error:" in `-Werror` output

cedfd258 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/11/19 17:55
Move more statements into `for` loop clauses

c7322258 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/11/19 16:36
Refactor `readGfxConstant` for consistency, and edit warning message

036b6c1b – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/11/19 14:52
Capitalize "FATAL:" in rgblink error messages

8e2a164a – Rangi <remy.oukaour+rangi42@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2021/11/18 14:40
Implement compound assignment operators for mutable constants

b7681979 – Rangi <remy.oukaour+rangi42@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2021/11/18 12:28
Deprecate `SET` in favor of `=`

3e945679 – Rangi <remy.oukaour+rangi42@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2021/11/17 18:01
Standardize on "east const" (`type const *` not `const type *`)

efccf6c9 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/11/17 18:51
A few stylistic tweaks

e5552e27 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/11/17 17:47
`strrstr` can take and return `char const *`

438963fb – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2021/11/12 12:37
Remove unused `#include "extern/utf8decoder.h"` (#940)

0bb815ed – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2021/11/12 12:09
Implement -Wnumeric-string[=0|1|2] (#935)

55a02981 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2021/11/12 12:06
Small updates to documentation wording (#939)

b06e3b23 – ISSOtm <eldredhabert0@gmail.com> authored on 2021/11/06 09:21
Clean up -MT/-MQ code

47442941 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2021/11/01 15:16
Support ! operator for condition codes (#720)

b16d2d06 – DaKnig <37626476+DaKnig@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2021/10/31 20:44
Add Bash completion script for rgbasm (#895)

8b1cc72f – Eievui <14899090+GreenAndEievui@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2021/10/31 13:58
Added scramble flags to RGBLINK. (#921)

11a6a811 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2021/10/31 13:47
Implement -Wtruncation=level (#931)

0ce66009 – ISSOtm <eldredhabert0@gmail.com> authored on 2021/10/31 18:01
Parallelize CMake builds

33f2f555 – ISSOtm <eldredhabert0@gmail.com> authored on 2021/10/31 17:41
Enable sanitizers with Clang on Ubuntu as well

0487f9f8 – ISSOtm <eldredhabert0@gmail.com> authored on 2021/10/31 17:01
Enable more checks in CMake builds on macOS

0d6bfb84 – ISSOtm <eldredhabert0@gmail.com> authored on 2021/10/31 17:05
Ignore unknown warning options

1e4ace89 – ISSOtm <eldredhabert0@gmail.com> authored on 2021/10/31 16:50
Update tested subproject commits

a378d1e8 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2021/10/31 16:20
Reword label definition docs (#887)

81ea39ef – ISSOtm <eldredhabert0@gmail.com> authored on 2021/10/31 16:16
Add two forgotten warnings to RGBASM Zsh completion

1a07391a – ISSOtm <eldredhabert0@gmail.com> authored on 2021/10/31 03:53
Introduce `ARRAY_SIZE` macro

b002d954 – Rangi <remy.oukaour+rangi42@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2021/10/27 16:24
Fix precison of fixed-point formatting

646fc62b – ISSOtm <eldredhabert0@gmail.com> authored on 2021/10/25 21:39
Avoid running duplicate CI on macOS

699c00dc – ISSOtm <eldredhabert0@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2021/01/14 22:12
Enable MacOS Big Sur in CI

9b9f3ffb – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2021/10/05 18:24
Remove Ubuntu 16.04 from CI

00a67c3f – Eldred Habert <eldredhabert0@gmail.com> authored on 2021/07/27 11:48
Clarify xref to fmt spec

50d6403c – ISSOtm <eldredhabert0@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2021/07/27 05:22
Move section interpolation to its own section

9111157b – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2021/09/09 10:53
Add NieDzejkob and JL2210 to contributor list

794dd6cd – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2021/09/09 10:37
Mark Rangi and I as main contributors

ae4352c1 – ISSOtm <eldredhabert0@gmail.com> authored on 2021/08/23 14:39
Fix typos in rgbasm(5)

4a73eb56 – Rangi <remy.oukaour+rangi42@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2021/08/17 14:43
Make `peek()` tail recursive instead of using `goto`

0f321bc7 – martendo <51766598+martendo@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2021/08/17 14:03
Fix section merge alignment error message (#919)

94d07c78 – ISSOtm <eldredhabert0@gmail.com> authored and Eldred Habert <eldred.habert@sii.fr> committed on 2021/08/12 05:19
Fix MBC3+TIMER + handle lack of BATTERY

b51e1c7c – Rangi <remy.oukaour+rangi42@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2021/07/31 17:03
Compare `FOR` ranges to Python's `range`

26ddf1ff – Rangi <remy.oukaour+rangi42@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2021/07/29 14:55
Prevent defining invalid local labels

20fd6eab – ISSOtm <eldredhabert0@gmail.com> authored on 2021/07/25 08:15
Fix up gitignores

fbe29006 – ISSOtm <eldredhabert0@gmail.com> authored on 2021/07/25 08:12
Document two two `.github` subdirectories

03bb5105 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/07/04 14:31
`endCapture` shouldn't handle `lexerState->atLineStart`

695dfe9d – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/07/04 12:12
Add missing file line-continuation-string.asm

9782f7d9 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2021/07/04 12:08
Factor out `endCapture` to go with `startCapture` (#904)

1b5648bb – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/07/01 13:56
Line continuations *do* work inside strings

a67f5d6e – Rangi <remy.oukaour+rangi42@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2021/06/20 12:10
SIZEOF("Section") and STARTOF("Section") can be known

06b57aa1 – Rangi <remy.oukaour+rangi42@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2021/06/20 12:59
Avoid unnecessary "overwriting a non-zero byte" warnings

6d2db2ef – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2021/06/24 13:49
`make checkdiff` does CI documentation checks (#900)

9868a011 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2021/05/30 09:59
Format `-m help` better in the man page

0c8cdd92 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2021/05/24 18:07
Make instruction descriptions more proper English

80a376f0 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/05/22 12:08
Syntax errors resets the lexer right away

0068c137 – Rangi <remy.oukaour+rangi42@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2021/05/21 13:09
Syntax error message hints to indent macro invocations

872af9c7 – ISSOtm <eldredhabert0@gmail.com> authored and Rangi <35663410+Rangi42@users.noreply.github.com> committed on 2021/05/17 08:29
Remove dead store in linker script CRLF handling

06ea7b20 – ISSOtm <eldredhabert0@gmail.com> authored and Rangi <35663410+Rangi42@users.noreply.github.com> committed on 2021/05/17 08:24
Reinstate "empty filename" assertion in `__FILE__` callback

a3c4652b – ISSOtm <eldredhabert0@gmail.com> authored and Rangi <35663410+Rangi42@users.noreply.github.com> committed on 2021/05/17 08:20
Fix dead stores in `charmap_ConvertNext`

5ad48851 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2021/05/21 13:04
Allow error messages for subsequent syntax errors (#892)

e3b7339d – ISSOtm <eldredhabert0@gmail.com> authored on 2021/05/21 05:47
Save UNION stack when using PUSHS as well

69d7f845 – ISSOtm <eldredhabert0@gmail.com> authored on 2021/05/21 05:06
Reset LOAD offset when changing SECTIONs

e970b6d6 – ISSOtm <eldredhabert0@gmail.com> authored on 2021/05/15 15:13
Update Zsh completions with CLI changes

d9cce3fa – ISSOtm <eldredhabert0@gmail.com> authored on 2021/05/15 14:05
Update TPP1 canonical name to "TIMER", not "RTC"

23721694 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/05/15 08:57
Comment that anonymous labels internally start with '!'

aa02958e – ISSOtm <eldredhabert0@gmail.com> authored on 2021/05/15 08:23
Fix mandoc warnings

011d4ec3 – ISSOtm <eldredhabert0@gmail.com> authored on 2021/05/15 08:03
Use the Ad macro for RST addresses

afbaf101 – ISSOtm <eldredhabert0@gmail.com> authored on 2021/05/15 07:24
Fix MBC help string

6a5e2f43 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/05/09 13:23
Fix the `STRFMT` documentation in rgbasm(5)

fba77c4d – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/05/08 19:44
Specify to update the `release` branch in RELEASE.rst

830df360 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/05/08 19:22
Specify that all .sh files need Unix line endings

c75551b1 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/05/08 18:38
Release 0.5.1

5a38f6e1 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2021/05/06 19:17
rgbasm supports "Q16.16" fixed-point literals

869021f4 – Rangi <remy.oukaour+rangi42@gmail.com> authored and Rangi <35663410+Rangi42@users.noreply.github.com> committed on 2021/05/04 17:05
Fix `-Wformat` build warnings on macOS

c06985a7 – Eldred Habert <eldredhabert0@gmail.com> authored and GitHub <noreply@github.com> committed on 2021/05/04 22:04
Fix incorrect lexing of "$ff00+c" (#882)

c5028041 – ISSOtm <eldredhabert0@gmail.com> authored on 2021/05/04 21:57
Update winflexbison to 2.5.24

75f1bcde – ISSOtm <eldredhabert0@gmail.com> authored and Eldred Habert <eldredhabert0@gmail.com> committed on 2021/05/03 08:09
Make SECTION size overflow non-fatal

Next