summaryrefslogtreecommitdiff
path: root/lib/mu-script.hh
AgeCommit message (Collapse)Author
2022-11-17script: Rework guile script with new CLI supportDirk-Jan C. Binnema
Integrate the guile scripting a bit better into the mu cmdline. Rework the old script module for that.
2021-10-20clang-format: update c/cc coding styleDirk-Jan C. Binnema
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 )
2020-11-07use c++ for some more sourcesDirk-Jan C. Binnema
Do a (superficial) port to c++ of some of the c sources. Update deps. Fix a few compiler warnings.