Skip to content

Commit

Permalink
Merge branch 'SpdlogUpdate' into 'master'
Browse files Browse the repository at this point in the history
Update spdlog to 1.15.0

See merge request ogs/ogs!5207
  • Loading branch information
Dmitry Yu. Naumov committed Jan 21, 2025
2 parents 1d6959f + f07f509 commit 4dbefc7
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions Applications/Utils/MeshEdit/editMaterialID.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* http://www.opengeosys.org/project/license
*/

#include <spdlog/fmt/bundled/ranges.h>
#include <tclap/CmdLine.h>

#include <memory>
Expand Down
2 changes: 2 additions & 0 deletions GeoLib/IO/NetCDFRasterReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

#include "GeoLib/IO/NetCDFRasterReader.h"

#include <spdlog/fmt/bundled/ranges.h>

#include <filesystem>
#include <numeric>
#ifdef OGS_USE_NETCDF
Expand Down
2 changes: 2 additions & 0 deletions MaterialLib/Utils/MediaCreation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* http://www.opengeosys.org/project/license
*/

#include <spdlog/fmt/bundled/ranges.h>

#include <range/v3/range/conversion.hpp>
#include <range/v3/view/adjacent_remove_if.hpp>

Expand Down
2 changes: 2 additions & 0 deletions MeshLib/IO/XDMF/writeXdmf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

#include "writeXdmf.h"

#include <spdlog/fmt/bundled/ranges.h>

#include <algorithm>
#include <array>
#include <fstream>
Expand Down
2 changes: 2 additions & 0 deletions NumLib/NewtonRaphson.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

#pragma once

#include <spdlog/fmt/bundled/ranges.h>

#include <Eigen/Core>
#include <optional>

Expand Down
2 changes: 2 additions & 0 deletions NumLib/TimeStepping/Algorithms/FixedTimeStepping.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

#include "FixedTimeStepping.h"

#include <spdlog/fmt/bundled/ranges.h>

#include <algorithm>
#include <cassert>
#include <limits>
Expand Down
2 changes: 2 additions & 0 deletions ProcessLib/Output/CreateOutputConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

#include "CreateOutputConfig.h"

#include <spdlog/fmt/bundled/ranges.h>

#include <map>

#include "BaseLib/Algorithm.h"
Expand Down
2 changes: 1 addition & 1 deletion scripts/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ else()
CPMAddPackage(
NAME spdlog
GITHUB_REPOSITORY gabime/spdlog
VERSION 1.12.0
VERSION 1.15.0
OPTIONS "BUILD_SHARED_LIBS OFF" SYSTEM TRUE
)
endif()
Expand Down

0 comments on commit 4dbefc7

Please sign in to comment.