Gabi Melman
67561f97ec
Update argv.h
2020-03-06 16:27:08 +02:00
Gabi Melman
b667bae65d
Update argv.h
2020-03-06 16:26:11 +02:00
gabime
54be9bd8b9
Use brackets to include spdlog in srcs
2020-03-06 15:51:07 +02:00
Gabi Melman
06d0299639
version 1.6.0 rc
2020-03-06 15:37:50 +02:00
Gabi Melman
84851e230f
Update README.md
2020-03-06 15:33:24 +02:00
Gabi Melman
52aed9e0de
Update README.md
2020-03-06 15:32:51 +02:00
Gabi Melman
ead9a550fd
Update README.md
2020-03-06 15:32:23 +02:00
Gabi Melman
cf80b492a3
Update README.md
2020-03-06 15:31:38 +02:00
gabime
69f3d2678e
Updated readme.
2020-03-06 15:30:14 +02:00
gabime
8038bc2fc8
Update example
2020-03-06 15:21:21 +02:00
gabime
f20b12cf3f
Update example
2020-03-06 15:16:48 +02:00
gabime
c8bd53509c
Update example
2020-03-06 15:15:59 +02:00
gabime
006124d816
Update example
2020-03-06 15:15:10 +02:00
gabime
efd73ac956
Merge remote-tracking branch 'origin/v1.x' into conf-env3
2020-03-06 15:10:24 +02:00
gabime
b7d7334451
Renamed level loaders
2020-03-06 15:09:46 +02:00
gabime
8284865f9a
Fix tidy warning
2020-03-04 16:21:07 +02:00
gabime
1f8b04cbd1
Fix tidy warning
2020-03-04 16:09:04 +02:00
gabime
b3402a0b9f
Fix tidy warning
2020-03-04 16:08:35 +02:00
gabime
4037959945
Fix tidy warning
2020-03-04 15:59:45 +02:00
gabime
d7313a3274
Fix tidy warning
2020-03-04 15:52:42 +02:00
gabime
8302086942
Fixed tcp_client
2020-03-04 15:40:04 +02:00
Gabi Melman
6095db951b
Update README.md
2020-03-04 14:12:56 +02:00
gabime
817d2764b6
Fix bench tidy warning
2020-03-03 23:53:28 +02:00
Gabi Melman
62189602cb
Update README.md
2020-03-03 09:51:56 +02:00
Gabi Melman
0120dcc787
Update logger-inl.h
2020-02-29 13:20:26 +02:00
Gabi Melman
6bfc0ec3a7
Merge pull request #1457 from Ruffel/fix-clang-tidy-warning
...
Resolve erroneous clang-tidy warning about using a moved from pointer
2020-02-29 13:16:49 +02:00
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.
2020-02-28 21:09:31 +00:00
gabime
c861e2d9cf
Updated example
2020-02-26 19:21:36 +02:00
gabime
e696978d11
Renamed function name
2020-02-26 18:47:51 +02:00
gabime
fbf2e942a9
Allow "err" when converting string to level
2020-02-26 18:33:49 +02:00
gabime
d18f282938
Fixed missing cfg.cpp
2020-02-26 18:21:24 +02:00
gabime
c10be7eaec
merge with v1.x
2020-02-26 18:13:13 +02:00
gabime
05ecad4263
Use windows_include in os-inl.h
2020-02-26 18:10:47 +02:00
Gabi Melman
4cdb159ccb
Update spdlog.h
2020-02-26 12:54:31 +02:00
Gabi Melman
fccb25586f
Update spdlog.h
2020-02-26 12:52:46 +02:00
Gabi Melman
ab2f3307eb
Update spdlog.h
2020-02-26 12:51:16 +02:00
Gabi Melman
db26a103d6
Update spdlog.h
2020-02-26 12:50:51 +02:00
Gabi Melman
32902f79ad
Merge pull request #1453 from david-bodor-at-craftunique/v1.x
...
only include windows.h when it's unavoidable
2020-02-26 12:41:51 +02:00
Dávid Bodor
fab33dd230
refactor: extract windows.h include to details/windows_include.h
2020-02-26 08:54:56 +01:00
gabime
daaa025356
moved .clang-format to top level
2020-02-25 18:52:35 +02:00
gabime
ffe272c165
Added SDPLOG_TIDY option to CMakeLists.txt instead of clang_tidy.sh
2020-02-25 18:49:28 +02:00
Dávid Bodor
6e763d2776
only include windows.h when it's unavoidable
2020-02-25 15:36:39 +01:00
gabime
c71b433a35
clang-format
2020-02-25 15:10:44 +02:00
gabime
0b91d55269
Refactored tcp_client_sink
2020-02-25 15:09:03 +02:00
gabime
9f41903067
Refactored tcp_client_sink
2020-02-25 15:00:42 +02:00
gabime
64de8807e2
Fix #1452
2020-02-24 17:01:09 +02:00
gabime
3848cbe24a
Fix #1452
2020-02-24 17:00:35 +02:00
Gabi Melman
15ac7b08f7
Merge pull request #1451 from tcraigtyler/more-rpm-cpack
...
Updates supporting CPack RPM generation
2020-02-21 02:53:07 +02:00
Craig Tyler
e47ecc1828
Updates supporting CPack RPM generation
...
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
2020-02-20 14:52:56 -08:00
Gabi Melman
c09641cf47
Merge pull request #1450 from rabbull/fmt_string
...
Add example to FMT_STRING in README
2020-02-20 20:27:03 +02:00