Skip to content
Snippets Groups Projects

Overhaul LZH code

Closed Deucе requested to merge lzh-fixup into master
  • Rename variables and macros to be more readable.
  • Split encoding and decoding variables into separate structs so they don't all need to be on the stack
  • Stop using signed values for anything This also stops depending on left-shifting into the sign bit "working" as expected... something compilers can optimize out
  • Use size-based types instead of short/long
  • Make the encoded buffer endian-agnostic (convert to little-endian)
  • Clean up lzh_update() a bit

Merge request reports

Merge request pipeline #7587 passed

Merge request pipeline passed for 41691508

Approval is optional

Closed by DeucеDeucе 4 months ago (Jan 5, 2025 12:31am UTC)

Merge details

  • The changes were not merged into master.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading