390c6ba106
rechecking some corefiles with IWYU after the many updates
2020-09-03 15:28:07 -04:00
05c7cfe59f
more include updates for USER-OMP
2020-09-03 11:16:32 -04:00
f67bd8eb5d
more KOKKOS, USER-OMP, and USER-INTEL include file cleanup
2020-09-03 10:54:06 -04:00
27203304d6
USER-INTEL include handling cleanup
2020-09-03 09:47:48 -04:00
88ddfa4eb0
more IWYU cleanup in packages
2020-09-03 05:20:02 -04:00
55704368d0
include updates for commonly used packages
2020-09-03 01:45:05 -04:00
c7c4297cfc
update include handling for commands
2020-09-03 00:51:58 -04:00
c2cf19bdd4
fixes for file readers
2020-09-03 00:32:57 -04:00
baa79bd1c4
add another iwyu-mapping entry
2020-09-03 00:22:28 -04:00
9925122cea
more IWYU updates
2020-09-03 00:22:09 -04:00
a4a1f7e848
more IWYU cleanup
2020-09-02 23:49:17 -04:00
047c14d17c
tweak iwyu target. generate file with custom mappings
2020-09-02 23:41:16 -04:00
45f80f4f06
more include file updates found by iwyu
2020-09-02 22:52:22 -04:00
7b8fe97a88
remove trailing whitespace
2020-09-02 22:51:42 -04:00
71d111ccd9
get rid of 'using namespace std;'
2020-09-02 22:51:30 -04:00
203e42073a
fix compilation error
2020-09-02 22:51:14 -04:00
f88f4cd60e
more include file updates
2020-09-02 21:44:04 -04:00
4ba6a4f958
have clang-style output for easier parsing in compilation mode in emacs
2020-09-02 21:43:20 -04:00
79584c842d
add false positive
2020-09-02 18:44:12 -04:00
b741a07a34
document IWYU analysis custom build target
2020-09-02 18:43:03 -04:00
5e429b8212
update include conventions and refer to the new CMake build target
2020-09-02 18:42:41 -04:00
4a10111ced
add iwyu target to CMake configuration
2020-09-02 18:42:19 -04:00
d5027c125c
rename fmt() macro to logfmt() to avoid clashes with fmtlib
2020-09-02 17:58:22 -04:00
1421817276
remove redundant includes
2020-09-02 17:54:29 -04:00
6113169a47
IWYU based include statement cleanup
2020-09-02 17:39:34 -04:00
cc594c0613
include fmt/format.h into pointers.h
2020-09-02 10:52:10 -04:00
e5e2abe446
update include file policy file and policy for pointers.h special case
2020-09-02 10:51:55 -04:00
80519cd109
Merge pull request #2331 from rbberger/zstd_support
...
Update COMPRESS package
2020-09-01 15:01:04 -04:00
e7dcb79ac5
Merge pull request #1472 from tomswinburne/master
...
Add fix pafi
2020-09-01 14:36:46 -04:00
35cb41147a
update date
2020-09-01 14:16:06 -04:00
60b98f6b91
Require libzstd>=1.4 for Zstd dump styles
2020-09-01 13:52:56 -04:00
45c9478f5a
Merge pull request #2333 from akohlmey/iss1109
...
Fix memory leaks and out-of-range memory access in USER-BOCS package
2020-09-01 13:37:56 -04:00
31bd76efa5
Merge remote-tracking branch 'origin/master' into zstd_support
2020-09-01 12:58:41 -04:00
40ea03234f
Update force->inumeric to utils::inumeric
2020-09-01 12:58:27 -04:00
9d3e3526a0
Add false positives and fix spelling in docs
2020-09-01 12:30:35 -04:00
f899a0f484
Reorder init to supress warnings
2020-09-01 12:25:38 -04:00
a2b5c379f2
Update docs for COMPRESS styles
2020-09-01 12:17:08 -04:00
3db1a6d690
Use PkgConfig to find Zstd
2020-09-01 11:14:36 -04:00
ae3a7d8901
minor changes to example
2020-09-01 17:02:24 +02:00
8e0c4d764e
Change include for fmt
2020-09-01 10:58:13 -04:00
75b3bbd657
modernize
2020-09-01 10:09:34 -04:00
95aab99c2a
remove redundant entries
2020-09-01 09:57:44 -04:00
2802db4493
correct application of the BEGIN_CAPTURE macro
2020-09-01 09:41:26 -04:00
3b765956d2
Manually resolve merge conflict
...
Merge branch 'iss1109' of https://github.com/eagunn/lammps into iss1109
2020-09-01 06:31:35 -06:00
4f03acc560
Fix merge conflicts caused by code's do-si-do around Axel's additions
...
to the utils namespace.
2020-09-01 06:30:12 -06:00
2536f28e1a
Per comments from Axel, continued the evolution of the output messages.
...
- Converted Compute message with imputed value to fmt::format style.
- Condensed most error-> output messages to oneliners where fmt::format
is called within the call to the error method. For a couple, the
formatting string/value list were complex enough that I continued using
a temporary string variable to make the code easier to read.
2020-09-01 05:49:29 -06:00
52748f57da
Delete extraneous, unused file/folder that should never have gotten
...
into the repo.
2020-09-01 05:49:29 -06:00
9ef725ea52
Move destruction of splines data structure to FixBocs destructor
...
from ComputePressure destructor.
2020-09-01 05:49:29 -06:00
e11a3c4799
Remove "test" example files.
2020-09-01 05:49:29 -06:00
4dca927693
Switch dynamically created arrays/matrices to use memory->create and
...
->destroy, LAMMPS-standard for dynamic memory management.
2020-09-01 05:49:29 -06:00