summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* removing libyajl2 to the separate gemLamont Granquist2014-05-052-60/+0
* 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
* rake compile fixes for submoduleLamont Granquist2014-01-091-18/+20
* adding submodule for yajlLamont Granquist2014-01-091-0/+0
* rake compile works on ubuntu/mri now at leastLamont Granquist2014-01-091-0/+1
* ensure libyajl2-dev is installed or use vendoredLamont Granquist2014-01-031-1/+1
* nope, jruby needs to avoid mkmfLamont Granquist2013-12-221-2/+2
* include mkmf even on jrubyLamont Granquist2013-12-221-1/+1
* remove build artifactLamont Granquist2013-12-221-237/+0
* initalize cflags/ldflagsLamont Granquist2013-12-221-1/+3
* stop extracting ruby's cflags and ldflagsLamont Granquist2013-12-221-17/+21
* add debugging to setting ENV varsLamont Granquist2013-12-221-0/+3
* 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
* 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 debugging infoLamont Granquist2013-11-231-0/+3
* removing rake-compilerLamont Granquist2013-11-232-11/+7
* rake compile almost working with vendored libyajlLamont Granquist2013-11-232-0/+10
* 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-184-7/+326
* moving things around to support ext encodingLamont Granquist2013-11-183-0/+25
* syntax is a thingLamont Granquist2013-11-171-1/+1
* raise some exceptionsLamont Granquist2013-11-171-5/+5
* don't export ruby's environmentLamont Granquist2013-11-171-3/+3
* removing some mkmf experimentsLamont Granquist2013-11-171-7/+2
* pass compiler flags around correctly (i hope)Lamont Granquist2013-11-161-20/+18
* jruby hate mkmf, always install bundled libyajl2 on jrubyLamont Granquist2013-11-151-3/+6
* skip installing on jrubyLamont Granquist2013-11-151-25/+29
* remove rakefileLamont Granquist2013-11-151-57/+0
* remove debuggingLamont Granquist2013-11-151-6/+0
* rake monkeypatches fileutils so fuck thatLamont Granquist2013-11-152-5/+63