summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-23feat(thread): Make thread.h and thread.c in respective directoriesTazyFoundSoup
2026-05-22fix(cov): Remove coverage patch threshold all together for codecovTazyFoundSoup
2026-05-22fix(make): Change COVERAGE_FLAGS to use gcc friendly flags forTazyFoundSoup
2026-05-22git(attributes): Force LF for all text files except windows specificTazyFoundSoup
2026-05-22refactor(bench): move bench printing to source fileTazyFoundSoup
2026-05-22make: optimise release builds with ltoTazyFoundSoup
2026-05-22refactor: move benches to include directoryTazyFoundSoup
2026-05-21chore(Makefile): Remove log message on opening coverage report in browserTazyFoundSoup
2026-05-21feat(png): Make initial PNG encoder functionTazyFoundSoup
2026-05-21fix(Makefile): Remove xdg-open to open coverage reports on target runTazyFoundSoup
2026-05-21feat(png): Implement chunk writer in PNG encoderTazyFoundSoup
2026-05-21feat(common): add ff_write_be32 and le32 for inverse endianess functionsTazyFoundSoup
2026-05-21make(coverage): generate html for coverage reports in makefileTazyFoundSoup
2026-05-18fix(png): Use ff_memset instead of hosted memset by string.hTazyFoundSoup
2026-05-18feat(common): Implement memset implementationTazyFoundSoup
2026-05-18refactor(png): Remove string.h dependency from png.hTazyFoundSoup
2026-05-18git(ignore): Ignore correct coverage outputsTazyFoundSoup
2026-05-18ci(coverage): Add repo coverage with codecovTazyFoundSoup
2026-05-15fix(dbg): fix comment prefix watson
2026-05-15Merge pull request #6 from sk-imsk/patch-1watson
2026-05-15baller wsk-imsk
2026-05-05minor(png): Change tRNS debug recieving message incorrect chunk typeTazyFoundSoup
2026-05-05feat(png): add benchmark markers to png decodingTazyFoundSoup
2026-05-05refactor(bench): convert ff_bench from return-by-value to pointer APITazyFoundSoup
2026-05-05feat(bench): add benchmarking macros and instrumentation hooksTazyFoundSoup
2026-05-05docs(introduction): redo introductionTazyFoundSoup
2026-05-05chore(gitignore): remove bench dist ignoreTazyFoundSoup
2026-04-28ci(canary): Change artifact source copy build path to build/TazyFoundSoup
2026-04-28build(make): Make bench build conditional on USE_BENCHTazyFoundSoup
2026-04-28feat(ctx): Add ff_bench bench field if benchmarking is enabledTazyFoundSoup
2026-04-28chore(Makefile): Change OUTDIR from dist/ to build/TazyFoundSoup
2026-04-27refactor(bench): Remove source and Makefile for benchmarkingTazyFoundSoup
2026-04-27chore: Update compile commandsTazyFoundSoup
2026-04-23remove(ctx): Migrate ff_ctx to common.hTazyFoundSoup
2026-04-22fix(Makefile): Store test executables in dist/ folderTazyFoundSoup
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
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