aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-21feat: build script updates to check for toolingChristopher R. Nelson
autogen.sh: warn if the user doesn't have at least autotools, guile, and make installed, and if they have hall run it first
2024-01-21Commit (current) autotools filesChristopher R. Nelson
Normally, you don't commit generated files to vcs. In this case, we are doing so because many/most users won't have guile-hall installed, and we'd rather not force users to install a development dependency when they can install just autotools. .gitignore: rh-server && rh-client are built by make
2024-01-21Update guix && guile-hall machineryChristopher R. Nelson
2024-01-21Update project documentation for releaseChristopher R. Nelson
hconfig.scm.hall: update copyright HACKING: update build instructions AUTHORS: include self ChangeLog: initial release NEWS: initial release
2024-01-21Add shutdown command, and refactor server implChristopher R. Nelson
zmq: refactor server to functions add shutdown function (end recursion) media: fix bug with missing directories rh-client: support shutdown function rh-server: update to use build variables
2023-06-20fix: correct syntax in guix package definitionsChristopher R. Nelson
2023-06-19feat: more proper build infraChristopher R. Nelson
- scripts should be scripts/command-name.in - tests file shouldn't mismatch style from app
2023-06-19feat: add next, new, and consume functionsChristopher R. Nelson
2023-06-19fix: correct license short-form identifiersChristopher R. Nelson
2023-06-19style: simplify function definitionsChristopher R. Nelson
Removing the implicit (lambda () ...) will make code easier to read, and therefore easier to maintain.
2023-06-18feat: support --version commandChristopher R. Nelson
2023-06-18feat: improve usage of config filesChristopher R. Nelson
2023-06-18Initial ImportChristopher R. Nelson