90797d53d9
one more batch of clang-tidy fixes
2022-05-13 23:21:14 -04:00
28976b8c92
recover compilation on windows with old MPICH version
2022-03-31 08:44:43 -04:00
b64e90dfe0
simplify. avoid XXXINT_FORMAT macros
2022-03-30 23:43:28 -04:00
27d2fab951
simplify processing for "*" in filenames for embedding timestep by using utility function
2022-03-29 06:06:48 -04:00
3748a14582
warn about problems with the MPIIO package
2021-12-23 01:59:45 -05: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
51a20175c9
more code formatting consistency changes for loops and conditionals
2020-12-30 09:47:45 -05:00
adf74b3a22
use https://lammps.sandia.gov based URLs consistently
2020-10-21 16:45:30 -04:00
f1ef7d85a8
T2345: Replace instances of NULL with nullptr
...
The following changes have been applied to src and lib folders:
regex replace: ([^"_])NULL ⇒ \1nullptr (8968 chgs in src, 1153 in lib)
Manually find/change: (void \*) nullptr ⇒ nullptr (1 case)
regex find: ".*?nullptr.*?"
Manually ~14 cases back to "NULL" in src, ~2 in lib
regex finds a few false positive where nullptr appears between two
strings in a function call
2020-09-12 09:34:38 -06:00
88ddfa4eb0
more IWYU cleanup in packages
2020-09-03 05:20:02 -04:00
6113169a47
IWYU based include statement cleanup
2020-09-02 17:39:34 -04:00
f969d9ab72
add space for terminating NULL byte in MPIIO dump styles.
...
closes #2225
2020-07-11 13:19:08 -04:00
0bedebc083
migrate omp constructs to new macros
...
These changes were automatically generated using the script
posted in https://github.com/lammps/lammps/pull/1651#issuecomment-525814475
2020-03-20 12:47:03 -04:00
31e19e0824
complete cleaning includes in some more packages
2019-07-08 16:45:21 -04:00
416911aa7e
more rearranging of include file order to put implementation headers first
2019-07-03 21:57:39 -04:00
ca6920be72
Merge pull request #907 from akohlmey/dump_maxfile
...
Implement 'dump_modify maxfiles' feature
2018-05-12 12:59:33 -06:00
075598b405
port dump_modify maxfiles option to COMPRESS and MPIIO package
2018-05-10 23:44:27 -04:00
1224296365
move enum{INT,DOUBLE,STRING,BIGINT}; to Dump class in dump.h
2018-05-10 01:09:04 -04:00
e4071d7f46
replace C-style include files with their C++ equivalents
2018-04-27 18:00:24 -04:00
ee862d8bf5
replace leading tabs
2018-03-16 12:34:33 -04:00
354e20f431
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14220 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2015-10-30 20:04:06 +00:00
aeb7fec23a
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12814 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2014-12-02 02:15:39 +00:00
162e8050ad
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12773 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2014-11-24 17:15:05 +00:00