<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/cmake, 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-08-31T03:01:48Z</updated>
<entry>
<title>cmake: merge libs via virtual object libraries</title>
<updated>2016-08-31T03:01:48Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-08-29T14:58:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1de812a92a1f0b6c9080044e04cb77bc34a2ebe7'/>
<id>urn:sha1:1de812a92a1f0b6c9080044e04cb77bc34a2ebe7</id>
<content type='text'>
CMake issued a warming about policy CMP0026: access of LOCATION
target property at config time was disallowed. Offending code
was the code that merged static libraries to generate
libwallet_merged.a.

This patch does that same merge task in a much simpler way. And,
since it doesn't violate the policy, the warning went away.
</content>
</entry>
<entry>
<title>cmake: comply with the new policy CMP0026</title>
<updated>2016-08-31T03:01:43Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-08-29T13:34:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a7498adc03b5a8d0e4c120de039aa97fe32efc7a'/>
<id>urn:sha1:a7498adc03b5a8d0e4c120de039aa97fe32efc7a</id>
<content type='text'>
Access to LOCATION property at config time was disallowed by this
policy. This patch updates the offending code to comply with the policy
and thereby gets rid of the warning printed by cmake.

The fix is to use generator expressions instead of that property.

NOTE: Had to remove support for multiconfig (only affects MSVC which is
not supported anyway; and mutliconf is an IDE thing in any case),
because could not see how to support it with generator expressions.
</content>
</entry>
<entry>
<title>CMake: GPL 'libutils' script removed</title>
<updated>2016-06-24T11:49:23Z</updated>
<author>
<name>Ilya Kitaev</name>
<email>mbg033@gmail.com</email>
</author>
<published>2016-06-24T11:49:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=beb6d9200d15e8fbaab62b90b9955b0127fc2ba9'/>
<id>urn:sha1:beb6d9200d15e8fbaab62b90b9955b0127fc2ba9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake libutils dependency added</title>
<updated>2016-06-23T13:01:33Z</updated>
<author>
<name>Ilya Kitaev</name>
<email>mbg033@gmail.com</email>
</author>
<published>2016-05-27T07:08:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ef9a74c67e9f7f60cc1e6041ff799220b8f75f5b'/>
<id>urn:sha1:ef9a74c67e9f7f60cc1e6041ff799220b8f75f5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all wallet dependencies merged to single static lib</title>
<updated>2016-06-23T13:01:33Z</updated>
<author>
<name>Ilya Kitaev</name>
<email>mbg033@gmail.com</email>
</author>
<published>2016-05-27T07:00:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=191cb594dee04e5acb3720fefa4bdad07f43e00a'/>
<id>urn:sha1:191cb594dee04e5acb3720fefa4bdad07f43e00a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: add missing FindLibunwind.cmake</title>
<updated>2016-06-19T23:34:06Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-06-19T23:34:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3c3537e8c62ca447d40e308e9e5a103321f55fbf'/>
<id>urn:sha1:3c3537e8c62ca447d40e308e9e5a103321f55fbf</id>
<content type='text'>
</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>Fix da0bce34</title>
<updated>2016-01-12T21:11:09Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-01-12T21:11:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e98a3f26e2a21dbfd93bdc8f36e37bd6f5bedd57'/>
<id>urn:sha1:e98a3f26e2a21dbfd93bdc8f36e37bd6f5bedd57</id>
<content type='text'>
Windows doesn't define a default linker
</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>
