summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix NaN encoding exceptionLamont Granquist2013-11-232-33/+82
* why is this not simply gitignored?Lamont Granquist2013-11-221-0/+0
* get the c extensions compiled inLamont Granquist2013-11-181-4/+8
* passing ext + ffi nowLamont Granquist2013-11-182-11/+42
* fix nasty segfaul bugs, don't need yajl-exclusionLamont Granquist2013-11-183-16/+8
* somewhat working ext codeLamont Granquist2013-11-182-28/+24
* working on native C extLamont Granquist2013-11-183-0/+1
* moving things around to support ext encodingLamont Granquist2013-11-185-70/+88
* start splitting encoding into ffi+extLamont Granquist2013-11-182-134/+141
* moving encoder class to its own fileLamont Granquist2013-11-182-134/+138
* add profiling option to benchmarksLamont Granquist2013-11-183-0/+46
* 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-182-17/+14
* ruby 1.8 doesn't define RUBY_ENGINELamont Granquist2013-11-171-1/+1
* benchmarks finally working under jrubyLamont Granquist2013-11-172-7/+7
* use correct varLamont Granquist2013-11-171-1/+1
* derpLamont Granquist2013-11-171-1/+1
* avoid yajl-ruby on jrubyLamont Granquist2013-11-171-4/+8
* lets try rescue Exception sledgehammerLamont Granquist2013-11-171-10/+8
* jruby throws an uncatchable exceptionLamont Granquist2013-11-171-5/+7
* rescue anythingLamont Granquist2013-11-171-6/+4
* add info messagesLamont Granquist2013-11-171-0/+4
* catch yajl-ruby not working in jrubyLamont Granquist2013-11-171-0/+2
* fix bmark binary againLamont Granquist2013-11-171-54/+56
* install yajl-ruby to bmark againstLamont Granquist2013-11-171-11/+18
* cleanupLamont Granquist2013-11-171-53/+54
* working benchmark scriptLamont Granquist2013-11-172-3/+12
* add benchmarks scriptLamont Granquist2013-11-172-140/+147
* moving benchmarks under libLamont Granquist2013-11-1716-0/+3124
* 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-242-11/+17
* fix integers as keysLamont Granquist2013-10-231-3/+8
* tests working somewhat betterLamont Granquist2013-10-232-15/+33
* gem structure and POC library codeLamont Granquist2013-10-233-0/+337