Use more MDLogger in preprocessing
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / grompp.cpp
2020-02-05 Paul BauerUse more MDLogger in preprocessing
2020-02-01 Artem ZhmurovMerge "Merge branch origin/release-2020 into master"
2020-01-31 Paul BauerUse MDLogger in grompp
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-22 Berk HessUse ListOfLists for atom to constraint mapping
2019-12-16 Berk HessUse ListOfLists in gmx_mtop_t and gmx_localtop_t
2019-11-29 Mark AbrahamMerge branch release-2019 into release-2020
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-10-01 Berk HessCompletely remove charge groups
2019-09-25 Szilárd PállMerge remote-tracking branch 'origin/release-2019'
2019-09-24 Mark AbrahamMerge "Merge branch release-2019 into master"
2019-09-24 Paul BauerMerge branch release-2019 into master
2019-09-23 Christian BlauGrompp error for mismatching nst for energy calulation...
2019-09-19 Mark AbrahamFurther improve getDDGridSetup
2019-09-16 Berk HessRemove obsolete mdp option ns-type
2019-09-01 Christian BlauAdd checkpointing for MdModules
2019-08-27 Christian BlauAdd index group option to density fitting
2019-08-26 Christian BlauActivation of density fitting and move of module notifi...
2019-08-25 Christian BlauIndex groups for MdModules from grompp
2019-08-23 Mark AbrahamUpdate clang-tidy to clang version 8
2019-08-22 Mark AbrahamMerge branch release-2019
2019-08-20 Mark AbrahamFix issues for clang-analyzer-8
2019-08-14 Christian BlauInternal parameter storage for IMDModules
2019-08-01 Mark AbrahamMerge "Merge release-2019 into master"
2019-08-01 Paul BauerMerge release-2019 into master
2019-07-02 Kevin BoydRemove references to ecutsGROUP
2019-06-14 Paul BauerMerge branch release-2018 into release-2019
2019-06-11 Berk HessAllow AWH geometry 'direction' to be periodic
2019-04-16 Paul BauerRefactor t_pindex
2019-04-10 Mark AbrahamStart making IMD and swap model IMDModule
2019-04-10 Mark AbrahamMake ImdSession into a Pimpl-ed class with factory...
2019-04-02 Paul BauerRefactor gmx_group_t to SimulationAtomGroups
2019-03-27 Prashanth KanduriMoving put_atoms_in_box_omp() to pbc.h
2019-03-13 Paul BauerRefactor t_param to InteractionType
2019-03-08 Paul BauerRefactor preprocessing atom types.
2019-03-08 Berk HessClean up calc_verlet_buffer_size()
2019-03-02 Mark AbrahamMerge branch release-2019
2019-02-27 Paul BauerRefactor t_params to InteractionTypeParameters
2019-02-21 Paul BauerRefactor t_molinfo to MoleculeInformation class
2019-02-20 Paul BauerMerge branch 'release-2019' into master
2019-02-04 Roland SchulzRename all source files from - to _ for consistency.
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-26 Roland SchulzFix clang warning
2019-01-23 Roland SchulzMerge release-2019 into master
2019-01-23 Roland SchulzMerge release-2018 into release-2019
2019-01-23 Roland SchulzTurn SystemAtomIterator into proper iterator
2019-01-23 Paul BauerMove QMMM charge setting to grompp
2019-01-18 Paul BauerChange one gmx_mtop_t atom loop to C++
2019-01-13 Mark AbrahamImprove use of gmxpreprocess headers
2019-01-02 Mark AbrahamMerge branch release-2019
2018-12-31 Paul BauerMerge branch release-2018 into release-2019
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-21 Paul BauerMerge branch release-2018 into release-2019
2018-10-26 Mark AbrahamMerge branch release-2018 into release-2019
2018-10-09 Viacheslav BolnykhImplemented changes to preprocessor to work with MiMiC...
2018-10-08 Mark AbrahamImplement PaddedVector
2018-10-04 Berk HessAdd note to avoid constraints=all-bonds
2018-10-01 Mark AbrahamFix gcc-8 warnings about strings
2018-09-23 Mark AbrahamLeak less from gromppp with cmap
2018-09-20 Paul BauerAlways use mtop constructor
2018-09-19 Berk HessConvert gmx_cmap_t to C++
2018-09-19 Berk HessConvert gmx_ffparams_t to C++
2018-09-17 Berk HessChange pointers to InteractionList to references
2018-09-14 Berk HessChange gmx_moltype_t.ilist to InteractionLists
2018-09-13 Berk HessAdd C++ version of t_ilist
2018-09-10 Roland SchulzReplace rounding using int(x+0.5) with roundToInt
2018-09-09 Paul BauerRemove macro for group type in topology
2018-09-07 Mark AbrahamFix grompp memory leaks
2018-08-29 Mark AbrahamMerge branch release-2018
2018-08-24 Berk HessMerge "Merge branch release-2018"
2018-08-24 Mark AbrahamMerge branch release-2018
2018-08-18 Berk HessAdd check for pull group PBC to grompp
2018-08-18 Roland Schulzreadability-implicit-bool-conversion 1/2
2018-08-18 Roland Schulzclang-tidy modernize
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-07-17 Joe Jordanchange gmx_bool to bool in gmxpreprocess
2018-07-04 Roland SchulzMerge release-2018 into master
2018-07-01 Roland Schulzclang-tidy: readability-non-const-parameter (2/2)
2018-06-29 Roland Schulzclang-tidy: misc-suspicious-missing-comma
2018-06-29 Roland Schulzclang-tidy: add modernize nullptr & emplace
2018-06-06 Berk HessClean up make_at2con
2018-06-05 Mark AbrahamSeparate flexible constraint counting
2018-05-24 Berk HessFix grompp bug with blocks of same molecules
2018-05-03 Mark AbrahamMerge branch release-2018
2018-04-16 Berk HessMove natoms_mol out of gmx_molblock_t
2018-04-13 Mark AbrahamMerge branch release-2018
2018-04-13 Mark AbrahamClean up constraints code
2018-04-09 Berk HessConvert gmx_molblock_t to C++
next