1. 01 Oct, 2013 1 commit
  2. 01 Aug, 2013 1 commit
  3. 15 Apr, 2013 1 commit
  4. 12 Jan, 2013 1 commit
  5. 16 Nov, 2012 1 commit
  6. 30 Oct, 2012 1 commit
  7. 25 Oct, 2012 1 commit
  8. 21 Sep, 2012 1 commit
  9. 28 Jun, 2012 1 commit
  10. 27 Jun, 2012 1 commit
  11. 31 May, 2012 1 commit
  12. 14 May, 2012 1 commit
  13. 11 May, 2012 1 commit
  14. 14 Feb, 2012 2 commits
  15. 02 Feb, 2012 1 commit
  16. 31 Jan, 2012 1 commit
  17. 18 Jan, 2012 1 commit
  18. 15 Dec, 2011 1 commit
  19. 29 Jun, 2011 1 commit
  20. 27 Jun, 2011 1 commit
  21. 12 Aug, 2010 1 commit
  22. 13 Jul, 2010 1 commit
  23. 26 May, 2010 1 commit
  24. 17 May, 2010 1 commit
  25. 14 May, 2010 1 commit
  26. 25 Nov, 2009 1 commit
  27. 22 Sep, 2009 1 commit
  28. 19 Sep, 2009 1 commit
  29. 16 Jul, 2009 2 commits
  30. 14 Jul, 2009 1 commit
  31. 18 Jun, 2009 1 commit
  32. 21 Apr, 2009 1 commit
  33. 19 Dec, 2008 1 commit
  34. 19 Nov, 2008 1 commit
  35. 22 Oct, 2008 1 commit
  36. 16 Oct, 2008 1 commit
  37. 11 Oct, 2008 1 commit
  38. 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