summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* adding new benchmarksLamont Granquist2013-12-081-1/+3
* working on parsing benchmarksLamont Granquist2013-12-084-31/+127
* add more unicode testsLamont Granquist2013-12-081-16/+43
* another string length errorLamont Granquist2013-12-081-4/+4
* several utf8 related errors fixedLamont Granquist2013-12-082-10/+13
* fix bool typesLamont Granquist2013-12-041-2/+2
* fix #to_json on base classesLamont Granquist2013-12-043-4/+84
* add oj benchmarkLamont Granquist2013-12-041-0/+13
* rbx-18mode and rbx-19mode seem deadLamont Granquist2013-12-041-14/+0
* just mark test as pending for nowLamont Granquist2013-12-041-0/+1
* add tests for +/- Infinity rejectionLamont Granquist2013-12-041-0/+6
* NaN and Inifity in Bignum and Fixnum as wellLamont Granquist2013-12-041-3/+13
* fix NAN and Infinity handling for C extensionLamont Granquist2013-12-041-1/+8
* c-ext Object#to_json passes tests nowLamont Granquist2013-12-042-12/+7
* extconf rage + wine + i feel dirtyLamont Granquist2013-12-041-1/+3
* fix variable scope (again)Lamont Granquist2013-11-231-2/+2
* magic comment needed for ruby 1.9Lamont Granquist2013-11-231-0/+2
* expand flagsLamont Granquist2013-11-231-9/+2
* typoLamont Granquist2013-11-231-1/+1
* add lc cflags + ldflagsLamont Granquist2013-11-231-0/+2
* force to stringLamont Granquist2013-11-231-4/+4
* more debuggingLamont Granquist2013-11-231-2/+4
* remove MakefileLamont Granquist2013-11-231-238/+0
* add Makefile to .gitignoreLamont Granquist2013-11-231-0/+1
* fix compile taskLamont Granquist2013-11-231-1/+1
* fix variable scopeLamont Granquist2013-11-231-2/+2
* chdir into ext dirLamont Granquist2013-11-231-4/+2
* add debugging infoLamont Granquist2013-11-231-0/+3
* mark all the busted specs as pendingLamont Granquist2013-11-231-0/+11
* remove rake-compile requireLamont Granquist2013-11-231-1/+0
* rake compile should be fixedLamont Granquist2013-11-231-1/+1
* removing rake-compilerLamont Granquist2013-11-234-26/+13
* adding *.o to ingoresLamont Granquist2013-11-231-0/+1
* fix NaN encoding exceptionLamont Granquist2013-11-233-34/+82
* add check for nil 2nd argumentLamont Granquist2013-11-231-0/+4
* rake compile almost working with vendored libyajlLamont Granquist2013-11-233-0/+20
* ignore files from vendoered libyajlLamont Granquist2013-11-231-0/+5
* why is this not simply gitignored?Lamont Granquist2013-11-221-0/+0
* alphabetizationLamont Granquist2013-11-221-1/+1
* add lots of specs (some of them busted)Lamont Granquist2013-11-221-74/+255
* travis boxes don't have libyajl2Lamont Granquist2013-11-181-1/+1
* try rake compile+installLamont Granquist2013-11-181-1/+1
* force the tests + benchmarks to run the c extsLamont Granquist2013-11-181-2/+2
* get the c extensions compiled inLamont Granquist2013-11-183-5/+21
* passing ext + ffi nowLamont Granquist2013-11-184-18/+81
* fix nasty segfaul bugs, don't need yajl-exclusionLamont Granquist2013-11-183-16/+8
* somewhat working ext codeLamont Granquist2013-11-184-34/+95
* working on native C extLamont Granquist2013-11-189-8/+338
* add some whitespaceLamont Granquist2013-11-181-11/+12
* moving things around to support ext encodingLamont Granquist2013-11-189-71/+114