summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-04-22feat(Makefile): Use user-specified gdb debug testsTazyFoundSoup
2026-04-22chore(png): Remove WIP from ff_open_png end noticeTazyFoundSoup
2026-04-22feat(Makefile): Add 'gdb' build command for launching with .gdbinitTazyFoundSoup
config
2026-04-22feat(debug): Add GDB init fileTazyFoundSoup
2026-04-21feat(Makefile): Use -fno-omit-frame-pointer flag for debuggingTazyFoundSoup
2026-04-21fix(Makefile): Fix build flags and build flowTazyFoundSoup
2026-04-18fix(git): Ignore generated documentsTazyFoundSoup
2026-04-16fix(docs): Redirect watson link to tazy.devTazyFoundSoup
2026-04-16feat(docs): Add mdbook docsTazyFoundSoup
2026-04-16feat(ci/cd): Specify docs directory in mdBook build and add CNAMEᵗᵃᶻʸ
2026-04-15fix(ci/cd): Give canary release writing permissionsv0.1.0TazyFoundSoup
2026-04-15feat(tests/png): Add lenna256 test for pngTazyFoundSoup
2026-04-15feat(png): Implement genericness for PNGTazyFoundSoup
2026-04-15feat(Makefile): Add png_testsTazyFoundSoup
2026-04-15feat(ci/cd): More CI/CDTazyFoundSoup
2026-04-15fix(bench): Remove bmp and png bench mark objectsTazyFoundSoup
2026-04-14fix(test/png): Use official ff_close_png function to free png data inTazyFoundSoup
png test
2026-04-14feat(png): Add ff_close_png functionTazyFoundSoup
2026-04-14feat(png): Validate CRC in ff_png_dispatchTazyFoundSoup
2026-04-14feat(common): Create embeddable ff_memcpyTazyFoundSoup
2026-04-14chore(dbg): Add newline at end of ff_cleanup messageTazyFoundSoup
2026-04-14feat(png): Validate CRC with crc32.c from tinfTazyFoundSoup
2026-04-14fix(png): Test requires FF_RESULT_OK to workTazyFoundSoup
v0.1.0 lets gooooooo
2026-04-14fix(png): IDAT uncompressed size and zlib header skipTazyFoundSoup
2026-04-14fix(dbg): ff_dprintf null write callback checkTazyFoundSoup
2026-04-14fix(stream): Stdio bridge write callback and const correctnessTazyFoundSoup
2026-04-14fix(png): Return FF_RESULT_OK since everything's fully implemented :)TazyFoundSoup
2026-04-14feat(png): Add png dispatcherTazyFoundSoup
2026-04-14fix(png): Fix tinf_uncompress out_size bugTazyFoundSoup
2026-04-14feat(common): Add ff_memcmpTazyFoundSoup
2026-04-14chore: Remove old commentsTazyFoundSoup
2026-04-03chore: Remove editor specific configuration filesTazyFoundSoup
2026-04-03fix(stream): Explicitly disable write in stdio bridgeTazyFoundSoup
2026-04-03fix(bmp): Unvoid buffer and bmp_ctx in the header handlerTazyFoundSoup
2026-04-03feat(result): AddBMP invalid signature resultTazyFoundSoup
2026-04-03refactor(common): Change endianess function names to ff_le32 and ff_be32TazyFoundSoup
2026-04-02feat(math): add math core and replace FF_ABS macro with ff_absiTazyFoundSoup
2026-04-02feat(math): add math core and replace FF_ABS macro with ff_absiTazyFoundSoup
2026-03-30feat(bmp): Create bmp_open testTazyFoundSoup
2026-03-30minor(bmp): Include debugTazyFoundSoup
2026-03-30feat(tinyff): Include common in tinyff.cTazyFoundSoup
2026-03-30fix(png/test): Use new context design in open_png testTazyFoundSoup
2026-03-30feat(png, bmp): Pass context to debug messagingTazyFoundSoup
2026-03-30refactor(dbg): Use context instead of debugging global statesTazyFoundSoup
2026-03-30feat(tinyff): Move FF_BASE to tinyff.hTazyFoundSoup
2026-03-30feat(stream): Create writing callbacks for ff_streamTazyFoundSoup
2026-03-30refactor(result): FF_FLAG using bool instead of binaryTazyFoundSoup
2026-03-30feat(png): Add context to isvalid and open_pngTazyFoundSoup
2026-03-30feat(common): Create ff_ctx initialiserTazyFoundSoup
2026-03-30chore(imports): Import debug and tinyff.h in png.hTazyFoundSoup