summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* include windows libyajldll.a to buildLamont Granquist2014-05-202-11/+19
| | | | - also remove CFLAGS+LDFLAGS overrides they won't help our builds
* add hack to try to avoid garbage collectionLamont Granquist2014-05-071-0/+4
|
* dynamically link against libyajl2-gem at runtimeLamont Granquist2014-05-072-2/+2
| | | | - avoids all the RPATH bullshit at link time
* pass LDFLAGS to LDFLAGS as intendedLamont Granquist2014-05-062-2/+2
|
* add require rubygems to make 1.8.7 happyLamont Granquist2014-05-062-0/+2
|
* use the libyajl2 gemLamont Granquist2014-05-052-10/+8
|
* 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
| | | | fixes rbx
* wrap yajl_gen c struct for rbxLamont Granquist2014-01-121-33/+60
|
* remove c-structs as VALUEsLamont Granquist2014-01-121-26/+25
| | | | rbx doesn't like this.
* convert symbols to strings when encoding0.0.2Lamont Granquist2014-01-111-1/+13
|
* rake compile fixes for submoduleLamont Granquist2014-01-091-18/+20
| | | | also moving compilation to proper make phase
* 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
| | | | too hard to get this right in a portable fashion.
* 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
| | | | yajl_gen_double disagrees with ruby's Float#to_s in incompatible ways
* 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
|