aboutsummaryrefslogtreecommitdiff
path: root/system (unfollow)
Commit message (Collapse)Author
2022-04-11Replace systemd service with working, remove PKGBUILD.Hugo Hörnquist
2022-04-11Replace config system with paramater based system.Hugo Hörnquist
This new setup stores all configurations are parameters. This forces everything into modules, and ensures that we can't have a module use an unloaded config. It (unfortunatelly) also causes users to have to specify namespaces when defining values, but ini-files (and the like) already does that. Also, there is nothing stopping a new `set-config!' from being defined which allows un-namespaced operation. The commit also removes the introspection procedures. They where a bit weird to begin with, since they only showed loaded fields. And since the program had no way of properly serializing or deserializing them we remove them for the time being. They would however be good to reintroduce together with a proper menu for editing simple configuration (see Emacs' `custom-set-variables').
2020-08-29bump versionv0.6.1Hugo Hörnquist
2020-08-28Bump version to 0.6.v0.6Hugo Hörnquist
2020-08-24Bump version.v0.5.9Hugo Hörnquist
2020-08-24Move util modules into calp module..Hugo Hörnquist
2020-08-18Bump version.v0.5.1Hugo Hörnquist
2020-08-18Fix problems wih system stuff.Hugo Hörnquist
2020-08-18v0.5?v0.5Hugo Hörnquist
2020-08-18Move towards release.Hugo Hörnquist
2020-08-16Write preliminary PKGBUILD.Hugo Hörnquist