1. 25 Feb, 2015 3 commits
  2. 24 Feb, 2015 16 commits
  3. 23 Feb, 2015 7 commits
  4. 22 Feb, 2015 5 commits
  5. 21 Feb, 2015 6 commits
  6. 20 Feb, 2015 3 commits
    • Kevin Modzelewski's avatar
      Merge pull request #314 from undingen/fix_is · befacc74
      Kevin Modzelewski authored
      Fix compvar '1 is 1.0' and '1.0 is 1' handling
      befacc74
    • Kevin Modzelewski's avatar
      Update git submodules to make cmake build pass · 39ae0679
      Kevin Modzelewski authored
      I thought I had already updated libpypa to the new build with the correct fixes,
      but somehow hadn't?
      
      Libunwind seems to have gotten a commit that breaks our usage of unw_get_proc_info_by_ip;
      it got added 3 months ago so anyone who's been using the Makefile build for longer
      than that wouldn't run into it.
      39ae0679
    • Kevin Modzelewski's avatar
      I think this is why the Travis-CI builds are hanging · ad20e51e
      Kevin Modzelewski authored
      We're hanging trying to output some diagnostic information if we die at the wrong point.
      This doesn't address the underlying issue, but at least we'll start getting useful
      results from Travis-CI.
      
      It looks like the underlying issue (libunwind can't find the interpreter function)
      only happens with the cmake build, and I can't tell why yet.
      ad20e51e