aboutsummaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Collapse)Author
2019-05-02work on porting most internal datastructures to scheme equivalents.Hugo Hörnquist
2019-04-26Fix makefile so all also builds guile code.Hugo Hörnquist
2019-04-05Remove old termios bindings.Hugo Hörnquist
2019-04-03Add tests to makefile.Hugo Hörnquist
2019-03-22Move C and Scheme code into subdirs.Hugo Hörnquist
2019-03-22Add clean-scheme to makefile.Hugo Hörnquist
2019-03-21Add ./ to makefile.Hugo Hörnquist
2019-03-12Add termios bindings from C.Hugo Hörnquist
2019-03-11Add ctags generation for RFC-file.Hugo Hörnquist
2019-02-26Simplify Makefiel.Hugo Hörnquist
2019-02-23Switch back to C compiler.Hugo Hörnquist
2019-02-18Made to compile as C++.Hugo Hörnquist
2019-02-18Maybe improved makefile.Hugo Hörnquist
2019-02-10Minor cleanup.Hugo Hörnquist
2019-02-10Improve makefile for building .dot.Hugo Hörnquist
2019-02-10Remove SAFE_STR, making strbuf always safe.Hugo Hörnquist
2019-02-08V{calendar,event} merged into vcomponent, making it symmetic.Hugo Hörnquist
2019-02-08Remove pendatic, update macro to be more portable.Hugo Hörnquist
2019-02-05Improve templating macros.Hugo Hörnquist
2019-02-05Fix most memmory errors.Hugo Hörnquist
2019-02-03Loads of memmory fixes, among other.Hugo Hörnquist
2019-02-03Add graphviz output for TRIE's.Hugo Hörnquist
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.
2019-02-03Made .x files secoundary in makefile.Hugo Hörnquist
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.
2019-02-03Change Scheme interop in C to use guile-snarf.Hugo Hörnquist
2019-02-03Rework makefile, made .inc into .inc.h.Hugo Hörnquist
2019-02-02Start work on a scheme interface.Hugo Hörnquist
2019-01-26Add -Wextra flag, fix resulting warnings.Hugo Hörnquist
2019-01-22Makefile now places .o files in subdir.Hugo Hörnquist
2019-01-22Start using trie's instead of hash-maps.Hugo Hörnquist
2019-01-20Set SAFE_STR in makefile.Hugo Hörnquist
2019-01-17Further work.Hugo Hörnquist