<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/CMakeLists.txt, branch v0.11.0.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.0.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.11.0.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-08-05T17:21:10Z</updated>
<entry>
<title>CMakeLists.txt - ios/xcode fix</title>
<updated>2017-08-05T17:21:10Z</updated>
<author>
<name>Jaquee</name>
<email>jaquee.monero@gmail.com</email>
</author>
<published>2017-06-23T08:02:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f233c01c8f5af94a15fed93b0612b9069e17d172'/>
<id>urn:sha1:f233c01c8f5af94a15fed93b0612b9069e17d172</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enable monero build on ppc64le architecture</title>
<updated>2017-06-27T17:06:19Z</updated>
<author>
<name>Roberto Oliveira</name>
<email>robertoguimaraes8@gmail.com</email>
</author>
<published>2017-06-27T17:06:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=44bfe6048b469746e9095c08b66529eafb9f1066'/>
<id>urn:sha1:44bfe6048b469746e9095c08b66529eafb9f1066</id>
<content type='text'>
Fix wrong flags for ppc64le:
-maes - not avaiable
-march - changed by -mcpu that does the same for powerpc
</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>shared libs build (i.e. make debug)</title>
<updated>2017-05-17T01:17:08Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2017-05-17T01:17:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=dd8e3266b291d6817d2d680f05f1663ab6869ac2'/>
<id>urn:sha1:dd8e3266b291d6817d2d680f05f1663ab6869ac2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix ARM64 identification</title>
<updated>2017-04-12T22:54:33Z</updated>
<author>
<name>hyc</name>
<email>hyc@symas.com</email>
</author>
<published>2017-04-12T22:54:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e65d66fe0449c8eeb0705d2531c109767d31fff0'/>
<id>urn:sha1:e65d66fe0449c8eeb0705d2531c109767d31fff0</id>
<content type='text'>
The actual arch flag the compiler recognizes is "armv8-a".
This is true for both gcc and clang.
</content>
</entry>
<entry>
<title>Merge pull request #1950</title>
<updated>2017-04-10T22:26:15Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-04-10T22:26:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e9ca165b1ade5add159e36840ddb7c323c724f7b'/>
<id>urn:sha1:e9ca165b1ade5add159e36840ddb7c323c724f7b</id>
<content type='text'>
f5bd3465 IOS CMAKE build settings (Jaquee)
d8a88d05 add IOS CMAKE toolchain (Jaquee)
</content>
</entry>
<entry>
<title>update easylogging++ to latest upstream</title>
<updated>2017-04-10T20:05:02Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-03-25T19:06:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a8ac4f0a70cc433723cfc171d8a1b8f2b3287a33'/>
<id>urn:sha1:a8ac4f0a70cc433723cfc171d8a1b8f2b3287a33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>IOS CMAKE build settings</title>
<updated>2017-04-03T16:38:50Z</updated>
<author>
<name>Jaquee</name>
<email>jaquee.monero@gmail.com</email>
</author>
<published>2017-04-02T10:19:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f5bd346573aacba601c948038e39aed24c8c069e'/>
<id>urn:sha1:f5bd346573aacba601c948038e39aed24c8c069e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>set USE_LTO_DEFAULT to false</title>
<updated>2017-03-20T12:24:30Z</updated>
<author>
<name>Christoph Schnerch</name>
<email>(null)</email>
</author>
<published>2017-03-20T12:24:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=33f3cfdec0b441371882df7227e3c91f7fef4650'/>
<id>urn:sha1:33f3cfdec0b441371882df7227e3c91f7fef4650</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Problem: misleading information about LMDB storage</title>
<updated>2017-03-08T13:29:08Z</updated>
<author>
<name>Gareth</name>
<email>gareth.hayes@gmail.com</email>
</author>
<published>2017-03-08T13:29:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=088930facc9e670f7c9cf9ddcab46efee6a3dd90'/>
<id>urn:sha1:088930facc9e670f7c9cf9ddcab46efee6a3dd90</id>
<content type='text'>
Solution: updated the comments to reflect the current situation in terms of LMDB implementation and no longer recommend 'memory' for blockchain storage in production use.</content>
</entry>
</feed>
