gabime
8d4943789c
wip1
2024-12-07 00:52:27 +02:00
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
Gabi Melman
08c727e4f8
Use std filesystem ( #3284 )
...
* Use std::filesystem for path names and impl
2024-12-05 19:14:25 +02:00
gabime
e62be8b43f
clang-format
2024-12-01 23:59:09 +02:00
gabime
96195adaad
update cmakelists
2024-12-01 18:29:04 +02:00
gabime
75c8a196bb
Updated cmakelists.txt
2024-12-01 18:24:40 +02:00
gabime
17eb1e1fd7
Updated cmakelists.txt
2024-12-01 18:22:44 +02:00
gabime
2a0db06e7b
Updated cmakelists.txt
2024-12-01 18:22:33 +02:00
gabime
dcf664ee1d
Updated cmakelists.txt
2024-12-01 18:22:06 +02:00
gabime
551860d079
Fixed tidy warnings
2024-11-30 13:05:12 +02:00
gabime
0ef49d7df6
Minor cleanup
2024-11-29 16:15:13 +02:00
Gabi Melman
63535f140b
V2.x no std format ( #3271 )
...
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) Waiting to run
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) Waiting to run
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) Waiting to run
macos / macOS Clang (C++17, Release) (push) Waiting to run
windows / build (map[BUILD_EXAMPLE:OFF BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:20 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022 USE_STD_FORMAT:ON WCHAR:OFF WCHAR_FILES:OFF]) (push) Waiting to run
windows / build (map[BUILD_EXAMPLE:OFF BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:20 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022 USE_STD_FORMAT:ON WCHAR:ON WCHAR_FILES:ON]) (push) Waiting to run
windows / build (map[BUILD_EXAMPLE:ON BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:17 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022 USE_STD_FORMAT:OFF WCHAR:OFF WCHAR_FILES:OFF]) (push) Waiting to run
windows / build_2019 (map[BUILD_EXAMPLE:ON BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:17 FATAL_ERRORS:ON GENERATOR:Visual Studio 16 2019 USE_STD_FORMAT:OFF WCHAR:OFF WCHAR_FILES:OFF]) (push) Waiting to run
windows / build_2019 (map[BUILD_EXAMPLE:ON BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:20 FATAL_ERRORS:ON GENERATOR:Visual Studio 16 2019 USE_STD_FORMAT:OFF WCHAR:OFF WCHAR_FILES:OFF]) (push) Waiting to run
* Removed SPDLOG_USE_STD_FORMAT
* Removed SPDLOG_USE_STD_FORMAT
* clang-format
* Fix windows.yml ci
* Fix ci
2024-11-29 15:25:29 +02:00
gabime
62534f2e4e
clang format
2024-11-29 13:40:40 +02:00
gabime
eacd4d6b2a
Remove mdc
2024-11-29 13:32:15 +02:00
gabime
968dcfbc6b
Remove SPDLOG_SOURCE_LOCATION support
2024-11-29 12:12:20 +02:00
hydai
e4d81a5be9
Fix warning - extra ';' for -Wextra-semi ( #3198 )
...
Signed-off-by: hydai <z54981220@gmail.com>
2024-11-25 09:56:41 +02:00
gabime
c1f101af13
make example compatible with fmt 11 ( #3130 )
2024-11-25 09:26:40 +02:00
gabime
06be4409e6
clang-format
2024-05-03 18:30:46 +03:00
gabime
8815f81e5d
Added mdc from pull #2907
2024-03-29 15:53:55 +03: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
a3e05332b0
Removed fmt wrapper files
2024-01-12 15:52:32 +02:00
Gabi Melman
90c5055b77
place dlls in the same directory as the executables on msvc
2023-12-24 12:28:02 +02:00
Gabi Melman
ea66477ac0
Copy dlls to the executable folder for msvc
2023-12-23 16:28:36 +02:00
gabime
eb7d87685b
Fixed example
2023-12-22 14:37:50 +02:00
gabime
8590436aaf
Fixed example
2023-12-22 14:36:54 +02:00
gabime
83d5f3dbad
Revert 70f7a8252d
2023-10-21 13:56:42 +03:00
gabime
5782891494
Removed SPDLOG_FMT_RUNTIME definition
2023-10-21 13:36:52 +03:00
gabime
57868277db
clang format
2023-10-01 18:01:02 +03:00
Gabi Melman
9b3a4e28c5
Copy spdlog dll to the executable folder for example, tests and bench
2023-10-01 17:42:44 +03:00
gabime
463af69d41
Clang format sort includes
2023-09-29 00:20:26 +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
6d520df916
Removed header only options
2023-09-24 13:27:26 +03:00
gabime
433cac487e
Renamed spdlog::log_level to spdlog::level and added some level tests
2023-09-23 17:59:51 +03:00
gabime
2d801bbd80
Update comment
2023-09-23 02:04:00 +03:00
gabime
392917f855
null_atomic_log_level and fix compile
2023-09-23 00:27:32 +03:00
gabime
8488b027e9
Formatting
2023-09-22 18:24:45 +03:00
Gabi Melman
536da46a2c
Changed macro name to SPDLOG_EMIT_SOURCE_LOCATION
2023-09-22 18:24:45 +03:00
gabime
a7a537216c
Removed swap from logger and renamed source location macro to SPDLOG_USE_SOURCE_LOCATION
2023-09-22 18:24:45 +03:00
gabime
90e92438c8
clang format
2023-09-22 18:24:45 +03:00
gabime
1faeb5b6fa
Minor cleanups
2023-09-22 18:24:45 +03:00
gabime
db76ab6c9f
Fixed README.md and example.cpp
2023-09-22 18:24:45 +03:00
gabime
9d6dd2a691
Fixed warning for example
2023-09-22 18:24:45 +03:00
gabime
19d4e60561
Replaced details::make_unique with std::make_unique
2023-09-22 18:24:45 +03:00
gabime
92daf6954b
Removed backtrace feature
2023-09-22 18:24:45 +03:00
gabime
a98d3ab0c7
clang format
2023-09-09 12:56:47 +03:00
albert-github
81ce5fcdb7
Remove obsolete part from cmake configuration files ( #2871 )
...
Updating minimum CMake version to 3.11
2023-08-30 23:20:37 +03:00
gabime
7e635fca68
Fixed #2724 by excluding bin_to_hex sink if using std::format
2023-07-08 17:12:25 +03:00
gabime
1f61f5e019
clang format
2023-06-07 13:23:44 +03:00