"serialization/vscode:/vscode.git/clone" did not exist on "5b074f80caec64e890037a192d176f9209c5b553"
  1. 12 Aug, 2009 1 commit
  2. 11 Aug, 2009 2 commits
  3. 10 Aug, 2009 1 commit
  4. 08 Aug, 2009 1 commit
  5. 07 Aug, 2009 3 commits
  6. 06 Aug, 2009 1 commit
  7. 28 Jul, 2009 1 commit
  8. 25 Jul, 2009 1 commit
  9. 17 Jul, 2009 2 commits
  10. 16 Jul, 2009 1 commit
  11. 14 Jul, 2009 1 commit
  12. 02 Jul, 2009 1 commit
  13. 01 Jul, 2009 1 commit
  14. 30 Jun, 2009 3 commits
  15. 26 Jun, 2009 1 commit
  16. 25 Jun, 2009 1 commit
    • 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
  17. 24 Jun, 2009 1 commit
  18. 12 Jun, 2009 1 commit
  19. 11 Jun, 2009 1 commit
  20. 04 Jun, 2009 1 commit
  21. 03 Jun, 2009 1 commit
  22. 21 May, 2009 1 commit
  23. 19 May, 2009 1 commit
  24. 15 May, 2009 2 commits
  25. 14 May, 2009 2 commits
  26. 13 May, 2009 1 commit
  27. 06 May, 2009 2 commits
  28. 24 Apr, 2009 1 commit
  29. 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
  30. 21 Apr, 2009 1 commit
  31. 17 Apr, 2009 1 commit