| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- avoid org-mode undefined behavior, provide
unique code-block names
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- yaml only: config, make & headers
(yaml is converted directly to struct)
- toml removed: preemptively remove confusion of
having multiple config formats
(toml was converted to json & json to struct)
- json removed (intermediate representation):
takes out intermediate conversion to json which
could be attractive to have if there are
multiple formats
|
|
- copyright Ralph Amissah
- license
- project src AGPLv3+
- applied retroactively to project and within git by git rebase
prior to any release of project
- org files consider, for time being separate
- ./maker.org moved to ./org/dr_build_scaffold.org
- pre-release development continues
- can initialize project from: makefile & org files
- cp -av makefile org
(and possibly data/pod & data/src) then
- make skel tangle ldc
|