Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add copyright notices | Lamont Granquist | 2015-04-14 | 1 | -0/+21 |
* | remove commented code | Lamont Granquist | 2015-04-06 | 1 | -4/+0 |
* | add native dlopen extension code | Lamont Granquist | 2015-04-06 | 1 | -4/+4 |
* | line wrap on commentlcg/better-ext-vs-ffi-logic | Lamont Granquist | 2014-10-13 | 1 | -5/+8 |
* | add better ext-vs-ffi logic | Lamont Granquist | 2014-10-13 | 1 | -2/+19 |
* | the c ext loads and still tests fine on 1.8.7 | Lamont Granquist | 2014-10-09 | 1 | -2/+1 |
* | disable c-extension for ruby-1.8.7 | Lamont Granquist | 2014-01-01 | 1 | -2/+3 |
* | fix comment | Lamont Granquist | 2013-12-31 | 1 | -1/+1 |
* | reorganization of ext-vs-ffi | Lamont Granquist | 2013-12-31 | 1 | -8/+11 |
* | code rearrangement | Lamont Granquist | 2013-12-16 | 1 | -113/+0 |
* | move the ruby parse/encode classes to own files | Lamont Granquist | 2013-12-08 | 1 | -97/+3 |
* | 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 | 1 | -125/+45 |
* | several utf8 related errors fixed | Lamont Granquist | 2013-12-08 | 1 | -3/+6 |
* | fix NaN encoding exception | Lamont Granquist | 2013-11-23 | 1 | -19/+39 |
* | passing ext + ffi now | Lamont Granquist | 2013-11-18 | 1 | -2/+31 |
* | fix nasty segfaul bugs, don't need yajl-exclusion | Lamont Granquist | 2013-11-18 | 1 | -13/+6 |
* | somewhat working ext code | Lamont Granquist | 2013-11-18 | 1 | -11/+23 |
* | working on native C ext | Lamont Granquist | 2013-11-18 | 1 | -0/+1 |
* | moving things around to support ext encoding | Lamont Granquist | 2013-11-18 | 1 | -17/+31 |
* | moving encoder class to its own file | Lamont Granquist | 2013-11-18 | 1 | -134/+1 |
* | fix major encoding perf bug | Lamont Granquist | 2013-11-18 | 1 | -1/+4 |
* | clean up Encoder class a lot | Lamont Granquist | 2013-11-18 | 1 | -29/+30 |
* | thread the to_json opts correctly | Lamont Granquist | 2013-11-18 | 1 | -22/+26 |
* | chaining to_json works now | Lamont Granquist | 2013-11-18 | 1 | -9/+14 |
* | performance improvements for encoding | Lamont Granquist | 2013-11-16 | 1 | -44/+94 |
* | fix return value | Lamont Granquist | 2013-11-15 | 1 | -1/+1 |
* | get pretty parse errors working | Lamont Granquist | 2013-11-15 | 1 | -2/+10 |
* | use vendered libyajl2 if we find it installed | Lamont Granquist | 2013-11-15 | 1 | -7/+8 |
* | ffi_lib the bundled version | Lamont Granquist | 2013-11-15 | 1 | -1/+9 |
* | fix tests | Lamont Granquist | 2013-10-24 | 1 | -3/+9 |
* | fix integers as keys | Lamont Granquist | 2013-10-23 | 1 | -3/+8 |
* | tests working somewhat better | Lamont Granquist | 2013-10-23 | 1 | -14/+32 |
* | gem structure and POC library code | Lamont Granquist | 2013-10-23 | 1 | -0/+261 |