summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bump version to 0.1.170.1.17Lamont Granquist2014-06-041-1/+1
|
* can i remove the JRUBY_OPTS env var now?Lamont Granquist2014-06-041-24/+0
|
* remove exception stringLamont Granquist2014-06-041-1/+1
|
* openjdk6 + {jruby-18mode,jruby-head} don't workLamont Granquist2014-06-041-0/+6
|
* V=1 snuck back in againLamont Granquist2014-06-041-1/+1
|
* add a jruby makefileLamont Granquist2014-06-041-26/+58
| | | | works on ubuntu, probably other linuxes, probably not mac, etc
* rbx mkmf doesn't like make V=1Lamont Granquist2014-06-031-1/+2
|
* require at least rubygems 1.8.25Lamont Granquist2014-06-031-1/+2
|
* rbx-2.0+2.1 are just dead on travisLamont Granquist2014-05-211-14/+0
|
* gem install instead of updateLamont Granquist2014-05-211-1/+2
| | | | and do it twice because networking...
* lets pin to 2.2.2 for now, see if it failsLamont Granquist2014-05-211-2/+2
|
* install bundler, pin rubygems to 2.1.11Lamont Granquist2014-05-211-0/+7
|
* try sending stdout to stderr for rbxLamont Granquist2014-05-211-1/+1
|
* fixes for rbx-2.0/2.1 via specifying patch version?Lamont Granquist2014-05-211-6/+6
|
* travis: TEST EVERYTHING!!!!!!Lamont Granquist2014-05-212-8/+105
|
* use the build path not the pristine sourcesLamont Granquist2014-05-211-2/+2
|
* make sure to deploy headers after compileLamont Granquist2014-05-212-1/+3
|
* add deploying header files to 'rake compile'Lamont Granquist2014-05-211-0/+8
|
* git ignore 'prep' filesLamont Granquist2014-05-211-0/+5
|
* need to run prep + compile separatelyLamont Granquist2014-05-212-3/+5
| | | | | they mutate the list of files which changes the gemspsec which confuses rake-compiler
* change Dir.exist? to File.exist? for 1.8.7Lamont Granquist2014-05-211-2/+2
|
* bump version to 0.1.160.1.16Lamont Granquist2014-05-201-1/+1
|
* rename windows artifactsLamont Granquist2014-05-201-3/+3
| | | | should be able to use -lyajldll to pick up the exported symbols
* move the def file into placeLamont Granquist2014-05-201-0/+1
|
* add def file outputLamont Granquist2014-05-201-1/+1
|
* add prep before travis targetsLamont Granquist2014-05-201-3/+3
|
* bump version to 0.1.150.1.15Lamont Granquist2014-05-201-1/+1
|
* pin rake-compiler to ~> 0.8.3Lamont Granquist2014-05-201-1/+1
| | | | | | | | | this avoids the rubygems restriction on >= 1.8.25 that has been trolling me. it will also prevent using cross- compilation as well. however, the ruby that we ship with windows chef is old enough that it doesn't satisfy the rubygems constraint. until that gets bumped up, we'll bump down rake-compiler here.
* bump version to 0.1.140.1.14Lamont Granquist2014-05-201-1/+1
|
* overriding LDCONFIG/CFLAGS turns out to be badLamont Granquist2014-05-201-4/+0
| | | | | | we do this all the time in the omnibus builds for chef and it'll cause a huge headache to do this. just need to make sure that the command line flags to gem install work correctly at some point.
* bump version to 0.1.130.1.13Lamont Granquist2014-05-201-1/+1
|
* EMISSINGEND *sigh*Lamont Granquist2014-05-201-0/+1
|
* bump version to 0.1.120.1.12Lamont Granquist2014-05-201-1/+1
|
* rename to yajl.dll before build runsLamont Granquist2014-05-201-1/+6
|
* rename deployed windows artifactsLamont Granquist2014-05-201-2/+14
|
* bump version to 0.1.110.1.11Lamont Granquist2014-05-201-1/+1
|
* bludgeoning mkmf.rb into submissionLamont Granquist2014-05-201-7/+8
| | | | should finally fix windows def file issue
* bump version to 0.1.100.1.10Lamont Granquist2014-05-201-1/+1
|
* this should really kill off the win def fileLamont Granquist2014-05-201-1/+1
|
* bump version to 0.1.90.1.9Lamont Granquist2014-05-201-1/+1
|
* lets try cleaning EXTDLDFLAGS on windowsLamont Granquist2014-05-201-5/+6
|
* comments on shippingLamont Granquist2014-05-201-2/+7
|
* bump version to 0.1.80.1.8Lamont Granquist2014-05-201-1/+1
|
* use dir glob properlyLamont Granquist2014-05-201-1/+1
|
* bump verison to 0.1.70.1.7Lamont Granquist2014-05-201-1/+1
|
* more windows fixesLamont Granquist2014-05-201-0/+6
|
* bump version to 0.1.60.1.6Lamont Granquist2014-05-201-1/+1
|
* fix __GCC__ to __GNUC__Lamont Granquist2014-05-201-2/+2
|
* remove deps from ship targetLamont Granquist2014-05-201-1/+2
| | | | | | | | | i think the gemspec needs to somehow be re-evaluated after doing the clean and prep stages, but that needs to be parsed early to setup the rake extensiontask stuff, so really the files in the gemspec need to not be mutated by clean+prep tasks (but the git trick everyone uses doesn't work here because not all our files we ship are checked into git..).
* version bump to 0.1.50.1.5Lamont Granquist2014-05-201-1/+1
|