Skip to content

Commit

Permalink
5.8.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bha-evs committed Sep 25, 2024
1 parent 4817980 commit d031dba
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ include(cmake/fetch_content.cmake)
# in code coverage computation as they are test programs themselves.
set(EXTRA_COVERAGE_EXCLUSION "\'${CMAKE_CURRENT_SOURCE_DIR}/integration/*\'")

project(bofstd VERSION 5.8.1.6)
project(bofstd VERSION 5.8.1.7)

if (EMSCRIPTEN)
message("Force pthread detection for BofStd compilation under EMSCRIPTEN")
Expand Down
1 change: 1 addition & 0 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ target_include_directories(bofstd
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/third/cpp-linenoise-master>
#$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/third/AsyncMulticastDelegate/include>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/third/spdlog/include>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/third/spdlog/fmt>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/third/ixml/inc>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/third/ixml/src/inc>
# $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/third/vld/include>
Expand Down
2 changes: 1 addition & 1 deletion lib/src/boflogsink_spdlog.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <spdlog/sinks/null_sink.h>
#include <spdlog/sinks/sink.h>

#include <fmt/format.h>
#include <spdlog/fmt/bundled/format.h>
BEGIN_BOF_NAMESPACE()

bool CheckIfLimitedSizeIsReached(spdlog::details::file_helper &_rFileHelper, uint32_t _LogLineSiwze_U32, uint32_t &_rCrtFileSizeInByte_U32, uint32_t _MaxLogSizeInByte_U32);
Expand Down
2 changes: 1 addition & 1 deletion tests/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#include "../include/gtestrunner.h"

#include "fmt/format.h"
#include <spdlog/fmt/bundled/format.h>
#include <iostream>
#if defined(_WIN32)
// #define _CRTDBG_MAP_ALLOC
Expand Down
3 changes: 1 addition & 2 deletions tests/src/ut_stringformatter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
#include <type_traits> // std::is_default_constructible
// #include <xmemory>

#include "fmt/os.h"

#include <spdlog/fmt/bundled/os.h>
// Captures file output by redirecting it to a pipe.
// The output it can handle is limited by the pipe capacity.
class output_redirect
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bofstd",
"version": "5.8.1.6",
"version": "5.8.1.7",
"description": "The onbings general purpose C++ Multiplatform library",
"dependencies": [
{
Expand Down

0 comments on commit d031dba

Please sign in to comment.