<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/cmake, branch v0.10.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.10.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-02-21T17:38:18Z</updated>
<entry>
<title>update copyright year, fix occasional lack of newline at line end</title>
<updated>2017-02-21T17:38:18Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-21T17:38:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c3599fa7b94764d8f1cf7828a3f3a46067efe359'/>
<id>urn:sha1:c3599fa7b94764d8f1cf7828a3f3a46067efe359</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1510</title>
<updated>2017-01-09T00:40:02Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-01-09T00:40:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2a996f492f933a6b7c27117904fecc447d0c2dc1'/>
<id>urn:sha1:2a996f492f933a6b7c27117904fecc447d0c2dc1</id>
<content type='text'>
80abc3bc Build wallet with Android NDK (MoroccanMalinois)
</content>
</entry>
<entry>
<title>Build wallet with Android NDK</title>
<updated>2017-01-05T01:11:05Z</updated>
<author>
<name>MoroccanMalinois</name>
<email>MoroccanMalinois@protonmail.com</email>
</author>
<published>2017-01-05T01:11:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=80abc3bc4a73f3ba6ffd40b1a03de0cc4d01e3c9'/>
<id>urn:sha1:80abc3bc4a73f3ba6ffd40b1a03de0cc4d01e3c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: link against liblzma when found, for libunwind</title>
<updated>2016-12-24T00:00:45Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-12-10T11:17:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0020ad7d99580e246f472e6978afe41788cf9e0f'/>
<id>urn:sha1:0020ad7d99580e246f472e6978afe41788cf9e0f</id>
<content type='text'>
Some versions of libunwind need liblzma. If liblzma is found,
we link against it unconditionally. If the installed libunwind
didn't need it, this is a nop.

Tested and fine tuned by iDunk
</content>
</entry>
<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>
</feed>
