<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/common/stack_trace.cpp, branch v0.10.0</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.10.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-07-27T05:52:33Z</updated>
<entry>
<title>cmake,common: flag for stack trace</title>
<updated>2016-07-27T05:52:33Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-07-27T05:02:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0f990d018357413d5eab36b361aa9236e6b8795d'/>
<id>urn:sha1:0f990d018357413d5eab36b361aa9236e6b8795d</id>
<content type='text'>
By default the flag is enabled whenever libunwind is found on the
system, with the exception of static build on OSX (for which we can't
install the throw hook #932 due to lack of support for --wrap in OSX
ld64 linker).
</content>
</entry>
<entry>
<title>common: stack trace: make clang happy with func ptrs</title>
<updated>2016-07-11T01:26:11Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-07-10T22:57:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fa85cd845f6d69e511eb5bfa11243c4cf1b798f7'/>
<id>urn:sha1:fa85cd845f6d69e511eb5bfa11243c4cf1b798f7</id>
<content type='text'>
Tested that it builds with:
gcc 6.1.1, STATIC=OFF,i686
gcc 6.1.1, STATIC=OFF,armv7h
clang 3.8, STATIC=OFF,i686
clang 3.8, STATIC=OFF,armv7h

gcc 6.1.1, STATIC=ON,i686
clang 3.8, STATIC=ON,i686

Also tested that stack trace is generated fine on exception on:
i686, gcc 6.1.1, STATIC=OFF
(didn't bother testing all the other platforms/configs)

This should fix the build problem on OSX (#871, #901), but
I don't have OSX, so I could only test Clang on Linux.
</content>
</entry>
<entry>
<title>remove POSIX_C_SOURCE and remove dlfcn.h for static builds</title>
<updated>2016-06-21T16:16:25Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2016-06-21T16:16:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d7189600aed51e5fde7e9fa01c3b632e6d251de4'/>
<id>urn:sha1:d7189600aed51e5fde7e9fa01c3b632e6d251de4</id>
<content type='text'>
The former was a faulty "fix" for gmtime_r not existing on Windows. The latter is needed only for dynamic builds, and is not included with msys2, which ends up fine because Windows is only built static at this time.
</content>
</entry>
<entry>
<title>common: fix build without libunwind</title>
<updated>2016-06-20T18:23:32Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-06-20T18:23:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=15c2b69db7dbdfafd9f9b6cc8c4f14e3952a353b'/>
<id>urn:sha1:15c2b69db7dbdfafd9f9b6cc8c4f14e3952a353b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Print stack trace on exceptions</title>
<updated>2016-04-28T22:34:51Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-28T18:00:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e409e59d29cd8f8480947d80582ac8e93b495e22'/>
<id>urn:sha1:e409e59d29cd8f8480947d80582ac8e93b495e22</id>
<content type='text'>
if libunwind is found.

Useful for debugging logs.
</content>
</entry>
</feed>
