index
:
tinyff.git
docs/doxygen-comments
feat/multi-threading
master
staging/issue-tracker
staging/write_palette_chunk
A generalized C multimedia library for constrained and embedded environments
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2026-06-29
makefile: create 'format' make target for clang-format
watson
2026-06-28
makefile: change C standard from c11 to c99
Watson Wheeler
2026-06-28
makefile: define TEST file for gdb to execute
Watson Wheeler
2026-05-22
fix(make): Change COVERAGE_FLAGS to use gcc friendly flags for
TazyFoundSoup
2026-05-22
make: optimise release builds with lto
TazyFoundSoup
2026-05-22
refactor: move benches to include directory
TazyFoundSoup
2026-05-21
chore(Makefile): Remove log message on opening coverage report in browser
TazyFoundSoup
2026-05-21
fix(Makefile): Remove xdg-open to open coverage reports on target run
TazyFoundSoup
2026-05-21
make(coverage): generate html for coverage reports in makefile
TazyFoundSoup
2026-05-18
ci(coverage): Add repo coverage with codecov
TazyFoundSoup
2026-04-28
build(make): Make bench build conditional on USE_BENCH
TazyFoundSoup
2026-04-28
chore(Makefile): Change OUTDIR from dist/ to build/
TazyFoundSoup
2026-04-27
chore: Update compile commands
TazyFoundSoup
2026-04-22
fix(Makefile): Store test executables in dist/ folder
TazyFoundSoup
2026-04-22
feat(Makefile): Use user-specified gdb debug tests
TazyFoundSoup
2026-04-22
feat(Makefile): Add 'gdb' build command for launching with .gdbinit
TazyFoundSoup
2026-04-21
feat(Makefile): Use -fno-omit-frame-pointer flag for debugging
TazyFoundSoup
2026-04-21
fix(Makefile): Fix build flags and build flow
TazyFoundSoup
2026-04-15
feat(Makefile): Add png_tests
TazyFoundSoup
2026-03-30
fix(bridges): Move stream source to src/
TazyFoundSoup
2026-03-29
refactor(Makefile): Use INCLUDES varible to store including directories
TazyFoundSoup
2026-03-29
refactor(Makefile): Use INCLUDES varible to store including directories
TazyFoundSoup
2026-03-28
feat(bmp): Set ff_bmp_ctx file size to buffer location after the
TazyFoundSoup
2026-03-28
fix(Makefile): Remove source only C building boundaries
TazyFoundSoup
2026-03-28
fix(Makefile): Remove source only C building boundaries
TazyFoundSoup
2026-03-28
fix(Makefile): Do not include folders within the include directory
TazyFoundSoup
2026-03-26
feat(Make): Build bridges on USE_HOSTED=1
TazyFoundSoup
2026-03-23
feat(Makefile): Add clang support as well as gcc
TazyFoundSoup
2026-03-01
refactor(make): Change CFLAGS formatting to multiline
TazyFoundSoup
2026-02-22
just work already D:
TazyFoundSoup
2026-02-22
trigger ci
TazyFoundSoup
2026-02-22
git(CI/CD): Fix Makefile folder creation issue
TazyFoundSoup
2026-02-22
fix(make): Create OUTDIR if not existing
TazyFoundSoup
2026-02-22
fix(make): Build objects into dist/ directory
TazyFoundSoup
2026-02-22
feat(makefile): Add makefile and compile_commands.json
TazyFoundSoup