summaryrefslogtreecommitdiff
path: root/include/tinyff/common.h
AgeCommit message (Expand)Author
11 daysfeat(compat): Check system and processor compatibilityWatson Wheeler
2026-06-11fix(thread): Add mutex to ff_ctx and make ff_dprintf thread-safeTazyFoundSoup
2026-06-08docs(headers): Clean up comments across public headersTazyFoundSoup
2026-05-22refactor: move benches to include directoryTazyFoundSoup
2026-05-21feat(common): add ff_write_be32 and le32 for inverse endianess functionsTazyFoundSoup
2026-05-18feat(common): Implement memset implementationTazyFoundSoup
2026-05-05feat(bench): add benchmarking macros and instrumentation hooksTazyFoundSoup
2026-04-28feat(ctx): Add ff_bench bench field if benchmarking is enabledTazyFoundSoup
2026-04-14feat(common): Create embeddable ff_memcpyTazyFoundSoup
2026-04-14fix(stream): Stdio bridge write callback and const correctnessTazyFoundSoup
2026-04-14feat(common): Add ff_memcmpTazyFoundSoup
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-03-30feat(common): Add allocator to ff_ctxTazyFoundSoup
2026-03-10refactor(common): Add a context base for every ff_*_ctxTazyFoundSoup
2026-02-22fix(common): Move inline endian utility functions to common.hTazyFoundSoup
2026-02-16feat(com): Add little endianTazyFoundSoup
2026-01-04feat(dbg): Add debugging to png.ctazy
2025-12-19feat(png): add ff_next_chunk functionTazyFoundSoup