Commit Graph

3533 Commits (23dfb4e2f985dfcd97eea6b668a0138e54eb5079)
 

Author SHA1 Message Date
gabime f78bca4ad8 Removed junk files 6 years ago
Gabi Melman 713feca582
Update CMakeLists.txt 6 years ago
Gabi Melman 26c20ed91d
Update CMakeLists.txt 6 years ago
Gabi Melman e399249f31
Update CMakeLists.txt 6 years ago
Gabi Melman b4a1b4b59a Updated verion.rc and CMakeLists.txt for dll build 6 years ago
Gabi Melman b309a88bea Update utils.cmake 6 years ago
Gabi Melman e88bee49a6 Added version info to dll build 6 years ago
Gabi Melman ec12770693
Merge pull request #1467 from vejmartin/v1.x
Add shared library support for Windows
6 years ago
Martin Vejdarski 5b3a18319e fix SPDLOG_BUILD_SHARED cmake option 6 years ago
Martin Vejdarski 3b73278348 fix shared lib issues with bundled fmt 6 years ago
Martin Vejdarski 0ca2cb625e Add shared library support for Windows 6 years ago
Gabi Melman 67561f97ec
Update argv.h 6 years ago
Gabi Melman b667bae65d
Update argv.h 6 years ago
gabime 54be9bd8b9 Use brackets to include spdlog in srcs 6 years ago
Gabi Melman 06d0299639
version 1.6.0 rc 6 years ago
Gabi Melman 84851e230f
Update README.md 6 years ago
Gabi Melman 52aed9e0de
Update README.md 6 years ago
Gabi Melman ead9a550fd
Update README.md 6 years ago
Gabi Melman cf80b492a3
Update README.md 6 years ago
gabime 69f3d2678e Updated readme. 6 years ago
gabime 8038bc2fc8 Update example 6 years ago
gabime f20b12cf3f Update example 6 years ago
gabime c8bd53509c Update example 6 years ago
gabime 006124d816 Update example 6 years ago
gabime efd73ac956 Merge remote-tracking branch 'origin/v1.x' into conf-env3 6 years ago
gabime b7d7334451 Renamed level loaders 6 years ago
gabime 8284865f9a Fix tidy warning 6 years ago
gabime 1f8b04cbd1 Fix tidy warning 6 years ago
gabime b3402a0b9f Fix tidy warning 6 years ago
gabime 4037959945 Fix tidy warning 6 years ago
gabime d7313a3274 Fix tidy warning 6 years ago
gabime 8302086942 Fixed tcp_client 6 years ago
Gabi Melman 6095db951b
Update README.md 6 years ago
gabime 817d2764b6 Fix bench tidy warning 6 years ago
Gabi Melman 62189602cb
Update README.md 6 years ago
Gabi Melman 0120dcc787
Update logger-inl.h 6 years ago
Gabi Melman 6bfc0ec3a7
Merge pull request #1457 from Ruffel/fix-clang-tidy-warning
Resolve erroneous clang-tidy warning about using a moved from pointer
6 years ago
Steven Cartmell f999d879d5
fix: Break from loop on last iteration to resolve clang-tidy warning
The clang-tidy warning `clang-analyzer-cplusplus.Move` warns when a
moved from object is deferenced. This is triggered in spdlog because
clang-tidy fails to detect that the `logger:set_formatter` will only
move the unique_ptr on the last iteration of the loop, assuming that
`f->clone` may be called on it afterwards.

To fix, add a break statement after moving the pointer (on the last
iteration) to let clang-tidy know the logger pointer is not used after
this point.
6 years ago
gabime c861e2d9cf Updated example 6 years ago
gabime e696978d11 Renamed function name 6 years ago
gabime fbf2e942a9 Allow "err" when converting string to level 6 years ago
gabime d18f282938 Fixed missing cfg.cpp 6 years ago
gabime c10be7eaec merge with v1.x 6 years ago
gabime 05ecad4263 Use windows_include in os-inl.h 6 years ago
Gabi Melman 4cdb159ccb
Update spdlog.h 6 years ago
Gabi Melman fccb25586f
Update spdlog.h 6 years ago
Gabi Melman ab2f3307eb
Update spdlog.h 6 years ago
Gabi Melman db26a103d6
Update spdlog.h 6 years ago
Gabi Melman 32902f79ad
Merge pull request #1453 from david-bodor-at-craftunique/v1.x
only include windows.h when it's unavoidable
6 years ago
Dávid Bodor fab33dd230 refactor: extract windows.h include to details/windows_include.h 6 years ago