Compiles in MSVC with cmake
[alexxy/gromacs.git] / include /
2009-08-19 unknownCompiles in MSVC with cmake
2009-08-19 Sander Pronkremoved *s files, improved cmake/configure thread detection
2009-08-19 Sander PronkAdded full thread_mpi library, it may even compile...
2009-08-19 Sander Pronkthread_mpi now fully lock-free. cmpxch for pointers...
2009-08-19 Sander Pronkbetter multicast protocol in thread_mpi
2009-08-19 Sander Pronknew (faster&simpler) point-to-point protocol in thread_...
2009-08-19 Sander PronkNow uses atomic instruction locks.
2009-08-19 Sander Pronkcheckpointing works with threads
2009-08-19 Sander Pronknow starts threads at mdrunner; should still fix multisim.
2009-08-19 Sander PronkEwald now thread-safe (and fails in the same binary...
2009-07-07 Sander PronkMPI send/recv more forgiving of NULL ptrs, misc. thread...
2009-07-06 Sander Pronkmore const-correctness fixes
2009-07-04 Sander Pronkfile names now const correct; builds in C++
2009-07-02 Sander Pronkfixed allocation issue in libfn (futil.c).
2009-07-01 Sander Pronkenxio is thread safe (and quite possibly works)
2009-07-01 Sander Pronknow compiles with configure
2009-07-01 Sander Pronkmore thread-safety issues in gmxlib
2009-07-01 Sander Pronkmisc. gmxlib fixes
2009-07-01 Sander Pronkchanged cmake/configure GMX_THREADS/GMX_THREAD_SHM_FDEC...
2009-06-30 Sander Pronkadded output_env_t type for querying time scales, and...
2009-06-30 Sander Pronkcopyrite, statutil and futil fully thread-safe
2009-06-30 Sander Pronkmade a replacement for strtok: gmx_strsep.
2009-06-27 Sander Pronksmall changes to filenm (a lot still needs to be fixed)
2009-06-27 Sander Pronkatoi/atof are not thread-safe: replaced all instances...
2009-06-26 Sander Pronkfixed reduce semantics
2009-06-26 Sander PronkFixed MPI_Reduce, added tMPI_Reduce_fast.
2009-06-25 Sander Pronknow runs (correctly) without long-range forces & load...
2009-06-25 Sander PronkMerge branch 'thread_mpi' of git@git.gromacs.org:gromac...
2009-06-25 Sander PronkFixed many thread-unsafe bits of code; only gmx_wallcyc...
2009-06-24 Sander PronkMerge branch 'thread_mpi' of git@git.gromacs.org:gromac...
2009-06-24 Sander PronkMany thread-safety fixes in mdlib; better error reporti...
2009-06-18 Sander PronkMerge branch 'thread_mpi' of git@git.gromacs.org:gromac...
2009-06-18 Berk Hessremoved static variables and rearranged some data struc...
2009-06-18 Berk Hessmade several variables const
2009-06-17 Sander PronkMerge branch 'thread_mpi'
2009-06-17 Berk Hessremoved static variables
2009-06-17 Sander Pronkintial commit of thread_mpi (compiles, but does not...
2009-06-17 Berk Hessimplemented force constraining that work together with...
2009-06-15 Berk HessMerge branch 'master' of git@git.gromacs.org:gromacs
2009-06-15 Berk Hesschanged the global cginfo array to an array per molecul...
2009-06-15 Teemu MurtolaMore modular memory handling of selection values.
2009-06-15 Berk Hessdelayed the switch to the compressed list from factor...
2009-06-12 Berk Hessimplemented a low memory usage global to local atom...
2009-06-12 Berk Hessimplemented a low memory usage global to local atom...
2009-06-10 Berk Hessadded counters for DD load and DLB bounds communication...
2009-06-10 Berk HessMerge branch 'master' of git@git.gromacs.org:gromacs
2009-06-10 Teemu MurtolaMerge branch 'char-valued-selmethods'
2009-06-09 Teemu MurtolaAdded a SMETH_CHARVAL flag for selection methods.
2009-06-08 Teemu MurtolaMore modular handling of selection types and values.
2009-06-05 Erik LindahlRemoved CVS-specific entries from Cmake config files.
2009-06-04 Erik LindahlRemoved Id tags from master branch since they will...
2009-06-03 lindahlRestored C++ "fixes" that caused warnings for C.
2009-06-03 lindahlMore C++ changes.
2009-06-03 lindahlFixed warnings when GNU C++ 4.3 is used.
2009-06-03 lindahlFixed extern C definitions on nonbonded kernels to...
2009-06-03 teemuRemoved many const warnings from ngmx when compiling...
2009-06-03 hessmoved the cos accel if statement into calc_ke_part
2009-06-03 teemuFixed many warnings about const issues in C++.
2009-06-03 hessupdated for C++ compilation
2009-06-03 lindahlMore fixes for warnings after enabling Gromacs compilat...
2009-06-03 hessupdated for C++ compilation
2009-06-03 hessadded comment about vsite velocities
2009-06-03 hessupdated for C++ compilation
2009-06-03 lindahlStupid cvs doesnt detect commit conflicts correctly...
2009-06-03 lindahlFixed another bunch of C++ compile errors.
2009-06-03 hessupdated for C++ compilation
2009-06-03 spoelChanged char to const char
2009-06-03 hessadded mssing pr_bvec
2009-06-03 spoelChanged char to const char where appropriated
2009-06-03 teemuImproved compilation (no errors, less warnings) of...
2009-06-03 hessadded snew template by Teemu for compling with C++
2009-06-03 hessFixed missing closing brace with C++
2009-06-01 hessimplemented the PP PME communication for 2D PME
2009-05-29 teemuReorganized selection parsing code.
2009-05-26 hessfixed pbc issues with cylinder pulling when the pull...
2009-05-19 hesssome minor fixes for unbound systems with DD
2009-05-18 hessimplemented vacuum simulations with DD
2009-05-18 hessimplemented vacuum simulations with DD
2009-05-18 hessadded inputrec2nboundeddim
2009-05-13 hessfixed mix up of an int and real in SA stuff, which...
2009-05-12 perRemoved counting interactions twice when calculating...
2009-05-11 lindahlCross-tree fix for all source files with incorrect...
2009-05-10 lindahlfix for Sparc/linux 32bit userland cycle counters.
2009-05-08 lindahlNew routines for basic thread operations and atomic...
2009-05-08 lindahlBasic thread primitives.
2009-05-05 hessremoved incorrect ekinh data in checkpoint file when...
2009-05-04 hessfixed incorrect kinetic energies with -rerun and made...
2009-04-29 perAdded a cycle counter for Born radii calculation
2009-04-28 hessimplemented grid neighbor searching without pbc, does...
2009-04-27 perFixed a bug that made d_cmap==d_orientational_restraints
2009-04-21 lindahlInitial CMAP support commit.
2009-04-21 lindahlParallel domain decomposition support for Generalized...
2009-04-20 lindahlFirst version of new SSE intrinsics kernels, works...
2009-04-10 spoelAdded support for writing CONECT records to pdb files...
2009-04-09 kassonPK one more file from Per diffs
2009-04-09 hessreplaced the global buf vector by local vectors
2009-04-08 hessreplaced the word zone by cell for domain decomposition...
2009-04-08 hessremoved buf as an argument for do_constrain_first ...
2009-04-03 spoelClarified header
2009-04-02 kassonPK committing patches from Per Larsson for nb kernels.
next