Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | backing coveralls out | Lamont Granquist | 2013-12-23 | 2 | -5/+0 |
* | add TODO notes | Lamont Granquist | 2013-12-23 | 1 | -5/+6 |
* | more github badge whoring | Lamont Granquist | 2013-12-23 | 1 | -1/+1 |
* | add test coverage | Lamont Granquist | 2013-12-23 | 2 | -0/+5 |
* | remove annoying test | Lamont Granquist | 2013-12-22 | 1 | -5/+0 |
* | fix spec_helper | Lamont Granquist | 2013-12-22 | 1 | -4/+1 |
* | remove debugging puts | Lamont Granquist | 2013-12-22 | 1 | -1/+0 |
* | add double negative | Lamont Granquist | 2013-12-22 | 1 | -1/+1 |
* | amusing ruby 1.8.7 bug | Lamont Granquist | 2013-12-22 | 2 | -0/+2 |
* | clean supplied by rake-compiler now | Lamont Granquist | 2013-12-22 | 1 | -5/+0 |
* | run on jruby on any cpu | Lamont Granquist | 2013-12-22 | 2 | -2/+2 |
* | fix RUBY_ENGINE | Lamont Granquist | 2013-12-22 | 1 | -4/+1 |
* | debugging travis | Lamont Granquist | 2013-12-22 | 1 | -0/+3 |
* | add some debugging | Lamont Granquist | 2013-12-22 | 1 | -1/+1 |
* | more build improvement | Lamont Granquist | 2013-12-22 | 3 | -9/+55 |
* | nope, jruby needs to avoid mkmf | Lamont Granquist | 2013-12-22 | 1 | -2/+2 |
* | make rbx build happy | Lamont Granquist | 2013-12-22 | 1 | -0/+4 |
* | include mkmf even on jruby | Lamont Granquist | 2013-12-22 | 1 | -1/+1 |
* | remove build artifact | Lamont Granquist | 2013-12-22 | 1 | -237/+0 |
* | initalize cflags/ldflags | Lamont Granquist | 2013-12-22 | 1 | -1/+3 |
* | stop extracting ruby's cflags and ldflags | Lamont Granquist | 2013-12-22 | 1 | -17/+21 |
* | add debugging to setting ENV vars | Lamont Granquist | 2013-12-22 | 1 | -0/+3 |
* | rake in the installed gem doesn't work | Lamont Granquist | 2013-12-22 | 1 | -1/+1 |
* | build+install the gem, don't use rake compile | Lamont Granquist | 2013-12-22 | 1 | -1/+1 |
* | just test ffi wrapper | Lamont Granquist | 2013-12-21 | 1 | -1/+1 |
* | ruby 1.8.7 fix | Lamont Granquist | 2013-12-21 | 1 | -1/+1 |
* | add UTF-8 magic comment to specs | Lamont Granquist | 2013-12-21 | 2 | -2/+2 |
* | finally all green again | Lamont Granquist | 2013-12-21 | 2 | -41/+85 |
* | fix some encoding bugs | Lamont Granquist | 2013-12-21 | 1 | -2/+36 |
* | almost working parser (unicode broken) | Lamont Granquist | 2013-12-20 | 5 | -1/+435 |
* | unicode fixes | Lamont Granquist | 2013-12-19 | 2 | -3/+11 |
* | add some floating point tests | Lamont Granquist | 2013-12-19 | 1 | -0/+42 |
* | more parser refactoring | Lamont Granquist | 2013-12-16 | 1 | -29/+44 |
* | exclude test on ruby 1.8 | Lamont Granquist | 2013-12-16 | 2 | -7/+9 |
* | unpending some tests | Lamont Granquist | 2013-12-16 | 1 | -2/+0 |
* | code rearrangement | Lamont Granquist | 2013-12-16 | 6 | -128/+133 |
* | major rework on parser code | Lamont Granquist | 2013-12-16 | 1 | -33/+27 |
* | add NaN + Infinity checking to Fixnum+Bignum | Lamont Granquist | 2013-12-16 | 1 | -1/+7 |
* | fix NaN/Infinity handling | Lamont Granquist | 2013-12-16 | 2 | -1/+4 |
* | fix encoding of fixnums and floats as keys | Lamont Granquist | 2013-12-16 | 3 | -6/+50 |
* | remove Object#to_json from C ext | Lamont Granquist | 2013-12-16 | 1 | -12/+0 |
* | fixing Object#to_json leakage | Lamont Granquist | 2013-12-16 | 2 | -6/+8 |
* | fix precision issue by using yajl_gen_number | Lamont Granquist | 2013-12-13 | 2 | -3/+6 |
* | add tests for missing/trailing brackets/braces | Lamont Granquist | 2013-12-13 | 2 | -0/+32 |
* | bignum parsing working | Lamont Granquist | 2013-12-08 | 2 | -6/+17 |
* | move the ruby parse/encode classes to own files | Lamont Granquist | 2013-12-08 | 3 | -97/+104 |
* | simplify ext/ffi switching logic | Lamont Granquist | 2013-12-08 | 1 | -14/+2 |
* | breaking out ffi encoding into its own class | Lamont Granquist | 2013-12-08 | 4 | -125/+178 |
* | adding new benchmarks | Lamont Granquist | 2013-12-08 | 1 | -1/+3 |
* | working on parsing benchmarks | Lamont Granquist | 2013-12-08 | 4 | -31/+127 |