Commit Graph

207 Commits

Author SHA1 Message Date
c332103938 make short read detection bugfix work in parallel 2023-06-26 15:20:29 -04:00
ffda6596da detect and flag short reads with missing lines in utils::read_lines_from_file() 2023-06-22 10:48:07 -04:00
34e8a74989 apply changes suggested by clang-tidy 2023-01-27 11:49:43 -05:00
27da716852 getting out of the insurance business :-) 2023-01-23 16:45:41 -05:00
3e9bb99daa Merge branch 'develop' into collected-small-changes to resolve merge conflicts 2022-12-19 12:42:09 -05:00
72b0a2dfdf Merge pull request #3405 from lammps/distributed-grids
Support for distributed grids
2022-12-19 12:06:25 -05:00
15dfb090c9 speed up utils::is_double() by putting most likely matching regexps first 2022-12-18 06:06:22 -05:00
9137edae10 fix incorrect detection of leading '-' on floating point numbers 2022-12-17 22:31:02 -05:00
5a18cea6c9 tighter checking of what is a valid integer/floating point number
also use the check consistently when converting numbers
2022-12-17 22:06:50 -05:00
7eb22f691b remove unused variables 2022-12-16 06:16:51 -05:00
87a0833edd whitespace fixes 2022-12-01 10:12:14 -05:00
4adf3708d4 add strip_style_suffix utility function 2022-11-24 11:50:21 -05:00
dd8a14789b update docs for new image features 2022-11-23 10:52:46 -07:00
9ab4c65f31 more work on dump image 2022-11-22 16:40:39 -07:00
3683f144a6 fixed compile issue 2022-11-17 16:32:15 -07:00
c9b431214c more work on dump image 2022-11-17 15:56:15 -07:00
b4118c51cc merged in current master 2022-11-04 08:22:18 -06:00
2132b1d904 update developer reference text 2022-10-24 11:08:26 -04:00
cccf3f6f78 change email for contacting LAMMPS developers, add to homepage checker 2022-10-20 20:36:03 -04:00
a0d859933c Update from master 2022-10-12 09:49:55 -06:00
038ad3a038 portability improvement 2022-09-30 09:02:14 -04:00
e2df4ed2a7 Merge branch 'develop' into distributed-grids
# Conflicts:
#	doc/src/Developer_utils.rst
#	doc/src/dump.rst
#	doc/src/fix_ave_chunk.rst
#	src/utils.h
2022-09-12 18:31:29 -04:00
22709b73e2 auto loop optimizations 2022-09-10 03:07:28 -04:00
b4410fa72a Merge branch 'develop' into type-labels 2022-09-09 16:31:38 -04:00
61e402de42 increase regexp matching pattern size 2022-09-08 23:25:01 -04:00
3b6a06fcf5 small behavior tweaks for inputs without labelmap, add warnings about type offsets 2022-09-06 18:18:44 -04:00
4f3f2412fb replace Input::readtype() with utils::expand_type() 2022-09-05 06:16:18 -04:00
75e897b2fe new utility function "utils::expand_type" to convert type labels to numeric strings 2022-09-05 05:45:31 -04:00
26e1b7c44d add UTF-8 substitution and detection 2022-09-04 06:45:11 -04:00
ca6222c12b implement utils::is_type() convenience function 2022-09-03 23:18:44 -04:00
8196745562 update utils::expand_args() to it can handle gridIDs 2022-08-18 17:34:40 -04:00
e4e7272c22 rename utils::gridid_parse() to utils::parse_gridid() 2022-08-18 17:33:29 -04:00
c1b664b4be improve error message and update unit tests accordingly 2022-08-17 13:25:47 -04:00
22a9bfebe5 reimplement utils::gridid_parse() function and update related code 2022-08-17 13:18:12 -04:00
7a0636ca0c whitespace fixes 2022-08-17 10:15:30 -04:00
c44794730b debugging fixes 2022-08-03 17:43:04 -06:00
3e81cfb217 refactoring 2022-07-29 10:13:23 -06:00
de08609634 add join_words() utility function 2022-07-04 18:26:59 -04:00
8e6b0425f7 apply clang-format 2022-05-14 18:01:34 -04:00
d4ea5ca49e more clang-tidy fixes after re-running it with added settings 2022-05-14 07:18:05 -04:00
bb8e953fb5 add support for wildcards in variable vectors 2022-04-25 15:43:08 -06:00
e49930df21 Merge branch 'develop' into safer-data-file-parsing 2022-04-22 23:13:39 -04:00
01e7530902 shorten URL message text 2022-04-22 17:00:55 -04:00
dc4752ef63 add convenience function for printing a missing arguments error message 2022-04-22 08:28:14 -04:00
13664a0185 add utility to print url with pointer to error message 2022-04-22 05:25:50 -04:00
39b316729b use auto type when assigning from cast or using new 2022-04-10 18:16:36 -04:00
3ba7b8c24c add star_subst() utility function that replaces a '*' in a string with a number 2022-03-28 22:47:20 -04:00
3bc91386a0 apply include statement updates suggested by running IWYU 2022-02-13 19:39:15 -05:00
50a7d4e7fc Add utils::flush_buffers() 2022-02-04 17:53:36 -05:00
fea41d5458 make windows compatible 2022-01-30 16:47:17 -05:00