From 22dd1980f6750d96cb574fcbefd9a40bafb73f1c Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Thu, 27 Aug 2009 22:12:14 -0700 Subject: Added TODO. --- TODO | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..57d8e58 --- /dev/null +++ b/TODO @@ -0,0 +1,26 @@ +- functionality + - finish serialization + - text format to string (not just FILE*) + - default values + - enums with 0 + - python + - _list() accessor + - expose enums +- tests + - event parser + - round-trip encode/decode + - tree manipulation + - memory management +- benchmarks + - low-level encoding/decoding + - event parsing + - python +- performance + - strings by reference +- checkin suite + - benchmark diff (done) + - memory footprint diff + - binary size diff + - valgrind check + - -Werror no compiler warnings + - test suite -- cgit v1.2.3