1. 05 Feb, 2015 2 commits
  2. 04 Feb, 2015 1 commit
  3. 03 Feb, 2015 1 commit
  4. 22 Jan, 2015 1 commit
  5. 08 Jan, 2015 1 commit
  6. 03 Jan, 2015 2 commits
    • Jason Swails's avatar
      More · 1f15a914
      Jason Swails authored
      } else { -->
      }
      else {
      
      However, these were not my additions originally, but rather part of the Amoeba
      test cases that have been around for awhile. I figured while I was at it, I
      might as well update these styles as well.
      1f15a914
    • Jason Swails's avatar
      b8f6d269
  7. 30 Dec, 2014 3 commits
  8. 02 Dec, 2014 1 commit
  9. 03 Nov, 2014 1 commit
  10. 14 Oct, 2014 1 commit
  11. 10 Oct, 2014 1 commit
  12. 17 Sep, 2014 6 commits
  13. 16 Sep, 2014 1 commit
  14. 14 Sep, 2014 1 commit
  15. 18 Aug, 2014 1 commit
  16. 12 Aug, 2014 2 commits
  17. 30 Jul, 2014 1 commit
  18. 24 Jul, 2014 1 commit
  19. 21 Jul, 2014 1 commit
  20. 18 Jul, 2014 2 commits
  21. 17 Jul, 2014 1 commit
  22. 27 Jun, 2014 1 commit
  23. 24 Jun, 2014 1 commit
  24. 08 May, 2014 2 commits
  25. 11 Apr, 2014 1 commit
  26. 05 Apr, 2014 1 commit
  27. 06 Feb, 2014 1 commit
  28. 05 Feb, 2014 1 commit
    • Jason Swails's avatar
      In the generated C wrappers, instantiate std::string arguments from · fd1bb3d2
      Jason Swails authored
      'const char*' by passing it straight to the std::string constructor rather than
      through a reinterpret_cast.  This solves segfaults when trying to use the OpenMM
      C-API (which is auto-generated from the generate*Wrappers.py scripts) when used
      with gcc/g++.  clang and clang++ seem to accept this (perhaps why it was not
      caught before).
      
      After these changes, the OpenMM-Tinker binding works again with the current git
      version of OpenMM.
      fd1bb3d2