summaryrefslogtreecommitdiff
path: root/ext/ffi_yajl/ext/parser
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
* remaining autofixable copsLamont Granquist2015-07-091-1/+1
* fix lots of copsLamont Granquist2015-07-091-0/+1
* Fix uninitialized instance variable when using extuninitialized-variable-in-extdanielsdeleo2015-06-191-0/+1
* remove unnecessary castLamont Granquist2015-04-201-1/+1
* add :unique_key_checking flag to parserlcg/unique_key_checkingLamont Granquist2015-04-171-1/+9
* fix bare object parsingLamont Granquist2014-11-221-4/+2
* Update extconf.rbJason Potkanski2014-10-141-1/+1
* extconf.rb: remove "-Wl,--no-undefined" from ldflagsLennart Brinkmann2014-08-231-0/+3
* avoid find_library adding -lyajlLamont Granquist2014-07-061-7/+6
* 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-061-0/+31
* 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-201-5/+9
* add hack to try to avoid garbage collectionLamont Granquist2014-05-071-0/+4
* 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
* remove build artifactLamont Granquist2013-12-221-237/+0
* finally all green againLamont Granquist2013-12-211-25/+24
* fix some encoding bugsLamont Granquist2013-12-211-2/+36
* almost working parser (unicode broken)Lamont Granquist2013-12-203-0/+432