Gabi Melman
166843ff3a
V2.x no reg ( #3285 )
...
linux / ${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }} ${{ matrix.config.build_type }} ${{ matrix.config.asan == 'ON' && 'ASAN' || '' }}${{ matrix.config.tsan == 'ON' && 'TSAN' || '' }}) (map[asan:ON build_type:Debug … (push) Has been cancelled
linux / ${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }} ${{ matrix.config.build_type }} ${{ matrix.config.asan == 'ON' && 'ASAN' || '' }}${{ matrix.config.tsan == 'ON' && 'TSAN' || '' }}) (map[build_type:Debug compiler… (push) Has been cancelled
linux / ${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }} ${{ matrix.config.build_type }} ${{ matrix.config.asan == 'ON' && 'ASAN' || '' }}${{ matrix.config.tsan == 'ON' && 'TSAN' || '' }}) (map[build_type:Release compil… (push) Has been cancelled
macos / macOS Clang (C++17, Release) (push) Has been cancelled
windows / build (map[BUILD_EXAMPLE:OFF BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:17 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022]) (push) Has been cancelled
windows / build (map[BUILD_EXAMPLE:OFF BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:20 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022]) (push) Has been cancelled
windows / build (map[BUILD_EXAMPLE:ON BUILD_SHARED:OFF BUILD_TYPE:Release CXX_STANDARD:17 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022]) (push) Has been cancelled
windows / build_2019 (map[BUILD_EXAMPLE:ON BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:17 FATAL_ERRORS:ON GENERATOR:Visual Studio 16 2019]) (push) Has been cancelled
windows / build_2019 (map[BUILD_EXAMPLE:ON BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:20 FATAL_ERRORS:ON GENERATOR:Visual Studio 16 2019]) (push) Has been cancelled
Removed registry
2024-12-06 19:21:42 +02:00
gabime
06be4409e6
clang-format
2024-05-03 18:30:46 +03:00
gabime
8e10782a58
Ported pull #3023 with some changes and tests
2024-03-16 17:12:46 +02:00
gabime
c539f36551
clang format
2024-01-13 18:20:08 +02:00
gabime
77b07b3a10
clang format
2024-01-13 09:37:32 +02:00
gabime
57868277db
clang format
2023-10-01 18:01:02 +03:00
gabime
a8efa85b86
Remove global console mutex (wip)
2023-10-01 12:20:48 +03:00
gabime
463af69d41
Clang format sort includes
2023-09-29 00:20:26 +03:00
gabime
a0e631802c
Replaced include <spdlog/..> with include "spdlog/.."
2023-09-29 00:06:17 +03:00
gabime
6dffd7c6e8
update clang format again
2023-09-25 16:40:05 +03:00
gabime
dcd5904bdc
Updated clang-format
...
Merged with origin
2023-09-25 16:11:53 +03:00
gabime
6de0ffa15f
Updated clang format to google style
2023-09-25 02:35:55 +03:00
gabime
e28eadcd52
Clang format
2023-09-24 20:43:14 +03:00
gabime
2a1959c2ce
wip static_only
2023-09-24 20:26:32 +03:00
gabime
cff3e27115
Removed usages of SPDLOG_COMPILED_LIB macro
2023-09-24 13:32:48 +03:00
gabime
92daf6954b
Removed backtrace feature
2023-09-22 18:24:45 +03:00
gabime
e7e8b75a4c
clang-format
2021-07-19 00:50:51 +03:00
Mikael Lund
cd376a5c43
Allow compilation with nvc++
2021-05-30 13:02:56 +01:00
Gabi Melman
752d5685dc
Moved pattern formatter from spdlog/details to spdlog/
2020-03-21 13:33:04 +02:00
Martin Vejdarski
0ca2cb625e
Add shared library support for Windows
2020-03-10 03:14:36 +07:00
gabime
54be9bd8b9
Use brackets to include spdlog in srcs
2020-03-06 15:51:07 +02:00
gabime
f18e1fccfd
cfg.cpp
2019-12-21 17:49:34 +02:00
gabime
773b8c5a54
refectored file names
2019-12-21 17:47:02 +02:00
gabime
65ada37399
refactor and and support for init from argv
2019-12-21 13:29:03 +02:00
gabime
4d41fdf0fc
Wip
2019-12-08 13:35:15 +02:00
gabime
2fed68a73b
Reverted some external template declarations
2019-09-20 01:52:05 +03:00
gabime
e7ab49c973
Added extern tempalate declarations
2019-09-20 01:28:02 +03:00
gabime
5496491aa4
Added extern template declarations
2019-09-20 00:18:36 +03:00
Gabi Melman
53ca5b2870
Update spdlog.cpp
2019-09-19 12:06:53 +03:00
Gabi Melman
6aced26c35
Update spdlog.cpp
2019-09-19 12:06:22 +03:00
gabime
5721debdf1
split to log_msg_buffer.h ito header and mpl
2019-09-19 11:52:03 +03:00
gabime
dae4f9fef6
split spdlog.cpp to multiple .cpp files
2019-09-05 14:37:25 +03:00
gabime
5c2855e1c1
wip backtracer
2019-09-05 01:25:00 +03:00
gabime
f3e379cf78
Fixed async dump_backtrace
2019-08-25 23:55:35 +03:00
gabime
a7ba6e447d
clang-format
2019-07-18 14:26:36 +03:00
gabime
baa978ab0b
Added stdout_sinks.h to the library build
2019-07-18 14:00:16 +03:00
gabime
f5831d5132
clang-format
2019-07-05 10:45:37 +03:00
gabime
6e83abdbf2
Removed stdout_sinks from spdlog.cpp for faster library compile time
2019-06-28 01:01:22 +03:00
gabime
6399e05209
clang-format
2019-06-20 01:05:57 +03:00
gabime
1d86803e38
Fix #1116
2019-06-20 00:29:23 +03:00
gabime
a340b3812c
Add missing template instantiation
2019-06-18 23:42:36 +03:00
gabime
99e519cf0f
Simplify color sinks
2019-06-18 12:32:51 +03:00
gabime
9d3aa5a253
Revert last commit
2019-06-14 20:44:46 +03:00
gabime
314308f975
Removed unused template from spdlog.cpp
2019-06-14 19:01:28 +03:00
gabime
bcfa9241b8
Updated copyright headers
2019-06-04 00:09:16 +03:00
gabime
7a3a560c44
Merge v1.x
2019-05-24 12:33:14 +03:00
David Zemon
8dd85285e7
Allow user to choose between static or shared library
2019-05-17 23:26:06 -05:00
gabime
ce637440bb
wip static-lib
2019-05-13 00:09:00 +03:00
gabime
26a064ed2d
wip static-lib
2019-05-12 23:36:48 +03:00
gabime
d5c9bac3c7
wip static-lib
2019-05-12 23:08:14 +03:00