<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/llcommon/llthreadsafequeue.h, branch cef_147</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://www.megapahit.org/viewer.git/atom?h=cef_147</id>
<link rel='self' href='https://www.megapahit.org/viewer.git/atom?h=cef_147'/>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/'/>
<updated>2025-10-01T08:56:56Z</updated>
<entry>
<title>Merge tag 'Second_Life_Release#a6d4c1d3-2025.07' into 2025.07</title>
<updated>2025-10-01T08:56:56Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-09-29T08:29:19Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=a954d290674db08ecaf3c1e6484a0cb6647b88b5'/>
<id>urn:sha1:a954d290674db08ecaf3c1e6484a0cb6647b88b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix pessimizing move warning being emitted by the compiler</title>
<updated>2025-02-11T10:04:09Z</updated>
<author>
<name>Rye</name>
<email>rye@lindenlab.com</email>
</author>
<published>2025-02-03T16:42:21Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=594a7afce6a8b2e6a658d14881b8247b3a63efd8'/>
<id>urn:sha1:594a7afce6a8b2e6a658d14881b8247b3a63efd8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge tag '7.1.7-release'</title>
<updated>2024-05-16T05:52:40Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2024-05-16T05:52:40Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=6d51e91895a7f2435c46a876410ccc6c63fe8c82'/>
<id>urn:sha1:6d51e91895a7f2435c46a876410ccc6c63fe8c82</id>
<content type='text'>
source for viewer 7.1.7.8974243247
</content>
</entry>
<entry>
<title>#824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed</title>
<updated>2024-04-29T04:56:09Z</updated>
<author>
<name>Andrey Lihatskiy</name>
<email>alihatskiy@productengine.com</email>
</author>
<published>2024-04-29T04:43:28Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=1b68f71348ecf3983b76b40d7940da8377f049b7'/>
<id>urn:sha1:1b68f71348ecf3983b76b40d7940da8377f049b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove std::move on Linux as it fails GCC</title>
<updated>2023-09-15T06:27:35Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2023-09-15T06:27:35Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=5becd1b8a664901a1199e435556899e31e338e69'/>
<id>urn:sha1:5becd1b8a664901a1199e435556899e31e338e69</id>
<content type='text'>
"moving a local object in a return statement prevents copy elision
[-Werror=pessimizing-move]"
We're back to using GCC cause Clang somehow causes CPack to not work.
</content>
</entry>
<entry>
<title>DRTVWR-575: Fix llcommon assumptions that size_t fits in 4 bytes.</title>
<updated>2022-11-03T18:58:32Z</updated>
<author>
<name>Nat Goodspeed</name>
<email>nat@lindenlab.com</email>
</author>
<published>2022-11-03T18:58:32Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=9522a0b7c16414fce2103cf58bfdd63aaf0cb01b'/>
<id>urn:sha1:9522a0b7c16414fce2103cf58bfdd63aaf0cb01b</id>
<content type='text'>
It's a little distressing how often we have historically coded S32 or U32 to
pass a length or index.

There are more such assumptions in other viewer subdirectories, but this is a
start.
</content>
</entry>
<entry>
<title>SL-16606: Add profiler category THREAD</title>
<updated>2022-01-14T19:50:21Z</updated>
<author>
<name>Ptolemy</name>
<email>ptolemy@lindenlab.com</email>
</author>
<published>2022-01-13T20:55:53Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=b504c692554d492113a10ef45427fe0ab0d8a85d'/>
<id>urn:sha1:b504c692554d492113a10ef45427fe0ab0d8a85d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SL-16094: Fix merge glitches from previous revert.</title>
<updated>2021-11-24T14:38:56Z</updated>
<author>
<name>Nat Goodspeed</name>
<email>nat@lindenlab.com</email>
</author>
<published>2021-11-24T14:38:56Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=877a02dba1df8a5d7d9f40b04d6be834ed9864da'/>
<id>urn:sha1:877a02dba1df8a5d7d9f40b04d6be834ed9864da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SL-16094, SL-16400: Merge branch 'DRTVWR-546' into glthread</title>
<updated>2021-11-24T02:23:45Z</updated>
<author>
<name>Nat Goodspeed</name>
<email>nat@lindenlab.com</email>
</author>
<published>2021-11-24T02:23:45Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=d71e0a6d4778d4c67b8793ba569fee2db226bc8e'/>
<id>urn:sha1:d71e0a6d4778d4c67b8793ba569fee2db226bc8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SL-16094 More profile hooks for threading code, remove redundant wglCreateContextAttribs call</title>
<updated>2021-11-23T00:42:56Z</updated>
<author>
<name>Runitai Linden</name>
<email>davep@lindenlab.com</email>
</author>
<published>2021-11-23T00:42:56Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=9b0d8c7e629597fd8e6dfb91a6b8f625b34ab274'/>
<id>urn:sha1:9b0d8c7e629597fd8e6dfb91a6b8f625b34ab274</id>
<content type='text'>
</content>
</entry>
</feed>
