1. 29 Jul, 2009 1 commit
  2. 17 Jul, 2009 2 commits
  3. 16 Jul, 2009 1 commit
  4. 14 Jul, 2009 1 commit
  5. 10 Jul, 2009 2 commits
  6. 08 Jul, 2009 1 commit
  7. 07 Jul, 2009 4 commits
  8. 02 Jul, 2009 1 commit
  9. 30 Jun, 2009 1 commit
  10. 25 Jun, 2009 2 commits
    • Peter Eastman's avatar
      9cad8b27
    • Michael Sherman's avatar
      Fixed some portability problems that show up in · c5329db5
      Michael Sherman authored
      - MingW, where "WIN32" is set by CMake but the compiler is not Microsoft's (should use _MSC_VER) in that case, and 
      - in gcc 4.4 which is fussy about some issues that earlier versions were silent about, such as passing a string constant to a "char*" rather than a "const char*".
      I also fixed a syntax error in CMakeLists that showed up in the OpenMM workshop for some unknown reason.
      
      Brook is not currently building correctly; I think it has not yet been fully converted to the getTime() interface needed for variable step integrators.
      c5329db5
  11. 23 Jun, 2009 2 commits
  12. 17 Jun, 2009 1 commit
  13. 12 Jun, 2009 1 commit
  14. 11 Jun, 2009 1 commit
  15. 03 Jun, 2009 1 commit
  16. 21 May, 2009 1 commit
  17. 20 May, 2009 1 commit
  18. 15 May, 2009 1 commit
  19. 14 May, 2009 1 commit
  20. 13 May, 2009 1 commit
  21. 12 May, 2009 1 commit
  22. 06 May, 2009 2 commits
  23. 04 May, 2009 1 commit
  24. 01 May, 2009 1 commit
  25. 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
  26. 22 Apr, 2009 2 commits
  27. 21 Apr, 2009 1 commit
  28. 08 Apr, 2009 1 commit
  29. 06 Apr, 2009 1 commit
  30. 31 Mar, 2009 1 commit
  31. 12 Nov, 2008 1 commit