- 14 Jul, 2009 3 commits
-
-
Peter Eastman authored
-
Peter Eastman authored
-
Peter Eastman authored
-
- 10 Jul, 2009 3 commits
-
-
Peter Eastman authored
-
Peter Eastman authored
-
Michael Sherman authored
Fixed some MSVC conversion warnings and moved method-local inclusion of pme.h up to start of LJ file -- it wouldn't compile when included locally due to attempt to match extern binding with anonymous struct type.
-
- 08 Jul, 2009 1 commit
-
-
Peter Eastman authored
-
- 07 Jul, 2009 4 commits
-
-
Rossen Apostolov authored
-
Rossen Apostolov authored
No commit message
-
Rossen Apostolov authored
-
Rossen Apostolov authored
-
- 02 Jul, 2009 2 commits
-
-
Peter Eastman authored
-
Peter Eastman authored
-
- 30 Jun, 2009 1 commit
-
-
Peter Eastman authored
-
- 26 Jun, 2009 1 commit
-
-
Peter Eastman authored
-
- 25 Jun, 2009 2 commits
-
-
Peter Eastman authored
-
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.
-
- 23 Jun, 2009 2 commits
-
-
Peter Eastman authored
-
Peter Eastman authored
-
- 19 Jun, 2009 1 commit
-
-
Mark Friedrichs authored
-
- 18 Jun, 2009 2 commits
-
-
Peter Eastman authored
-
Peter Eastman authored
-
- 17 Jun, 2009 1 commit
-
-
Michael Sherman authored
-
- 12 Jun, 2009 1 commit
-
-
Peter Eastman authored
-
- 11 Jun, 2009 1 commit
-
-
Peter Eastman authored
Optimization to constraint algorithm: skip the last iteration as soon as we see that all constraints have converged.
-
- 03 Jun, 2009 1 commit
-
-
Peter Eastman authored
-
- 21 May, 2009 1 commit
-
-
Peter Eastman authored
-
- 20 May, 2009 1 commit
-
-
Peter Eastman authored
-
- 15 May, 2009 1 commit
-
-
Rossen Apostolov authored
-
- 14 May, 2009 1 commit
-
-
Michael Sherman authored
Eliminate some VC++ build problems via the usual expedient of explicit casts from unsigned to signed and from double to float. TNT Arrays apparently can't be indexed with unsigned because VC++ finds something ambiguous then above their operator[] methods.
-
- 13 May, 2009 1 commit
-
-
Peter Eastman authored
-
- 12 May, 2009 1 commit
-
-
Michael Sherman authored
-
- 06 May, 2009 2 commits
-
-
Peter Eastman authored
-
Peter Eastman authored
-
- 04 May, 2009 1 commit
-
-
Michael Sherman authored
-
- 01 May, 2009 2 commits
-
-
Peter Eastman authored
-
Peter Eastman authored
-
- 23 Apr, 2009 1 commit
-
-
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.
-
- 22 Apr, 2009 2 commits
-
-
Peter Eastman authored
-
Michael Sherman authored
(2) I disabled the block of code in the main CMakeLists file that tries to second guess VC++'s choices for runtime libraries. This was required for me to get CUDA to work in VC 2005 where the compiler always chooses multithreaded libraries. I verified that Brook will still build this way, but I haven't tested it.
-