<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/llmath/CMakeLists.txt, branch 26.4</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=26.4</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=26.4'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2026-09-04T13:58:53Z</updated>
<entry>
<title>Merge remote-tracking branch 'secondlife/release/26.4' into 26.4</title>
<updated>2026-09-04T13:58:53Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-09-01T10:35:23Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=00bb3bb6f07660bd914d29a1389342bb3060d254'/>
<id>urn:sha1:00bb3bb6f07660bd914d29a1389342bb3060d254</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up dead LLSphere code and related tests</title>
<updated>2025-12-16T02:19:35Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2025-12-15T20:07:30Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=7bb5ea40b86d6d8baef0b24f9dabb21f6fdb3d2b'/>
<id>urn:sha1:7bb5ea40b86d6d8baef0b24f9dabb21f6fdb3d2b</id>
<content type='text'>
Signed-off-by: Rye &lt;rye@alchemyviewer.org&gt;
</content>
</entry>
<entry>
<title>Clean up dead legacy headers and compiler work arounds</title>
<updated>2025-12-16T02:19:35Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2025-12-15T22:41:05Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=2d40a1cfa9930f96570cccf415f6038d6dcc657c'/>
<id>urn:sha1:2d40a1cfa9930f96570cccf415f6038d6dcc657c</id>
<content type='text'>
Clean up dead macos files

Clean up dead windows build files

Signed-off-by: Rye &lt;rye@alchemyviewer.org&gt;
</content>
</entry>
<entry>
<title>Introduce global precompiled header to accelerate build</title>
<updated>2025-10-27T08:59:15Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2025-10-23T13:15:38Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=37f89080ba5ce1ddd7848d2029794a5f5aabb7be'/>
<id>urn:sha1:37f89080ba5ce1ddd7848d2029794a5f5aabb7be</id>
<content type='text'>
Signed-off-by: Rye &lt;rye@alchemyviewer.org&gt;
</content>
</entry>
<entry>
<title>Not rely on (LL_)USESYSTEMLIBS macro &amp; CMake setting</title>
<updated>2025-05-13T02:22:54Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-05-13T02:22:54Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=f5ab6e11f13699c03a696611f67f8384434130a1'/>
<id>urn:sha1:f5ab6e11f13699c03a696611f67f8384434130a1</id>
<content type='text'>
but the fact that we keep on using as many system libraries as we
can (and only resort to other sources in certain cases), hasn't
changed, of course.
Also stop having to set USE_AUTOBUILD_3P to OFF.
Lines are reindented, and when a system library can be found for
a dependency, then that should be the way. If later we find out
that using some other way is better, than stick to that. So, one
option at a time, whichever is best for the situation.
GLEXT hasn't been used, and in order to be not having to hack its
.cmake file, we bypass it and refer to GLH (which is still used)
right away in LLWindow.
CMake commands that need to be bypassed, if it's a one-liner then
it's just commented out, but if it's multiple lines, then scope
them with if (FALSE) to minimise difference.
</content>
</entry>
<entry>
<title>Introduce SSE2NEON package for handling sse to neon intrinsic compatibility</title>
<updated>2025-02-11T10:04:07Z</updated>
<author>
<name>Rye</name>
<email>rye@lindenlab.com</email>
</author>
<published>2025-02-03T00:05:59Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=e83aea5e959075ac6c324e77752cb1b48709eab0'/>
<id>urn:sha1:e83aea5e959075ac6c324e77752cb1b48709eab0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GLH and Mikktspace can be untarred in packages now</title>
<updated>2024-07-08T08:15:09Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2024-07-08T08:15:09Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=9d088bea3cc29dde6290db9e6da5dafd4f3ec524'/>
<id>urn:sha1:9d088bea3cc29dde6290db9e6da5dafd4f3ec524</id>
<content type='text'>
They're custom anyway so very unlikely to be reused in other projects.
TinyGLTF.cmake changes here just to minimise diff, the include
directory setting does not have any effect (just like in TinyEXR.cmake).
</content>
</entry>
<entry>
<title>Swap dependency between llmath &amp; llmeshoptimizer</title>
<updated>2023-09-10T12:28:50Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2023-09-10T12:28:50Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=5c1d8537c940450cdc6f8548aec478c440e68b5a'/>
<id>urn:sha1:5c1d8537c940450cdc6f8548aec478c440e68b5a</id>
<content type='text'>
It seems easier the other way around. This is only so building
shared libraries won't fail.
</content>
</entry>
<entry>
<title>Fix commit 7aa029</title>
<updated>2023-08-01T01:43:21Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2023-08-01T01:43:21Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=02090f361e631a014a3e2d35cb25229ad0f0b843'/>
<id>urn:sha1:02090f361e631a014a3e2d35cb25229ad0f0b843</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set so dangling pointer is no error when using GCC</title>
<updated>2023-08-01T01:30:00Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2023-08-01T01:30:00Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=7aa0299d38dd8fdef9d7e722e94db84c7b2fb5f4'/>
<id>urn:sha1:7aa0299d38dd8fdef9d7e722e94db84c7b2fb5f4</id>
<content type='text'>
</content>
</entry>
</feed>
