Menu

Code Commit Log


Commit Date  
[r191] by blep

Release 0.6.0-rc2

2011-05-02 21:46:58 Tree
[r190] by blep

Overwriting previous tag

2011-05-02 21:46:14 Tree
[r189] by blep

Release 0.6.0-rc2

2011-05-02 21:31:33 Tree
[r188] by blep

Release 0.6.0-rc2

2011-05-02 21:30:42 Tree
[r187] by blep

Fixed typo: amalga*ma*te. Replaced macro JSON_IS_AMALGATED with JSON_IS_AMALGAMATION

2011-05-02 21:09:30 Tree
[r186] by blep

Value::compare() is now const and has an actual implementation with unit tests.

2011-05-02 20:11:48 Tree
[r185] by blep

Untabified some sources

2011-05-02 18:41:01 Tree
[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
Older >