File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,23 @@ UseTab: Never
66AllowShortFunctionsOnASingleLine : Empty
77IndentPPDirectives : AfterHash
88SortIncludes : true
9+ IncludeCategories :
10+ - Regex : ' ^<gtest/.*\.h>'
11+ Priority : 1
12+ SortPriority : 0
13+ CaseSensitive : false
14+ - Regex : ' ^<.*\.h>'
15+ Priority : 2
16+ SortPriority : 0
17+ CaseSensitive : false
18+ - Regex : ' ^<.*'
19+ Priority : 3
20+ SortPriority : 0
21+ CaseSensitive : false
22+ - Regex : ' .*'
23+ Priority : 4
24+ SortPriority : 0
25+ CaseSensitive : false
926FixNamespaceComments : true
1027InsertBraces : true
1128QualifierAlignment : Left
Original file line number Diff line number Diff line change 11#include " runners/include/runners.hpp"
22
33#include < gtest/gtest.h>
4+
45#include < mpi.h>
56
67#include < chrono>
Original file line number Diff line number Diff line change 11#pragma once
22
33#include < gtest/gtest.h>
4+
45#include < tbb/tick_count.h>
56
67#include < concepts>
Original file line number Diff line number Diff line change 11#pragma once
22
3- #include < benchmark/benchmark.h>
43#include < gtest/gtest.h>
4+
5+ #include < benchmark/benchmark.h>
56#include < mpi.h>
67#include < omp.h>
78#include < tbb/tick_count.h>
Original file line number Diff line number Diff line change 1+ #include < gtest/gtest.h>
2+
13#include < benchmark/benchmark.h>
24#include < benchmark/reporter.h>
3- #include < gtest/gtest.h>
45#include < mpi.h>
56
67#include < chrono>
Original file line number Diff line number Diff line change 11#include < gtest/gtest.h>
2+
23#include < stb/stb_image.h>
34
45#include < algorithm>
Original file line number Diff line number Diff line change 11#include < gtest/gtest.h>
2+
23#include < stb/stb_image.h>
34
45#include < algorithm>
Original file line number Diff line number Diff line change 11#include < gtest/gtest.h>
2+
23#include < stb/stb_image.h>
34
45#include < algorithm>
Original file line number Diff line number Diff line change 11#include < gtest/gtest.h>
2+
23#include < stb/stb_image.h>
34
45#include < algorithm>
You can’t perform that action at this time.
0 commit comments