aboutsummaryrefslogtreecommitdiff
path: root/vcal.h (follow)
Commit message (Collapse)AuthorAge
* new segfaults, I give up.c++Hugo Hörnquist2019-02-20
|
* Further C++ improvements, maybe doesn't segfault now.Hugo Hörnquist2019-02-19
|
* Further changes.Hugo Hörnquist2019-02-19
|
* Jag kan inte ens programmera på rätt dator...Hugo Hörnquist2019-02-19
|
* Now it links, but segfaults.Hugo Hörnquist2019-02-19
|
* No idea, to tired.Hugo Hörnquist2019-02-19
|
* I somehow got stuff to bulid, now it just doesn't link.Hugo Hörnquist2019-02-19
|
* Started full rewrite in C++.Hugo Hörnquist2019-02-19
|
* Made to compile as C++.Hugo Hörnquist2019-02-18
|
* 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
|
* Clean up vcal, add key_val type.Hugo Hörnquist2019-02-10
|
* Minor general cleanup.Hugo Hörnquist2019-02-10
|
* Add formatting macros.Hugo Hörnquist2019-02-10
|
* Add param field to content_line.Hugo Hörnquist2019-02-10
|
* Fix main loop.Hugo Hörnquist2019-02-09
|
* Extend parsing to handle tree's of vcomponents.Hugo Hörnquist2019-02-09
|
* V{calendar,event} merged into vcomponent, making it symmetic.Hugo Hörnquist2019-02-08
|
* Code cleanup and add documentation.Hugo Hörnquist2019-02-06
|
* Remove GC.Hugo Hörnquist2019-02-06
|
* Fix up GC a tiny bit.Hugo Hörnquist2019-02-05
|
* Improve templating macros.Hugo Hörnquist2019-02-05
|
* Fix most memmory errors.Hugo Hörnquist2019-02-05
|
* Normalize and improve INIT & FREE macros.Hugo Hörnquist2019-02-05
|
* Work on propper memmory management for linked lists.Hugo Hörnquist2019-02-04
|
* Add linked list generic type.Hugo Hörnquist2019-02-03
|
* 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.
* Fixed all leaks.Hugo Hörnquist2019-01-22
|
* Fix crash.Hugo Hörnquist2019-01-22
|
* Start using trie's instead of hash-maps.Hugo Hörnquist2019-01-22
|
* Rename all instances of string to strbuf.Hugo Hörnquist2019-01-21
|
* Bunch of renames + macros.Hugo Hörnquist2019-01-21
|
* [BROKEN] Work on adding hash tables.Hugo Hörnquist2019-01-19
|
* Works reasonably well for single calendar files.Hugo Hörnquist2019-01-17
|
* Further work.Hugo Hörnquist2019-01-17