Commit Graph

20 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema 5b65717ce8 build: fix doc generation 2024-02-25 17:11:29 +02:00
Dirk-Jan C. Binnema 52d4cbeb64 build: improve development build flags
Use c++23 for better warnings / checks (but only for local 'hacker'
builds)
2023-09-19 22:26:30 +03:00
Dirk-Jan C. Binnema bdbf47c80f Makefile: improve benchmark targets 2023-08-06 16:19:43 +03:00
Dirk-Jan C. Binnema 2f98dacade mu4e/mu4e.texi: fix external links in html
Fixes #2182.
2023-08-03 19:48:49 +03:00
Dirk-Jan C. Binnema da290c21a9 benchmark: improve setup
Add some useful make targets, and separate (optimized) build.
2023-07-25 23:56:19 +03:00
Dirk-Jan C. Binnema e2de72e747 build: improve 'dist' target
Ensure we compile first.
2023-07-18 23:21:28 +03:00
Dirk-Jan C. Binnema 5efd0a61aa build: improve 'coverage' target
Ensure we compile everything first.
2023-07-18 19:08:16 +03:00
Dirk-Jan C. Binnema 4a405ff4d4 build: better coverage/valgrind targets 2023-07-11 22:54:01 +03:00
Dirk-Jan C. Binnema 161f7df7b9 build: bump version to 1.11.9 2023-07-05 23:19:34 +03:00
Dirk-Jan C. Binnema 742ca33740 utils: rework Mu::Error and g_ logging macros with fmt
A bit more C++ template magic to remove a lot of code.
2023-07-05 23:07:11 +03:00
Dirk-Jan C. Binnema f4183065c3 Makefile: improvements 2023-07-02 11:18:14 +03:00
Dirk-Jan C. Binnema 8bd6fe23c4 build: add 'uninstall' target to make 2023-04-11 20:49:31 +03:00
Dirk-Jan C. Binnema 1868e4f977 build: avoid meson warning 2023-04-09 10:02:17 +03:00
Dirk-Jan C. Binnema 79057729aa build: improve makeinfo target 2023-03-26 10:11:00 +03:00
Dirk-Jan C. Binnema 81a0a4fc41 build: enable readline in MU_HACKER build 2023-01-29 10:13:29 +02:00
Dirk-Jan C. Binnema 3e0c7ecdd9 build: symlink to compile_commands.json to topdir
This allows eg. rmsbolt to work OOB
2023-01-29 10:13:29 +02:00
Dirk-Jan C. Binnema 2bb270eb07 build: add address-sanitizer for MU_HACKER builds 2022-12-24 09:30:36 +02:00
Dirk-Jan C. Binnema 1dad7aa3d1 build: improve valgrind-testing 2022-12-13 01:00:50 +02:00
Dirk-Jan C. Binnema 8e15f9571a build: support MU_HACKER for debug builds
When env var MU_HACKER is set, do a debug build.
2022-12-12 23:52:13 +02:00
Dirk-Jan C. Binnema e416a5215f autotools: remove
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.
2022-08-20 11:19:29 +03:00