Skip to content

Commit 5fab7df

Browse files
authored
build(deps): Bump fmtlib to v11.2.0, spdlog to v1.15.3, and log-surgeon to y-scope/log-surgeon@a722d07. (#1263)
1 parent 632eecb commit 5fab7df

25 files changed

+39
-32
lines changed

components/core/src/clp/CurlDownloadHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <utility>
1515

1616
#include <curl/curl.h>
17-
#include <fmt/core.h>
17+
#include <fmt/format.h>
1818

1919
#include "ErrorCode.hpp"
2020

components/core/src/clp/GlobalMetadataDBConfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#include <boost/program_options/options_description.hpp>
1010
#include <boost/program_options/value_semantic.hpp>
11-
#include <fmt/core.h>
11+
#include <fmt/format.h>
1212

1313
#include "GlobalMySQLMetadataDB.hpp"
1414
#include "type_utils.hpp"

components/core/src/clp/GlobalMySQLMetadataDB.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "GlobalMySQLMetadataDB.hpp"
22

3-
#include <fmt/core.h>
3+
#include <fmt/base.h>
4+
#include <fmt/format.h>
45

56
#include "database_utils.hpp"
67
#include "streaming_archive/Constants.hpp"

components/core/src/clp/GlobalSQLiteMetadataDB.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
#include <tuple>
44
#include <utility>
55

6-
#include <fmt/core.h>
6+
#include <fmt/base.h>
7+
#include <fmt/format.h>
78

89
#include "database_utils.hpp"
910
#include "spdlog_with_specializations.hpp"

components/core/src/clp/database_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "database_utils.hpp"
22

3-
#include <fmt/core.h>
3+
#include <fmt/base.h>
44
#include <fmt/format.h>
55

66
using std::pair;

components/core/src/clp/ffi/ir_stream/search/test/test_QueryHandlerImpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
#include <catch2/catch_test_macros.hpp>
1212
#include <catch2/generators/catch_generators.hpp>
13-
#include <fmt/core.h>
1413
#include <fmt/format.h>
14+
#include <fmt/ranges.h>
1515
#include <ystdlib/error_handling/Result.hpp>
1616

1717
#include "../../../../../clp_s/archive_constants.hpp"

components/core/src/clp/ffi/ir_stream/search/test/test_deserializer_integration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <catch2/catch_template_test_macros.hpp>
1111
#include <catch2/catch_test_macros.hpp>
1212
#include <catch2/generators/catch_generators.hpp>
13-
#include <fmt/core.h>
13+
#include <fmt/format.h>
1414
#include <nlohmann/json_fwd.hpp>
1515

1616
#include "../../../../../clp_s/search/kql/kql.hpp"

components/core/src/clp/ffi/ir_stream/search/test/utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#include <utility>
1111
#include <vector>
1212

13-
#include <fmt/core.h>
1413
#include <fmt/format.h>
14+
#include <fmt/ranges.h>
1515
#include <ystdlib/error_handling/Result.hpp>
1616

1717
#include "../../../../../clp_s/search/ast/Literal.hpp"

components/core/src/clp/streaming_archive/ArchiveMetadata.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
#include <sys/stat.h>
44

5-
#include <fmt/core.h>
65
#include <ystdlib/containers/Array.hpp>
76

87
#include "../FileReader.hpp"

components/core/src/clp/streaming_archive/MetadataDB.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
#include <vector>
44

5-
#include <fmt/core.h>
5+
#include <fmt/base.h>
6+
#include <fmt/format.h>
67

78
#include "../database_utils.hpp"
89
#include "../Defs.h"

0 commit comments

Comments
 (0)