aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAge
...
* Minor cleanup.Hugo Hörnquist2019-02-10
|
* Improve makefile for building .dot.Hugo Hörnquist2019-02-10
|
* Remove SAFE_STR, making strbuf always safe.Hugo Hörnquist2019-02-10
|
* V{calendar,event} merged into vcomponent, making it symmetic.Hugo Hörnquist2019-02-08
|
* Remove pendatic, update macro to be more portable.Hugo Hörnquist2019-02-08
|
* Improve templating macros.Hugo Hörnquist2019-02-05
|
* Fix most memmory errors.Hugo Hörnquist2019-02-05
|
* Loads of memmory fixes, among other.Hugo Hörnquist2019-02-03
|
* Add graphviz output for TRIE's.Hugo Hörnquist2019-02-03
| | | | | | | | Add simple output in dot format for trie structures. Along with a slightly updated main which handles a few more command line arguments. Also updated makefile to generate pdf's from dot files and dot-files from parse.
* Made .x files secoundary in makefile.Hugo Hörnquist2019-02-03
| | | | | | This ensures that make doesn't remove the %.x file after building. Allowing all othter files to be fine with that file not changing, and speeding up builds.
* Change Scheme interop in C to use guile-snarf.Hugo Hörnquist2019-02-03
|
* Rework makefile, made .inc into .inc.h.Hugo Hörnquist2019-02-03
|
* Start work on a scheme interface.Hugo Hörnquist2019-02-02
|
* Add -Wextra flag, fix resulting warnings.Hugo Hörnquist2019-01-26
|
* Makefile now places .o files in subdir.Hugo Hörnquist2019-01-22
|
* Start using trie's instead of hash-maps.Hugo Hörnquist2019-01-22
|
* Set SAFE_STR in makefile.Hugo Hörnquist2019-01-20
|
* Further work.Hugo Hörnquist2019-01-17
|
* Initial commit.Hugo Hörnquist2019-01-15