aboutsummaryrefslogtreecommitdiff
path: root/graphs.c (follow)
Commit message (Collapse)AuthorAge
* Remove C vector library.Hugo Hörnquist2019-03-08
|
* Change vendor attribute from HH to HNH.Hugo Hörnquist2019-03-04
|
* Made filename attribute of all objects.Hugo Hörnquist2019-02-26
|
* Minor graphs.c cleanup.Hugo Hörnquist2019-02-26
|
* Fix graph output.Hugo Hörnquist2019-02-26
|
* WIP.Hugo Hörnquist2019-02-26
|
* Start update of types.Hugo Hörnquist2019-02-26
|
* Remove repeat information in invocation of FOR macro.Hugo Hörnquist2019-02-15
|
* Improve FOR macro.Hugo Hörnquist2019-02-15
|
* Add toggle for node data output.Hugo Hörnquist2019-02-15
|
* Rewrote content_line, and how parameters are stored.Hugo Hörnquist2019-02-15
|
* Replace key_val type with templatized PAIR(T, V).Hugo Hörnquist2019-02-15
|
* Move trie->dot from trie to graphs. Add value printing.Hugo Hörnquist2019-02-10
|
* Add parameters to graph output.Hugo Hörnquist2019-02-10
|
* Replace printf/puts with INFO/ERR.Hugo Hörnquist2019-02-10
|
* Add attr_helper to graph output.Hugo Hörnquist2019-02-10
|
* Add support for full tree printing.Hugo Hörnquist2019-02-09
|
* V{calendar,event} merged into vcomponent, making it symmetic.Hugo Hörnquist2019-02-08
|
* 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.