summaryrefslogtreecommitdiff
path: root/hscript/meta.hh
AgeCommit message (Expand)AuthorFilesLines
2023-12-01Add 'rootshell' key to determine root's shellA. Wilcox1-0/+11
2020-08-30Rearchitect how 'bootloader' key worksA. Wilcox1-2/+9
2020-06-23hscript: Implement runlevel support in svcenable keyA. Wilcox1-2/+10
2020-06-13hscript: Stub unfinished implementation of 'bootloader' keyA. Wilcox1-0/+11
2020-05-26hscript: Implement (undocumented, untested) 'version' keyA. Wilcox1-0/+10
2020-05-26hscript: Convert 'int line' to a ScriptLocation objectA. Wilcox1-40/+40
2020-05-24hscript: Implement 'svcenable' key and testsA. Wilcox1-0/+10
2020-02-26hscript: Refactor Keys to be owned by a Script*A. Wilcox1-40/+51
2019-12-19hscript: Add 'arch' key implementation and related testsA. Wilcox1-0/+9
2019-10-31hscript: Implement SigningKey, add testsA. Wilcox1-1/+8
2019-10-31hscript: Consistency/style fixesA. Wilcox1-13/+7
2019-10-31hscript: Add Keymap codeA. Wilcox1-0/+8
2019-10-24hscript: Fully implement Timezone, add testsA. Wilcox1-0/+7
2019-10-21hscript: Implement Language, add testsA. Wilcox1-1/+8
2019-10-19hscript: Implement Firmware, and add testsA. Wilcox1-0/+5
2019-10-14hscript: Move PkgInstall virt methods to .cc to avoid vtable emissionA. Wilcox1-3/+2
2019-10-13hscript: Pass data by referenceA. Wilcox1-3/+3
2019-10-12hscript: Implement 'repository' key and add tests for itA. Wilcox1-1/+9
2019-10-12hscript: Pass opts to all validate()s, implement 'mount' validationA. Wilcox1-4/+4
2019-10-08hscript: These keys can be strongly typedA. Wilcox1-4/+4
2019-10-08hscript: Use StringKey for Hostname (+ others), implement RootPassphraseA. Wilcox1-5/+3
2019-10-08hscript: Initial attempt at handling 'pkginstall' keyA. Wilcox1-0/+12
2019-10-08hscript: Implement 'hostname' parsing; add rest of existing manual testsA. Wilcox1-0/+11
2019-10-07hscript: Make classes for the rest of the keysA. Wilcox1-0/+21
2019-10-06More API stuffA. Wilcox1-1/+7
2019-10-05More API workA. Wilcox1-0/+21