Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-29Workaround GCC 12 warningoffa
2022-09-26Merge pull request #2495 from panicgh/lowercase-windows-hGabi Melman
2022-09-26Use lower-case "windows.h" for case-sensitive file systemsNicolas Benes
2022-09-08Merge pull request #2475 from nigels-com/-fPICGabi Melman
2022-09-08Merge pull request #2476 from nigels-com/SPDLOG_NO_SOURCE_LOCGabi Melman
2022-09-03SPDLOG_NO_SOURCE_LOC implementation refinementNigel Stewart
2022-09-03cmake: SPDLOG_BUILD_PIC opt-in for CMAKE_POSITION_INDEPENDENT_CODENigel Stewart
2022-09-02SPDLOG_NO_SOURCE_LOC support for omitting __FILE__, __LINE__ and SPDLOG_FUNCT...Nigel Stewart
2022-09-02cmake: set(CMAKE_POSITION_INDEPENDENT_CODE ON) for Linux static library purposesNigel Stewart
2022-08-17Fix #2434Gabi Melman
2022-08-12Merge pull request #2468 from LorenDB/patch-1Gabi Melman
2022-08-12Add openSUSE installationLoren Burkholder
2022-07-27Merge pull request #2449 from Simon-Janos/Re-introduce-redundant-std-move-at-...Gabi Melman
2022-07-27Re-introduce redundant std::move at return for old GCC (before version 5) ins...Simon-Janos
2022-07-25Merge pull request #2445 from Hish15/Hish15/CorrectDocGabi Melman
2022-07-25Removed doc "(shared not supported in windows yet)"Hector PHARAM
2022-07-22Merge pull request #2443 from ibmibmibm/v1.xGabi Melman
2022-07-21Explicitly casting level_enum to size_t.Shen-Ta Hsieh
2022-07-17Merge pull request #2439 from LucasChollet/durationGabi Melman
2022-07-17Expend support for any std::chrono::duration in `spdlog::flush_every`Lucas CHOLLET
2022-07-01Fix #2419 by documenting the set_pattern behaviourGabi Melman
2022-06-27Merge pull request #2415 from neheb/mingwGabi Melman
2022-06-26test_stopwatch: fix on mingwRosen Penev
2022-06-24Update README.mdGabi Melman
2022-06-19Merge pull request #2402 from cookcocck/fix_cmake_spdlog_use_std_formatGabi Melman
2022-06-19Merge pull request #2399 from bergen4/v1.xGabi Melman
2022-06-19Merge pull request #2386 from panzhongxian/v1.xGabi Melman
2022-06-14Set c++20 when SPDLOG_USE_STD_FORMAT option is turned oncookcocck
2022-06-09add overrun reset functionbergen
2022-06-09updatebergen
2022-06-02Merge pull request #2396 from polesapart/v1.xGabi Melman
2022-06-02Remove redundant std::move at return (triggers -Wredundant-move in Gcc, at le...Alexandre Pereira Nunes
2022-05-24Romove the empty file if no log in first period in hourly loggerpanzhongxian
2022-05-20Merge pull request #2385 from panzhongxian/v1.xGabi Melman
2022-05-20Remove try_lock from null_mutex.panzhongxian
2022-05-19Merge pull request #2384 from aengusjiang/v1.xGabi Melman
2022-05-19Merge pull request #2383 from alexshpilkin/fix-pkg-configGabi Melman
2022-05-19Merge pull request #2381 from Esri/john4744/android_fmt_compile_time_checkGabi Melman
2022-05-19Add FMT_STRING to allow compilation with FMT_ENFORCE_COMPILE_STRINGJohn Armstrong
2022-05-19fix error: cannot bind lvale to right referenceAengus.Jiang
2022-05-19Reflect CMAKE_INSTALL_INCLUDEDIR in pkg-configAlexander Shpilkin
2022-05-19Allow absolute CMAKE_INSTALL_LIBDIRAlexander Shpilkin
2022-05-13Update common.hGabi Melman
2022-05-13Merge pull request #2376 from jengelh/masterGabi Melman
2022-05-13Merge pull request #2372 from kslattery/v1.xGabi Melman
2022-05-13Merge pull request #2375 from kslattery/bugfix/default_file_event_handlersGabi Melman
2022-05-13build: expand SOVERSION to not give false illusion of compatibilityJan Engelhardt
2022-05-13Add default file-event_handler callbacks. #2374Kevin Slattery
2022-05-13Remove new macro, update example with correct way to specify fmt lib namespac...Kevin Slattery
2022-05-11C++14 build fixes for older gcc #2333Kevin Slattery