summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* add c ext sidelcg/stringio-encodingLamont Granquist2015-04-171-15/+17
* fixing libname guessing logicLamont Granquist2015-04-061-1/+3
* add native dlopen extension codeLamont Granquist2015-04-062-0/+53
* allow arbitrary Objects as keysLamont Granquist2014-11-241-1/+1
* support calling #to_s on all types for keysLamont Granquist2014-11-221-28/+100
* fix bare object parsingLamont Granquist2014-11-221-4/+2
* Update extconf.rbJason Potkanski2014-10-141-1/+1
* Update extconf.rbJason Potkanski2014-10-141-1/+1
* Making necessary C changes to only call to_json if it is presenttyler-ball2014-10-071-7/+13
* fix ruby 1.8.7 testsLamont Granquist2014-08-231-1/+11
* add datetime encodingLamont Granquist2014-08-231-3/+26
* extconf.rb: remove "-Wl,--no-undefined" from ldflagsLennart Brinkmann2014-08-232-0/+6
* fix for chef pretty printing issuesLamont Granquist2014-08-071-2/+4
* Revert "fix for chef pretty printing issues"Lamont Granquist2014-08-071-4/+2
* fix for chef pretty printing issuesLamont Granquist2014-08-071-2/+4
* avoid find_library adding -lyajlLamont Granquist2014-07-062-16/+12
* also don't need the commentLamont Granquist2014-07-061-1/+0
* homebrew wires up symlinks in /usr/local/includeLamont Granquist2014-07-061-1/+0
* build with system libs if libyajl2-gem missing libsLamont Granquist2014-07-062-0/+62
* support yajl parser optionsLamont Granquist2014-06-141-1/+13
* allow_comments support for C extLamont Granquist2014-06-141-4/+9
* remove useless memcpyLamont Granquist2014-06-141-11/+2
* cache the symbolize_keys lookup in CLamont Granquist2014-06-141-9/+11
* symbolize_keys fix for 1.8.7Lamont Granquist2014-06-141-0/+5
* >= 1.9 support for symbolize_keysLamont Granquist2014-06-141-8/+21
* avoid memcpy of the keyLamont Granquist2014-06-141-5/+1
* fix very long nums/strings/keysLamont Granquist2014-06-131-3/+6
* mark the 'ctx' variable as volatileLamont Granquist2014-06-131-2/+2
* fixing state context in the c extensionLamont Granquist2014-06-121-22/+23
* setup ivars before allocating arrayLamont Granquist2014-06-111-3/+3
* add more garbage collection mitigationLamont Granquist2014-06-041-0/+2
* include windows libyajldll.a to buildLamont Granquist2014-05-202-11/+19
* 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
* 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
* 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