<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/cmake, branch v0.11.1.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.11.1.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.11.1.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-08-07T20:37:13Z</updated>
<entry>
<title>cmake: do not use GREATER_EQUAL, it's too new</title>
<updated>2017-08-07T20:37:13Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-08-07T20:37:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=49ffb156f0c21f5d4a06ed9cb3f6ee3a39926dfd'/>
<id>urn:sha1:49ffb156f0c21f5d4a06ed9cb3f6ee3a39926dfd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: Update detection of external miniupnpc</title>
<updated>2017-07-30T06:28:30Z</updated>
<author>
<name>Erik de Castro Lopo</name>
<email>erikd@mega-nerd.com</email>
</author>
<published>2017-07-30T02:51:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=04bd19257d55d4d89c22bbdde270150f544a8c5e'/>
<id>urn:sha1:04bd19257d55d4d89c22bbdde270150f544a8c5e</id>
<content type='text'>
The version of miniupnpc in external/ uses API version 16, but the
code also seems to work for API version 10. Also remove detection
of older unsupported versions.
</content>
</entry>
<entry>
<title>Add readline support to cli</title>
<updated>2017-06-18T14:08:37Z</updated>
<author>
<name>jethro</name>
<email>jtg@xtrabass.com</email>
</author>
<published>2017-05-29T22:39:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e1f3dfccc8a099eb08e0d9ef758b216d035afd78'/>
<id>urn:sha1:e1f3dfccc8a099eb08e0d9ef758b216d035afd78</id>
<content type='text'>
This PR adds readline support to the daemon and monero-wallet-cli. Only
GNU readline is supported (e.g. not libedit) and there are cmake checks
to ensure this.

There is a cmake variable, Readline_ROOT_DIR that can specify a
directory to find readline, otherwise some default paths are searched.

There is also a cmake option, USE_READLINE, that defaults to ON. If set
to ON, if readline is not found, the build continues but without
readline support.

One negative side effect of using readline is that the color prompt in
the wallet-cli now has no color and just uses terminal default. I know
how to fix this but it's quite a big change so will tackle another time.
</content>
</entry>
<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>
</feed>
