<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/external/boost/archive, 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>2022-05-28T01:27:46Z</updated>
<entry>
<title>clang warning fix for #8338</title>
<updated>2022-05-28T01:27:46Z</updated>
<author>
<name>Jeffrey Ryan</name>
<email>jeffreyryan@tutanota.com</email>
</author>
<published>2022-05-28T00:48:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fb3f7cebbfc3d41a4186d5f7560dd7f7769517bb'/>
<id>urn:sha1:fb3f7cebbfc3d41a4186d5f7560dd7f7769517bb</id>
<content type='text'>
Unlike some other warnings, clang does not have a `stringop-overflow` group so it doesn't recognize the `#pragma GCC ...` directive in #8338
</content>
</entry>
<entry>
<title>GCC: Fix -Wstringop-overflow= warnings</title>
<updated>2022-05-17T00:13:02Z</updated>
<author>
<name>Jeffrey Ryan</name>
<email>jeffreyryan@tutanota.com</email>
</author>
<published>2022-05-17T00:13:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5858f05f9bbbcfeca77cda249d26fe05bca5cc38'/>
<id>urn:sha1:5858f05f9bbbcfeca77cda249d26fe05bca5cc38</id>
<content type='text'>
Resolves #8320
</content>
</entry>
<entry>
<title>boost: fix little/big endian compatibility</title>
<updated>2019-09-04T14:54:00Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-05-16T14:56:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c1fa4a7f8c6d30442815b095f92d1c8fb66936f3'/>
<id>urn:sha1:c1fa4a7f8c6d30442815b095f92d1c8fb66936f3</id>
<content type='text'>
When no little/big endian flag is given to the writer, it stores
data in host endianness. When loading, if no flag is set, it also
assumes host endianness. This works as long as the loading and
writing are done on machines with the same endianness.

We change this to default to little endian when saving. This will
cause the loader to see the little endian flag, and swap endianness
when loading on a big endian machine. Similarly, writing on a big
endian machine will swap on save, and a little endian machine will
load little endian data.
</content>
</entry>
<entry>
<title>boost: update obsolete usage of endian API</title>
<updated>2019-07-09T15:07:13Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-07-08T21:52:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b350726a5a3b6f9177aa01ec0cbde85c2ac5c5fc'/>
<id>urn:sha1:b350726a5a3b6f9177aa01ec0cbde85c2ac5c5fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Silence stupid fallthru warning in gcc 7</title>
<updated>2017-08-21T09:16:10Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2017-08-20T14:58:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0c6c3eb3f220aa4c9f575ebaaacf5775a68589c5'/>
<id>urn:sha1:0c6c3eb3f220aa4c9f575ebaaacf5775a68589c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1531</title>
<updated>2017-01-09T00:43:35Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-01-09T00:43:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=278562d2c2df90fe56cdc6d7c3082c45795fd0ad'/>
<id>urn:sha1:278562d2c2df90fe56cdc6d7c3082c45795fd0ad</id>
<content type='text'>
9d1d3a45 portable serializer: use signed char for size (kenshi84)
</content>
</entry>
<entry>
<title>Merge pull request #1515</title>
<updated>2017-01-09T00:41:44Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-01-09T00:41:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ba9744d4000268dedb08a00125776ccf526064f7'/>
<id>urn:sha1:ba9744d4000268dedb08a00125776ccf526064f7</id>
<content type='text'>
ada7c7da portable serializer: tests added (kenshi84)
f390a0e2 portable serializer: make signerd/unsigned tx portable, ignore archive version checking (kenshi84)
</content>
</entry>
<entry>
<title>portable serializer: use signed char for size</title>
<updated>2017-01-07T02:59:16Z</updated>
<author>
<name>kenshi84</name>
<email>kenshi84@protonmail.ch</email>
</author>
<published>2017-01-05T23:37:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9d1d3a454e95098bebe1807f4d05f9378bfc0f81'/>
<id>urn:sha1:9d1d3a454e95098bebe1807f4d05f9378bfc0f81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>portable serializer: make signerd/unsigned tx portable, ignore archive version checking</title>
<updated>2017-01-02T11:04:58Z</updated>
<author>
<name>kenshi84</name>
<email>kenshi84@protonmail.ch</email>
</author>
<published>2016-12-30T13:51:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f390a0e2dcc6b2a67b3161d167da4378e898e177'/>
<id>urn:sha1:f390a0e2dcc6b2a67b3161d167da4378e898e177</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix multiple definition clash on ARMv7 build</title>
<updated>2016-12-23T18:05:11Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-12-23T18:04:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f3fdefe001b15d042d0d3029c0734aedf2a7b7ce'/>
<id>urn:sha1:f3fdefe001b15d042d0d3029c0734aedf2a7b7ce</id>
<content type='text'>
Broken by d1d6e27ab661f71d90fb6530db84d5a2b92550a8
</content>
</entry>
</feed>
