Commit Graph

  • 41fe1d8f25 Correct error message for unconstrained sections with overlay (#1879) master Rangi 2025-12-28 19:21:53 -05:00
  • 63a911e657 Specify -std=c++20 not c++2a (#1877) Rangi 2025-12-21 11:44:14 -05:00
  • a9ab248fed Improve some RGBGFX error messages (#1876) Rangi 2025-12-19 13:00:05 -05:00
  • 9b22ff3491 Fix link in man page Rangi 2025-12-12 18:25:47 -05:00
  • a4af81f250 Fix two "Using a macro as first argument cancels effect of .Li" man page warnings Rangi 2025-12-12 12:29:45 -05:00
  • e08de399db Clarify usage versus encoding of jr and ldh (#1875) Rangi 2025-12-11 17:46:39 -05:00
  • d4e0ca5f90 Update libpng to 1.6.53 Rangi 2025-12-11 11:48:18 -05:00
  • 2666dcbc26 Remove exclamation marks and periods from error messages (#1874) Rangi 2025-12-10 11:50:33 -05:00
  • 27dca5680c Fix formatting typo in man/rgbasm-old.5 Rangi42 2025-12-09 10:33:24 -05:00
  • b0e0dfc56e Handle a missing -P/--preinclude file the same as an INCLUDE (#1873) Rangi 2025-12-08 14:39:34 -05:00
  • 33475e2c36 Factor out version-printing to usage.cpp (#1870) Rangi 2025-12-05 23:04:49 -05:00
  • c8161be23a Add missing SPDX-License-Identifier: MIT comments Rangi 2025-12-05 15:35:44 -05:00
  • 2c5c453ab8 Refactor FileStackNode::printBacktrace from recursive to iterative Rangi 2025-12-05 15:23:42 -05:00
  • c3e245c13e Correct typo in rgbds(5) Rangi 2025-12-05 22:39:30 -05:00
  • 3631fab63c Fix bug where an object's invalid ROMX bank of 0 could break rgblink (#1868) Rangi 2025-12-05 11:21:00 -05:00
  • 1c00123b33 Add missing return 0; to rgblink main() Rangi 2025-12-04 21:06:46 -05:00
  • 131bb97ebc Fix some rgblink object file input bugs found via fuzzing with AFL++ (#1867) Rangi 2025-12-04 20:49:16 -05:00
  • 8d6c617875 Use 4 spaces per tab in LCOV coverage report Rangi 2025-12-04 17:56:16 -05:00
  • 752e2b3620 Symbol names with more than two '.'s could be defined as constants Rangi42 2025-12-04 14:07:06 -05:00
  • ad3188f038 Fix garbage characters at EOF causing an infinite loop Rangi42 2025-12-04 11:21:06 -05:00
  • a6eb6457d8 Clarify documentation of rgbgfx -C/--color-curve (#1864) Rangi 2025-12-04 10:49:23 -05:00
  • 0d3276975e Update test dependencies (#1865) Rangi 2025-12-04 10:29:40 -05:00
  • d961c697d7 Update libpng to 1.6.51 (#1862) Rangi 2025-11-22 19:05:52 -05:00
  • 1eb4eb3339 Reuse the usage.name for printing version info Rangi 2025-11-18 22:32:45 -05:00
  • a3d3e1525a Fix RGBLINK object type detection Rangi 2025-11-18 22:01:43 -05:00
  • 3553c9c4da Fix RGBLINK evaluation of undefined RPN symbols Rangi 2025-11-18 16:40:24 -05:00
  • 5c2c893ced Refactor getSectionDescription in src/link/assign.cpp Rangi 2025-11-16 17:37:01 -05:00
  • 0f266d1c66 Specify more ASan options (#1860) Rangi 2025-11-16 17:11:09 -05:00
  • 8ab4602ae5 Add -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG to develop builds (#1859) Rangi 2025-11-16 13:11:08 -05:00
  • 04e3a904c2 Avoid calling style_Set/Reset before strerror(errno), since they may call isatty which can change errno Rangi 2025-11-08 12:06:16 -05:00
  • 395b03e88e Disallow SECTION UNION for ROM sections Rangi 2025-11-07 11:30:38 -05:00
  • fb9fa6038c Release version 1.0.0 v1.0.0 release Rangi42 2025-10-31 20:19:24 -04:00
  • 35e5808423 Update rgbasm(5) docs based on @nummacway's feedback (#1852) Rangi 2025-10-31 18:36:53 -04:00
  • 558d3ca0fc Disallow labels before ENDC Rangi42 2025-10-31 18:21:59 -04:00
  • df5162edca Use loops instead of tail calls and musttail Rangi42 2025-10-27 12:05:27 -04:00
  • 2519d1e698 Mention REDEF and FOR regarding EQUS expansion Rangi42 2025-10-27 10:54:16 -04:00
  • ca383c91ca Revert "More accurate 8-bit <=> 5-bit RGB color conversion (#1827)" Rangi42 2025-10-24 13:32:59 -04:00
  • 8bedd710d7 Simplify musl's getopt, including removing optind, optopt, opterr, idx, and longonly Rangi 2025-10-23 13:13:18 -04:00
  • efb5a88edb Show conventional colored "error:"/"FATAL:" for CLI option errors Rangi 2025-10-23 12:38:43 -04:00
  • f065243cd2 Enable RGBGFX's CLI "at-files" for all programs (#1848) Rangi 2025-10-22 17:05:59 -04:00
  • a0bb830679 More consistent man page descriptions for CLI options Rangi 2025-10-22 14:48:24 -04:00
  • 7654c6e27a More consistent man page descriptions for warning diagnostics Rangi 2025-10-22 14:03:34 -04:00
  • 400375b2e5 Share some handling between two tests of rgbasm -M - Rangi 2025-10-20 20:57:48 -04:00
  • 7462bccb72 Move struct Palette into its own file (#1850) Rangi 2025-10-20 16:59:24 -04:00
  • 2873e0b8c8 Use musttail attribute to guarantee tail recursion (#1849) Rangi 2025-10-20 15:56:22 -04:00
  • 1badba03d8 Clean up some #define callables Rangi 2025-10-13 13:14:22 -04:00
  • 64bcef99bd Lower default -Wtrunction= level to 1 Rangi42 2025-10-13 11:48:33 -04:00
  • aa672bbec9 Rephrase PURGE documentation and raise the default level to 2 Rangi42 2025-10-13 11:43:29 -04:00
  • 651877e094 Avoid reusing a static local variable (too fragile) Rangi42 2025-10-08 21:19:23 -04:00
  • 26c48cc409 Add RGBGFX test for libpng warning with invalid bKGD chunk Rangi 2025-10-08 15:44:15 -04:00
  • 23b9039716 Give clearer names to template parameters Rangi 2025-10-08 14:52:34 -04:00
  • 711fba5e35 Add more tests for things that only the external tests had covered Rangi 2025-10-08 13:08:51 -04:00
  • 089fc11e31 A local label starting with a keyword (e.g. jr.local) is an error Rangi 2025-10-08 12:21:07 -04:00
  • 837f552987 Fix bank increment never happening due to unsigned overflow Rangi42 2025-10-07 16:20:24 -04:00
  • cb8c973453 Add test for undefined __SCOPE__ Rangi 2025-10-06 17:51:21 -04:00
  • cca3794dd0 Mention libpng in its internal warning and error messages Rangi 2025-10-06 17:03:51 -04:00
  • 02c2408f58 Implement reversed template for reversing for-each loops Rangi 2025-10-06 16:50:47 -04:00
  • fba0562650 Fix repeated REPT nodes in backtraces Rangi 2025-10-06 16:36:55 -04:00
  • 0c9920d4a6 Use C++ iterator for fragment/union "pieces" of RGBLINK sections Rangi 2025-10-05 15:06:17 -04:00
  • 7733ccdeb6 Implement __SCOPE__ (#1845) Rangi 2025-10-04 16:41:21 -04:00
  • 13e85b5151 Replace all ctype.h functions with locale-independent ones Rangi 2025-10-03 12:52:24 -04:00
  • 268b586c9d Release v1.0.0-rc2 v1.0.0-rc2 Rangi 2025-09-30 18:56:00 -04:00
  • 85d3b5df58 Add more RGBFIX tests Rangi 2025-09-30 17:18:58 -04:00
  • eea277ae9c Add more tests for RGBFIX Rangi 2025-09-28 16:58:46 -04:00
  • 538395b92c Prevent simple syntax highlighters from breaking on /* in a string Rangi 2025-09-29 11:11:26 -04:00
  • 3108fb5297 Rename gbz80.7 "CPU opcode reference" to "Game Boy CPU instruction reference" Rangi 2025-09-28 16:43:36 -04:00
  • f99591bf6f Link FORCE_COLOR and NO_COLOR Rangi42 2025-09-25 14:06:44 -04:00
  • 0297da4d4c Add more tests for RGBASM coverage Rangi42 2025-09-25 12:21:08 -04:00
  • 96b953fe51 Add a test case for overlapping IF/ENDC and REPT/ENDR Rangi42 2025-09-25 11:39:49 -04:00
  • 0670c03bc2 Add CLI tests for RGBASM Rangi42 2025-09-23 15:51:05 -04:00
  • 09ef5b7e06 Refactor error fix suggestions in fstk_RunMacro Rangi42 2025-09-24 19:35:41 -04:00
  • d5bb462f25 Separate isLetter into isUpper and isLower Rangi42 2025-09-24 19:19:50 -04:00
  • b0727e9779 Suggest removing space before colon to define a label instead of invoking a macro Rangi42 2025-09-24 18:32:45 -04:00
  • ca4b890273 Consistently do & alignMask, not % alignSize Rangi42 2025-09-23 11:53:05 -04:00
  • 96a75500d3 Test gb-starter-kit from codeberg.org, not github.com Rangi42 2025-09-23 13:00:48 -04:00
  • 634fd853d1 Factor out a single parseNumber utility function (#1839) Rangi 2025-09-22 15:15:24 -04:00
  • c8d22d8744 Refactor some iterator template code in RGBGFX pal_packing.cpp Rangi42 2025-09-21 10:54:27 -04:00
  • 3ece61b103 Use fewer templates in RGBGFX pal_packing.cpp Rangi42 2025-09-20 21:27:52 -04:00
  • a82fd17529 Simplify RGBGFX code by using fewer templates Rangi42 2025-09-20 21:06:51 -04:00
  • e7f5ab3f55 Warn about rgbgfx -O without -o or any of -A -T -P -Q Rangi42 2025-09-20 20:21:37 -04:00
  • 595c87b2f8 Update test dependencies Rangi42 2025-09-20 15:23:02 -04:00
  • c49a7d1e2f Make CLI and OPT options -p and -Q more consistent (#1834) Rangi 2025-09-20 13:54:28 -04:00
  • d8aff148bb Factor out RRANGE macro like RANGE Rangi42 2025-09-19 16:49:14 -04:00
  • e31bcabbaa Implement === and !== string comparison operators (#1832) Rangi 2025-09-19 14:06:36 -04:00
  • 67741ab428 Trim left space from macro args, even past block comments (#1831) Rangi 2025-09-19 13:44:18 -04:00
  • e0a6199f83 Allow charmap to map 'characters' as well as "strings" (#1830) Rangi 2025-09-16 06:51:07 -04:00
  • 6cffd991f7 Document rgbasm -Wempty-data-directive Rangi42 2025-09-15 09:44:50 -04:00
  • 1fdeb34e50 Fix too-short .out.bin expected test results Rangi42 2025-09-15 09:12:26 -04:00
  • 9f16881d64 Use for-each loop Rangi42 2025-09-10 21:18:33 -04:00
  • 223b3d1921 More accurate 8-bit <=> 5-bit RGB color conversion (#1827) Rangi 2025-09-08 15:13:25 -04:00
  • 65d408eb5d Document more about the RGBDS architecture (#1809) Rangi 2025-09-07 15:34:52 -04:00
  • 3677ab2ebf Correct -q's arg name in rgbgfx(1) (#1826) ReiquelApplegate 2025-09-07 12:28:37 -04:00
  • d404621e0d Don't silence strings-as-numbers with OPT Wno-obsolete in tests Rangi42 2025-09-07 12:11:48 -04:00
  • c8a088f281 Avoid nonessential EQUS expansion in tests Rangi42 2025-09-06 13:30:01 -04:00
  • 94ed28acf8 Avoid nonessential strings-as-numbers in tests Rangi42 2025-09-06 12:45:01 -04:00
  • 00b5077b2a Make usage info output responsive to the terminal width Rangi42 2025-09-05 21:06:38 -04:00
  • 024b33b63a make format should apply to all .cpp and .hpp files Rangi42 2025-09-05 21:05:58 -04:00
  • dcc10cebc3 Add test for duplicate section after use of fragment literal Rangi42 2025-09-05 20:14:01 -04:00
  • 1fc9ba86c4 Some RGBLINK refactoring Rangi42 2025-09-05 16:34:51 -04:00
  • e569e0c200 Don't comment "; Next fragment/union" in .map files for empty section pieces Rangi42 2025-09-05 15:17:21 -04:00