| Commit | Date | |
|---|---|---|
|
[r184]
by
blep
- Added unit tests for comparison operators (except compare()) |
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 |
| 2011-05-02 07:30:45 | Tree | |
| 2011-05-02 07:10:38 | Tree | |
| 2011-05-02 07:09:26 | Tree | |
| 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 |
| 2011-05-02 06:31:34 | Tree | |
| 2011-05-02 06:30:29 | Tree |