- 01 Nov, 2011 1 commit
-
-
Jesse Beder authored
-
- 21 Oct, 2011 1 commit
-
-
Jesse Beder authored
Switched the utf bom checking to putback in the stream (instead of keeping a secondary buffer), which fixes a bug when there's only one ascii character
-
- 18 Oct, 2011 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 14 Sep, 2011 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 13 Sep, 2011 5 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 12 Sep, 2011 4 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
Fixed new API node key/value insertion in NodeBuilder (it was using the wrong condition on when it had added a key already)
-
Jesse Beder authored
-
Jesse Beder authored
-
- 11 Sep, 2011 7 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 10 Sep, 2011 9 commits
-
-
Jesse Beder authored
Major switch from Value -> Node. The library compiles with the new API, but tests are still oldies, and don't compile
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
Updated the node/value classes with the new iterators, they compile until we try to instantiate anything
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 09 Sep, 2011 5 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
Made the 'data' member optional in node_ref - it's only created on-demand, so we don't waste extra memory every time we do Value tmp = v;
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
Switched memory to using shared nodes, and node_data to keep only naked node pointers, not shared nodes (to break the cycle, and we don't need weak pointers because their memory is guaranteed to exist, via 'memory')
-
- 08 Sep, 2011 4 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-