|
|
ef2969dfbf
|
use override keyword in plugin sources
|
2022-01-22 10:30:58 -05:00 |
|
|
|
6479116419
|
Merge branch 'develop' into multi-config-support
|
2021-11-02 16:39:12 -04:00 |
|
|
|
3d9e4638a7
|
Don't use -restrict for icpx
|
2021-10-26 13:08:03 -04:00 |
|
|
|
a796d6b824
|
fix logic bug
|
2021-10-21 21:04:15 -04:00 |
|
|
|
7d16078cf4
|
always use .so suffix for plugins
|
2021-10-21 19:35:48 -04:00 |
|
|
|
3869e3fce8
|
adjust for compiling on windows
|
2021-10-21 19:27:59 -04:00 |
|
|
|
510987dc80
|
Merge branch 'master' into multi-config-support
# Conflicts:
# cmake/Modules/Packages/MSCG.cmake
# examples/plugins/CMakeLists.txt
|
2021-10-11 17:03:41 -04:00 |
|
|
|
4fca127ea4
|
copy MSVC++ compiler hacks to plugin CMakeLists.txt file
|
2021-10-07 15:59:12 -04:00 |
|
|
|
4aae11f8fb
|
port plugin loader to platform namespace
|
2021-10-06 08:59:56 -04:00 |
|
|
|
7801d112b3
|
enable building plugins for windows
|
2021-10-06 07:10:35 -04:00 |
|
|
|
30558c0cd6
|
convert plugin compilation to also use add_subdirectory() instead of external project
|
2021-09-11 07:01:48 -04:00 |
|
|
|
41a434ae1f
|
fix compilation issues with new/old Intel compilers
|
2021-07-11 14:09:17 -04:00 |
|
|
|
1dc25b0e10
|
rename USER-OMP to OPENMP
|
2021-06-29 17:48:22 -04:00 |
|
|
|
2e6a0112d3
|
update URLs in some more files
|
2021-05-24 16:19:37 -04:00 |
|
|
|
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 |
|