Menu

Code Commit Log


Commit Date  
[r24] by blep

- removed some warnings when compiling with gcc 4.1.

2006-07-15 18:40:16 Tree
[r23] by blep

- added test to check empty member name { "" : 134 }.

2006-06-26 20:29:12 Tree
[r22] by blep

- added some documentation
- added ValueAllocator to customize string duplication.

2006-06-24 16:57:51 Tree
[r21] by blep

- updated build instructions
- integrated build instructions in html doc.

2006-06-24 14:53:58 Tree
[r20] by blep

- added memory pool based allocator.

2006-06-24 14:15:57 Tree
[r19] by blep

- added experimental StaticString support to avoid useless string duplication in Value constructor or member association.

2006-06-24 12:36:50 Tree
[r18] by blep

- Value may now (optionally) use an internal hash-map and a simplified deque for objectValue and arrayValue storage.
- iterator related code extracted into src/lib_json/json_valueiterator.inl

2006-06-24 11:35:07 Tree
[r17] by blep

- memory footprint of Json::Value is back to 16 bytes on WIN32.
(using bool allocated_:1 caused the compiler not to merge the attribute with the previous bitfield. Switched to int type to fix the problem).

2006-06-18 14:46:48 Tree
[r16] by blep

- correct include path are now generated in the documentation.

2006-06-18 14:40:13 Tree
[r15] by blep

- added (untested) accessors to get index or member name when iterating over members.

2006-06-18 14:38:39 Tree
Older >