<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/CMakeLists.txt, 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-09-18T18:22:43Z</updated>
<entry>
<title>fix conflict</title>
<updated>2016-09-18T18:22:43Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-18T18:22:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=da6f7d99f8049f1d8d127c38843fc10074e59880'/>
<id>urn:sha1:da6f7d99f8049f1d8d127c38843fc10074e59880</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1094</title>
<updated>2016-09-18T09:44:08Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-18T09:44:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4a03a8a1da1341fcceeb8a73a24ea1b4cedb443c'/>
<id>urn:sha1:4a03a8a1da1341fcceeb8a73a24ea1b4cedb443c</id>
<content type='text'>
06bb692 cmake: support BUILD_SHARED_LIBS built-in option (redfish)
e1c7af3 cmake: transitive deps and remove deprecated LINK_* (redfish)
54010b9 crypto: armv7: slow-hash: remove redundant source include (redfish)
</content>
</entry>
<entry>
<title>cmake: support BUILD_SHARED_LIBS built-in option</title>
<updated>2016-09-18T06:56:26Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-09-17T18:03:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=06bb6923c3068637af729dd7e7500ce1a6c888b9'/>
<id>urn:sha1:06bb6923c3068637af729dd7e7500ce1a6c888b9</id>
<content type='text'>
Support building internal libraries as shared. This reduces
development time by eliminating the need to re-link all
binaries every time non-interface code in the library changes.
Instead, can hack on libxyz, then `make libxyz`, and re-run
monerod.

By default BUILD_SHARED_LIBS is OFF in release build type,
and ON in debug build type, but can be overriden with -D.
</content>
</entry>
<entry>
<title>+crypto for ARMv8 now tests and modifies ${ARCH$</title>
<updated>2016-09-18T02:26:18Z</updated>
<author>
<name>NanoAkron</name>
<email>nanoakron@users.noreply.github.com</email>
</author>
<published>2016-09-18T02:26:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7f00a4abf41456dea6c51c0797f899901efb4877'/>
<id>urn:sha1:7f00a4abf41456dea6c51c0797f899901efb4877</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated +crypto option for ARMv8 to modify ${ARCH} instead</title>
<updated>2016-09-18T02:23:15Z</updated>
<author>
<name>NanoAkron</name>
<email>nanoakron@users.noreply.github.com</email>
</author>
<published>2016-09-18T02:23:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fd826353960294beaa32b1532602f9d8b8431776'/>
<id>urn:sha1:fd826353960294beaa32b1532602f9d8b8431776</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add +crypto flag for ARMv8-a</title>
<updated>2016-09-17T21:13:39Z</updated>
<author>
<name>NanoAkron</name>
<email>nanoakron@users.noreply.github.com</email>
</author>
<published>2016-09-17T21:11:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d76aec61210e2cc6eef08dadf59a220ec7c94751'/>
<id>urn:sha1:d76aec61210e2cc6eef08dadf59a220ec7c94751</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: quotes around ARCH_ID string</title>
<updated>2016-09-17T19:36:15Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-09-17T18:31:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c79104086c578738225182207c2fd5e17b9c5e6f'/>
<id>urn:sha1:c79104086c578738225182207c2fd5e17b9c5e6f</id>
<content type='text'>
It's only blank only if somebody running cmake in MSYS/MinGW (Windows)
manually forgets to add -D ARCH, but when it is blank, without quotes
those lines are invalid cmake syntax.
</content>
</entry>
<entry>
<title>cmake: remove redundant checks around CMAKE_{AR,RANLIB}</title>
<updated>2016-09-17T04:04:08Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-09-17T03:59:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=aa9a64556d32c9f6fafffb40a9cf4234e59b2d58'/>
<id>urn:sha1:aa9a64556d32c9f6fafffb40a9cf4234e59b2d58</id>
<content type='text'>
Those are always set, no point in checking. #1065
</content>
</entry>
<entry>
<title>Attempt to fix broken compilation on some systems caused by #1074</title>
<updated>2016-09-10T20:56:40Z</updated>
<author>
<name>iDunk5400</name>
<email>iDunk5400@users.noreply.github.com</email>
</author>
<published>2016-09-10T20:56:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1855213c8fb8f8727f4107716aab8e7ba826462b'/>
<id>urn:sha1:1855213c8fb8f8727f4107716aab8e7ba826462b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1047</title>
<updated>2016-09-10T13:11:16Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-10T13:11:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1d0578f8d3ae0340363d425dd2183195c4a13ea5'/>
<id>urn:sha1:1d0578f8d3ae0340363d425dd2183195c4a13ea5</id>
<content type='text'>
0f94f61 cmake: handle dists which prefix gcc binaries wth arch triplet (redfish)
</content>
</entry>
</feed>
