|
|
907bc7eaa5
|
switch to using wall time
|
2022-05-06 16:58:28 -04:00 |
|
|
|
6e78269612
|
whitespace
|
2022-05-06 15:11:15 -04:00 |
|
|
|
f3fcd16628
|
adding of timer-style variables and associated doc pages
|
2022-05-06 11:21:36 -06:00 |
|
|
|
5784fab588
|
starting to add timer-style variable
|
2022-05-05 17:04:50 -06:00 |
|
|
|
aa4787f604
|
complete region handling refactor
|
2022-04-16 00:17:39 -04:00 |
|
|
|
200b4f13c7
|
use dynamic cast instead of c-style cast when casting from base type to derived class
|
2022-04-10 18:18:06 -04:00 |
|
|
|
39b316729b
|
use auto type when assigning from cast or using new
|
2022-04-10 18:16:36 -04:00 |
|
|
|
d7f95da8f3
|
add extract_setting special function to variable command
|
2022-03-28 08:00:29 -04:00 |
|
|
|
4545954385
|
reformat for wider lines
|
2022-03-28 07:24:51 -04:00 |
|
|
|
cac7c59bb6
|
error messages fix
|
2021-12-07 23:36:05 -05:00 |
|
|
|
6d47160bef
|
print error message in one line
|
2021-11-28 18:58:56 -06:00 |
|
|
|
8d4956046b
|
Merge branch 'develop' of https://github.com/lammps/lammps into lammps-develop
|
2021-11-04 21:20:29 -04:00 |
|
|
|
c8512249b7
|
Merge branch 'develop' into modify-fix-compute-accessors
# Conflicts:
# src/PLUGIN/plugin.cpp
|
2021-10-27 21:14:05 -04:00 |
|
|
|
85433e8bd1
|
use true/false instead of 1/0 detected and changed by clang-tidy
|
2021-10-20 12:41:02 -04:00 |
|
|
|
5b40e4cb38
|
new accessor APIs for fixes and computes in Modify plus a few applications
|
2021-10-16 06:00:28 -04:00 |
|
|
|
fcdabe0002
|
implement a platform neutral usleep() using C++11
|
2021-10-05 17:58:27 -04:00 |
|
|
|
67ae6eb7b6
|
Merge branch 'lammps:master' into type-labels
|
2021-09-30 09:44:18 -04:00 |
|
|
|
e82a2a3280
|
enforce initialization and thus silence compiler warnings
|
2021-09-16 07:58:21 -04:00 |
|
|
|
75f2eb604d
|
remove redundant code: all struct members are initialized to defaults in the constructor
|
2021-09-16 07:45:33 -04:00 |
|
|
|
91b0ae798a
|
make VALUELENGTH constant consistent.
|
2021-09-04 12:41:52 -04:00 |
|
|
|
e6d7a544e2
|
remove whitespace from comma separated arguments to variable functions
|
2021-09-01 14:02:35 -04:00 |
|
|
|
2a06484511
|
Merge branch 'master' of https://github.com/lammps/lammps into lammps-master2
|
2021-08-20 10:53:04 -04:00 |
|
|
|
68c15ebf04
|
refactor/simplify code due to changes in Modify
|
2021-08-07 10:09:06 -04:00 |
|
|
|
c1c31c6b04
|
may not call memmove() on a null pointer, even if 'n' is 0.
|
2021-08-02 21:35:25 -04:00 |
|
|
|
b124de3484
|
Merge branch 'master' of https://github.com/lammps/lammps into lammps-master
|
2021-06-07 22:48:51 -04:00 |
|
|
|
09c19a936b
|
update URLs in source code and manual
|
2021-05-24 14:18:20 -04:00 |
|
|
|
d1941392d3
|
disable clang-format for all existing .cpp files (for now)
|
2021-05-05 23:53:38 -04:00 |
|
|
|
1e294111e7
|
Merge branch 'master' of https://github.com/lammps/lammps into lammps-master
|
2021-04-27 14:46:33 -04:00 |
|
|
|
6b04ebd617
|
Merge branch 'master' into varargs-log-error-functions
|
2021-04-26 13:27:58 -04:00 |
|
|
|
e9e0bb71b6
|
Use varargs version of Error:all() and Error::one() where applicable
|
2021-04-25 21:30:51 -04:00 |
|
|
|
7e7a448a08
|
remove the old versions of the utility function and use the new
|
2021-04-24 21:33:36 -04:00 |
|
|
|
99fa6ed4b4
|
delay part of the variable.cpp refactoring until we have better unit testing for it.
|
2021-04-23 16:50:35 -04:00 |
|
|
|
b7272bbbf7
|
restore variable declaration
|
2021-04-23 16:38:37 -04:00 |
|
|
|
ef858ae70f
|
silence compiler warnings
|
2021-04-23 16:19:57 -04:00 |
|
|
|
025489ec2c
|
Merge remote-tracking branch 'origin/master' into collected_small_changes
|
2021-04-17 11:05:23 -04:00 |
|
|
|
e5877d8aa9
|
More explicit code in simple case
|
2021-04-17 11:04:38 -04:00 |
|
|
|
fab571cf6b
|
IWYU reported header updates
|
2021-04-13 00:47:49 -04:00 |
|
|
|
96f59a58d3
|
be a little more paranoid about avoiding memory leakage
|
2021-04-09 21:53:18 -04:00 |
|
|
|
7a2910f05f
|
must have num == 2 for getenv style variables
|
2021-04-09 21:44:34 -04:00 |
|
|
|
a69c5a5cae
|
fix bugs in shell putenv and getenv style variables. add more unit tests.
|
2021-04-09 20:19:04 -04:00 |
|
|
|
2dfafe4adb
|
add is_file() special variable function and unit tests for it
|
2021-04-02 12:07:43 -04:00 |
|
|
|
20e6174e59
|
cannot use tokenizer for parse_args() as the search for commata must be away of parenthesis
|
2021-03-29 21:11:07 -04:00 |
|
|
|
67f1f12c20
|
more tests for expressions
|
2021-03-23 21:42:45 -04:00 |
|
|
|
85d1257222
|
move redundant enumerator to Variable class definition in variable.h
|
2021-03-23 21:41:50 -04:00 |
|
|
|
4f46ee30a2
|
avoid crash when functions expecting an argument are used without
|
2021-03-23 18:13:01 -04:00 |
|
|
|
346c36e227
|
replace redundant functions to handle constants with (unordered) map
|
2021-03-23 17:48:47 -04:00 |
|
|
|
014f9ad527
|
simplify Variable::parse_args() by using Tokenizer class
|
2021-03-23 16:47:04 -04:00 |
|
|
|
3d67d1eee9
|
simplify
|
2021-03-16 00:50:29 -04:00 |
|
|
|
194a551590
|
complete refactor of file/atomfile variable parsing code
|
2021-03-14 10:45:07 -04:00 |
|
|
|
11386097c6
|
avoid strtok() when reading variables from file
|
2021-03-13 21:00:09 -05:00 |
|