summaryrefslogtreecommitdiff
path: root/lib/ffi_yajl.rb
Commit message (Expand)AuthorAgeFilesLines
* Substitute require for require_relativerelativeTim Smith2019-12-211-5/+5
* Switch from reek/rubocop to chefstyleTim Smith2017-06-201-7/+7
* add copyright noticesLamont Granquist2015-04-141-0/+21
* remove commented codeLamont Granquist2015-04-061-4/+0
* add native dlopen extension codeLamont Granquist2015-04-061-4/+4
* line wrap on commentlcg/better-ext-vs-ffi-logicLamont Granquist2014-10-131-5/+8
* add better ext-vs-ffi logicLamont Granquist2014-10-131-2/+19
* the c ext loads and still tests fine on 1.8.7Lamont Granquist2014-10-091-2/+1
* disable c-extension for ruby-1.8.7Lamont Granquist2014-01-011-2/+3
* fix commentLamont Granquist2013-12-311-1/+1
* reorganization of ext-vs-ffiLamont Granquist2013-12-311-8/+11
* code rearrangementLamont Granquist2013-12-161-113/+0
* move the ruby parse/encode classes to own filesLamont Granquist2013-12-081-97/+3
* simplify ext/ffi switching logicLamont Granquist2013-12-081-14/+2
* breaking out ffi encoding into its own classLamont Granquist2013-12-081-125/+45
* several utf8 related errors fixedLamont Granquist2013-12-081-3/+6
* fix NaN encoding exceptionLamont Granquist2013-11-231-19/+39
* passing ext + ffi nowLamont Granquist2013-11-181-2/+31
* fix nasty segfaul bugs, don't need yajl-exclusionLamont Granquist2013-11-181-13/+6
* somewhat working ext codeLamont Granquist2013-11-181-11/+23
* working on native C extLamont Granquist2013-11-181-0/+1
* moving things around to support ext encodingLamont Granquist2013-11-181-17/+31
* moving encoder class to its own fileLamont Granquist2013-11-181-134/+1
* fix major encoding perf bugLamont Granquist2013-11-181-1/+4
* clean up Encoder class a lotLamont Granquist2013-11-181-29/+30
* thread the to_json opts correctlyLamont Granquist2013-11-181-22/+26
* chaining to_json works nowLamont Granquist2013-11-181-9/+14
* performance improvements for encodingLamont Granquist2013-11-161-44/+94
* fix return valueLamont Granquist2013-11-151-1/+1
* get pretty parse errors workingLamont Granquist2013-11-151-2/+10
* use vendered libyajl2 if we find it installedLamont Granquist2013-11-151-7/+8
* ffi_lib the bundled versionLamont Granquist2013-11-151-1/+9
* fix testsLamont Granquist2013-10-241-3/+9
* fix integers as keysLamont Granquist2013-10-231-3/+8
* tests working somewhat betterLamont Granquist2013-10-231-14/+32
* gem structure and POC library codeLamont Granquist2013-10-231-0/+261