<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/depends, branch v0.13.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.13.0.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.13.0.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-10-08T20:07:23Z</updated>
<entry>
<title>Merge pull request #4519</title>
<updated>2018-10-08T20:07:23Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-08T20:02:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=49c11b2248ed0026ec185fc9f45c99e934587808'/>
<id>urn:sha1:49c11b2248ed0026ec185fc9f45c99e934587808</id>
<content type='text'>
17701864 Depends: build hidapi with -fPIC (iDunk5400)
</content>
</entry>
<entry>
<title>Merge pull request #4510</title>
<updated>2018-10-07T18:04:10Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-07T17:51:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=24e519b9b6076334a652cf4b73cc0b5dc1a45cd6'/>
<id>urn:sha1:24e519b9b6076334a652cf4b73cc0b5dc1a45cd6</id>
<content type='text'>
21a624af Consolidate HID depends makefiles into single recipe (TheCharlatan)
</content>
</entry>
<entry>
<title>Merge pull request #4470</title>
<updated>2018-10-02T20:45:45Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-02T20:37:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=88a0985104ca125486b58a3cb0afb2f235094dc1'/>
<id>urn:sha1:88a0985104ca125486b58a3cb0afb2f235094dc1</id>
<content type='text'>
2fbf38ee Fix 32bit depends builds (TheCharlatan)
17142ec9 malloc scratchpad for all supported android archs (m2049r)
6a781408 Make depends use self built clang for darwin (TheCharlatan)
69da14e1 fixes make debug compilation on OSX (Dusan Klinec)
fe125647 Fixup RENAME_DB() macro (Howard Chu)
b2972927 osx compilation fix: missing boost libs added (Dusan Klinec)
174f31bf simplewallet: don't complain about payment id on pool mined blocks (moneromooo-monero)
89288863 README: mention ASAN usage alongside valgrind (moneromooo-monero)
83debef9 wallet_rpc_server: remove verbose field in incoming_transfers query (moneromooo-monero)
a69271fa Fixed a typo (Piotr Kąkol)
92d1da28 unit_tests: fix build with GCC 5.4.0 on ubuntu (moneromooo-monero)
a21da905 Wallet: use unique_ptr for WalletImpl members (oneiric)
7a056f44 WalletAPI: multisigSignData bug fixed (naughtyfox)
43a06350 ringdb: use cursors to be a bit faster (moneromooo-monero)
7964d4f8 wallet2: handle corner case in picking fake outputs (moneromooo-monero)
6f5360b3 bump version to 0.13.0.1 (Riccardo Spagni)
cf470bf3 switch from master to rc (Riccardo Spagni)
</content>
</entry>
<entry>
<title>Make depends use self built clang for darwin</title>
<updated>2018-09-25T21:05:16Z</updated>
<author>
<name>TheCharlatan</name>
<email>seb.kung@gmail.com</email>
</author>
<published>2018-09-25T19:54:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6a78140863cbfc11dd4388901c913717f8ca4d17'/>
<id>urn:sha1:6a78140863cbfc11dd4388901c913717f8ca4d17</id>
<content type='text'>
The configure script in hidapi and libsodium tried to find clang in /usr/bin,
even though the correct prefix was passed in. This sets the correct CC flag.
This was previously undetected, because clang and the sdk where
installed in the global environment.

This also fixes a subsequent error, where IOKIT and CoreFoundation are
not found, again for the reason stated above.
</content>
</entry>
<entry>
<title>Add hidapi to depends</title>
<updated>2018-09-25T10:13:54Z</updated>
<author>
<name>TheCharlatan</name>
<email>seb.kung@gmail.com</email>
</author>
<published>2018-09-22T18:07:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5c234cbdcbd7289539b2df4281ee20fbd12dbea0'/>
<id>urn:sha1:5c234cbdcbd7289539b2df4281ee20fbd12dbea0</id>
<content type='text'>
Clang needs to get its cctools path passed directly for the hid build to
succeed.
Make gperf a permanent external dependency.
Remove pcsc from depends.
</content>
</entry>
<entry>
<title>Fix Darwin Sodium build</title>
<updated>2018-09-22T19:50:08Z</updated>
<author>
<name>TheCharlatan</name>
<email>seb.kung@gmail.com</email>
</author>
<published>2018-09-22T18:07:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0f4f873bf33404dbfc016a90cd6930fb43b1165e'/>
<id>urn:sha1:0f4f873bf33404dbfc016a90cd6930fb43b1165e</id>
<content type='text'>
Clang needs to get its cctools path passed.
</content>
</entry>
<entry>
<title>Fixup 32bit arm build</title>
<updated>2018-09-18T00:52:57Z</updated>
<author>
<name>TheCharlatan</name>
<email>seb.kung@gmail.com</email>
</author>
<published>2018-09-18T00:52:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=423973596ba6ce645bc578bbc4774023caa335c6'/>
<id>urn:sha1:423973596ba6ce645bc578bbc4774023caa335c6</id>
<content type='text'>
Set the architecture in the toolchain file correctly
</content>
</entry>
<entry>
<title>Fix Windows build</title>
<updated>2018-09-17T21:59:37Z</updated>
<author>
<name>TheCharlatan</name>
<email>seb.kung@gmail.com</email>
</author>
<published>2018-09-17T21:59:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a06d2581c3938006df9776185521db5216712629'/>
<id>urn:sha1:a06d2581c3938006df9776185521db5216712629</id>
<content type='text'>
icu tex support is not required, so just disable it.
Re-add mistakingly removed crypt32 lib.
</content>
</entry>
<entry>
<title>Add libsodium to the packages, the arm build was complaining about it.</title>
<updated>2018-09-17T14:09:50Z</updated>
<author>
<name>TheCharlatan</name>
<email>seb.kung@gmail.com</email>
</author>
<published>2018-09-10T21:22:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ecaf5b3feb2272ee8b9aec7f10d427dc20318d22'/>
<id>urn:sha1:ecaf5b3feb2272ee8b9aec7f10d427dc20318d22</id>
<content type='text'>
Fixup arm toolchain file.
</content>
</entry>
<entry>
<title>Updated pcsc url</title>
<updated>2018-09-10T20:08:06Z</updated>
<author>
<name>TheCharlatan</name>
<email>seb.kung@gmail.com</email>
</author>
<published>2018-09-10T19:58:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=db5715468afc50147c02fa7b7dd76746d3b00170'/>
<id>urn:sha1:db5715468afc50147c02fa7b7dd76746d3b00170</id>
<content type='text'>
</content>
</entry>
</feed>
