summaryrefslogtreecommitdiff
path: root/lib/ffi_yajl/ext.rb
Commit message (Expand)AuthorAgeFilesLines
* Optimize our requiresTim Smith2020-08-141-2/+2
* Substitute require for require_relativerelativeTim Smith2019-12-211-3/+3
* Switch from reek/rubocop to chefstyleTim Smith2017-06-201-9/+9
* fix uninitialized constant errorslcg/fix-uninit-constantLamont Granquist2015-07-151-0/+4
* add copyright noticesLamont Granquist2015-04-141-0/+22
* move dlopen to c extensionLamont Granquist2015-04-061-0/+2
* fixing libname guessing logicLamont Granquist2015-04-061-8/+1
* add native dlopen extension codeLamont Granquist2015-04-061-47/+4
* Remove ffi gem as a hard dependencyLamont Granquist2015-03-241-11/+3
* mixin windows? helper directly into the objectLamont Granquist2015-02-171-1/+3
* Move #windows? to lib to allow not checking libname to determine platformTyler Vann-Campbell2015-02-081-1/+2
* fix minor typoElan Ruusamäe2014-11-121-1/+1
* fix libnames for windowslcg/windows-libnameLamont Granquist2014-10-081-0/+2
* use RbConfig instead of ConfigLamont Granquist2014-08-291-1/+1
* fix rbx using dlopen via FFILamont Granquist2014-08-231-11/+44
* Revert "change allow_comment default to true"Lamont Granquist2014-08-071-12/+13
* change allow_comment default to trueLamont Granquist2014-08-071-13/+12
* fix DL/Fiddle logic stop using ffiLamont Granquist2014-06-261-8/+8
* this might fix rbxLamont Granquist2014-06-141-0/+1
* working on dlopen problemLamont Granquist2014-06-121-18/+16
* make sure fiddle supports dlopen before using itLamont Granquist2014-06-101-2/+2
* use fiddle instead of DL if we find itLamont Granquist2014-06-041-4/+15
* nasty hack to convert dylib to bundle on macLamont Granquist2014-05-201-0/+2
* dynamically link against libyajl2-gem at runtimeLamont Granquist2014-05-071-4/+11
* the rbx work fixed ruby-1.8 c-extLamont Granquist2014-01-121-4/+4
* disable c-extension for ruby-1.8.7Lamont Granquist2014-01-011-0/+5
* reorganization of ext-vs-ffiLamont Granquist2013-12-311-0/+17
* code rearrangementLamont Granquist2013-12-161-3/+0
* breaking out ffi encoding into its own classLamont Granquist2013-12-081-0/+2
* moving things around to support ext encodingLamont Granquist2013-11-181-0/+1