Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for stdin to encode.lua/decode.lua | Mark Pulford | 2011-05-16 | 1 | -8/+25 |
* | Move all benchmark code into bench.lua | Mark Pulford | 2011-05-16 | 1 | -39/+0 |
* | Warn that a failed NaN test may not be an error | Mark Pulford | 2011-05-16 | 1 | -1/+3 |
* | Remove trailing whitespace1.0.1 | Mark Pulford | 2011-05-10 | 1 | -1/+1 |
* | run_test_group(): Change helper functions to local | Mark Pulford | 2011-05-10 | 1 | -2/+2 |
* | Suspend the garbage collector during benchmarks | Mark Pulford | 2011-05-10 | 1 | -1/+2 |
* | Add extra encoding/nesting tests | Mark Pulford | 2011-05-10 | 1 | -5/+13 |
* | Add test for excessive nesting during encode | Mark Pulford | 2011-05-08 | 1 | -6/+11 |
* | Add UTF-16 surrogate pair decode support | Mark Pulford | 2011-05-08 | 1 | -0/+4 |
* | Implement data driven test framework | Mark Pulford | 2011-05-08 | 1 | -21/+147 |
* | Add test to compare objects after decode/encode | Mark Pulford | 2011-05-07 | 1 | -0/+31 |
* | Add basic JSON tests and benchmark | Mark Pulford | 2011-05-03 | 1 | -0/+79 |