Merge pull request #581 from JL2210/cmake-docs
Install manpages with CMake
Remove whoami step from Windows CI
Enable `make develop` on Ubuntu 20.04 CI as well
Merge pull request #579 from ISSOtm/cmake-ci
Merge pull request #578 from JL2210/cmake-pkgconfig
Use pkg-config to detect libpng
test: Update commit of uCity used for testing
Remove assertions from release builds
Make newlines explicit in error messages
Factor printing assert failures into functions
Fix typo in object file format doc
Correct previously-introduced test being a no-op
Add a test for purging a macro while running
Fix incorrect obj file documentation
Run the quote in file name except on Windows
Enable running regression tests on PRs as well
Make code style errors fail their CI job
Also update master docs when updating script
Do not try updating docs if no key is set
Avoid warning about /* fallthrough */ comments
Get rid of flex as a dependency in CMakeLists
Fix documentation not mentioning `SECTION FRAGMENT`syntax
Apply two minor fixes to rgbasm(5)
Update README to point to online install instructions
Update help text to redirect to new online docs
Update documentation link in README
Sync redirect page generation with site
Get rid of in-repo HTML documentation
Fix example arguments to `-MT` appearing as options
Update repo link at bottom of all man pages
Update RGBDS history to mention org move
Add CI Action to update man pages from master
Mention the new website, add notice about the movement to the gbdev org
Update README.rst
Fix __FILE__ when filename contains quotes
Remove most Hungarian notation in section module
Move `curOffset` into section code
Fix `asm/charmap.h` not including required header
Merge pull request #562 from Rangi42/strsub-0
Fix truncation warning when adding charmap mapping
Remove arbitrary limits on charmap
Resolve #554: STRSUB("<N-char string>", N, 0) will not warn "Position N is past the end of the string"
Merge pull request #552 from mattcurrie/incbin-length-optional
Bump license year
Revert change to rgbasm.5.html
Merge pull request #553 from JL2210/cmake-develop
Default to debug when building in develop mode
Add DEVELOP option to CMake
Make INCBIN's length argument optional
Improve description of `@` symbol
Merge pull request #550 from rednex/an/array
Merge pull request #544 from ISSOtm/atomic_ind
Refactor warning array for clarity
Add checkpatch link in README
Run as many CI jobs as possible when one fails
Fix test failing on OS-dependent trailing newline
Let RGBASM write JR offsets in floating sections
Output a non-empty RPN buffer from known expressions
Merge pull request #545 from JL2210/consistent-versions
Use versioning consistent with the Makefile in CMake
Document version string fallback in Makefile
Allow env vars to override default CFLAGS etc.
Update pret projects to latest commits
Sync release version in CMakeLists
Only require libpng 1.2 in CMakeLists
Add install directives to CMakeLists
Merge pull request #543 from ISSOtm/ubuntu20
Merge pull request #533 from JL2210/platform-fixes
Document that -t and -w convert section types
Add platform-specific fixes file
Merge pull request #540 from daid/patch-1