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 (Collapse)Author
2019-05-12Added missing headergabime
2019-05-12Fixed include order and examplegabime
2019-05-12Fixed include order and examplegabime
2019-05-12clang format and SPLDOG_HEADER_ONLY macrogabime
2019-05-11Normalized copyright messagegabime
2019-05-11Moved cpp files to inl.hgabime
2019-04-27wipgabime
2019-04-26Restored error_handler as std::functiongabime
2019-04-26wipgabime
2019-04-06removed spdlitegabime
2019-04-06some cleanupgabime
2019-04-06wip static libgabime
2019-04-06wip static libgabime
2019-04-05fix support for utf8 logging under win32gabime
2019-04-05wipgabime
2019-04-05static lib wipgabime
2019-04-05static lib wipgabime
2019-04-05static lib wipgabime
2019-04-05Moved logger_impl back into logger.hgabime
2019-03-29clang-formatgabime
2019-03-29Fixed examplesgabime
2019-03-29added printf syntax support for even faster compilation!gabime
2019-03-29wip litegabime
2019-03-29wip litegabime
2018-12-06Corrected the text alignment in the exampleBudo Zindovic
I've changed the alignment character in the example to illustrate left alignment of text.
2018-11-24Updated example's commentgabime
2018-11-12Improved compile time level supportgabime
2018-11-11Updated examplegabime
2018-11-11Fixed examplegabime
2018-11-11added padder benchgabime
2018-10-21Fix sdk version in msvc examplegabime
2018-10-19Code formattinggabime
2018-10-19Fixed valgrind warning in examplegabime
2018-10-13Updated default API impl and testsgabime
2018-10-12Added SPDLOG_DISABLE_DEFAULT_LOGGER option to tweakme.hgabime
2018-10-12Added default logger APIgabime
2018-10-08Merge pull request #856 from ulvgard/cmake_android_log_dependencyGabi Melman
Add dependency to Android's log target in CMake
2018-10-08Update example.cppGabi Melman
2018-10-03Add dependency to Android's log target in CMakeTobias Ulvgard
2018-09-25clang formatgabime
2018-09-25Added support for binary logging using to_hex(..)gabime
2018-08-31Fixed some extra warnings from clanggabime
2018-08-25Added "clone()" support to loggersgabime
2018-08-25Added "clone()" support to loggersgabime
2018-08-17Fixed issue #798 and added -Wconversion compiler flag to buildgabime
2018-08-14Little cmake and tests refactorDaniel Chabrowski
Change from spdlog_ex to const spdlog_ex& got rid of the GCC8 warning.
2018-08-13Improved CMakeLists and added benchgabime
2018-08-11Modify travis-ci, fix issuesDaniel Chabrowski
Added: * Release/Debug job for gcc 7 and clang 3.5 * Debug asan gcc 7 job * Debug tsan gcc 7 job * Disabled extensions * Added a spdlog::spdlog alias for tests Removed: * Valgrind workaround, the current version is 3.10.1 * install_libcxx * Makefiles Fixed: * examples build * multisink build Workarounds: * gcc7 with tsan and asan needs gold linker, otherwise build fails becase of unrecognized option '--push-state'
2018-08-05small fix to example.slnv1.0.0gabime
2018-07-25clang formatgabime