Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
90ca5d82
Unverified
Commit
90ca5d82
authored
Jul 01, 2020
by
Oleh Nikolaiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SKALE-2794 fix build
parent
e1fdce80
Changes
65
Hide whitespace changes
Inline
Side-by-side
Showing
65 changed files
with
166 additions
and
166 deletions
+166
-166
BLSCrypto.cpp
BLSCrypto.cpp
+1
-1
DKGCrypto.cpp
DKGCrypto.cpp
+1
-1
ECDSACrypto.cpp
ECDSACrypto.cpp
+1
-1
LevelDB.cpp
LevelDB.cpp
+1
-1
Log.cpp
Log.cpp
+1
-1
SEKManager.cpp
SEKManager.cpp
+1
-1
ServerDataChecker.cpp
ServerDataChecker.cpp
+1
-1
ServerInit.cpp
ServerInit.cpp
+1
-1
async.h
third_party/spdlog/async.h
+3
-3
async_logger-inl.h
third_party/spdlog/async_logger-inl.h
+3
-3
async_logger.h
third_party/spdlog/async_logger.h
+1
-1
common-inl.h
third_party/spdlog/common-inl.h
+1
-1
common.h
third_party/spdlog/common.h
+3
-3
backtracer-inl.h
third_party/spdlog/details/backtracer-inl.h
+1
-1
backtracer.h
third_party/spdlog/details/backtracer.h
+2
-2
console_globals.h
third_party/spdlog/details/console_globals.h
+1
-1
file_helper-inl.h
third_party/spdlog/details/file_helper-inl.h
+3
-3
file_helper.h
third_party/spdlog/details/file_helper.h
+1
-1
fmt_helper.h
third_party/spdlog/details/fmt_helper.h
+2
-2
log_msg-inl.h
third_party/spdlog/details/log_msg-inl.h
+2
-2
log_msg.h
third_party/spdlog/details/log_msg.h
+1
-1
log_msg_buffer-inl.h
third_party/spdlog/details/log_msg_buffer-inl.h
+1
-1
log_msg_buffer.h
third_party/spdlog/details/log_msg_buffer.h
+1
-1
mpmc_blocking_q.h
third_party/spdlog/details/mpmc_blocking_q.h
+1
-1
os-inl.h
third_party/spdlog/details/os-inl.h
+2
-2
os.h
third_party/spdlog/details/os.h
+1
-1
pattern_formatter-inl.h
third_party/spdlog/details/pattern_formatter-inl.h
+6
-6
pattern_formatter.h
third_party/spdlog/details/pattern_formatter.h
+4
-4
periodic_worker-inl.h
third_party/spdlog/details/periodic_worker-inl.h
+1
-1
registry-inl.h
third_party/spdlog/details/registry-inl.h
+7
-7
registry.h
third_party/spdlog/details/registry.h
+1
-1
thread_pool-inl.h
third_party/spdlog/details/thread_pool-inl.h
+2
-2
thread_pool.h
third_party/spdlog/details/thread_pool.h
+4
-4
fmt.h
third_party/spdlog/fmt/fmt.h
+2
-2
ostr.h
third_party/spdlog/fmt/ostr.h
+1
-1
formatter.h
third_party/spdlog/formatter.h
+2
-2
logger-inl.h
third_party/spdlog/logger-inl.h
+4
-4
logger.h
third_party/spdlog/logger.h
+4
-4
android_sink.h
third_party/spdlog/sinks/android_sink.h
+5
-5
ansicolor_sink-inl.h
third_party/spdlog/sinks/ansicolor_sink-inl.h
+3
-3
ansicolor_sink.h
third_party/spdlog/sinks/ansicolor_sink.h
+3
-3
base_sink-inl.h
third_party/spdlog/sinks/base_sink-inl.h
+3
-3
base_sink.h
third_party/spdlog/sinks/base_sink.h
+3
-3
basic_file_sink-inl.h
third_party/spdlog/sinks/basic_file_sink-inl.h
+3
-3
basic_file_sink.h
third_party/spdlog/sinks/basic_file_sink.h
+4
-4
daily_file_sink.h
third_party/spdlog/sinks/daily_file_sink.h
+8
-8
dist_sink.h
third_party/spdlog/sinks/dist_sink.h
+3
-3
dup_filter_sink.h
third_party/spdlog/sinks/dup_filter_sink.h
+3
-3
msvc_sink.h
third_party/spdlog/sinks/msvc_sink.h
+2
-2
null_sink.h
third_party/spdlog/sinks/null_sink.h
+3
-3
ostream_sink.h
third_party/spdlog/sinks/ostream_sink.h
+2
-2
rotating_file_sink-inl.h
third_party/spdlog/sinks/rotating_file_sink-inl.h
+5
-5
rotating_file_sink.h
third_party/spdlog/sinks/rotating_file_sink.h
+4
-4
sink-inl.h
third_party/spdlog/sinks/sink-inl.h
+2
-2
sink.h
third_party/spdlog/sinks/sink.h
+2
-2
stdout_color_sinks-inl.h
third_party/spdlog/sinks/stdout_color_sinks-inl.h
+3
-3
stdout_color_sinks.h
third_party/spdlog/sinks/stdout_color_sinks.h
+3
-3
stdout_sinks-inl.h
third_party/spdlog/sinks/stdout_sinks-inl.h
+3
-3
stdout_sinks.h
third_party/spdlog/sinks/stdout_sinks.h
+3
-3
syslog_sink.h
third_party/spdlog/sinks/syslog_sink.h
+2
-2
systemd_sink.h
third_party/spdlog/sinks/systemd_sink.h
+3
-3
wincolor_sink-inl.h
third_party/spdlog/sinks/wincolor_sink-inl.h
+3
-3
wincolor_sink.h
third_party/spdlog/sinks/wincolor_sink.h
+4
-4
spdlog-inl.h
third_party/spdlog/spdlog-inl.h
+3
-3
spdlog.h
third_party/spdlog/spdlog.h
+5
-5
No files found.
BLSCrypto.cpp
View file @
90ca5d82
...
...
@@ -48,7 +48,7 @@
#include "SGXException.h"
#include "spdlog/spdlog.h"
#include "
third_party/
spdlog/spdlog.h"
#include "common.h"
std
::
string
*
FqToString
(
libff
::
alt_bn128_Fq
*
_fq
)
{
...
...
DKGCrypto.cpp
View file @
90ca5d82
...
...
@@ -32,7 +32,7 @@
#include <libff/algebra/curves/alt_bn128/alt_bn128_pp.hpp>
#include "spdlog/spdlog.h"
#include "
third_party/
spdlog/spdlog.h"
#include "common.h"
#define DKG_MAX_SEALED_LEN 3100
...
...
ECDSACrypto.cpp
View file @
90ca5d82
...
...
@@ -31,7 +31,7 @@
#include <gmp.h>
#include <random>
#include "spdlog/spdlog.h"
#include "
third_party/
spdlog/spdlog.h"
#include "common.h"
#include "secure_enclave/Verify.h"
...
...
LevelDB.cpp
View file @
90ca5d82
...
...
@@ -36,7 +36,7 @@
#include "ServerInit.h"
#include "spdlog/spdlog.h"
#include "
third_party/
spdlog/spdlog.h"
#include "common.h"
using
namespace
leveldb
;
...
...
Log.cpp
View file @
90ca5d82
...
...
@@ -21,7 +21,7 @@
@date 2019
*/
#include "spdlog/spdlog.h"
#include "
third_party/
spdlog/spdlog.h"
#include "sgxwallet_common.h"
#include "common.h"
#include "SGXException.h"
...
...
SEKManager.cpp
View file @
90ca5d82
...
...
@@ -34,7 +34,7 @@
#include "sgxwallet.h"
#include "ServerDataChecker.h"
#include "spdlog/spdlog.h"
#include "
third_party/
spdlog/spdlog.h"
bool
case_insensitive_match
(
string
s1
,
string
s2
)
{
//convert s1 and s2 into lower case strings
...
...
ServerDataChecker.cpp
View file @
90ca5d82
...
...
@@ -27,7 +27,7 @@
#include <iostream>
#include "spdlog/spdlog.h"
#include "
third_party/
spdlog/spdlog.h"
#include "common.h"
vector
<
string
>
SplitString
(
const
string
&
str
,
const
string
&
delim
=
":"
){
...
...
ServerInit.cpp
View file @
90ca5d82
...
...
@@ -35,7 +35,7 @@
#include "leveldb/db.h"
#include <jsonrpccpp/server/connectors/httpserver.h>
#include "spdlog/spdlog.h"
#include "
third_party/
spdlog/spdlog.h"
#include <gmp.h>
#include <sgx_urts.h>
...
...
third_party/spdlog/async.h
View file @
90ca5d82
...
...
@@ -14,9 +14,9 @@
// This is because each message in the queue holds a shared_ptr to the
// originating logger.
#include <spdlog/async_logger.h>
#include <spdlog/details/registry.h>
#include <spdlog/details/thread_pool.h>
#include <
third_party/
spdlog/async_logger.h>
#include <
third_party/
spdlog/details/registry.h>
#include <
third_party/
spdlog/details/thread_pool.h>
#include <memory>
#include <mutex>
...
...
third_party/spdlog/async_logger-inl.h
View file @
90ca5d82
...
...
@@ -4,11 +4,11 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include <spdlog/async_logger.h>
#include <
third_party/
spdlog/async_logger.h>
#endif
#include <spdlog/sinks/sink.h>
#include <spdlog/details/thread_pool.h>
#include <
third_party/
spdlog/sinks/sink.h>
#include <
third_party/
spdlog/details/thread_pool.h>
#include <memory>
#include <string>
...
...
third_party/spdlog/async_logger.h
View file @
90ca5d82
...
...
@@ -14,7 +14,7 @@
// Upon destruction, logs all remaining messages in the queue before
// destructing..
#include <spdlog/logger.h>
#include <
third_party/
spdlog/logger.h>
namespace
spdlog
{
...
...
third_party/spdlog/common-inl.h
View file @
90ca5d82
...
...
@@ -4,7 +4,7 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include <spdlog/common.h>
#include <
third_party/
spdlog/common.h>
#endif
namespace
spdlog
{
...
...
third_party/spdlog/common.h
View file @
90ca5d82
...
...
@@ -3,8 +3,8 @@
#pragma once
#include <spdlog/tweakme.h>
#include <spdlog/details/null_mutex.h>
#include <
third_party/
spdlog/tweakme.h>
#include <
third_party/
spdlog/details/null_mutex.h>
#include <atomic>
#include <chrono>
...
...
@@ -35,7 +35,7 @@
#define SPDLOG_INLINE inline
#endif
#include <spdlog/fmt/fmt.h>
#include <
third_party/
spdlog/fmt/fmt.h>
// visual studio upto 2013 does not support noexcept nor constexpr
#if defined(_MSC_VER) && (_MSC_VER < 1900)
...
...
third_party/spdlog/details/backtracer-inl.h
View file @
90ca5d82
...
...
@@ -4,7 +4,7 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include <spdlog/details/backtracer.h>
#include <
third_party/
spdlog/details/backtracer.h>
#endif
namespace
spdlog
{
namespace
details
{
...
...
third_party/spdlog/details/backtracer.h
View file @
90ca5d82
...
...
@@ -3,8 +3,8 @@
#pragma once
#include <spdlog/details/log_msg_buffer.h>
#include <spdlog/details/circular_q.h>
#include <
third_party/
spdlog/details/log_msg_buffer.h>
#include <
third_party/
spdlog/details/circular_q.h>
#include <atomic>
#include <mutex>
...
...
third_party/spdlog/details/console_globals.h
View file @
90ca5d82
...
...
@@ -3,7 +3,7 @@
#pragma once
#include <spdlog/details/null_mutex.h>
#include <
third_party/
spdlog/details/null_mutex.h>
#include <mutex>
namespace
spdlog
{
...
...
third_party/spdlog/details/file_helper-inl.h
View file @
90ca5d82
...
...
@@ -4,11 +4,11 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include <spdlog/details/file_helper.h>
#include <
third_party/
spdlog/details/file_helper.h>
#endif
#include <spdlog/details/os.h>
#include <spdlog/common.h>
#include <
third_party/
spdlog/details/os.h>
#include <
third_party/
spdlog/common.h>
#include <cerrno>
#include <chrono>
...
...
third_party/spdlog/details/file_helper.h
View file @
90ca5d82
...
...
@@ -3,7 +3,7 @@
#pragma once
#include <spdlog/common.h>
#include <
third_party/
spdlog/common.h>
#include <tuple>
namespace
spdlog
{
...
...
third_party/spdlog/details/fmt_helper.h
View file @
90ca5d82
...
...
@@ -4,8 +4,8 @@
#include <chrono>
#include <type_traits>
#include <spdlog/fmt/fmt.h>
#include <spdlog/common.h>
#include <
third_party/
spdlog/fmt/fmt.h>
#include <
third_party/
spdlog/common.h>
// Some fmt helpers to efficiently format and pad ints and strings
namespace
spdlog
{
...
...
third_party/spdlog/details/log_msg-inl.h
View file @
90ca5d82
...
...
@@ -4,10 +4,10 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include <spdlog/details/log_msg.h>
#include <
third_party/
spdlog/details/log_msg.h>
#endif
#include <spdlog/details/os.h>
#include <
third_party/
spdlog/details/os.h>
namespace
spdlog
{
namespace
details
{
...
...
third_party/spdlog/details/log_msg.h
View file @
90ca5d82
...
...
@@ -3,7 +3,7 @@
#pragma once
#include <spdlog/common.h>
#include <
third_party/
spdlog/common.h>
#include <string>
namespace
spdlog
{
...
...
third_party/spdlog/details/log_msg_buffer-inl.h
View file @
90ca5d82
...
...
@@ -4,7 +4,7 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include <spdlog/details/log_msg_buffer.h>
#include <
third_party/
spdlog/details/log_msg_buffer.h>
#endif
namespace
spdlog
{
...
...
third_party/spdlog/details/log_msg_buffer.h
View file @
90ca5d82
...
...
@@ -3,7 +3,7 @@
#pragma once
#include <spdlog/details/log_msg.h>
#include <
third_party/
spdlog/details/log_msg.h>
namespace
spdlog
{
namespace
details
{
...
...
third_party/spdlog/details/mpmc_blocking_q.h
View file @
90ca5d82
...
...
@@ -10,7 +10,7 @@
// dequeue_for(..) - will block until the queue is not empty or timeout have
// passed.
#include <spdlog/details/circular_q.h>
#include <
third_party/
spdlog/details/circular_q.h>
#include <condition_variable>
#include <mutex>
...
...
third_party/spdlog/details/os-inl.h
View file @
90ca5d82
...
...
@@ -4,10 +4,10 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include <spdlog/details/os.h>
#include <
third_party/
spdlog/details/os.h>
#endif
#include <spdlog/common.h>
#include <
third_party/
spdlog/common.h>
#include <algorithm>
#include <chrono>
...
...
third_party/spdlog/details/os.h
View file @
90ca5d82
...
...
@@ -3,7 +3,7 @@
#pragma once
#include <spdlog/common.h>
#include <
third_party/
spdlog/common.h>
#include <ctime> // std::time_t
namespace
spdlog
{
...
...
third_party/spdlog/details/pattern_formatter-inl.h
View file @
90ca5d82
...
...
@@ -4,14 +4,14 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include <spdlog/details/pattern_formatter.h>
#include <
third_party/
spdlog/details/pattern_formatter.h>
#endif
#include <spdlog/details/fmt_helper.h>
#include <spdlog/details/log_msg.h>
#include <spdlog/details/os.h>
#include <spdlog/fmt/fmt.h>
#include <spdlog/formatter.h>
#include <
third_party/
spdlog/details/fmt_helper.h>
#include <
third_party/
spdlog/details/log_msg.h>
#include <
third_party/
spdlog/details/os.h>
#include <
third_party/
spdlog/fmt/fmt.h>
#include <
third_party/
spdlog/formatter.h>
#include <array>
#include <chrono>
...
...
third_party/spdlog/details/pattern_formatter.h
View file @
90ca5d82
...
...
@@ -3,10 +3,10 @@
#pragma once
#include <spdlog/common.h>
#include <spdlog/details/log_msg.h>
#include <spdlog/details/os.h>
#include <spdlog/formatter.h>
#include <
third_party/
spdlog/common.h>
#include <
third_party/
spdlog/details/log_msg.h>
#include <
third_party/
spdlog/details/os.h>
#include <
third_party/
spdlog/formatter.h>
#include <chrono>
#include <ctime>
...
...
third_party/spdlog/details/periodic_worker-inl.h
View file @
90ca5d82
...
...
@@ -4,7 +4,7 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include <spdlog/details/periodic_worker.h>
#include <
third_party/
spdlog/details/periodic_worker.h>
#endif
namespace
spdlog
{
...
...
third_party/spdlog/details/registry-inl.h
View file @
90ca5d82
...
...
@@ -4,20 +4,20 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include <spdlog/details/registry.h>
#include <
third_party/
spdlog/details/registry.h>
#endif
#include <spdlog/common.h>
#include <spdlog/details/periodic_worker.h>
#include <spdlog/logger.h>
#include <spdlog/details/pattern_formatter.h>
#include <
third_party/
spdlog/common.h>
#include <
third_party/
spdlog/details/periodic_worker.h>
#include <
third_party/
spdlog/logger.h>
#include <
third_party/
spdlog/details/pattern_formatter.h>
#ifndef SPDLOG_DISABLE_DEFAULT_LOGGER
// support for the default stdout color logger
#ifdef _WIN32
#include <spdlog/sinks/wincolor_sink.h>
#include <
third_party/
spdlog/sinks/wincolor_sink.h>
#else
#include <spdlog/sinks/ansicolor_sink.h>
#include <
third_party/
spdlog/sinks/ansicolor_sink.h>
#endif
#endif // SPDLOG_DISABLE_DEFAULT_LOGGER
...
...
third_party/spdlog/details/registry.h
View file @
90ca5d82
...
...
@@ -8,7 +8,7 @@
// If user requests a non existing logger, nullptr will be returned
// This class is thread safe
#include <spdlog/common.h>
#include <
third_party/
spdlog/common.h>
#include <chrono>
#include <functional>
...
...
third_party/spdlog/details/thread_pool-inl.h
View file @
90ca5d82
...
...
@@ -4,10 +4,10 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include <spdlog/details/thread_pool.h>
#include <
third_party/
spdlog/details/thread_pool.h>
#endif
#include <spdlog/common.h>
#include <
third_party/
spdlog/common.h>
#include <cassert>
namespace
spdlog
{
...
...
third_party/spdlog/details/thread_pool.h
View file @
90ca5d82
...
...
@@ -3,9 +3,9 @@
#pragma once
#include <spdlog/details/log_msg_buffer.h>
#include <spdlog/details/mpmc_blocking_q.h>
#include <spdlog/details/os.h>
#include <
third_party/
spdlog/details/log_msg_buffer.h>
#include <
third_party/
spdlog/details/mpmc_blocking_q.h>
#include <
third_party/
spdlog/details/os.h>
#include <chrono>
#include <memory>
...
...
@@ -27,7 +27,7 @@ enum class async_msg_type
terminate
};
#include <spdlog/details/log_msg_buffer.h>
#include <
third_party/
spdlog/details/log_msg_buffer.h>
// Async msg to move to/from the queue
// Movable only. should never be copied
struct
async_msg
:
log_msg_buffer
...
...
third_party/spdlog/fmt/fmt.h
View file @
90ca5d82
...
...
@@ -19,8 +19,8 @@
#ifndef FMT_USE_WINDOWS_H
#define FMT_USE_WINDOWS_H 0
#endif
#include <spdlog/fmt/bundled/core.h>
#include <spdlog/fmt/bundled/format.h>
#include <
third_party/
spdlog/fmt/bundled/core.h>
#include <
third_party/
spdlog/fmt/bundled/format.h>
#else // SPDLOG_FMT_EXTERNAL is defined - use external fmtlib
#include <fmt/core.h>
#include <fmt/format.h>
...
...
third_party/spdlog/fmt/ostr.h
View file @
90ca5d82
...
...
@@ -14,7 +14,7 @@
#define FMT_HEADER_ONLY
#endif
#endif
#include <spdlog/fmt/bundled/ostream.h>
#include <
third_party/
spdlog/fmt/bundled/ostream.h>
#else
#include <fmt/ostream.h>
#endif
third_party/spdlog/formatter.h
View file @
90ca5d82
...
...
@@ -3,8 +3,8 @@
#pragma once
#include <spdlog/fmt/fmt.h>
#include <spdlog/details/log_msg.h>
#include <
third_party/
spdlog/fmt/fmt.h>
#include <
third_party/
spdlog/details/log_msg.h>
namespace
spdlog
{
...
...
third_party/spdlog/logger-inl.h
View file @
90ca5d82
...
...
@@ -4,12 +4,12 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include <spdlog/logger.h>
#include <
third_party/
spdlog/logger.h>
#endif
#include <spdlog/sinks/sink.h>
#include <spdlog/details/backtracer.h>
#include <spdlog/details/pattern_formatter.h>
#include <
third_party/
spdlog/sinks/sink.h>
#include <
third_party/
spdlog/details/backtracer.h>
#include <
third_party/
spdlog/details/pattern_formatter.h>
#include <cstdio>
...
...
third_party/spdlog/logger.h
View file @
90ca5d82
...
...
@@ -14,12 +14,12 @@
// The use of private formatter per sink provides the opportunity to cache some
// formatted data, and support for different format per sink.
#include <spdlog/common.h>
#include <spdlog/details/log_msg.h>
#include <spdlog/details/backtracer.h>
#include <
third_party/
spdlog/common.h>
#include <
third_party/
spdlog/details/log_msg.h>
#include <
third_party/
spdlog/details/backtracer.h>
#ifdef SPDLOG_WCHAR_TO_UTF8_SUPPORT
#include <spdlog/details/os.h>
#include <
third_party/
spdlog/details/os.h>
#endif
#include <vector>
...
...
third_party/spdlog/sinks/android_sink.h
View file @
90ca5d82
...
...
@@ -5,11 +5,11 @@
#ifdef __ANDROID__
#include <spdlog/details/fmt_helper.h>
#include <spdlog/details/null_mutex.h>
#include <spdlog/details/os.h>
#include <spdlog/sinks/base_sink.h>
#include <spdlog/details/synchronous_factory.h>
#include <
third_party/
spdlog/details/fmt_helper.h>
#include <
third_party/
spdlog/details/null_mutex.h>
#include <
third_party/
spdlog/details/os.h>
#include <
third_party/
spdlog/sinks/base_sink.h>
#include <
third_party/
spdlog/details/synchronous_factory.h>
#include <android/log.h>
#include <chrono>
...
...
third_party/spdlog/sinks/ansicolor_sink-inl.h
View file @
90ca5d82
...
...
@@ -4,11 +4,11 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include <spdlog/sinks/ansicolor_sink.h>
#include <
third_party/
spdlog/sinks/ansicolor_sink.h>
#endif
#include <spdlog/details/pattern_formatter.h>
#include <spdlog/details/os.h>
#include <
third_party/
spdlog/details/pattern_formatter.h>
#include <
third_party/
spdlog/details/os.h>
namespace
spdlog
{
namespace
sinks
{
...
...
third_party/spdlog/sinks/ansicolor_sink.h
View file @
90ca5d82
...
...
@@ -3,9 +3,9 @@
#pragma once
#include <spdlog/details/console_globals.h>
#include <spdlog/details/null_mutex.h>
#include <spdlog/sinks/sink.h>
#include <
third_party/
spdlog/details/console_globals.h>
#include <
third_party/
spdlog/details/null_mutex.h>
#include <
third_party/
spdlog/sinks/sink.h>
#include <memory>
#include <mutex>
#include <string>
...
...
third_party/spdlog/sinks/base_sink-inl.h
View file @
90ca5d82
...
...
@@ -4,11 +4,11 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include <spdlog/sinks/base_sink.h>
#include <
third_party/
spdlog/sinks/base_sink.h>
#endif
#include <spdlog/common.h>
#include <spdlog/details/pattern_formatter.h>
#include <
third_party/
spdlog/common.h>
#include <
third_party/
spdlog/details/pattern_formatter.h>
#include <memory>
...
...
third_party/spdlog/sinks/base_sink.h
View file @
90ca5d82
...
...
@@ -9,9 +9,9 @@
// implementers..
//
#include <spdlog/common.h>
#include <spdlog/details/log_msg.h>
#include <spdlog/sinks/sink.h>
#include <
third_party/
spdlog/common.h>
#include <
third_party/
spdlog/details/log_msg.h>
#include <
third_party/
spdlog/sinks/sink.h>
namespace
spdlog
{
namespace
sinks
{
...
...
third_party/spdlog/sinks/basic_file_sink-inl.h
View file @
90ca5d82
...
...
@@ -4,11 +4,11 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include <spdlog/sinks/basic_file_sink.h>
#include <
third_party/
spdlog/sinks/basic_file_sink.h>
#endif
#include <spdlog/common.h>
#include <spdlog/details/os.h>
#include <
third_party/
spdlog/common.h>
#include <
third_party/
spdlog/details/os.h>
namespace
spdlog
{
namespace
sinks
{
...
...
third_party/spdlog/sinks/basic_file_sink.h
View file @
90ca5d82
...
...
@@ -3,10 +3,10 @@
#pragma once
#include <spdlog/details/file_helper.h>
#include <spdlog/details/null_mutex.h>
#include <spdlog/sinks/base_sink.h>
#include <spdlog/details/synchronous_factory.h>
#include <
third_party/
spdlog/details/file_helper.h>
#include <
third_party/
spdlog/details/null_mutex.h>
#include <
third_party/
spdlog/sinks/base_sink.h>
#include <
third_party/
spdlog/details/synchronous_factory.h>
#include <mutex>
#include <string>
...
...
third_party/spdlog/sinks/daily_file_sink.h
View file @
90ca5d82
...
...
@@ -3,14 +3,14 @@
#pragma once
#include <spdlog/common.h>
#include <spdlog/details/file_helper.h>
#include <spdlog/details/null_mutex.h>
#include <spdlog/fmt/fmt.h>
#include <spdlog/sinks/base_sink.h>
#include <spdlog/details/os.h>
#include <spdlog/details/circular_q.h>
#include <spdlog/details/synchronous_factory.h>
#include <
third_party/
spdlog/common.h>
#include <
third_party/
spdlog/details/file_helper.h>
#include <
third_party/
spdlog/details/null_mutex.h>
#include <
third_party/
spdlog/fmt/fmt.h>
#include <
third_party/
spdlog/sinks/base_sink.h>
#include <
third_party/
spdlog/details/os.h>
#include <
third_party/
spdlog/details/circular_q.h>
#include <
third_party/
spdlog/details/synchronous_factory.h>
#include <chrono>
#include <cstdio>
...
...
third_party/spdlog/sinks/dist_sink.h
View file @
90ca5d82
...
...
@@ -4,9 +4,9 @@
#pragma once
#include "base_sink.h"
#include <spdlog/details/log_msg.h>
#include <spdlog/details/null_mutex.h>
#include <spdlog/details/pattern_formatter.h>
#include <
third_party/
spdlog/details/log_msg.h>
#include <
third_party/
spdlog/details/null_mutex.h>
#include <
third_party/
spdlog/details/pattern_formatter.h>
#include <algorithm>
#include <memory>
...
...
third_party/spdlog/sinks/dup_filter_sink.h
View file @
90ca5d82
...
...
@@ -4,8 +4,8 @@
#pragma once
#include "dist_sink.h"
#include <spdlog/details/null_mutex.h>
#include <spdlog/details/log_msg.h>
#include <
third_party/
spdlog/details/null_mutex.h>
#include <
third_party/
spdlog/details/log_msg.h>
#include <mutex>
#include <string>
...
...
@@ -16,7 +16,7 @@
//
// Example:
//
// #include <spdlog/sinks/dup_filter_sink.h>
// #include <
third_party/
spdlog/sinks/dup_filter_sink.h>
//
// int main() {
// auto dup_filter = std::make_shared<dup_filter_sink_st>(std::chrono::seconds(5));
...
...
third_party/spdlog/sinks/msvc_sink.h
View file @
90ca5d82
...
...
@@ -5,8 +5,8 @@
#if defined(_WIN32)
#include <spdlog/details/null_mutex.h>
#include <spdlog/sinks/base_sink.h>
#include <
third_party/
spdlog/details/null_mutex.h>
#include <
third_party/
spdlog/sinks/base_sink.h>
#include <winbase.h>
...
...
third_party/spdlog/sinks/null_sink.h
View file @
90ca5d82
...
...
@@ -3,9 +3,9 @@
#pragma once
#include <spdlog/details/null_mutex.h>
#include <spdlog/sinks/base_sink.h>
#include <spdlog/details/synchronous_factory.h>
#include <
third_party/
spdlog/details/null_mutex.h>
#include <
third_party/
spdlog/sinks/base_sink.h>
#include <
third_party/
spdlog/details/synchronous_factory.h>
#include <mutex>
...
...
third_party/spdlog/sinks/ostream_sink.h
View file @
90ca5d82
...
...
@@ -3,8 +3,8 @@
#pragma once
#include <spdlog/details/null_mutex.h>
#include <spdlog/sinks/base_sink.h>
#include <
third_party/
spdlog/details/null_mutex.h>
#include <
third_party/
spdlog/sinks/base_sink.h>
#include <mutex>
#include <ostream>
...
...
third_party/spdlog/sinks/rotating_file_sink-inl.h
View file @
90ca5d82
...
...
@@ -4,14 +4,14 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include <spdlog/sinks/rotating_file_sink.h>
#include <
third_party/
spdlog/sinks/rotating_file_sink.h>
#endif
#include <spdlog/common.h>
#include <
third_party/
spdlog/common.h>
#include <spdlog/details/file_helper.h>
#include <spdlog/details/null_mutex.h>
#include <spdlog/fmt/fmt.h>
#include <
third_party/
spdlog/details/file_helper.h>
#include <
third_party/
spdlog/details/null_mutex.h>
#include <
third_party/
spdlog/fmt/fmt.h>
#include <cerrno>
#include <chrono>
...
...
third_party/spdlog/sinks/rotating_file_sink.h
View file @
90ca5d82
...
...
@@ -3,10 +3,10 @@
#pragma once
#include <spdlog/sinks/base_sink.h>
#include <spdlog/details/file_helper.h>
#include <spdlog/details/null_mutex.h>
#include <spdlog/details/synchronous_factory.h>
#include <
third_party/
spdlog/sinks/base_sink.h>
#include <
third_party/
spdlog/details/file_helper.h>
#include <
third_party/
spdlog/details/null_mutex.h>
#include <
third_party/
spdlog/details/synchronous_factory.h>
#include <chrono>
#include <mutex>
...
...
third_party/spdlog/sinks/sink-inl.h
View file @
90ca5d82
...
...
@@ -4,10 +4,10 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include <spdlog/sinks/sink.h>
#include <
third_party/
spdlog/sinks/sink.h>
#endif
#include <spdlog/common.h>
#include <
third_party/
spdlog/common.h>
SPDLOG_INLINE
bool
spdlog
::
sinks
::
sink
::
should_log
(
spdlog
::
level
::
level_enum
msg_level
)
const
{
...
...
third_party/spdlog/sinks/sink.h
View file @
90ca5d82
...
...
@@ -3,8 +3,8 @@
#pragma once
#include <spdlog/details/log_msg.h>
#include <spdlog/formatter.h>
#include <
third_party/
spdlog/details/log_msg.h>
#include <
third_party/
spdlog/formatter.h>
namespace
spdlog
{
...
...
third_party/spdlog/sinks/stdout_color_sinks-inl.h
View file @
90ca5d82
...
...
@@ -4,11 +4,11 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include <spdlog/sinks/stdout_color_sinks.h>
#include <
third_party/
spdlog/sinks/stdout_color_sinks.h>
#endif
#include <spdlog/logger.h>
#include <spdlog/common.h>
#include <
third_party/
spdlog/logger.h>
#include <
third_party/
spdlog/common.h>
namespace
spdlog
{
...
...
third_party/spdlog/sinks/stdout_color_sinks.h
View file @
90ca5d82
...
...
@@ -4,12 +4,12 @@
#pragma once
#ifdef _WIN32
#include <spdlog/sinks/wincolor_sink.h>
#include <
third_party/
spdlog/sinks/wincolor_sink.h>
#else
#include <spdlog/sinks/ansicolor_sink.h>
#include <
third_party/
spdlog/sinks/ansicolor_sink.h>
#endif
#include <spdlog/details/synchronous_factory.h>
#include <
third_party/
spdlog/details/synchronous_factory.h>
namespace
spdlog
{
namespace
sinks
{
...
...
third_party/spdlog/sinks/stdout_sinks-inl.h
View file @
90ca5d82
...
...
@@ -4,11 +4,11 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include <spdlog/sinks/stdout_sinks.h>
#include <
third_party/
spdlog/sinks/stdout_sinks.h>
#endif
#include <spdlog/details/console_globals.h>
#include <spdlog/details/pattern_formatter.h>
#include <
third_party/
spdlog/details/console_globals.h>
#include <
third_party/
spdlog/details/pattern_formatter.h>
#include <memory>
namespace
spdlog
{
...
...
third_party/spdlog/sinks/stdout_sinks.h
View file @
90ca5d82
...
...
@@ -3,9 +3,9 @@
#pragma once
#include <spdlog/details/console_globals.h>
#include <spdlog/details/synchronous_factory.h>
#include <spdlog/sinks/sink.h>
#include <
third_party/
spdlog/details/console_globals.h>
#include <
third_party/
spdlog/details/synchronous_factory.h>
#include <
third_party/
spdlog/sinks/sink.h>
#include <cstdio>
namespace
spdlog
{
...
...
third_party/spdlog/sinks/syslog_sink.h
View file @
90ca5d82
...
...
@@ -3,8 +3,8 @@
#pragma once
#include <spdlog/sinks/base_sink.h>
#include <spdlog/details/null_mutex.h>
#include <
third_party/
spdlog/sinks/base_sink.h>
#include <
third_party/
spdlog/details/null_mutex.h>
#include <array>
#include <string>
...
...
third_party/spdlog/sinks/systemd_sink.h
View file @
90ca5d82
...
...
@@ -3,9 +3,9 @@
#pragma once
#include <spdlog/sinks/base_sink.h>
#include <spdlog/details/null_mutex.h>
#include <spdlog/details/synchronous_factory.h>
#include <
third_party/
spdlog/sinks/base_sink.h>
#include <
third_party/
spdlog/details/null_mutex.h>
#include <
third_party/
spdlog/details/synchronous_factory.h>
#include <array>
#ifndef SD_JOURNAL_SUPPRESS_LOCATION
...
...
third_party/spdlog/sinks/wincolor_sink-inl.h
View file @
90ca5d82
...
...
@@ -4,11 +4,11 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include <spdlog/sinks/wincolor_sink.h>
#include <
third_party/
spdlog/sinks/wincolor_sink.h>
#endif
#include <spdlog/common.h>
#include <spdlog/details/pattern_formatter.h>
#include <
third_party/
spdlog/common.h>
#include <
third_party/
spdlog/details/pattern_formatter.h>
namespace
spdlog
{
namespace
sinks
{
...
...
third_party/spdlog/sinks/wincolor_sink.h
View file @
90ca5d82
...
...
@@ -3,10 +3,10 @@
#pragma once
#include <spdlog/common.h>
#include <spdlog/details/console_globals.h>
#include <spdlog/details/null_mutex.h>
#include <spdlog/sinks/sink.h>
#include <
third_party/
spdlog/common.h>
#include <
third_party/
spdlog/details/console_globals.h>
#include <
third_party/
spdlog/details/null_mutex.h>
#include <
third_party/
spdlog/sinks/sink.h>
#include <memory>
#include <mutex>
...
...
third_party/spdlog/spdlog-inl.h
View file @
90ca5d82
...
...
@@ -4,11 +4,11 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include <spdlog/spdlog.h>
#include <
third_party/
spdlog/spdlog.h>
#endif
#include <spdlog/common.h>
#include <spdlog/details/pattern_formatter.h>
#include <
third_party/
spdlog/common.h>
#include <
third_party/
spdlog/details/pattern_formatter.h>
namespace
spdlog
{
...
...
third_party/spdlog/spdlog.h
View file @
90ca5d82
...
...
@@ -9,11 +9,11 @@
#pragma once
#include <spdlog/common.h>
#include <spdlog/details/registry.h>
#include <spdlog/logger.h>
#include <spdlog/version.h>
#include <spdlog/details/synchronous_factory.h>
#include <
third_party/
spdlog/common.h>
#include <
third_party/
spdlog/details/registry.h>
#include <
third_party/
spdlog/logger.h>
#include <
third_party/
spdlog/version.h>
#include <
third_party/
spdlog/details/synchronous_factory.h>
#include <chrono>
#include <functional>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment