summaryrefslogtreecommitdiff
path: root/ext/ffi_yajl/ext
Commit message (Expand)AuthorAgeFilesLines
...
* conversion to signed int was throwing a rangerror0.0.4Lamont Granquist2014-01-131-1/+1
* one last native type to ruby conversionLamont Granquist2014-01-121-1/+1
* wrap yajl_gen c struct for rbxLamont Granquist2014-01-121-33/+60
* remove c-structs as VALUEsLamont Granquist2014-01-121-26/+25
* convert symbols to strings when encoding0.0.2Lamont Granquist2014-01-111-1/+13
* remove build artifactLamont Granquist2013-12-221-237/+0
* ruby 1.8.7 fixLamont Granquist2013-12-211-1/+1
* finally all green againLamont Granquist2013-12-212-41/+85
* fix some encoding bugsLamont Granquist2013-12-211-2/+36
* almost working parser (unicode broken)Lamont Granquist2013-12-203-0/+432
* fix encoding of fixnums and floats as keysLamont Granquist2013-12-161-2/+10
* remove Object#to_json from C extLamont Granquist2013-12-161-12/+0
* fix precision issue by using yajl_gen_numberLamont Granquist2013-12-131-2/+4
* fix bool typesLamont Granquist2013-12-041-2/+2
* 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-041-5/+7
* remove MakefileLamont Granquist2013-11-231-238/+0
* removing rake-compilerLamont Granquist2013-11-231-4/+4
* rake compile almost working with vendored libyajlLamont Granquist2013-11-231-0/+9
* passing ext + ffi nowLamont Granquist2013-11-181-6/+36
* somewhat working ext codeLamont Granquist2013-11-182-6/+71
* working on native C extLamont Granquist2013-11-183-0/+341