Commit Graph

23069 Commits

Author SHA1 Message Date
Axel Kohlmeyer f19ce32bf5
a few more small tweaks 2020-09-04 09:42:11 -04:00
Axel Kohlmeyer 255bf2f8fd
update iwyu custom mapping file 2020-09-04 09:41:57 -04:00
Axel Kohlmeyer f541647d44
some more IWYU tweaks 2020-09-04 09:23:20 -04:00
Axel Kohlmeyer d6ba95bed6
minor tweaks 2020-09-04 08:05:59 -04:00
Axel Kohlmeyer 2d802411e9
remove pointless stringstream abuse 2020-09-04 08:03:53 -04:00
Axel Kohlmeyer 91a87b745f
final second round IWYU cleanup 2020-09-04 08:01:11 -04:00
Axel Kohlmeyer 63e5ca53ef
add iwyu mappings for gtest and gmock 2020-09-04 08:00:38 -04:00
Axel Kohlmeyer bb7447363c
more include cleanup and IWYU tweaks 2020-09-04 07:22:39 -04:00
Axel Kohlmeyer fc3d9fee5e
more USER-OMP updates 2020-09-04 01:32:52 -04:00
Axel Kohlmeyer d0691d0a5d
add mapping for Eigen3 includes 2020-09-04 01:32:15 -04:00
Axel Kohlmeyer 2e0af2fdce
some more second pass cleanup 2020-09-04 00:46:23 -04:00
Axel Kohlmeyer 508b49c976
add missing comma 2020-09-04 00:45:41 -04:00
Axel Kohlmeyer 18cea11100
Merge pull request #66 from junghans/include-cleanup
cmake: use static iwyu-extra-map.imp
2020-09-03 18:27:00 -04:00
Axel Kohlmeyer 390c6ba106
rechecking some corefiles with IWYU after the many updates 2020-09-03 15:28:07 -04:00
Christoph Junghans 93d0358ebc cmake: use static iwyu-extra-map.imp 2020-09-03 11:36:02 -06:00
Axel Kohlmeyer 05c7cfe59f
more include updates for USER-OMP 2020-09-03 11:16:32 -04:00
Axel Kohlmeyer f67bd8eb5d
more KOKKOS, USER-OMP, and USER-INTEL include file cleanup 2020-09-03 10:54:06 -04:00
Axel Kohlmeyer 27203304d6
USER-INTEL include handling cleanup 2020-09-03 09:47:48 -04:00
Axel Kohlmeyer 88ddfa4eb0
more IWYU cleanup in packages 2020-09-03 05:20:02 -04:00
Axel Kohlmeyer 55704368d0
include updates for commonly used packages 2020-09-03 01:45:05 -04:00
Axel Kohlmeyer c7c4297cfc
update include handling for commands 2020-09-03 00:51:58 -04:00
Axel Kohlmeyer c2cf19bdd4
fixes for file readers 2020-09-03 00:32:57 -04:00
Axel Kohlmeyer baa79bd1c4
add another iwyu-mapping entry 2020-09-03 00:22:28 -04:00
Axel Kohlmeyer 9925122cea
more IWYU updates 2020-09-03 00:22:09 -04:00
Axel Kohlmeyer a4a1f7e848
more IWYU cleanup 2020-09-02 23:49:17 -04:00
Axel Kohlmeyer 047c14d17c
tweak iwyu target. generate file with custom mappings 2020-09-02 23:41:16 -04:00
Axel Kohlmeyer 45f80f4f06
more include file updates found by iwyu 2020-09-02 22:52:22 -04:00
Axel Kohlmeyer 7b8fe97a88
remove trailing whitespace 2020-09-02 22:51:42 -04:00
Axel Kohlmeyer 71d111ccd9
get rid of 'using namespace std;' 2020-09-02 22:51:30 -04:00
Axel Kohlmeyer 203e42073a
fix compilation error 2020-09-02 22:51:14 -04:00
Axel Kohlmeyer f88f4cd60e
more include file updates 2020-09-02 21:44:04 -04:00
Axel Kohlmeyer 4ba6a4f958
have clang-style output for easier parsing in compilation mode in emacs 2020-09-02 21:43:20 -04:00
Axel Kohlmeyer 79584c842d
add false positive 2020-09-02 18:44:12 -04:00
Axel Kohlmeyer b741a07a34
document IWYU analysis custom build target 2020-09-02 18:43:03 -04:00
Axel Kohlmeyer 5e429b8212
update include conventions and refer to the new CMake build target 2020-09-02 18:42:41 -04:00
Axel Kohlmeyer 4a10111ced
add iwyu target to CMake configuration 2020-09-02 18:42:19 -04:00
Axel Kohlmeyer d5027c125c
rename fmt() macro to logfmt() to avoid clashes with fmtlib 2020-09-02 17:58:22 -04:00
Axel Kohlmeyer 1421817276
remove redundant includes 2020-09-02 17:54:29 -04:00
Axel Kohlmeyer 6113169a47
IWYU based include statement cleanup 2020-09-02 17:39:34 -04:00
Axel Kohlmeyer cc594c0613
include fmt/format.h into pointers.h 2020-09-02 10:52:10 -04:00
Axel Kohlmeyer e5e2abe446
update include file policy file and policy for pointers.h special case 2020-09-02 10:51:55 -04:00
Axel Kohlmeyer 80519cd109
Merge pull request #2331 from rbberger/zstd_support
Update COMPRESS package
2020-09-01 15:01:04 -04:00
Axel Kohlmeyer e7dcb79ac5
Merge pull request #1472 from tomswinburne/master
Add fix pafi
2020-09-01 14:36:46 -04:00
Axel Kohlmeyer 35cb41147a
update date 2020-09-01 14:16:06 -04:00
Richard Berger 60b98f6b91
Require libzstd>=1.4 for Zstd dump styles 2020-09-01 13:52:56 -04:00
Axel Kohlmeyer 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
Richard Berger 31bd76efa5
Merge remote-tracking branch 'origin/master' into zstd_support 2020-09-01 12:58:41 -04:00
Richard Berger 40ea03234f
Update force->inumeric to utils::inumeric 2020-09-01 12:58:27 -04:00
Richard Berger 9d3e3526a0
Add false positives and fix spelling in docs 2020-09-01 12:30:35 -04:00
Richard Berger f899a0f484
Reorder init to supress warnings 2020-09-01 12:25:38 -04:00