aboutsummaryrefslogtreecommitdiff
path: root/src/vcal.c (unfollow)
Commit message (Expand)Author
2019-05-03moreSCMHugo Hörnquist
2019-05-02Think it's only reintroducing of set! left.Hugo Hörnquist
2019-05-02work on porting most internal datastructures to scheme equivalents.Hugo Hörnquist
2019-05-01Micro-optimizations with huge impact.Hugo Hörnquist
2019-04-06Rename get_property to get_attributes.Hugo Hörnquist
2019-03-31Add cval field to LLIST.Hugo Hörnquist
2019-03-24Add VIRTUAL vcomponents.Hugo Hörnquist
2019-03-22Add empty constructor for vcomponent.Hugo Hörnquist
2019-03-22Move C and Scheme code into subdirs.Hugo Hörnquist
2019-03-08Remove C vector library.Hugo Hörnquist
2019-03-04Change vendor attribute from HH to HNH.Hugo Hörnquist
2019-02-26Fix memmory error.Hugo Hörnquist
2019-02-26Made filename attribute of all objects.Hugo Hörnquist
2019-02-26Cleanup.Hugo Hörnquist
2019-02-26Start update of types.Hugo Hörnquist
2019-02-26Add vcompponent_push_child_x.Hugo Hörnquist
2019-02-25Store static reference to SCM version of vcomponent.Hugo Hörnquist
2019-02-21Fix c++ compile warnings.Hugo Hörnquist
2019-02-18Made to compile as C++.Hugo Hörnquist
2019-02-15Remove repeat information in invocation of FOR macro.Hugo Hörnquist
2019-02-15Improve FOR macro.Hugo Hörnquist
2019-02-15Rewrote content_line, and how parameters are stored.Hugo Hörnquist
2019-02-15Replace key_val type with templatized PAIR(T, V).Hugo Hörnquist
2019-02-15Merge strbuf copy functions.Hugo Hörnquist
2019-02-10Clean up vcal, add key_val type.Hugo Hörnquist
2019-02-10Minor general cleanup.Hugo Hörnquist
2019-02-10Add formatting macros.Hugo Hörnquist
2019-02-10Add param field to content_line.Hugo Hörnquist
2019-02-09Extend parsing to handle tree's of vcomponents.Hugo Hörnquist
2019-02-08Fix minor memmory error.Hugo Hörnquist
2019-02-08V{calendar,event} merged into vcomponent, making it symmetic.Hugo Hörnquist
2019-02-06Code cleanup and add documentation.Hugo Hörnquist
2019-02-06Remove GC.Hugo Hörnquist
2019-02-05Fix most memmory problems.Hugo Hörnquist
2019-02-05Fix up GC a tiny bit.Hugo Hörnquist
2019-02-05Improve templating macros.Hugo Hörnquist
2019-02-05Fix most memmory errors.Hugo Hörnquist
2019-02-05Normalize and improve INIT & FREE macros.Hugo Hörnquist
2019-02-04Work on propper memmory management for linked lists.Hugo Hörnquist
2019-02-03Add linked list generic type.Hugo Hörnquist
2019-02-03Loads of memmory fixes, among other.Hugo Hörnquist
2019-02-03Rework makefile, made .inc into .inc.h.Hugo Hörnquist
2019-01-22Clean up a number of comments, and remove TODO's.Hugo Hörnquist
2019-01-22Rename hash_help.inc => hash.inc.Hugo Hörnquist
2019-01-22Fixed all leaks.Hugo Hörnquist
2019-01-22Fix crash.Hugo Hörnquist
2019-01-22Start using trie's instead of hash-maps.Hugo Hörnquist
2019-01-21Remove all explicit malloc's.Hugo Hörnquist
2019-01-21Rename all instances of string to strbuf.Hugo Hörnquist
2019-01-21Bunch of renames + macros.Hugo Hörnquist