aboutsummaryrefslogtreecommitdiff
path: root/module/main.scm (follow)
Commit message (Collapse)AuthorAge
* Minor changes.Hugo Hörnquist2020-04-30
|
* Update ical parts to use app context.Hugo Hörnquist2020-04-30
|
* Add global basedir var.Hugo Hörnquist2020-04-30
|
* Move environment setup to standalone sh file.Hugo Hörnquist2020-04-30
|
* Introduce --repl.Hugo Hörnquist2020-04-07
|
* Minor changes.Hugo Hörnquist2020-04-05
|
* Enable REPL server in main.Hugo Hörnquist2020-04-03
|
* Update remaining code to use new config scheme.Hugo Hörnquist2020-04-01
|
* Attempt at decentralized configuration system.Hugo Hörnquist2020-03-31
| | | | | | | | | | | | | | | Placing all possible configuration items in a central (parameters) module scales really badly. This idea that any module can register configuration parameters is better. The current implementation however has the drawback that it requires that the module exposing the parameter is loaded before the value can be sat, but that scales even worse. A probable solution would be to abandon binding everything to guile's module system, and instead let (util config) provide a `conf-ref' and a `conf-set!' procedures. A `define-configuration' similar to emacs `defcustom' could be of use, mainly for retroactively type checking parameters.
* Remove output flag to main main.Hugo Hörnquist2020-03-18
|
* Sprinkled in some time prints.Hugo Hörnquist2020-03-09
|
* Freed datetime from its srfi-19 prison.Hugo Hörnquist2020-02-18
|
* Once again compiles.Hugo Hörnquist2020-01-30
|
* Add simple benchmark main.Hugo Hörnquist2019-12-30
|
* Made error on missing main not print trace.Hugo Hörnquist2019-12-28
|
* Allow running without config file.Hugo Hörnquist2019-12-28
|
* Move config from module to config directory.Hugo Hörnquist2019-12-28
|
* Rework program initialization.Hugo Hörnquist2019-12-24
| | | | | | | | | | Old init setup had the fancy idea to parse all files before anything could be done with them. This however led to problems when a part of the program which didn't care for the calendar files (such as text formatting). It also made testing performance almost impossible since to much code was run before I had a chance to init statprof.
* Add error for invalid main.Hugo Hörnquist2019-11-11
|
* Move remaining stuff out of vcomponent.Hugo Hörnquist2019-11-05
|
* Set geiser scheme to guile in main.Hugo Hörnquist2019-11-04
|
* Slight improvement to main.Hugo Hörnquist2019-11-04
|
* Merge branch 'restruct'Hugo Hörnquist2019-11-03
|\
| * Remove make-vcomponent.Hugo Hörnquist2019-11-03
| |
| * Start work on ical output.Hugo Hörnquist2019-10-29
| |
| * Move env init out from main.scm.Hugo Hörnquist2019-10-29
| |
| * HTML output seems to work in full now.Hugo Hörnquist2019-10-04
| |
| * Locate bug with DTEND.Hugo Hörnquist2019-10-03
| |
* | Remove 'none' output.Hugo Hörnquist2019-10-08
| | | | | | | | | | | | This dummy output was earlier used to force a compilation, but since I have (hopefully) figured out how to actually compile stuff it's no longer necesarry.
* | Add --width flag to format.Hugo Hörnquist2019-10-01
|/
* Add missing '$' sign in main.Hugo Hörnquist2019-09-26
|
* Rewrote build and main execution.Hugo Hörnquist2019-07-21
|
* Reword how statprof is loaded.Hugo Hörnquist2019-05-29
|
* Add basic server.Hugo Hörnquist2019-05-13
|
* Add flags for just running the text flower.Hugo Hörnquist2019-05-08
| | | | | | | | It's twisted if one program should do many things, or just a single thing. If we assume that this program does two things: reading calendar files, and writing output, then it should be ok to allow any of those parts to run independentally of the other. Making it ok to just run the text flower.
* Add options to --statprof.Hugo Hörnquist2019-05-01
|
* Move statprof to encompass all.Hugo Hörnquist2019-04-25
|
* Made none-output print statprof info.Hugo Hörnquist2019-04-25
|
* Add option to disable everything.Hugo Hörnquist2019-04-24
|
* Add ability to set start-date of term mode.Hugo Hörnquist2019-04-23
|
* Move stuff from main.Hugo Hörnquist2019-04-23
|
* Add command line option parsing.Hugo Hörnquist2019-04-23
|
* Fix terminal output.Hugo Hörnquist2019-04-23
|
* Change how util is loaded.Hugo Hörnquist2019-04-23
|
* Rename module vcalendar => vcomponent.Hugo Hörnquist2019-04-23
|
* General cleanup.Hugo Hörnquist2019-04-22
|
* Add rudamentary HTML output.HTMLHugo Hörnquist2019-04-22
|
* Move where streams are merged.Hugo Hörnquist2019-04-21
|
* Rename (vcalendar {recur => recurrence}).Hugo Hörnquist2019-04-20
|
* Add binding to dump vcomponent to stdout.Hugo Hörnquist2019-04-20
|