<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/external, 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-12-04T19:10:43Z</updated>
<entry>
<title>Spelling in errors.</title>
<updated>2016-12-04T19:10:43Z</updated>
<author>
<name>taushet</name>
<email>alexanderlott@gmail.com</email>
</author>
<published>2016-12-04T19:10:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bdd3fb85d6fbe1107e54d8222aa710eceebdb093'/>
<id>urn:sha1:bdd3fb85d6fbe1107e54d8222aa710eceebdb093</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>remove errant target_link_libraries</title>
<updated>2016-09-17T08:47:50Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-17T08:47:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=58501229e3a82576df83822decf950306df41da7'/>
<id>urn:sha1:58501229e3a82576df83822decf950306df41da7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't build any miniupnpc executables</title>
<updated>2016-09-17T08:42:35Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-17T08:42:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=58abc096f48e8d22bb97e5a86045b99996c838a7'/>
<id>urn:sha1:58abc096f48e8d22bb97e5a86045b99996c838a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't build miniupnpc test executables</title>
<updated>2016-09-17T08:37:48Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-17T08:37:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=114e36888b85e1f7f18959916634a941b5744f2a'/>
<id>urn:sha1:114e36888b85e1f7f18959916634a941b5744f2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>updated miniupnp</title>
<updated>2016-09-17T08:11:02Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-17T08:11:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bb69371f66aa72a5508cff5335666807984c30b3'/>
<id>urn:sha1:bb69371f66aa72a5508cff5335666807984c30b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update rapidjson</title>
<updated>2016-09-17T07:35:49Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-17T07:35:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f62ebc5c811b76c05327dd56877024df60a47a9b'/>
<id>urn:sha1:f62ebc5c811b76c05327dd56877024df60a47a9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: split BUILD_GUI_DEPS option into two</title>
<updated>2016-09-03T16:55:20Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-09-03T12:11:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=77fa663e94fe9129f318dd76d53ffa627581f0fa'/>
<id>urn:sha1:77fa663e94fe9129f318dd76d53ffa627581f0fa</id>
<content type='text'>
The split is to make this software more packageable. 'make install'
is used by the package building scripts, and should not be installing
vendored dependencies onto the system.
</content>
</entry>
<entry>
<title>gui/libwallet_merged: libunbound is one more dependency</title>
<updated>2016-09-03T10:32:06Z</updated>
<author>
<name>Ilya Kitaev</name>
<email>mbg033@gmail.com</email>
</author>
<published>2016-09-03T10:32:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=43677f9d68dae2e82009e0e0290767a37e07a037'/>
<id>urn:sha1:43677f9d68dae2e82009e0e0290767a37e07a037</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More for Issue #855</title>
<updated>2016-08-11T20:04:36Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-08-11T20:04:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7442dd084acfcef571c51f53277247c050d1c98b'/>
<id>urn:sha1:7442dd084acfcef571c51f53277247c050d1c98b</id>
<content type='text'>
Plug rpage leak in cursor_set
</content>
</entry>
</feed>
