Jan Moravec
|
12d65eebe6
|
Synchronize v2.x With Changes from v1.x (#3581)
* docs(tasks): v1.x inventory, triage template, merge report; update task checklist
- Record merge-base and export v1-only commits (v2..v1)
- Document failed merge attempt: v2 file tree diverges from v1
- Mark completed checklist items 0.x, 1.x, merge report draft (5.2)
Made-with: Cursor
* fix(pattern): %z with UTC pattern time shows +00:00 (port v1 09a674b7)
- z_formatter takes pattern_time_type; emit +00:00 when pattern uses UTC
- Track port in tasks/commits-ported.txt and merge-report; update checklist
Made-with: Cursor
* fix(os): Windows utc_minutes_offset via mktime/_mkgmtime (port v1 b656d1ce)
- Replace GetTimeZoneInformation-based offset with v1.x mktime/_mkgmtime approach
- Add tests/test_timezone.cpp and extend pattern_formatter tests; update os.h comment
Made-with: Cursor
* test(timezone): POSIX TZ with DST rules; include fcntl in tcp_client_unix (v1 ports)
- 0f7562a0: EST5EDT / IST-2IDT macros for POSIX vs Windows
- d2100d5d: fcntl.h for Unix tcp client header (v2 path)
Made-with: Cursor
* feat(tcp): connect timeouts and socket IO timeouts; ci: checkout@v6 (v1 ports)
- 9ecdf5c8: connect_socket_with_timeout on Unix/Windows; tcp_sink timeout_ms
- 3c61b051: actions/checkout@v6 on all workflows
- tcp_sink: remove duplicate #pragma once
Made-with: Cursor
* feat(dup_filter_sink): ctor with sink list (v1 45b67eee); add full v1 SHA triage table
- tasks/v1-triage-complete.md: 245 commits PORTED/PENDING/N/A for PRD 3A tracking
- Merge report and task checklist updated
Made-with: Cursor
* feat(level): case-insensitive level_from_str; cmake: BUILD_TYPE only if top-level (v1 ports)
- 566b2d14: common.cpp + test_misc (SUPERSEDED note for d5af52d9 in triage)
- dd3ca04a: guard default CMAKE_BUILD_TYPE for add_subdirectory consumers
- Update v1-triage-complete.md counts and statuses
Made-with: Cursor
* v1 parity: MSVC UTF-8, ansicolor/syslog/os, getenv, triage docs
- CMake: SPDLOG_MSVC_UTF8 + /utf-8 for real MSVC only
- ansicolor: protected target_file_; fix set_color_mode_ lock nesting
- os: drop redundant fileapi.h; spdlog::details::os::getenv via std::getenv
- tests: stopwatch waits 500ms; includes/triage/commits-ported/merge-report updates
- Reclassify superseded v1 SHAs (Sep, syslog, stopwatch ms, utf8 tests, etc.)
Made-with: Cursor
* parity: ringbuffer zero capacity, utf8 assert; v1 triage sync
- ringbuffer_sink: throw if n_items==0 (#3436); test expects spdlog_ex
- utf8_to_wstrbuf: assert compares int to static_cast<int>(target.size()) (#3479)
- Triage: PORTED ad725d34 getenv, 677a2d93 stopwatch, 3f7e5028, a6215527;
SUPERSEDED a45c9390, eeb22c13, 5673e9e5, fe4f9952, 287333ee
- tasks: 27 PORTED / 26 SUPERSEDED / 78 PENDING; merge-report + commits-ported
Made-with: Cursor
* docs(tasks): note regular commits and push after parity ports
Made-with: Cursor
* parity: dup_filter_sink notification level from last duplicate (#3390)
- Remove notification_level ctor arg; track skipped_msg_log_level_ on duplicate skips
- Test: skipped summary line uses same short level as duplicated messages
- Triage: 847db337 PORTED; 28/26/77 counts; merge-report + commits-ported
Made-with: Cursor
* parity: UWP getenv (WINAPI_FAMILY); triage fmt/cfg/no-except
- os_windows: detect non-desktop/UWP for empty getenv (#3489)
- Triage: PORTED 8806ca65; SUPERSEDED e3f5a4fe e655dbb6; N/A ae1de0dc 548b2642
- Counts 29/28/116/72; merge-report + commits-ported
Made-with: Cursor
* parity: qt_sinks sign casts (#3487); triage 9c582574 superseded
- qt_color_sink: qsizetype for UTF-8 color range lengths; index colors_ with size_t
- SUPERSEDED: 9c582574 — os_unix utc_minutes_offset already matches #3366
- Counts 30/29/70; merge-report + commits-ported
Made-with: Cursor
* parity: SPDLOG_NO_TZ_OFFSET (#3483); triage #3360 superseded
- CMake: option SPDLOG_NO_TZ_OFFSET; PUBLIC compile definition when ON
- z_formatter: +??:?? when macro; else keep UTC +00:00 and local offset
- utc_minutes_offset: stub on Unix/Windows when macro
- test_pattern_formatter: %z UTC case matches placeholder when NO_TZ
- SUPERSEDED 10320184 (ScopedPadder / %D already in v2)
- Triage 31/30/68; merge-report + commits-ported
Made-with: Cursor
* triage: supersede 5931a3d6 ba508057 47b7e7c7 (already on v2 tree)
Made-with: Cursor
* tasks: sync 5.1 triage counts (33 superseded, 65 pending)
Made-with: Cursor
* parity: MSVC/clang hygiene #3515–#3519 #3521; triage batch
- dup_filter_sink: filter_ const, const filter_duration (#3515)
- logger: should_flush uses flush_level() (#3516)
- daily_file_sink: new_filename locals (#3516)
- spdlog::should_log(level log_level) (#3519)
- example my_type value_ / ctor param (#3521)
- Triage: PORTED 1774e700 309204d5 f2a9dec0 472945ba; N/A d299603e 57505989;
SUPERSEDED 1ef8d3ce 8cfd4a7e; fix ba508057 row
Made-with: Cursor
* parity: udp_sink const udp_sink_config& (#3520); triage fc7e9c87 1685e694
- dist_sink already used std::move(sinks)
- SUPERSEDED: no common-inl.h on v2; log_with_format_ avoids fmt copy path (#3541)
Made-with: Cursor
* parity: README fmt::format_to (#3259); triage 2670f47d d276069a 951c5b99
- Document ambiguous format_to fix in README user-defined type example
- SUPERSEDED: z_formatter warning, fmt11 const formatter, rotate_now + test
Made-with: Cursor
* parity: lock rotate_now mutex (#3281); triage a2b42620 f355b3d5 d276069a
- rotating_file_sink::rotate_now matches #3281 (sync with sink_it_)
- SUPERSEDED: CMake 3.10..3.21 (v2 uses 3.23); daily test fmt::format; fmt11 const row
Made-with: Cursor
* parity: basic_file_sink::truncate (#3280); triage fwrite/fmt/test batch
- truncate(): lock + file_helper::reopen(true)
- test basic_file_sink_truncate
- SUPERSEDED: b7e0e2c2 71925ca3 fa6605dc 885b5473 96c9a62b 1e6250e1 d7155530
Made-with: Cursor
* parity: test_sink/callback iterator cast (#3315); triage Catch2 #3038
- difference_type cast for formatted.end() - eol_len (ad0f31c0)
- SUPERSEDED: c1569a3d Catch2 v3.5.0, 73e2e02b wstr_to_utf8buf bounds
Made-with: Cursor
* parity: SPDLOG_WCHAR_CONSOLE WriteConsoleW path (#3092); triage b6da5944
- WIN32 option SPDLOG_WCHAR_CONSOLE; SPDLOG_UTF8_TO_WCHAR_CONSOLE in private defs
- wincolor print_range_: utf8_to_wstrbuf + WriteConsoleW when defined
- N/A: async_msg flush_callback move-assign (no v1 shape on v2)
Made-with: Cursor
* triage: v1 async_logger/thread_pool + fmt 11.1 batch (15 SHAs)
- N/A: fe79bfcc 6725584e async tests 16e0d2e7 63d18842 d8e0ad46 1e7d7e07 3c23c27d
- SUPERSEDED: faa0a7a9 85bdab0c 276ee5f5 7f8060d5 96a8f625
- Counts: 58 SUPERSEDED, 129 N/A, 17 PENDING; merge-report subsection
Made-with: Cursor
* Port v1 TSAN CMake (#3237); close 3A triage (MDC N/A, fmt 5A)
Made-with: Cursor
* docs(triage): note 3A table complete
Made-with: Cursor
* 5A: bundle fmt 12.1.0 (match v1.x), FMT_INSTALL, MSVC /wd4834, find_dependency(fmt 12)
Made-with: Cursor
* docs(5.4): migration and release notes for v1 parity integration branch
Made-with: Cursor
* docs: cross-link migration notes; refresh PRD/tasks/merge-report for completed 5A/3A
Made-with: Cursor
* revert: remove README and PRD cross-links to migration notes
Made-with: Cursor
* docs(merge-report): audit — add 9fe79692 to ports table; fix 6004e3d1 paths
Made-with: Cursor
* Remove tasks
* PR comment fixes
* Fix small random issues
* Fix PR comments - un-remove the comment and allow any fmt library version
---------
Co-authored-by: Jan Moravec <jan.moravec@hidglobal.com>
|
2026-04-08 17:17:37 +03:00 |
|
gabime
|
391eb198bf
|
Added copy and move tests
|
2025-01-17 19:06:24 +02:00 |
|
gabime
|
3f4cfa72d1
|
Added test check that cloned custom error handler was indeed cloned
|
2025-01-17 18:46:52 +02:00 |
|
Gabi Melman
|
83c9ede9e6
|
Asink sink (#3309)
Replace async logger with async sink
|
2025-01-05 02:17:31 +02:00 |
|
Gabi Melman
|
166843ff3a
|
V2.x no reg (#3285)
Removed registry
|
2024-12-06 19:21:42 +02:00 |
|
gabime
|
e62be8b43f
|
clang-format
|
2024-12-01 23:59:09 +02:00 |
|
gabime
|
a0f371efed
|
Fix test compile
|
2024-11-30 15:55:23 +02:00 |
|
gabime
|
032d93acf7
|
Fix test compile
|
2024-11-30 15:52:22 +02:00 |
|
gabime
|
e26e3692d1
|
Non locking ::fwrite if possible (SPDLOG_FWRITE_UNLOCKED defined) or use the regular locking fwrite
|
2024-11-30 15:46:06 +02:00 |
|
gabime
|
50f3c88694
|
Added back tests for utf8 to utf16
|
2024-11-29 22:49:59 +02:00 |
|
gabime
|
0e95bba098
|
Fixed race condition in tests
|
2024-11-26 11:14:03 +02:00 |
|
gabime
|
8dc7ba7e3d
|
Cleaned tests
|
2023-09-29 00:45:09 +03:00 |
|
Gabi Melman
|
60457b6794
|
Update test_misc.cpp
|
2023-09-26 01:49:32 +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
|
433cac487e
|
Renamed spdlog::log_level to spdlog::level and added some level tests
|
2023-09-23 17:59:51 +03:00 |
|
gabime
|
392917f855
|
null_atomic_log_level and fix compile
|
2023-09-23 00:27:32 +03:00 |
|
gabime
|
90e92438c8
|
clang format
|
2023-09-22 18:24:45 +03:00 |
|
gabime
|
1f2561c548
|
Fixed tests. remove logging of numbers directly
|
2023-09-22 18:24:45 +03:00 |
|
xvitaly
|
2ee8bac78e
|
Added missing square bracket to fix the level_to_string_view test. (#2827)
|
2023-07-23 11:15:25 +03:00 |
|
gabime
|
7e635fca68
|
Fixed #2724 by excluding bin_to_hex sink if using std::format
|
2023-07-08 17:12:25 +03:00 |
|
David Roman
|
ece96216c4
|
fix clone async test
Fix #2363
|
2022-05-07 12:30:41 +02:00 |
|
steven lunt
|
ab72de5f7a
|
Revert "added spdlog::level::set_string_view to enable alternate log level names without changing the build via SPDLOG_LEVEL_NAMES"
This reverts commit 2a16d1d230.
|
2021-05-18 19:25:07 -04:00 |
|
steven lunt
|
2a16d1d230
|
added spdlog::level::set_string_view to enable alternate log level names without changing the build via SPDLOG_LEVEL_NAMES
|
2021-03-24 16:22:54 -04:00 |
|
gabime
|
b2017f5653
|
Fixed multiple clang-tidy warnings
|
2020-04-08 18:17:21 +03:00 |
|
gabime
|
d1819f5f76
|
clang-format
|
2020-03-15 18:51:52 +02:00 |
|
gabime
|
d14b8a9ad6
|
Merge branch 'hexdump' of https://github.com/ngugcx/spdlog into ngugcx-hexdump
|
2020-03-15 16:27:58 +02:00 |
|
ngugcx
|
0f87ba6c93
|
fix a test case error.
|
2020-03-15 20:21:58 +08:00 |
|
ngugcx
|
f5313f92f1
|
Enhance to_hex like the unix command hexdump.
|
2020-03-15 12:01:31 +08:00 |
|
gabime
|
3a61dcd360
|
Aceept also 'warn' string in level::from_str()
|
2019-12-13 16:22:20 +02:00 |
|
gabime
|
5c2855e1c1
|
wip backtracer
|
2019-09-05 01:25:00 +03:00 |
|
gabime
|
ed8d099607
|
Fixed #1197
|
2019-08-29 01:05:23 +03:00 |
|
gabime
|
408a162044
|
Removed logger::clone() from API
|
2019-08-27 01:16:57 +03:00 |
|
gabime
|
2de924a187
|
clang-format
|
2019-04-27 02:34:50 +03:00 |
|
gabime
|
17f9cdd401
|
static lib wip
|
2019-04-05 23:05:46 +03:00 |
|
gabime
|
fcb661d0e9
|
Fixed tests
|
2018-12-02 19:04:44 +02:00 |
|
gabime
|
d8eb0558e9
|
Fix test for mingw
|
2018-12-02 17:13:50 +02:00 |
|
gabime
|
0ce670e45a
|
Store level names as string_views
|
2018-11-25 00:36:14 +02:00 |
|
gabime
|
1d5b6d7ae6
|
Added test of pattern_formatter::clone()
|
2018-11-12 15:59:03 +02:00 |
|
gabime
|
6355e9895d
|
Major change to log_msg - contain only string_view instead of buffer
|
2018-10-19 02:15:50 +03:00 |
|
Jerome Meyer
|
cb71fea0f6
|
Use fmt::string_view when logging a C string to avoid unnecessary copy
|
2018-10-18 11:04:20 -04:00 |
|
gabime
|
f2f9f324ec
|
Updated default API impl and tests
|
2018-10-13 19:23:11 +03:00 |
|
gabime
|
b368d18b0f
|
Added default logger API
|
2018-10-12 03:04:55 +03:00 |
|
gabime
|
36112371c0
|
Reverted const qualifier to log_msg& args, fixed issue #849, and added counter tests
|
2018-10-05 14:23:37 +03:00 |
|
gabime
|
808bc1f4ed
|
clang format
|
2018-09-25 01:11:36 +03:00 |
|
gabime
|
41d879e292
|
Added support for binary logging using to_hex(..)
|
2018-09-25 01:03:57 +03:00 |
|
gabime
|
f4bbe8b2b3
|
Fixed some extra warnings from clang
|
2018-08-31 14:17:11 +03:00 |
|
gabime
|
6c5bbca0c1
|
Added clone tests
|
2018-08-25 18:10:42 +03:00 |
|
gabime
|
9e4925eff0
|
clang format
|
2018-07-21 23:48:07 +03:00 |
|
gabime
|
a96b4d7529
|
Added periodic flusher support, and fixed some registry issues
|
2018-07-21 23:30:26 +03:00 |
|