1. 26 Oct, 2015 5 commits
  2. 09 Oct, 2015 1 commit
  3. 07 Oct, 2015 4 commits
  4. 06 Oct, 2015 4 commits
  5. 01 Oct, 2015 1 commit
  6. 30 Sep, 2015 1 commit
    • Jason Swails's avatar
      Fix very irritating behavior on some Mac systems. · 9570ab9c
      Jason Swails authored
      Hard-code CC and CXX to clang for Macs, since gcc/g++ will *not* work with
      Anaconda, despite the fact that distutils will try to use them.  System Python,
      homebrew, and MacPorts on Macs will always use clang, so this hack should always
      work and fix issues with users that have GCC installed from MacPorts or homebrew
      *and* Anaconda.
      9570ab9c
  7. 29 Sep, 2015 18 commits
  8. 19 Sep, 2015 1 commit
  9. 15 Sep, 2015 1 commit
  10. 27 Aug, 2015 1 commit
  11. 24 Aug, 2015 1 commit
  12. 13 Aug, 2015 2 commits
    • Robert McGibbon's avatar
      Eliminate extra warning about overriding the warning level · 23143e82
      Robert McGibbon authored
      Clean up
      
      Fix OpenCL platform on low-end devices
      
      Close file before deleting in TestAmberPrmtopFile.py
      
      Close PDBx file before deleting to fix windows test failure in TestPDbxFile.py
      
      Fix test checkpoint reporter close file before repoening
      
      Add bytes typemap
      
      Update appveyor.yml
      
      Fix exit status
      
      Supress 4305 and 4244 warnings
      
      Print the last failed tests output
      
      Make numpy optional in test
      
      Improve scipy skip too
      
      Refactor TestCheckpointReporter.py to not require numpy
      
      test on the proper file
      
      Remove annoying -V
      23143e82
    • Robert McGibbon's avatar
      Add bytes typemap · aa63d230
      Robert McGibbon authored
      aa63d230