<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/common/CMakeLists.txt, branch v0.10.1</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.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-11-23T19:41:25Z</updated>
<entry>
<title>Added task_region - a fork/join task implementation</title>
<updated>2016-11-23T19:41:25Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2016-11-21T19:48:42Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f025198f195516da8654bece64bf7a1fb85be3cd'/>
<id>urn:sha1:f025198f195516da8654bece64bf7a1fb85be3cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adding thread_group for managing async tasks</title>
<updated>2016-11-02T23:21:55Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2016-11-02T20:41:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=64094e5f4e2e909bdab0d07c3c2d16b7531d9df3'/>
<id>urn:sha1:64094e5f4e2e909bdab0d07c3c2d16b7531d9df3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>perf_timer: new class and macros to make performance logs easier</title>
<updated>2016-10-10T20:24:15Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-10-10T19:47:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=74dfdb0b30e9044e533ebb34cccf30a8eb562243'/>
<id>urn:sha1:74dfdb0b30e9044e533ebb34cccf30a8eb562243</id>
<content type='text'>
Call PERF_TIMER(name), which is scoped.
</content>
</entry>
<entry>
<title>Dropped "bit" from bitmonero.</title>
<updated>2016-09-26T21:22:30Z</updated>
<author>
<name>Randi Joseph</name>
<email>randi@codehalo.com</email>
</author>
<published>2016-09-26T14:42:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9e54616924c781def53f7f6ece73c0d921e81995'/>
<id>urn:sha1:9e54616924c781def53f7f6ece73c0d921e81995</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: transitive deps and remove deprecated LINK_*</title>
<updated>2016-09-18T06:56:26Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-09-17T17:59:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e1c7af35d47c6f54628418f67128074c1bcd4858'/>
<id>urn:sha1:e1c7af35d47c6f54628418f67128074c1bcd4858</id>
<content type='text'>
Keep the immediate direct deps at the library that depends on them,
declare deps as PUBLIC so that targets that link against that library
get the library's deps as transitive deps.

Break dep cycle between blockchain_db &lt;-&gt; crytonote_core.
No code refactoring, just hide cycle from cmake so that
it doesn't complain (cycles are allowed only between
static libs, not shared libs).

This is in preparation for supproting BUILD_SHARED_LIBS cmake
built-in option for building internal libs as shared.
</content>
</entry>
<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>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>
<entry>
<title>Revert "Print stack trace upon exceptions"</title>
<updated>2016-03-21T10:12:23Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-21T10:12:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f7301c3563e7ae19b8d7c65d8bc88f3c42eefc09'/>
<id>urn:sha1:f7301c3563e7ae19b8d7c65d8bc88f3c42eefc09</id>
<content type='text'>
Ain't nobody got time for link/cmake skullduggery.

This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d.
</content>
</entry>
<entry>
<title>Print stack trace upon exceptions</title>
<updated>2016-03-19T21:48:36Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-19T21:48:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fff238ec94ac6d45fc18c315d7bc590ddfaad63d'/>
<id>urn:sha1:fff238ec94ac6d45fc18c315d7bc590ddfaad63d</id>
<content type='text'>
Useful for debugging users' logs
</content>
</entry>
<entry>
<title>updated copyright year</title>
<updated>2015-12-31T06:39:56Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-31T06:39:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=de0392685063d93dbdad3a6b1a2712eaf94dd51a'/>
<id>urn:sha1:de0392685063d93dbdad3a6b1a2712eaf94dd51a</id>
<content type='text'>
</content>
</entry>
</feed>
