<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/CMakeLists.txt, branch v0.14.0.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.14.0.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.14.0.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-02-22T15:51:04Z</updated>
<entry>
<title>cmake: ARCH_ID fixes for cross compilation</title>
<updated>2019-02-22T15:51:04Z</updated>
<author>
<name>TheCharlatan</name>
<email>seb.kung@gmail.com</email>
</author>
<published>2019-02-22T15:18:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0cb6a763c1626848a833bccb33023bad49988850'/>
<id>urn:sha1:0cb6a763c1626848a833bccb33023bad49988850</id>
<content type='text'>
</content>
</entry>
<entry>
<title>crypto: plug CNv4 JIT into cn_slow_hash</title>
<updated>2019-02-18T10:37:06Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-02-16T17:47:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=736f25795ca72790f7e174aa7c023c818772f79d'/>
<id>urn:sha1:736f25795ca72790f7e174aa7c023c818772f79d</id>
<content type='text'>
Enabled by setting the MONERO_USE_CNV4_JIT env var to 1
</content>
</entry>
<entry>
<title>CMakeLists.txt: detect and use -pthread compiler flag</title>
<updated>2019-02-17T10:54:43Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-10-13T18:11:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=32ebc95df7c4627c069843a06dcb893f6a9a0900'/>
<id>urn:sha1:32ebc95df7c4627c069843a06dcb893f6a9a0900</id>
<content type='text'>
The cmake thread detection just ain't enough to always work
</content>
</entry>
<entry>
<title>build: use ARCH 'native' by default, allow to configure and override it</title>
<updated>2018-10-14T20:24:54Z</updated>
<author>
<name>xiphon</name>
<email>xiphon@protonmail.com</email>
</author>
<published>2018-10-13T09:46:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=82037f2365886b5169f5e02660c6811567d60725'/>
<id>urn:sha1:82037f2365886b5169f5e02660c6811567d60725</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #4529</title>
<updated>2018-10-08T20:07:30Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-08T20:05:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5209bbd0c50551df0ecef03a40cadccdf76806fe'/>
<id>urn:sha1:5209bbd0c50551df0ecef03a40cadccdf76806fe</id>
<content type='text'>
c95a1408 CMakeLists.txt: Fix typo (erciccione)
</content>
</entry>
<entry>
<title>Revert "Merge pull request #4472"</title>
<updated>2018-10-08T19:42:38Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-08T19:42:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f5df0e272e0c0b513c6e24425e169683ad00d55c'/>
<id>urn:sha1:f5df0e272e0c0b513c6e24425e169683ad00d55c</id>
<content type='text'>
This reverts commit b26ab0b5803af4ffe23de11a45e43877301a4902.
</content>
</entry>
<entry>
<title>Merge pull request #4501</title>
<updated>2018-10-07T18:04:09Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-07T16:57:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5f83ec59ca018e0995307328c7156d51c36e95c0'/>
<id>urn:sha1:5f83ec59ca018e0995307328c7156d51c36e95c0</id>
<content type='text'>
fb3593c2 Add check if submodules need to be updated (TheCharlatan)
</content>
</entry>
<entry>
<title>Merge pull request #4472</title>
<updated>2018-10-06T09:15:43Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-05T21:13:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b26ab0b5803af4ffe23de11a45e43877301a4902'/>
<id>urn:sha1:b26ab0b5803af4ffe23de11a45e43877301a4902</id>
<content type='text'>
02d3ef7b blocks: use auto-generated .c files instead of 'LD -r -b binary' (xiphon)
</content>
</entry>
<entry>
<title>Merge pull request #4457</title>
<updated>2018-09-29T20:16:19Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-29T20:16:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=37252f6aecaa2ec31e5f54732d5d8da794eca000'/>
<id>urn:sha1:37252f6aecaa2ec31e5f54732d5d8da794eca000</id>
<content type='text'>
85318e78 build: set ARCH_FLAG before compiler/linker flag checks (xiphon)
</content>
</entry>
<entry>
<title>Merge pull request #4448</title>
<updated>2018-09-29T20:14:56Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-29T20:14:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=50f94729112e9ad6e6dc412b096a685fbe7b2b04'/>
<id>urn:sha1:50f94729112e9ad6e6dc412b096a685fbe7b2b04</id>
<content type='text'>
6a781408 Make depends use self built clang for darwin (TheCharlatan)
</content>
</entry>
</feed>
