summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bumping version to 1.0.11.0.1Lamont Granquist2014-07-171-1/+1
|
* bump version to release 1.0.01.0.0Lamont Granquist2014-07-161-1/+1
| | | | | | bumping to 1.0 to pin in chef. and committing to not violating semver with this change.
* adding semver pin to libyajl2 gemLamont Granquist2014-07-161-1/+1
|
* bump version to 0.2.10.2.1Lamont Granquist2014-07-151-1/+1
|
* add tests for prett_generate's options hash argumentLamont Granquist2014-07-121-0/+12
|
* 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
| | | | (didn't need this)
* build with system libs if libyajl2-gem missing libsLamont Granquist2014-07-062-0/+62
| | | | | | | libyajl2-gem with USE_SYSTEM_LIBYAJL2=1 is just missing the libs and includes in the path, so if we can't find libyajl2 after setting up the libyajl2-gem, then go hunting for libyajl2 in the system and/or use the --with-yajl-include/dir/lib options
* allow failures on ruby-head/jruby-headLamont Granquist2014-07-061-0/+7
|
* fix DL/Fiddle logic stop using ffiLamont Granquist2014-06-261-8/+8
| | | | | | | the ffi_lib attempt didn't work. also fix to delay the require of the 'dl' library until we've determined that Fiddle does not meet our needs (otherwise we get deprecation warnings even though we don't wind up using DL).
* more wordsLamont Granquist2014-06-261-2/+4
|
* changing license to MIT from ApacheLamont Granquist2014-06-241-201/+22
| | | | | stole too much code from yajl-ruby, maintaining brian's MIT license to not create a mess.
* add license + thanksLamont Granquist2014-06-242-4/+28
|
* add JSON.fast_generate benchmark0.2.0Lamont Granquist2014-06-171-0/+5
|
* handle StringIOs by being slurpy for nowLamont Granquist2014-06-152-1/+4
|
* fix very large floats in ffiLamont Granquist2014-06-152-2/+1
|
* support yajl parser optionsLamont Granquist2014-06-144-7/+140
|
* allow_comments support for C extLamont Granquist2014-06-141-4/+9
|
* implementing allow_comments in ffiLamont Granquist2014-06-144-5/+11
|
* add Oj.loadLamont Granquist2014-06-143-7/+21
|
* don't do the long tests on ruby <= 1.9.2Lamont Granquist2014-06-142-2/+3
| | | | seems to lock up rspec completely
* 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
|
* this might fix rbxLamont Granquist2014-06-141-0/+1
| | | | | my local rbx install is blocked on building nokogiri, committing blindly...
* fix ordering deprecation warningLamont Granquist2014-06-141-1/+1
|
* fix some rspec deprecation warningsLamont Granquist2014-06-141-18/+18
|
* >= 1.9 support for symbolize_keysLamont Granquist2014-06-141-8/+21
|
* avoid memcpy of the keyLamont Granquist2014-06-141-5/+1
|
* mark some of the other stuff pending for nowLamont Granquist2014-06-141-0/+3
|
* implement symbolize_keys/names for FFILamont Granquist2014-06-135-12/+17
| | | | disable some unimplemented specs
* additional parser specsLamont Granquist2014-06-131-50/+337
|
* fix very long nums/strings/keysLamont Granquist2014-06-131-3/+6
|
* bumping to 0.2.0 for developmentLamont Granquist2014-06-131-1/+1
| | | | 0.1.7 was pretty stable
* explicit nil needs to turn into an empty hash0.1.7Lamont Granquist2014-06-131-1/+2
| | | | or else has_key? just asplodes later
* mark the 'ctx' variable as volatileLamont Granquist2014-06-131-2/+2
| | | | | this should avoid compiler optimizations that might interfere with the garbage collector later
* fixing state context in the c extensionLamont Granquist2014-06-123-37/+39
| | | | | | | just pass self through the context and then access state and ruby objects through the instance variables. question? what if the self object is moved by the garbage collector?
* working on dlopen problemLamont Granquist2014-06-121-18/+16
|
* setup ivars before allocating arrayLamont Granquist2014-06-111-3/+3
|
* make sure fiddle supports dlopen before using itLamont Granquist2014-06-101-2/+2
|
* bump version to 0.1.60.1.6Lamont Granquist2014-06-041-1/+1
|
* add more garbage collection mitigationLamont Granquist2014-06-041-0/+2
|
* use fiddle instead of DL if we find itLamont Granquist2014-06-041-4/+15
|
* don't run c-extension tests on jrubyLamont Granquist2014-06-041-1/+3
|
* update travis with libyajl2-gem's new matrixLamont Granquist2014-06-041-38/+8
|
* bump rpsec to 2.99Lamont Granquist2014-06-021-1/+1
|
* WIP: test-kitchen supportLamont Granquist2014-06-023-0/+101
|
* change "pending" to "skip"Lamont Granquist2014-06-021-4/+4
|
* relaxing ffi gem to match chef pinLamont Granquist2014-06-021-1/+1
|