1. 25 Nov, 2009 1 commit
  2. 24 Nov, 2009 1 commit
  3. 11 Nov, 2009 1 commit
  4. 10 Nov, 2009 1 commit
  5. 03 Nov, 2009 1 commit
    • Mark Friedrichs's avatar
      dded GB/VI to Cuda platform · 7a36f461
      Mark Friedrichs authored
      Free energy plugin added
      Plugin will not run w/ Obc or GB/VI forces unless line 2004 of gpu.cpp (gpu->sim.totalNonbondOutputBuffers  = 2*gpu->sim.nonbondOutputBuffers;) is commented in -- working on removing this constraint
      Also unit tests for GB/VI currently fail 
      7a36f461
  6. 22 Sep, 2009 1 commit
  7. 19 Sep, 2009 1 commit
  8. 18 Aug, 2009 1 commit
  9. 29 Jul, 2009 1 commit
  10. 16 Jul, 2009 1 commit
  11. 14 Jul, 2009 1 commit
  12. 10 Jul, 2009 4 commits
  13. 09 Jul, 2009 1 commit
  14. 08 Jul, 2009 1 commit
  15. 07 Jul, 2009 1 commit
  16. 23 Jun, 2009 1 commit
  17. 18 Jun, 2009 1 commit
  18. 18 May, 2009 1 commit
  19. 06 May, 2009 1 commit
  20. 01 May, 2009 2 commits
  21. 24 Apr, 2009 1 commit
  22. 21 Apr, 2009 1 commit
  23. 17 Apr, 2009 1 commit
  24. 09 Apr, 2009 1 commit
  25. 06 Apr, 2009 1 commit
  26. 21 Nov, 2008 1 commit
  27. 19 Nov, 2008 1 commit
  28. 04 Nov, 2008 1 commit
  29. 29 Oct, 2008 1 commit
  30. 22 Oct, 2008 2 commits
  31. 16 Oct, 2008 1 commit
  32. 11 Oct, 2008 1 commit
  33. 24 Sep, 2008 1 commit
  34. 12 Jul, 2008 1 commit
  35. 23 Jun, 2008 1 commit
    • Christopher Bruns's avatar
      Many changes to build OpenMM on Windows: · 90f31a68
      Christopher Bruns authored
      1) Added DLL export macros to many classes; enough to get tests to compile
      2) Cosmetic changes to reduce warnings in Visual Studio:
         a) change many "for (int i ="... to "for (size_t i ="... to avoid unsigned mismatch warnings
         b) included many explicit static_cast<OpenMMReal>() casts to document places where double->float conversion warnings occur
      90f31a68