summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2026-01-22guile: deprecate; instead use scmDirk-Jan C. Binnema
Deprecate the long-deprecated guile support in the build-system too. Needs explicit -Dguile=enabled
2025-11-02Makefile: small tweaksDirk-Jan C. Binnema
2025-08-27build: don't use PWD in when doc-buildingDirk-Jan C. Binnema
So it works with make -C.
2025-08-26build: improve doc buildingDirk-Jan C. Binnema
2025-05-31Makefile: turn off asan in when testingDirk-Jan C. Binnema
It doesn't like Guile.
2025-05-24mu-test: add valgrind checkDirk-Jan C. Binnema
Make it a bit easier to skip some tests when running under valgrind.
2025-02-26build: bump version to 1.12.9v1.12.9Dirk-Jan C. Binnema
2025-02-05build: tweaksDirk-Jan C. Binnema
2024-02-25build: fix doc generationDirk-Jan C. Binnema
2023-09-19build: improve development build flagsDirk-Jan C. Binnema
Use c++23 for better warnings / checks (but only for local 'hacker' builds)
2023-08-06Makefile: improve benchmark targetsDirk-Jan C. Binnema
2023-08-03mu4e/mu4e.texi: fix external links in htmlDirk-Jan C. Binnema
Fixes #2182.
2023-07-25benchmark: improve setupDirk-Jan C. Binnema
Add some useful make targets, and separate (optimized) build.
2023-07-18build: improve 'dist' targetDirk-Jan C. Binnema
Ensure we compile first.
2023-07-18build: improve 'coverage' targetDirk-Jan C. Binnema
Ensure we compile everything first.
2023-07-11build: better coverage/valgrind targetsDirk-Jan C. Binnema
2023-07-05build: bump version to 1.11.9Dirk-Jan C. Binnema
2023-07-05utils: rework Mu::Error and g_ logging macros with fmtDirk-Jan C. Binnema
A bit more C++ template magic to remove a lot of code.
2023-07-02Makefile: improvementsDirk-Jan C. Binnema
2023-04-11build: add 'uninstall' target to makeDirk-Jan C. Binnema
2023-04-09build: avoid meson warningDirk-Jan C. Binnema
2023-03-26build: improve makeinfo targetDirk-Jan C. Binnema
2023-01-29build: enable readline in MU_HACKER buildDirk-Jan C. Binnema
2023-01-29build: symlink to compile_commands.json to topdirDirk-Jan C. Binnema
This allows eg. rmsbolt to work OOB
2022-12-24build: add address-sanitizer for MU_HACKER buildsDirk-Jan C. Binnema
2022-12-13build: improve valgrind-testingDirk-Jan C. Binnema
2022-12-12build: support MU_HACKER for debug buildsDirk-Jan C. Binnema
When env var MU_HACKER is set, do a debug build.
2022-08-20autotools: removeDirk-Jan C. Binnema
Since 2008, autotools has served us well - thank you! However, mu is now using meson build, and it's time to remove the autotools support -- one build system is enough.