1. 10 Jun, 2014 1 commit
  2. 31 Jan, 2012 1 commit
  3. 07 Jul, 2009 1 commit
  4. 23 Apr, 2009 1 commit
    • Michael Sherman's avatar
      (1) Fixed more VC++ warnings; this is almost clean now. · f6352d88
      Michael Sherman authored
      (2) Changed erfc.cpp to a header file which defines missing erf() and erfc() as static functions when using VC++ but otherwise does nothing.
      (3) Replaced all nonstandard uses of real() and imag() methods as lvalues; instead work directly with the complex values.
      (4) Fixed a bug in TestFindExclusions which was caught by VC++'s extensive STL debug mode self-examination.
      
      There are still problems in hilbert.c and not all CUDA tests pass.
      f6352d88
  5. 21 Apr, 2009 1 commit
  6. 17 Apr, 2009 1 commit
  7. 22 Oct, 2008 1 commit
  8. 16 Oct, 2008 1 commit
  9. 12 Jul, 2008 1 commit
  10. 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
  11. 12 Jun, 2008 1 commit
  12. 11 Jun, 2008 1 commit
  13. 04 Jun, 2008 1 commit
  14. 22 Apr, 2008 1 commit
  15. 17 Apr, 2008 1 commit