aboutsummaryrefslogtreecommitdiff
path: root/scripts (follow)
Commit message (Collapse)AuthorAge
* Handle liu-get script if gnutls is unavailable.Hugo Hörnquist2022-10-16
|
* Document and parameterize use2dot-all.Hugo Hörnquist2022-09-23
|
* Move all generally usable scripts to module dir.Hugo Hörnquist2022-09-23
|
* Move graphviz to main tree.Hugo Hörnquist2022-09-23
|
* Add procedure module-file-mappings.Hugo Hörnquist2022-09-18
|
* Extend module-imports to work on non-module scheme files.Hugo Hörnquist2022-09-18
|
* Add library for staticly figuring out module deps.Hugo Hörnquist2022-09-18
|
* Move get-forms to module static-util.Hugo Hörnquist2022-09-18
|
* Add script to generate graphviz output from peg deffinitions.Hugo Hörnquist2022-07-21
|
* Cleanup in fetch-liu-map script.Hugo Hörnquist2022-07-21
|
* Module dependants sort output.Hugo Hörnquist2022-07-07
|
* module-dependents: use $GUILE.Hugo Hörnquist2022-07-07
|
* Normalize keyword syntax.Hugo Hörnquist2022-06-23
|
* Update fetch-liu-map to be runnable on files.Hugo Hörnquist2022-06-23
|
* Resolve TODO in module-dependants.Hugo Hörnquist2022-06-10
|
* Use module-introspection more.Hugo Hörnquist2022-04-21
|
* Introduce module-declaration?.Hugo Hörnquist2022-04-21
|
* Remove unnecessary procedure flatten-tree.Hugo Hörnquist2022-04-21
| | | | (@ (hnh util) flatten) already does the same thing.
* Introduce fs-find.Hugo Hörnquist2022-04-21
|
* Rewrote script get-config.Hugo Hörnquist2022-04-11
| | | | | Now works with new config system. Also outputs result as an ini-file.
* split (all-modules) into two procedures.Hugo Hörnquist2022-04-11
|
* Replace config system with paramater based system.Hugo Hörnquist2022-04-11
| | | | | | | | | | | | | | | | 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').
* Rename filename-extension{ => ?}.Hugo Hörnquist2022-04-06
|
* Add JS user config for hyperlinking locations at LiU.Hugo Hörnquist2022-03-15
| | | | | This is rather specific to me, but we already have the president with the bundled config.scm file.
* Test runner only output coverage of "our" modules.Hugo Hörnquist2022-03-07
|
* Whitespace cleanup in use2dot.Hugo Hörnquist2022-03-01
|
* Document module-dependants.Hugo Hörnquist2022-02-01
|
* Add script which checks who uses a module.Hugo Hörnquist2022-02-01
|
* Broke module-import script into library component.Hugo Hörnquist2022-02-01
|
* Rename scripts/{all-symbols => module-import}.scmHugo Hörnquist2022-01-31
|
* Move stuff from calp/util to hnh/util.Hugo Hörnquist2022-01-31
| | | | | This is the first (major) step in splitting the generally useful items into its own library.
* Move use2dot into scripts subdir.Hugo Hörnquist2022-01-31
|
* Add script to find unused imports.Hugo Hörnquist2021-12-22
|
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Add script for setting version.Hugo Hörnquist2020-08-18
|
* Hopefully repaired --update-zoneinfo.-Hugo Hörnquist2020-08-17
|
* Add script for finding config entries.Hugo Hörnquist2020-08-12
|
* Add script for finding terminal key sequences.Hugo Hörnquist2020-08-11
|
* Move some scripts to subdir.Hugo Hörnquist2020-08-10