| Age | Commit message (Collapse) | Author |
|
|
|
and improve logging.
|
|
Not complete, but a first big stab converting users of Mu::Error and
various g_warning & friends, format to the new libfmt-based APIs.
|
|
Integrate the guile scripting a bit better into the mu cmdline.
Rework the old script module for that.
|
|
|
|
Already has it... seems to break compilation on some machines?
|
|
Update for the internal (Mu::Message) APIs.
Update build.
|
|
Remove unused library code; recycle some electrons.
|
|
|
|
Update all cc code using .clang-format; please do so as well for future PRs
etc.; emacs has a handy 'clang-format' mode to make this automatic.
For comparing old changes with git blame, we can disregard this one using
--ignore-rev
(see https://www.moxio.com/blog/43/ignoring-bulk-change-commits-with-git-blame )
|
|
Some #includes were missing for the latter (but only noticeable on some
systems - e.g., build breaks on Cygwin).
So let's replace with something that works equally everywhere.
Fixes: #2060
|
|
and whitespace.
|
|
I.e., do not hard-code guile-2.2, it may be guile-3.0 instead.
|
|
Do a (superficial) port to c++ of some of the c sources. Update
deps. Fix a few compiler warnings.
|