Menu

Code Commit Log


Commit Date  
[r184] by blep

- Added unit tests for comparison operators (except compare())
- Fixed Value::operator <= implementation (had the semantic of operator >=). Found when addigin unit tests for comparison operators.

2011-05-02 16:53:10 Tree
[r183] by blep

- Bug #3200841: removed "warning C4127: conditional expression is constant" concerning infinite loop by replacing while (true) with for (;;). Added new JSON_FAIL macro. Commented unused parameters.

2011-05-02 16:51:48 Tree
[r182] by blep

Bug #3200841: removed "warning C4127: conditional expression is constant" concerning infinite loop by replacing while (true) with for (;;).

2011-05-02 09:54:49 Tree
[r181] by blep

Released 0.6.0-rc1

2011-05-02 07:30:45 Tree
[r180] by blep

Release 0.6.0-rc1

2011-05-02 07:10:38 Tree
[r179] by blep

Overwriting previous tag

2011-05-02 07:09:26 Tree
[r178] by blep

Need more tests on unicode

2011-05-02 07:06:33 Tree
[r177] by blep

Added support for amalgated source and header generation (a la sqlite). Refer to README.txt section "Generating amalgated source and header" for detail.

The amalgated sources are generated by concatenating JsonCpp source in the correct order and defining macro JSON_IS_AMALGATED to prevent inclusion of other headers. Sources and header has been modified to prevent any inclusion when this macro is defined.

The script amalgate.py handle the generation.

2011-05-02 07:06:07 Tree
[r176] by blep

Release 0.6.0-rc1

2011-05-02 06:31:34 Tree
[r175] by blep

Overwriting previous tag

2011-05-02 06:30:29 Tree
Older >