- 15 Mar, 2020 1 commit
-
-
ngugcx authored
-
- 04 Mar, 2020 7 commits
- 03 Mar, 2020 2 commits
-
-
gabime authored
-
Gabi Melman authored
-
- 29 Feb, 2020 2 commits
-
-
Gabi Melman authored
-
Gabi Melman authored
Resolve erroneous clang-tidy warning about using a moved from pointer
-
- 28 Feb, 2020 1 commit
-
-
Steven Cartmell authored
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.
-
- 26 Feb, 2020 7 commits
-
-
gabime authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
only include windows.h when it's unavoidable
-
Dávid Bodor authored
-
- 25 Feb, 2020 6 commits
- 24 Feb, 2020 2 commits
- 21 Feb, 2020 1 commit
-
-
Gabi Melman authored
Updates supporting CPack RPM generation
-
- 20 Feb, 2020 3 commits
-
-
Craig Tyler authored
Enable command line overrides of default settings * CPACK_GENERATOR * CPACK_PACKAGE_RELOCATABLE Enables command line setting of generated RPM version attributes * CPACK_RPM_PACKAGE_RELEASE * CPACK_RPM_PACKAGE_ARCHITECTURE Adds dependency on pkgconfig RPM when not generating relocatable RPM
-
Gabi Melman authored
Add example to FMT_STRING in README
-
Karl Liu authored
-
- 17 Feb, 2020 2 commits
-
-
Gabi Melman authored
Fix Windows event log sink
-
Crunkle authored
-
- 16 Feb, 2020 2 commits
-
-
Gabi Melman authored
workaround for `Unknown extension ".c" for file` issue
-
-
- 15 Feb, 2020 4 commits