summaryrefslogtreecommitdiff
path: root/ext/ffi_yajl/ext/encoder
Commit message (Expand)AuthorAgeFilesLines
* fixes for latest chefstyle ruleslcg/chefstyle5Lamont Granquist2018-07-031-2/+2
* Switch from reek/rubocop to chefstyleTim Smith2017-06-201-12/+12
* replace Fixnum+Bignum with Integer?Lamont Granquist2016-07-221-0/+4
* fix other possible superclass mismatchesLamont Granquist2015-07-091-4/+7
* fix superclass mismatch on rbx in c extLamont Granquist2015-07-091-1/+3
* remaining autofixable copsLamont Granquist2015-07-091-1/+1
* fix lots of copsLamont Granquist2015-07-091-0/+1
* emit token that failed utf-8 validationLamont Granquist2015-04-211-174/+166
* add c ext sidelcg/stringio-encodingLamont Granquist2015-04-171-15/+17
* allow arbitrary Objects as keysLamont Granquist2014-11-241-1/+1
* support calling #to_s on all types for keysLamont Granquist2014-11-221-28/+100
* 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-231-0/+3
* 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-061-9/+6
* build with system libs if libyajl2-gem missing libsLamont Granquist2014-07-061-0/+31
* include windows libyajldll.a to buildLamont Granquist2014-05-201-6/+10
* dynamically link against libyajl2-gem at runtimeLamont Granquist2014-05-071-1/+1
* pass LDFLAGS to LDFLAGS as intendedLamont Granquist2014-05-061-1/+1
* add require rubygems to make 1.8.7 happyLamont Granquist2014-05-061-0/+1
* use the libyajl2 gemLamont Granquist2014-05-051-5/+4
* 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
* ruby 1.8.7 fixLamont Granquist2013-12-211-1/+1
* finally all green againLamont Granquist2013-12-211-16/+61
* 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