Refactor md_enums
[alexxy/gromacs.git] / src / gromacs / pulling / pull.cpp
2021-02-22 Paul BauerRefactor md_enums
2021-02-12 Mark AbrahamMerge branch release-2021 into master
2021-02-01 Mark AbrahamReplace gmx::Mutex with std::mutex
2021-01-29 Mark AbrahamMerge branch release-2021
2021-01-07 Paul BauerMerge branch release-2020 into merge-2020-into-2021
2020-12-18 Mark AbrahamMerge branch release-2021
2020-12-16 M. Eric IrrgangApply re-formatting to C++ in src/ tree.
2020-11-26 Berk HessFix pull fatal error message
2020-11-24 Paul BauerMerge branch 'origin/release-2020' into merge-2020...
2020-10-20 Paul BauerMerge branch 'origin/release-2020' into merge-release...
2020-10-13 Joe JordanFix segfault in pull reading
2020-10-07 Paul BauerMerge branch 'origin/release-2020' into merge-release...
2020-09-30 Berk HessMove computeSlowForces into stepWork
2020-08-31 Paul BauerMerge branch 'release-2020' into master
2020-05-23 Artem ZhmurovRemove dependence on t_mdatoms from pull code
2020-05-06 Paul BauerMerge branch 'origin/release-2020' into master
2020-04-07 Pascal MerzRequire explicit MPI_COMM for gmx_bcast and gmx_barrier
2020-03-04 Paul BauerMerge branch release-2020 into master
2020-02-28 Paul BauerMerge branch release-2019 into release-2020
2020-01-28 Paul BauerMerge branch origin/release-2020 into master
2020-01-09 Artem ZhmurovMake PBC type enumeration into PbcType enum class
2020-01-09 Mark AbrahamSplit lines with many copyright years
2020-01-08 Roland SchulzMerge release-2019 into release-2020
2020-01-07 Paul BauerMerge branch origin/release-2020 into master
2020-01-07 Paul BauerMerge commit d30f2cb6 from release-2020 into master
2019-12-27 Paul BauerMerge origin/release-2019 into release-2020
2019-12-11 Artem ZhmurovEnable most of the pulling flavors with GPU update
2019-11-30 Paul BauerMerge origin/release-2020 into master
2019-11-29 Berk HessMerge "Merge branch release-2019 into release-2020...
2019-11-29 Mark AbrahamMerge branch release-2019 into release-2020
2019-11-26 Berk HessFix issues with AWH with periodic pulling
2019-11-20 Paul BauerMerge 'origin/release-2019' into release-2020
2019-11-07 Paul BauerApply clang-format to source tree
2019-10-29 Paul BauerMerge branch 'release-2019' into master
2019-09-25 Szilárd PállMerge remote-tracking branch 'origin/release-2019'
2019-09-24 Paul BauerMerge branch release-2019 into master
2019-09-04 Christian BlauFix double overload in LocalAtomSet code when gmx:...
2019-08-22 Mark AbrahamMerge branch release-2019
2019-08-20 Mark AbrahamApply clang-tidy-8 readability-uppercase-literal-suffix
2019-08-01 Mark AbrahamMerge "Merge release-2019 into master"
2019-08-01 Paul BauerMerge release-2019 into master
2019-07-29 Berk HessFix segmentation fault with cosine pulling
2019-06-14 Paul BauerMerge branch release-2018 into release-2019
2019-04-18 Mark AbrahamMove pull work struct out of inputrec
2019-04-02 Paul BauerRefactor gmx_group_t to SimulationAtomGroups
2019-03-07 Mark AbrahamEliminate mdlib/mdrun.h
2019-03-06 Mark AbrahamRevert "Eliminate mdlib/mdrun.h"
2019-03-06 Mark AbrahamEliminate mdlib/mdrun.h
2019-03-02 Mark AbrahamMerge branch release-2019
2019-02-20 Paul BauerMerge branch 'release-2019' into master
2019-02-07 Roland SchulzRevert size to be unsigned for ArrayRef
2019-02-07 Roland SchulzAdd ssize and remove static_casts
2019-02-04 Roland SchulzReplace compat::make_unique with std::make_unique
2019-01-30 Mark AbrahamMerge remote branch release-2018 into release-2019
2019-01-23 Roland SchulzMerge release-2019 into master
2019-01-23 Roland SchulzMerge release-2018 into release-2019
2019-01-02 Mark AbrahamMerge branch release-2019
2018-12-31 Paul BauerMerge branch release-2018 into release-2019
2018-12-19 Paul BauerMerge "Merge release-2019 branch into master"
2018-12-18 Szilárd PállMerge release-2019 branch into master
2018-12-17 Paul BauerMerge branch release-2018 into release-2019
2018-12-10 Paul BauerUse more const references in topology code
2018-11-29 Magnus LundborgMake pull with COM from previous step work with MPI
2018-11-26 Berk HessFix FP exception in pull code
2018-11-21 Paul BauerMerge branch release-2018 into release-2019
2018-10-26 Mark AbrahamMerge branch release-2018 into release-2019
2018-10-15 Magnus LundborgEnable output of average pull force and positions.
2018-10-10 Berk HessMove pull output functions to output.cpp
2018-10-03 Magnus LundborgAllow using COM of previous step as PBC reference
2018-09-20 Berk HessChange pull buffers to std::vector
2018-09-14 Roland SchulzWarn for type mismatch for gmx printf like functions 3/3
2018-09-09 Paul BauerRemove macro for group type in topology
2018-08-29 Mark AbrahamMerge branch release-2018
2018-08-24 Mark AbrahamMerge branch release-2018
2018-08-18 Roland Schulzreadability-implicit-bool-conversion 2/2
2018-08-18 Roland Schulzclang-tidy modernize
2018-08-17 Berk HessMake pull pbc atom use LocalAtomSet
2018-08-12 Roland Schulz3/3 of old-style casting
2018-08-08 Roland SchulzRemove gmx custom fixed int (e.g. gmx_int64_t) types
2018-08-06 Roland SchulzChange gmx_bool from int to bool
2018-07-18 Berk HessApply local atom sets in pull code
2018-07-16 Roland SchulzWarn for type mismatch for gmx printf like functions 1/3
2018-07-11 Roland SchulzClang warnings
2018-07-10 Roland SchulzClang warnings: unreachable
2018-07-04 Roland SchulzMerge release-2018 into master
2018-07-01 Roland Schulzclang-tidy: readability-non-const-parameter (2/2)
2018-06-30 Roland Schulzclang-tidy: misc-string-compare+perf-value-param
2018-06-29 Roland Schulzclang-tidy: add modernize nullptr & emplace
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-24 Berk HessFix indexing issue in the pull code
2018-04-13 Mark AbrahamMerge branch release-2018
2018-04-03 Mark AbrahamMerge "Merge branch release-2018"
2018-04-03 Berk HessDo not calculate COM for pull group 0
2018-03-29 Berk HessMove file opening out of init_pull()
2018-03-29 Berk HessModularize pull_coord_work_t
2018-03-28 Mark AbrahamMerge branch release-2018
2018-03-20 Mark AbrahamMerge branch release-2016 into release-2018
2018-03-15 Berk HessFix virial with external pull potential and MPI
next