9e241df062
Merge pull request #4182 from akohlmey/group-bitmap-accessor
...
Refactor code to use group bitmap accessor
2025-03-25 14:12:27 -04:00
0f10741f71
update tests for variable commands
2025-03-13 04:38:58 -04:00
b77c3bf8c7
make compatible with more strict consteval format requirements of C++20
2025-02-21 21:54:28 -05:00
8f23701352
must build plugins on Windows, too.
2025-02-01 02:07:01 -05:00
8b8e10d54f
update regex for Windows
2025-01-31 23:30:33 -05:00
541f81ba93
use full path when loading plugins
2025-01-31 23:19:56 -05:00
3a58f9a5aa
delegate handling of multi-config path to CMake (if version 3.20 or later)
2025-01-31 22:50:13 -05:00
d5b82562bd
Merge branch 'develop' into group-bitmap-accessor
2025-01-25 13:49:33 -05:00
3126482c48
update variable command tests to include whitespace
2025-01-10 20:53:24 -05:00
b1e881d4ff
Merge branch 'develop' into group-bitmap-accessor
2025-01-09 14:37:38 -05:00
bc30665689
update unit test for changes in units command error messages
2025-01-03 04:04:42 -05:00
f06c4daee0
make format style variable tests unambiguous for rounding issues
2024-12-19 11:09:36 -05:00
804aa4ee85
improve error message
2024-09-16 20:38:50 -04:00
9a295d73b6
Merge branch 'develop' into group-bitmap-accessor
2024-08-31 00:07:46 -04:00
02752ddf6a
don't leak memory when throwing an exception
2024-08-20 01:15:53 -04:00
69294ef343
add "verbose" option for debugging which will divert libcurl logging to the screen
2024-08-07 13:08:35 -04:00
c8ba358f67
more debugging github runner for macos
2024-08-07 12:20:35 -04:00
a8bb296a17
switch to verbose mode to debug GitHub runner.
2024-08-07 11:15:13 -04:00
937c17f3b8
add tests for geturl command
2024-08-07 10:27:48 -04:00
d8d3ddc140
Merge branch 'develop' into group-bitmap-accessor
2024-07-30 20:30:37 -04:00
361b8c25c4
use c++11 function to convert strings to numbers
2024-07-30 00:34:12 -04:00
d84b12ea63
define EPSILON consistently as static constexp
2024-07-29 11:57:46 -04:00
25a4117e67
Merge branch 'develop' into group-bitmap-accessor
2024-07-24 00:08:55 -04:00
da2bd44b73
modernize and reformat with clang-tidy and clang-format
2024-07-04 11:17:54 -04:00
d75e66dc71
add unit tests for lammps_extract_variable()
2024-06-30 18:32:37 -04:00
5f2c81804d
add unit test for bitmap accessor
2024-06-01 16:45:53 -04:00
371ec2036f
support trailing brackets for sort() and rsort()
2024-05-23 01:24:41 -04:00
c95389d58c
add unit tests for sort() and rsort() special function
2024-05-22 23:57:13 -04:00
27266e72c4
Merge pull request #3984 from lammps/general-triclinic
...
Add suppport for general triclinic simulation boxes and systems
2024-04-16 21:04:59 -04:00
9f88867b37
update parsing of file and atomfile variable files
...
this allows to handle comments and empty lines everywhere for atomfile
and file variables and in a consistent manner since it used utils functions.
also error messages are improved and more specific.
2024-04-10 03:08:08 -04:00
7905e5d146
Merge branch 'develop' into general-triclinic
...
# Conflicts:
# src/atom.cpp
2024-01-29 21:05:21 -05:00
4a13fe68e0
add tests for new library APIs
2024-01-24 04:47:59 -05:00
c6d1cbef5a
Merge branch 'develop' into general-triclinic
2024-01-04 21:10:50 -05:00
15a7b93361
relax epsilon to be compatible with most recent GCC compilers on Fedora 39
2023-12-16 17:40:31 -05:00
fb243eba9b
update lattice death tests for changed error messages
2023-12-01 14:41:12 -05:00
64573b7b32
add unit tests for new variable function
2023-11-22 19:47:51 -05:00
e59a665943
add tests for immediate variables
2023-11-17 03:00:16 -05:00
beea2a6ee1
Merge branch 'develop' into collected-small-fixes
2023-11-10 10:57:08 -05:00
46768d0ff3
Correctly build argv with nullptr at the end
2023-11-08 09:18:58 -07:00
6b4a190820
must skip quit command death test with MPICH version 4.1 and later due to using threads
2023-10-27 03:51:19 -04:00
ecb28e8e2e
Merge branch 'develop' into cmake-3.16
2023-08-04 04:26:30 -04:00
378ef4b23e
require CMake version 3.16
2023-06-30 22:59:41 -04:00
fc365d3d5f
Merge branch 'develop' into always-exceptions
2023-06-22 10:53:36 -04:00
f406aa1492
Merge pull request #3792 from evoyiatzis/master
...
Inclusion of bond & angle contributions to "compute stress/mop"
2023-06-07 06:09:58 -04:00
d85342cd6d
Update test_compute_global.cpp
2023-06-03 16:04:40 +03:00
4540427e2b
add unit tests for is_typelabel() variable function
2023-05-31 08:50:21 -04:00
458cce7699
Updating unit test for mop to reflect the contribution from bonds
2023-05-27 14:33:46 +03:00
0facd4cf66
support vector variable definitions with embedded blanks
2023-05-05 01:06:55 -04:00
366b64571d
add a few unit tests for static vector style variables
2023-05-04 20:44:46 -04:00
67b6a1de70
fixup broken unit tests
2023-05-04 20:09:57 -04:00