<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/common/CMakeLists.txt, branch v0.9.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.9.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2015-12-31T06:39:56Z</updated>
<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>
<entry>
<title>Translatable strings for simplewallet</title>
<updated>2015-07-14T19:28:25Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-07-14T19:28:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=78b2eabc8753056fd363db6fc449bbcddec9fcb8'/>
<id>urn:sha1:78b2eabc8753056fd363db6fc449bbcddec9fcb8</id>
<content type='text'>
The system is mostly the Qt system, but we don't use Qt to avoid
the dependencies.

See README.i18n for details.
</content>
</entry>
<entry>
<title>Daemonize changes pulled in -- daemon builds</title>
<updated>2015-02-24T05:05:19Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2015-01-29T22:10:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9193d6fb5be92df732af18b08b1e052f84cc2f9d'/>
<id>urn:sha1:9193d6fb5be92df732af18b08b1e052f84cc2f9d</id>
<content type='text'>
many RPC functions added by the daemonize changes
(and related changes on the upstream dev branch that were not merged)
were commented out (apart from return).  Other than that, this *should*
work...at any rate, it builds, and that's something.
</content>
</entry>
<entry>
<title>year updated in license</title>
<updated>2015-01-02T16:52:46Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-01-02T16:52:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f4b69d553a249ace3694e3b4fd307ddffa156d7d'/>
<id>urn:sha1:f4b69d553a249ace3694e3b4fd307ddffa156d7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: support 2.8.7</title>
<updated>2014-10-24T19:29:51Z</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2014-10-24T18:48:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7d708e422397fb0ba8ac29855eb27964115e7217'/>
<id>urn:sha1:7d708e422397fb0ba8ac29855eb27964115e7217</id>
<content type='text'>
Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer
versions prefer PUBLIC and PRIVATE instead, but still support the LINK_
prefix.
</content>
</entry>
<entry>
<title>cmake: handle private vs. public headers</title>
<updated>2014-10-23T20:42:34Z</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2014-10-21T16:38:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f53f04724c714a40c10e8c0afdca465054fabca8'/>
<id>urn:sha1:f53f04724c714a40c10e8c0afdca465054fabca8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: refactor common code with libraries</title>
<updated>2014-10-23T20:42:34Z</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2014-10-21T15:24:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=55ca7d3b34762d9184090d659189959261bcb9a1'/>
<id>urn:sha1:55ca7d3b34762d9184090d659189959261bcb9a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: put each library into its own directory</title>
<updated>2014-10-23T20:42:34Z</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2014-10-21T15:13:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=89cff7bddc6f76ae7382e92569f9a902b262cc5f'/>
<id>urn:sha1:89cff7bddc6f76ae7382e92569f9a902b262cc5f</id>
<content type='text'>
This cleans up the CMake code and shows patterns more easily (to be
refactored in the next commit).
</content>
</entry>
</feed>
