Commit Graph

21 Commits

Author SHA1 Message Date
gabime
a34e08c7ff Added CMakeSettings.json to gitignore 2024-04-26 01:15:36 +03:00
gabime
66ac83e703 Update gitginore to ignore .vs and out/build 2024-04-26 00:52:33 +03:00
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.
2023-09-09 23:05:08 +03:00
CChuancey
826d8ba4b2
ignore vscode and clangd cache files (#2787)
Co-authored-by: chuancey <chuancey@mail.com>
2023-06-29 16:07:22 +03:00
Leon Brands
792d618c02
added a few missing files/directories to the gitignore 2022-01-23 18:49:50 +01:00
gabime
639029007d Update .gitignore 2019-08-18 17:32:54 +03:00
Daniel Mensinger
3c64b3da97
Added example meson.build 2019-07-01 12:32:12 +02:00
Daniel Mensinger
822aee2b4f
Added meson build support 2019-06-30 16:27:28 +02:00
David Zemon
dbcbeb7a57 Ignore CLion's default build directories 2019-05-17 23:05:48 -05:00
Alexander Kiselev
70ad1aa409 Changes: boost, easylogging, g2log, glog, spdlog. 2018-03-19 19:22:02 +03:00
gabime
f257e4ea8c gitignore tests/logs 2017-12-22 18:36:54 +02:00
gabime
9a8f5c59e2 Added .idea/ to .gitignore 2017-11-25 15:11:18 +02:00
Hugh Wang
96267654e6 Add Android examples. 2016-09-14 17:39:15 +08:00
davide
d79af47a28 added example 2016-09-12 22:28:37 +02:00
gabime
eff486dbae updated .gtiignore and example vcxproj file 2016-07-22 19:07:24 +03:00
gabime
01601cef85 fixed tests warnings 2016-07-15 18:41:59 +03:00
gabime
b4923956ce updated gitignore and the example's VS 2015 .sln 2016-07-15 17:52:22 +03:00
gabime
7885aa478c no streams 2016-07-08 17:50:13 +03:00
gabime
0f88996974 gitignore update 2016-04-15 00:27:57 +03:00
Nick White
b7e3a103c3 Generate & Install pkg-config File 2016-04-14 20:47:57 +01:00
gabime
4189a406f4 git ignore 2014-03-22 13:48:53 +02:00