<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/external/easylogging++/easylogging++.h, branch v0.14.0.2</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.14.0.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.14.0.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-09-11T14:32:33Z</updated>
<entry>
<title>NetBSD support</title>
<updated>2018-09-11T14:32:33Z</updated>
<author>
<name>thomasvaughan</name>
<email>thomas@vaughan.net</email>
</author>
<published>2018-09-02T14:51:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bcda7adcd444cc72b5c0d02da65be6b5cd843fc2'/>
<id>urn:sha1:bcda7adcd444cc72b5c0d02da65be6b5cd843fc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>easylogging++: make the logger handle early/late logging</title>
<updated>2018-07-15T18:10:44Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-07-15T11:57:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7f8bdeb35c73c70b2b65e30aa2a1cb93696355b3'/>
<id>urn:sha1:7f8bdeb35c73c70b2b65e30aa2a1cb93696355b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>easylogging++: cached allowed categories</title>
<updated>2018-04-25T19:39:46Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-04-15T18:15:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=099bb830cf79c07821be18bf33f92d222f2cf3a4'/>
<id>urn:sha1:099bb830cf79c07821be18bf33f92d222f2cf3a4</id>
<content type='text'>
It turns out this can be fairly heavy when logging a lot
</content>
</entry>
<entry>
<title>easylogging: show the 'no stack trace' warning only once</title>
<updated>2017-12-09T09:01:31Z</updated>
<author>
<name>ston1th</name>
<email>ston1th@giftfish.de</email>
</author>
<published>2017-12-09T09:01:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5cc8469332c800e6cd4aea4db5a9aef77251263b'/>
<id>urn:sha1:5cc8469332c800e6cd4aea4db5a9aef77251263b</id>
<content type='text'>
If execinfo.h is not available, output the stack trace warning only once, so we don't spam the build logs with it.
</content>
</entry>
<entry>
<title>fixed easylogging compile issue on OpenBSD</title>
<updated>2017-11-11T23:56:07Z</updated>
<author>
<name>Dyrcona</name>
<email>jason@sigio.com</email>
</author>
<published>2017-11-11T13:42:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5b452248a84c53ffb34c54aa8d349a6f93492a9a'/>
<id>urn:sha1:5b452248a84c53ffb34c54aa8d349a6f93492a9a</id>
<content type='text'>
Issue: #2575
Add ELPP_OS_OPENBSD macros to easylogging++.h so that it will build on
OpenBSD.
</content>
</entry>
<entry>
<title>easylogging++: add categories getter</title>
<updated>2017-09-22T13:33:09Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-09-22T13:33:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=48f92eb665fb8f15284363f47a690981a25a2a25'/>
<id>urn:sha1:48f92eb665fb8f15284363f47a690981a25a2a25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Silence clang++ warnings</title>
<updated>2017-04-23T22:44:19Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2017-04-23T22:44:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=710b2e80c6225b81ca42f272560158f51c23cd31'/>
<id>urn:sha1:710b2e80c6225b81ca42f272560158f51c23cd31</id>
<content type='text'>
Using defined(foo) in a macro expansion is undefined.
</content>
</entry>
<entry>
<title>Fixup choice of easylogging++ vs libunwind stack trace code</title>
<updated>2017-04-10T20:05:47Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-03-25T20:21:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ea359b50cb99acbb8aa1296946e7d524b0d07f9c'/>
<id>urn:sha1:ea359b50cb99acbb8aa1296946e7d524b0d07f9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>easylogging++: do not disable DEBUG level based on _DEBUG/NDEBUG</title>
<updated>2017-04-10T20:05:43Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-03-25T20:19:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1e6d8757837594292d23acf1eeb3b91e7ad3117b'/>
<id>urn:sha1:1e6d8757837594292d23acf1eeb3b91e7ad3117b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>easylogging++: detect DragonFly BSD as a UNIX</title>
<updated>2017-04-10T20:05:39Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-03-25T20:18:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7a56fd6c930c137669c0bf6d4ae64d720caf450b'/>
<id>urn:sha1:7a56fd6c930c137669c0bf6d4ae64d720caf450b</id>
<content type='text'>
</content>
</entry>
</feed>
