summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2026-06-08feat(thread): Implement pthread bridge and fix allocator usage in wrapperfeat/multi-threadingTazyFoundSoup
2026-05-22fix(make): Change COVERAGE_FLAGS to use gcc friendly flags forTazyFoundSoup
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-21fix(Makefile): Remove xdg-open to open coverage reports on target runTazyFoundSoup
2026-05-21make(coverage): generate html for coverage reports in makefileTazyFoundSoup
2026-05-18ci(coverage): Add repo coverage with codecovTazyFoundSoup
2026-04-28build(make): Make bench build conditional on USE_BENCHTazyFoundSoup
2026-04-28chore(Makefile): Change OUTDIR from dist/ to build/TazyFoundSoup
2026-04-27chore: Update compile commandsTazyFoundSoup
2026-04-22fix(Makefile): Store test executables in dist/ folderTazyFoundSoup
2026-04-22feat(Makefile): Use user-specified gdb debug testsTazyFoundSoup
2026-04-22feat(Makefile): Add 'gdb' build command for launching with .gdbinitTazyFoundSoup
2026-04-21feat(Makefile): Use -fno-omit-frame-pointer flag for debuggingTazyFoundSoup
2026-04-21fix(Makefile): Fix build flags and build flowTazyFoundSoup
2026-04-15feat(Makefile): Add png_testsTazyFoundSoup
2026-03-30fix(bridges): Move stream source to src/TazyFoundSoup
2026-03-29refactor(Makefile): Use INCLUDES varible to store including directoriesTazyFoundSoup
2026-03-29refactor(Makefile): Use INCLUDES varible to store including directoriesTazyFoundSoup
2026-03-28feat(bmp): Set ff_bmp_ctx file size to buffer location after theTazyFoundSoup
2026-03-28fix(Makefile): Remove source only C building boundariesTazyFoundSoup
2026-03-28fix(Makefile): Remove source only C building boundariesTazyFoundSoup
2026-03-28fix(Makefile): Do not include folders within the include directoryTazyFoundSoup
2026-03-26feat(Make): Build bridges on USE_HOSTED=1TazyFoundSoup
2026-03-23feat(Makefile): Add clang support as well as gccTazyFoundSoup
2026-03-01refactor(make): Change CFLAGS formatting to multilineTazyFoundSoup
2026-02-22just work already D:TazyFoundSoup
2026-02-22trigger ciTazyFoundSoup
2026-02-22git(CI/CD): Fix Makefile folder creation issueTazyFoundSoup
2026-02-22fix(make): Create OUTDIR if not existingTazyFoundSoup
2026-02-22fix(make): Build objects into dist/ directoryTazyFoundSoup
2026-02-22feat(makefile): Add makefile and compile_commands.jsonTazyFoundSoup