Next | Query returned 33 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2023-05-17 10:20:06 by Thomas Klausner | Files touched by this commit (2)
Log message:
spdlog: fix build with latest fmtlib using upstream patch
   2023-05-16 23:20:53 by Thomas Klausner | Files touched by this commit (38)
Log message:
*: PKGREVISION bump for fmtlib shlib major bump
   2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103)
Log message:
*: convert to cmake/build.mk
   2022-11-28 15:38:54 by Nia Alarie | Files touched by this commit (2)
Log message:
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.
   2022-11-26 14:47:13 by Nia Alarie | Files touched by this commit (4)
Log message:
spdlog: Fix building of dependent packages (e.g. nxengine-evo)
   2022-11-12 16:06:07 by Ryo ONODERA | Files touched by this commit (3)
Log message:
spdlog: Fix shared library symlink name

And do not build in source directory for easier debugging.
   2022-11-11 19:36:48 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
spdlog: updated to 1.11.0

Version 1.11.0
Update to fmt lib version 9.1.0.
Fix template instantiation warning.
Event handlers improvements.
Allow modifying the used Android buffer ID.
Fix clone in async test.
Custom formatting optimization.
Fix C++14 builds for gcc 4.x.
Add minor version to CMake's SOVERSION
Allow compilation with FMT_ENFORCE_COMPILE_STRING.
Fix pkg-config generation.
Remove unused code from null_mutex.
Fix redundant std::move.
Remove the empty file if in first period in hourly logger.
Add reset_overrun_counter() function to the async logging
Set C++20 in CMake when SPDLOG_USE_STD_FORMAT option is turned on.
Fix mingw test.
Support for any std::chrono::duration type in flush_every(..).
Fix implicit casting of level_enum.
Comment fix.
Fix gcc 4.x build.
Add openSUSE installation instructions.
Fixed missing include file in stopwatch.h.
Support for omitting source info by defining SPDLOG_NO_SOURCE_LOC.
Added SPDLOG_BUILD_PIC build option to CMake.
Fix include windows.h.
Workaround gcc 12 warnings.
Migrate to Github Actions CI.
Replace iterator difference with std::distance
Export targets file to build directory at configure time.
MongoDB sink improvements.
Fix shadow warning in dist_sink.
Fixed msvc warning C4800 in win_eventlog_sink
Check IsDebuggerPresent() in msvc_sink before doing actual work. To use old \ 
behavior pass false to the msvc_sink constructor.
   2022-10-19 20:27:53 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
spdlog: fix buildlink
   2022-10-10 14:46:32 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
spdlog: use external fmtlib to avoid conflict between fmtlib v8 and v9; remove \ 
dylb madness; bump revision
   2022-04-24 21:53:22 by Tobias Nygren | Files touched by this commit (1)
Log message:
spdlog: needs -lsocket on SunOS

Next | Query returned 33 messages, browsing 11 to 20 | Previous