Polish: trademark disclaimer, CI on push, GitHub Pages docs, unit tests#1
Merged
Conversation
KillDaWill
commented
Jun 15, 2026
Owner
- README: badges, How it works section, trademark disclaimer, fixed Downloading A Release typo, fixed _ escape, split macOS into Apple Silicon and Intel, --mode clarification, Contributing.
- THIRD_PARTY_NOTICES: explicit Trademarks section.
- source/pokemon_catalog.c: header comment clarifying the strings are Nintendo/Game Freak/Creatures Inc. trademarks.
- LICENSE: copyright to KillDaWill.
- Makefile: removed print debug target, added make test target, doxygen now reads docs/Doxyfile, release-clean updated.
- Doxyfile -> docs/Doxyfile; output under docs/build/.
- .gitignore: collapsed docs/html, docs/latex, doxygen-warnings into /docs/build/.
- .github/workflows/ci.yml: Linux + Windows build + make test on push to main and on every PR.
- .github/workflows/docs.yml: Doxygen -> GitHub Pages on push.
- .github/workflows/release.yml: macos-x86_64 matrix entry with -arch x86_64 build step.
- .github/ISSUE_TEMPLATE: bug_report and feature_request templates.
- CHANGELOG.md: 1.0.0 entry plus an Unreleased entry.
- tests/: zero-dep harness with 16 tests covering LZ10 detection, passthrough, back-reference, and roundtrips; pokemon_catalog count, sequencing, spot-checks, and out-of-range lookups.
- README: badges, How it works section, trademark disclaimer, fixed Downloading A Release typo, fixed \_ escape, split macOS into Apple Silicon and Intel, --mode clarification, Contributing. - THIRD_PARTY_NOTICES: explicit Trademarks section. - source/pokemon_catalog.c: header comment clarifying the strings are Nintendo/Game Freak/Creatures Inc. trademarks. - LICENSE: copyright to KillDaWill. - Makefile: removed print debug target, added make test target, doxygen now reads docs/Doxyfile, release-clean updated. - Doxyfile -> docs/Doxyfile; output under docs/build/. - .gitignore: collapsed docs/html, docs/latex, doxygen-warnings into /docs/build/. - .github/workflows/ci.yml: Linux + Windows build + make test on push to main and on every PR. - .github/workflows/docs.yml: Doxygen -> GitHub Pages on push. - .github/workflows/release.yml: macos-x86_64 matrix entry with -arch x86_64 build step. - .github/ISSUE_TEMPLATE: bug_report and feature_request templates. - CHANGELOG.md: 1.0.0 entry plus an Unreleased entry. - tests/: zero-dep harness with 16 tests covering LZ10 detection, passthrough, back-reference, and roundtrips; pokemon_catalog count, sequencing, spot-checks, and out-of-range lookups.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.