Fix part of old-style casting
[alexxy/gromacs.git] / src / gromacs / mdrun / md.cpp
2018-08-08 Roland SchulzFix part of old-style casting
2018-08-08 Roland SchulzRemove gmx custom fixed int (e.g. gmx_int64_t) types
2018-08-07 Christian BlauLocal atom sets in compEL / ion swapping code.
2018-08-05 Mark AbrahamReform enforced rotation working data
2018-08-04 Roland Schulzclang-tidy: modernize make-unique/shared
2018-07-16 Roland SchulzWarn for type mismatch for gmx printf like functions 1/3
2018-07-04 Roland SchulzMerge release-2018 into master
2018-06-28 Roland Schulzclang-tidy: 4 readability checks
2018-06-13 Mark AbrahamCall Constraints::setConstraints with other setup code
2018-06-06 Mark AbrahamMove IMD initialization and fuse DD setup
2018-06-05 Mark AbrahamMake proper BoxDeformation class
2018-06-05 Mark AbrahamMake Constraints a proper class
2018-06-04 Mark AbrahamUpdate Awh initialization and lifetime management
2018-06-04 Mark AbrahamRemove redundant shell-code fatal errors
2018-05-24 Mark AbrahamMove responsibility for bonded threading decomposition
2018-05-23 Berk HessSplit off collect.cpp from domdec.cpp
2018-05-04 Mark AbrahamMerge "Merge branch release-2018"
2018-05-04 Mark AbrahamMore const correctness
2018-05-03 Mark AbrahamMerge branch release-2018
2018-04-25 Mark AbrahamRefactor SD update
2018-04-17 Mark AbrahamShift per-step control logic to do_md
2018-04-17 Mark AbrahamBreak apart update_constraints
2018-04-13 Mark AbrahamMerge branch release-2018
2018-04-12 Mark AbrahamRemove use of where(), if DEBUG etc.
2018-04-05 Mark AbrahamSimplified handling of simulation runners
2018-04-05 Mark AbrahamCreate gromacs/mdrun module and move code there