<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/Makefile, branch v0.10.1</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.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-10-27T22:22:07Z</updated>
<entry>
<title>Changed ARM6/7/8 to ARMv6/7/8 to be nice to peronero</title>
<updated>2016-10-27T22:22:07Z</updated>
<author>
<name>NanoAkron</name>
<email>nanoakron@users.noreply.github.com</email>
</author>
<published>2016-10-27T22:17:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=54c9400fbe6c4aa8bab5b8124c9cb8a2642f810f'/>
<id>urn:sha1:54c9400fbe6c4aa8bab5b8124c9cb8a2642f810f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: option+target for profiling for coverage</title>
<updated>2016-09-01T14:47:43Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-08-29T18:23:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e374ae7eebedebced6147f78d4027f510f77e25a'/>
<id>urn:sha1:e374ae7eebedebced6147f78d4027f510f77e25a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ARMv8 Handling to CMakeLists.txt - version 2</title>
<updated>2016-08-29T23:57:55Z</updated>
<author>
<name>NanoAkron</name>
<email>nanoakron@users.noreply.github.com</email>
</author>
<published>2016-08-29T10:13:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cf10e05cc6a0ed495dbdd44ec3a76b964b14edba'/>
<id>urn:sha1:cf10e05cc6a0ed495dbdd44ec3a76b964b14edba</id>
<content type='text'>
Adds 64-bit ARMv8 handling to CMakeLists.txt and implements GCC flags for two errata on the Cortex-A53 present on every chip in revision 0:

https://developer.arm.com/docs/epm048406/latest/arm-processor-cortex-a53-mpcore-product-revision-r0-software-developers-errata-notice

835769 affects 64-bit multiply accumulate

843419 affects internal page addressing

Rewritten to build on @radfish's changes

Updated to address @radfish's points
</content>
</entry>
<entry>
<title>Merge pull request #997</title>
<updated>2016-08-28T20:49:09Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-08-28T20:49:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=53a0997a260472d4efb777e8aaa90230cd229421'/>
<id>urn:sha1:53a0997a260472d4efb777e8aaa90230cd229421</id>
<content type='text'>
1c7d3b0 cmake: define ARM var for all ARM arch variants (redfish)
6fe543d cmake: ARM: exclude libunwind in static build (redfish)
397b720 make: remove NO_AES from arm targets (redfish)
57ca3f3 make: make the ARM release targets statically linked (redfish)
43c07a1 readme: editted install/build instructions for clarity (redfish)
a0d4058 Revert "makefile: remove unnecessary ARM-specific targets" (redfish)
c2bc34b Revert "Interpret x86_64 as x86-64 for architecture" (redfish)
c54b9a1 cmake: don't set ARCH from CMAKE_SYSTEM_PROCESSOR (redfish)
</content>
</entry>
<entry>
<title>make: remove NO_AES from arm targets</title>
<updated>2016-08-28T09:42:06Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-08-28T09:42:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=397b720069e4c6011e20c6f9d4848c6092f002f3'/>
<id>urn:sha1:397b720069e4c6011e20c6f9d4848c6092f002f3</id>
<content type='text'>
cmake sets that appropriately based on the target architecture
</content>
</entry>
<entry>
<title>make: make the ARM release targets statically linked</title>
<updated>2016-08-28T09:35:27Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-08-28T09:35:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=57ca3f3f64ebfcd83af899cbff58e683198152a0'/>
<id>urn:sha1:57ca3f3f64ebfcd83af899cbff58e683198152a0</id>
<content type='text'>
I think, in this context, dynamically linked builds make sense
only for native builds, not these builds that target arch
families to produce portable binaries.
</content>
</entry>
<entry>
<title>Revert "makefile: remove unnecessary ARM-specific targets"</title>
<updated>2016-08-28T06:10:52Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-08-28T05:44:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a0d40587ea0b7bdc4084bcd7727d876948d30d7d'/>
<id>urn:sha1:a0d40587ea0b7bdc4084bcd7727d876948d30d7d</id>
<content type='text'>
This reverts commit ecd0f2dde7b2d8f3ff820d1190c00401c436384a.

These targets that are not native builds. They are for builds
portable within processors of a given family.

'make release' used to not work to build a native build on ARM, but that
has been fixed. These targets are unrelated to the native build.
</content>
</entry>
<entry>
<title>Streamline release-test target</title>
<updated>2016-08-26T20:06:35Z</updated>
<author>
<name>Jacob Torrey</name>
<email>discipleofranok@gmail.com</email>
</author>
<published>2016-08-26T19:50:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e0bf02a6ce17bbcd8a91743dd3273a6d33040598'/>
<id>urn:sha1:e0bf02a6ce17bbcd8a91743dd3273a6d33040598</id>
<content type='text'>
When Travis builds and tests, time is limited per build, so the overhead of re-calling CMake can push it over the limit.</content>
</entry>
<entry>
<title>Streamline test building target</title>
<updated>2016-08-26T20:03:27Z</updated>
<author>
<name>Jacob Torrey</name>
<email>discipleofranok@gmail.com</email>
</author>
<published>2016-08-22T23:43:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=256dec06016650128ca3d59d541a1a335b948331'/>
<id>urn:sha1:256dec06016650128ca3d59d541a1a335b948331</id>
<content type='text'>
Signed-off-by: Jacob Torrey &lt;discipleofranok@gmail.com&gt;
</content>
</entry>
<entry>
<title>makefile: remove unnecessary ARM-specific targets</title>
<updated>2016-06-23T21:01:31Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-06-23T21:01:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ecd0f2dde7b2d8f3ff820d1190c00401c436384a'/>
<id>urn:sha1:ecd0f2dde7b2d8f3ff820d1190c00401c436384a</id>
<content type='text'>
* NO_AES is determined automatically
* BUILD_64 is determined automatically
</content>
</entry>
</feed>
