1. 26 Aug, 2016 3 commits
    • Dean Moldovan's avatar
      Fix Travis cache config: remove ccache, add OS X pip cache · 14bd10d6
      Dean Moldovan authored
      ccache on Travis was never configured properly so the setting never
      actually did anything. Enabling ccache for real brings other issues:
      due to the way the preprocessor is handled, some of the Python header
      macros produce bogus compiler warnings (which in turn produce errors
      with -Werror). ccache also requires additional configuration on OS X
      and docker. It would reduce compile time by ~30 seconds at best, so
      it's not worth the trouble.
      
      [skip appveyor]
      14bd10d6
    • Dean Moldovan's avatar
      Add barebones build to Travis CI · b62a896f
      Dean Moldovan authored
      This build makes sure everything still works without optional
      dependencies (numpy/scipy/eigen) and also tests the automatic
      discovery functions in CMake (Python version, C++ standard).
      
      [skip appveyor]
      b62a896f
    • Wenzel Jakob's avatar
      Merge pull request #359 from dean0x7d/fix_skip_numpy · 7b748cef
      Wenzel Jakob authored
      Fix test suite failure without numpy and improve module init diagnostics
      7b748cef
  2. 25 Aug, 2016 5 commits
  3. 24 Aug, 2016 8 commits
  4. 22 Aug, 2016 4 commits
  5. 19 Aug, 2016 10 commits
  6. 18 Aug, 2016 4 commits
  7. 17 Aug, 2016 5 commits
  8. 16 Aug, 2016 1 commit