CVS log for pkgsrc/devel/spdlog/buildlink3.mk
Up to [cvs.NetBSD.org] / pkgsrc / devel / spdlog
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Nov 10 19:57:53 2024 UTC (3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4,
HEAD
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
spdlog: updated to 1.15.0
1.15.0
Update bundled fmt to 11.0.2
Add wide character formatting and output support to console in wincolor_sink.
Allow customization of syslog_sink
make example compatible with fmt 11
Fix building with FMT_ENFORCE_COMPILE_STRING
fix: set /Zc:__cplusplus and /MP to MSVC only
V1.x : fixed "suggest override" errors for gcc 8.5 and gcc 9.1
Add info about max_files in the docstrings of hourly/daily file sinks
use std::lock_guard instead of std::unique_lock
fix/issue-3101: fix the issue where mdc ignores SPDLOG_NO_TLS
Update mdc.h error message
[docs] Update conan install command in README
Update CMakeLists.txt, Fix spelling errors
Fix warning - extra ';' for -Wextra-semi
Improve Cross-Platform Build Instructions in Documentation
Exchange promise for condition_variable when flushing (fixes #3221)
Ensure flush callback gets called in move-assign operator
Make flush async again in async logger to prevent crashes and hangs
Update README.md
utf8_to_wstrbuf now handles invalid utf8 sequences
Added tsan option to CMake and CI
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jul 16 10:02:01 2024 UTC (7 months ago) by prlw1
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
Revbump for fmtlib 11.0.1
Pointed out by David Gutteridge on pkgsrc-changes
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Aug 14 05:24:16 2023 UTC (18 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
*: recursive bump for Python 3.11 as new default
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jul 22 12:15:22 2023 UTC (18 months, 3 weeks ago) by nia
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -1
lines
spdlog: Set USE_CXX_FEATURES.
Do not set USE_LANGUAGES to c++11, it sets it itself.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue May 16 21:20:49 2023 UTC (21 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1
lines
*: PKGREVISION bump for fmtlib shlib major bump
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Nov 28 14:38:53 2022 UTC (2 years, 2 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2
lines
spdlog: Reduce size of hammer to bring in external fmtlib.
Some dependent packages link fine without fmtlib (eg. libixion)
and fmtlib ending up in their libtool file is causing problems
of its own.
This way only packages that are including those relevant fmtlib
symbols need to be explicitly linked against fmtlib.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Nov 26 13:47:13 2022 UTC (2 years, 2 months ago) by nia
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -1
lines
spdlog: Fix building of dependent packages (e.g. nxengine-evo)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Oct 19 18:27:53 2022 UTC (2 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -1
lines
spdlog: fix buildlink
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jan 18 15:20:29 2022 UTC (3 years ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -3
lines
spdlog: drop BUILDLINK_DEPMETHOD.spdlog=build
no longer appropriate with dynamic library
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Feb 5 13:32:27 2020 UTC (5 years ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
devel/spdlog: import spdlog-1.5.0
Very fast, header-only/compipled, C++ logging library.
CVSweb <webmaster@jp.NetBSD.org>