<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/CMakeLists.txt, branch main</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=main</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2026-05-24T21:19:21Z</updated>
<entry>
<title>depends: libusb: update to 1.0.30</title>
<updated>2026-05-24T21:19:21Z</updated>
<author>
<name>tobtoht</name>
<email>tob@featherwallet.org</email>
</author>
<published>2026-05-24T17:58:21Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=22a69e588e60bdd0a8c84f8e834446eaf185fbe7'/>
<id>urn:sha1:22a69e588e60bdd0a8c84f8e834446eaf185fbe7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>daemon: remove miniupnp</title>
<updated>2026-04-26T11:32:06Z</updated>
<author>
<name>tobtoht</name>
<email>tob@featherwallet.org</email>
</author>
<published>2026-04-26T11:32:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=987e6d29133a493914a19b660051ca634fbed1d6'/>
<id>urn:sha1:987e6d29133a493914a19b660051ca634fbed1d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for Loongarch</title>
<updated>2026-04-04T18:10:25Z</updated>
<author>
<name>YalingFang</name>
<email>fangyaling@loongson.cn</email>
</author>
<published>2024-01-05T08:14:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0e45918b2b15e1e836ca986fbebb179ce18e7654'/>
<id>urn:sha1:0e45918b2b15e1e836ca986fbebb179ce18e7654</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CMake: fix msys/ICU compilation failure</title>
<updated>2025-09-08T16:38:04Z</updated>
<author>
<name>0xFFFC0000</name>
<email>0xFFFC0000@proton.me</email>
</author>
<published>2025-09-07T19:19:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=53375a79ce719345399bcd908ee76897f0daadac'/>
<id>urn:sha1:53375a79ce719345399bcd908ee76897f0daadac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: set cmake_minimum_required(VERSION 3.5) consistently</title>
<updated>2025-04-01T09:22:19Z</updated>
<author>
<name>cyan</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2025-04-01T09:22:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0d0a656618e396de7ff60368dde708ad9d45f866'/>
<id>urn:sha1:0d0a656618e396de7ff60368dde708ad9d45f866</id>
<content type='text'>
</content>
</entry>
<entry>
<title>depends: boost: update to 1.69.0</title>
<updated>2025-02-18T12:49:51Z</updated>
<author>
<name>tobtoht</name>
<email>tob@featherwallet.org</email>
</author>
<published>2025-02-18T12:44:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b556ca66789b7054ee593b63380b4050183aa994'/>
<id>urn:sha1:b556ca66789b7054ee593b63380b4050183aa994</id>
<content type='text'>
</content>
</entry>
<entry>
<title>depends: boost: update to 1.66.0</title>
<updated>2025-01-07T15:41:38Z</updated>
<author>
<name>tobtoht</name>
<email>tob@featherwallet.org</email>
</author>
<published>2025-01-06T22:34:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=05729aba78a1e661c7e6b74fe468e2b2486c9808'/>
<id>urn:sha1:05729aba78a1e661c7e6b74fe468e2b2486c9808</id>
<content type='text'>
-DBOOST_ASIO_HAS_STD_STRING_VIEW=1 fixes:

/monero/contrib/depends/x86_64-unknown-freebsd/native/usr/include/c++/v1/experimental/string_view:18:3:
warning: "&lt;experimental/string_view&gt; has been removed. Use &lt;string_view&gt; instead." [-W#warnings]

/monero/contrib/depends/x86_64-unknown-freebsd/include/boost/asio/detail/string_view.hpp:32:12
: error: no member named 'experimental' in namespace 'std'
using std::experimental::basic_string_view;
      ~~~~~^
</content>
</entry>
<entry>
<title>Merge pull request #9504</title>
<updated>2024-12-23T15:39:39Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2024-12-23T15:39:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=91140cc65ad9609c047738e8729e5f960ca1d9c5'/>
<id>urn:sha1:91140cc65ad9609c047738e8729e5f960ca1d9c5</id>
<content type='text'>
01a653f fix zmq and sodium include dirs search (nsec1)
</content>
</entry>
<entry>
<title>cmake: boost: fix header-only library search, bump minimum</title>
<updated>2024-10-13T13:26:22Z</updated>
<author>
<name>tobtoht</name>
<email>tob@featherwallet.org</email>
</author>
<published>2024-10-13T13:19:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=366eb60ee33396bd9f79bf445b0b1e3339063a55'/>
<id>urn:sha1:366eb60ee33396bd9f79bf445b0b1e3339063a55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: fix build with Boost 1.85 and remove instances of viewkey logging [RELEASE]</title>
<updated>2024-09-10T21:07:36Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2024-08-23T17:15:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=65568d3a884857ce08d1170f5801a6891a5c187c'/>
<id>urn:sha1:65568d3a884857ce08d1170f5801a6891a5c187c</id>
<content type='text'>
1. Use std::is_standard_layout and std::is_trivially_copyable instead of std::is_pod for KV byte-wise serialization, which fixes compile issue for Boost UUIDs
2. Removed reimplementation of std::hash for boost::uuids::uuid
3. Removed &lt;&lt; operator overload for crypto::secret_key
4. Removed instances in code where private view key was dumped to the log in plaintext

Release version of #9450, containing C++14 modified assertions
</content>
</entry>
</feed>
