summaryrefslogtreecommitdiff
path: root/ext/ffi_yajl/ext/dlopen
Commit message (Collapse)AuthorAgeFilesLines
* Switch from reek/rubocop to chefstyleTim Smith2017-06-201-5/+5
| | | | | | Reek doesn't work with modern Rake Signed-off-by: Tim Smith <tsmith@chef.io>
* eliminate Rescue ExceptionLamont Granquist2015-07-091-0/+1
|
* fixing libname guessing logicLamont Granquist2015-04-061-1/+3
| | | | | run through multiple different possible library names and extensions, favoring the libyajl2 gem versions first.
* add native dlopen extension codeLamont Granquist2015-04-062-0/+53
This will get dlopen in a consistent place on all the platforms which need it.