1. 19 Aug, 2009 2 commits
  2. 23 Jul, 2009 1 commit
    • Michael Sherman's avatar
      Upgrade examples to track Peter's automatically-generated C and Fortran... · c6c034ba
      Michael Sherman authored
      Upgrade examples to track Peter's automatically-generated C and Fortran bindings. These are still using a snapshot of the wrappers, slightly hand modified, but they are much closer to the final ones now. When the automated ones are ready and part of the build, these checked-in ones will no longer be necessary.
      c6c034ba
  3. 30 Jun, 2009 1 commit
  4. 29 Jun, 2009 2 commits
  5. 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
  6. 18 Jun, 2009 3 commits
  7. 11 Jun, 2009 1 commit
  8. 10 Jun, 2009 1 commit
  9. 14 May, 2009 1 commit