Commit Graph

21 Commits (dcf5c9e36f28f7b3968a2a531a7cbe60ac30fac7)

Author SHA1 Message Date
gabime a34e08c7ff Added CMakeSettings.json to gitignore 1 year ago
gabime 66ac83e703 Update gitginore to ignore .vs and out/build 1 year ago
Yubin b5b5043d42
Support async_overflow_policy::discard_new (#2876)
Reason for the discard_new policy: when there is an overflow, there
is usually some unexpected issue (a bug, or some other unexpected stuff).
And in case of unexpected issue, the first arrived log messages are usually
more important than subsequent ones. For example, some application
keep logging error messages in case of functionality failure, which,
when using async_overflow_policy::overrun_oldest, will overrun the
first arrived messages that may contain real reason for the failure.
2 years ago
CChuancey 826d8ba4b2
ignore vscode and clangd cache files (#2787)
Co-authored-by: chuancey <chuancey@mail.com>
2 years ago
Leon Brands 792d618c02
added a few missing files/directories to the gitignore 4 years ago
gabime 639029007d Update .gitignore 6 years ago
Daniel Mensinger 3c64b3da97
Added example meson.build 6 years ago
Daniel Mensinger 822aee2b4f
Added meson build support 6 years ago
David Zemon dbcbeb7a57 Ignore CLion's default build directories 6 years ago
Alexander Kiselev 70ad1aa409 Changes: boost, easylogging, g2log, glog, spdlog. 8 years ago
gabime f257e4ea8c gitignore tests/logs 8 years ago
gabime 9a8f5c59e2 Added .idea/ to .gitignore 8 years ago
Hugh Wang 96267654e6 Add Android examples. 9 years ago
davide d79af47a28 added example 9 years ago
gabime eff486dbae updated .gtiignore and example vcxproj file 9 years ago
gabime 01601cef85 fixed tests warnings 9 years ago
gabime b4923956ce updated gitignore and the example's VS 2015 .sln 9 years ago
gabime 7885aa478c no streams 9 years ago
gabime 0f88996974 gitignore update 10 years ago
Nick White b7e3a103c3 Generate & Install pkg-config File 10 years ago
gabime 4189a406f4 git ignore 12 years ago