<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/newview/llmachineid.cpp, branch cef_147</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=cef_147</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=cef_147'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2026-01-21T20:07:08Z</updated>
<entry>
<title>Introduced Tracy instrumentation to app initialization</title>
<updated>2026-01-21T20:07:08Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2026-01-11T18:09:02Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=aad49bd41461269bc3294df73050a2dd4fc76fe1'/>
<id>urn:sha1:aad49bd41461269bc3294df73050a2dd4fc76fe1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework windows to use zc:wchar_t for better c++ conformance and compatibility with modern libraries</title>
<updated>2025-02-11T10:55:37Z</updated>
<author>
<name>Rye</name>
<email>rye@lindenlab.com</email>
</author>
<published>2025-02-11T10:02:45Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=179b29252d8bb28e11686a1852c8e8ffcd98ecc0'/>
<id>urn:sha1:179b29252d8bb28e11686a1852c8e8ffcd98ecc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and llunittype.h for now</title>
<updated>2024-07-08T18:27:14Z</updated>
<author>
<name>Ansariel</name>
<email>ansariel.hiller@phoenixviewer.com</email>
</author>
<published>2024-07-08T18:27:14Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=9fdca96f8bd2211a99fe88e57b70cbecefa20b6d'/>
<id>urn:sha1:9fdca96f8bd2211a99fe88e57b70cbecefa20b6d</id>
<content type='text'>
</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://megapahit.org/viewer.git/commit/?id=1b68f71348ecf3983b76b40d7940da8377f049b7'/>
<id>urn:sha1:1b68f71348ecf3983b76b40d7940da8377f049b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SL-20695 Fix hardware probes</title>
<updated>2023-12-06T10:59:21Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2023-12-06T10:58:20Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=5accc1feff322c89e63fbfa0f3ac6911abcf6436'/>
<id>urn:sha1:5accc1feff322c89e63fbfa0f3ac6911abcf6436</id>
<content type='text'>
CoCreateInstance returns 'no interface supported'
Preferable not to mix init types so switched everything.
</content>
</entry>
<entry>
<title>SL-20603 Crash on CoInitialize</title>
<updated>2023-11-22T00:31:12Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2023-11-21T23:01:12Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=d3da20d63f6ddf6f3760208d7db130d15860e852'/>
<id>urn:sha1:d3da20d63f6ddf6f3760208d7db130d15860e852</id>
<content type='text'>
Don't mix CoInitialize and CoInitializeEx, one is global, other is
threaded.
CoInitialize(0) is equal to CoInitializeEx(0, COINIT_APARTMENTTHREADED)
and MULTITHREADED is not compatible with APARTMENTTHREADED.
</content>
</entry>
<entry>
<title>SL-16438 Machine id for Linux is always 0</title>
<updated>2021-12-02T22:49:33Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2021-12-02T22:49:33Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=442abdaac7e6af5a91d5ddf6ab02270e190289ff'/>
<id>urn:sha1:442abdaac7e6af5a91d5ddf6ab02270e190289ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'DRTVWR-522-maint' into DRTVWR-545-maint-mix</title>
<updated>2021-09-02T21:18:26Z</updated>
<author>
<name>Andrey Lihatskiy</name>
<email>alihatskiy@productengine.com</email>
</author>
<published>2021-09-02T21:16:35Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=b18f328c08a0af7032c24843cf1d045eea73ad33'/>
<id>urn:sha1:b18f328c08a0af7032c24843cf1d045eea73ad33</id>
<content type='text'>
# Conflicts:
#	indra/newview/llappviewer.cpp
#	indra/newview/llappviewerwin32.cpp
#	indra/newview/llmachineid.cpp
</content>
</entry>
<entry>
<title>SL-15258: No 'using namespace std' with Windows SDK</title>
<updated>2021-05-14T14:36:29Z</updated>
<author>
<name>Nat Goodspeed</name>
<email>nat@lindenlab.com</email>
</author>
<published>2021-05-14T14:36:29Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=1eeb4c85a120b23b853aabb8e6cf984b03dbc17f'/>
<id>urn:sha1:1eeb4c85a120b23b853aabb8e6cf984b03dbc17f</id>
<content type='text'>
With /std:c++17, in wbemcli.h included by &lt;Wbemidl.h&gt;, we were getting errors
concerning an ambiguous symbol 'byte'. This turns out to be due to a 'using
namespace std' declaration before the #include. The linked workaround advises
moving 'using namespace std' after the #include. But since the ONLY symbol
from std that was used without qualification was 'hex' in a few places, remove
'using namespace std' altogether and just write 'std::hex' everywhere.

https://developercommunity.visualstudio.com/t/error-c2872-byte-ambiguous-symbol/93889#T-N138537
</content>
</entry>
<entry>
<title>SL-14481 Use serial number as unique key on Mac</title>
<updated>2020-12-08T16:21:05Z</updated>
<author>
<name>Mnikolenko ProductEngine</name>
<email>mnikolenko@productengine.com</email>
</author>
<published>2020-12-08T16:21:05Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=6b7ef8c8588e6788e16dc8026af87d139683cbcc'/>
<id>urn:sha1:6b7ef8c8588e6788e16dc8026af87d139683cbcc</id>
<content type='text'>
</content>
</entry>
</feed>
