Commit Graph

19 Commits

Author SHA1 Message Date
824dff8181 update .clang-format file from src and update files 2021-05-11 22:48:06 -04:00
49a7bb57de add clang-format support to plugin examples 2021-05-05 23:51:12 -04:00
75579fc100 take advantage of having the common Command base class to unify code paths 2021-04-14 07:05:00 -04:00
b53822da46 provide Command base class in command.h for deriving command styles from 2021-04-13 17:47:00 -04:00
9b29b1594b add support for bond/angle/dihedral/improper plugins 2021-03-18 14:40:41 -04:00
e3d9c3126b revert back to not supporting loading plugins on windows 2021-03-13 10:25:44 -05:00
d05137455c ignore build folders 2021-03-12 22:21:24 -05:00
3e90b1971a add preliminary support for compiling/loading plugins on windows 2021-03-12 22:21:11 -05:00
7b4e143176 support building plugins on MacOS (tested on version 11.0 aka Big Sur) 2021-03-12 14:29:40 -05:00
c3f6fb914f add CMake build environment demo for plugins 2021-03-12 11:43:37 -05:00
d95d5f1954 store different factory variants in a union 2021-03-11 23:52:35 -05:00
83583c465e add support for command plugins with example 2021-03-11 23:09:37 -05:00
9209cbba92 add support for loading plugins for fixes 2021-03-11 21:19:04 -05:00
f982d98574 small tweaks 2021-03-11 19:34:28 -05:00
dfe4f7a49d small tweaks and simplify 2021-03-11 19:33:50 -05:00
ffda7fcc04 simpler interfaces 2021-03-11 14:02:21 -05:00
8e1ccb6123 next iteration: rename functions/files, split header, store dso handle 2021-03-11 07:26:57 -05:00
f68a7094ad include /omp variant into plugin example 2021-03-09 18:44:51 -05:00
f0381b48ca add example for loading a pair style 2021-03-09 15:50:27 -05:00