<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/llxml, branch main</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=main</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2025-12-04T08:48:50Z</updated>
<entry>
<title>Merge remote-tracking branch 'secondlife/release/2026.01' into 2026.01</title>
<updated>2025-12-04T08:48:50Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-12-04T05:58:12Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=e3a35af2c676fb211ff7d01a79eb1a3299bc82f3'/>
<id>urn:sha1:e3a35af2c676fb211ff7d01a79eb1a3299bc82f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#5078 Replace boost::function with std::function</title>
<updated>2025-12-01T10:46:57Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2025-12-01T10:46:57Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=fb3f0e18a2ada57f98c3b10fab0c13fb2d504ae1'/>
<id>urn:sha1:fb3f0e18a2ada57f98c3b10fab0c13fb2d504ae1</id>
<content type='text'>
* Replace boost::function usage with std::function for easier debugging and reduced compiler warnings
* Remove a few remaining instances of boost::noncopyable that were missed in tests

Signed-off-by: Rye &lt;rye@alchemyviewer.org&gt;</content>
</entry>
<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://megapahit.org/viewer.git/commit/?id=a954d290674db08ecaf3c1e6484a0cb6647b88b5'/>
<id>urn:sha1:a954d290674db08ecaf3c1e6484a0cb6647b88b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'develop' of github.com:secondlife/viewer into rye/infinitemac</title>
<updated>2025-08-20T22:04:55Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2025-08-20T22:04:55Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=ba30737d8f4add8ddd8c77d18df6497b46583fe9'/>
<id>urn:sha1:ba30737d8f4add8ddd8c77d18df6497b46583fe9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge tag 'Second_Life_Release#922d2324-2025.06' into 2025.06</title>
<updated>2025-08-14T22:14:30Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-08-14T22:14:30Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=1b208964506c31da88353e058bba83813c468756'/>
<id>urn:sha1:1b208964506c31da88353e058bba83813c468756</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#4524 LLControlVariable error</title>
<updated>2025-08-12T17:31:00Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2025-08-12T16:55:13Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=ea24792fec5601162197653f6bc27de0272d18bd'/>
<id>urn:sha1:ea24792fec5601162197653f6bc27de0272d18bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Have unencapsulated Expat headers in any condition</title>
<updated>2025-05-12T12:14:23Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-05-12T12:14:23Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=0500c78b1bccda71a8623785c9765a7adaec0071'/>
<id>urn:sha1:0500c78b1bccda71a8623785c9765a7adaec0071</id>
<content type='text'>
The only condition where Expat headers would be encapsulated is when
using LL's Autobuild-based prebuilt libraries, and we're never using
any of LL's prebuilt binary for Expat on desktop, since Expat is
practically available on any supported desktop platform.
The system Expat headers are never encapsulated in any of those
platforms.
This is the beginning of not relying on the LL_USESYSTEMLIBS macro
any more (eventually not relying on the custom USESYSTEMLIBS CMake
setting either).
Keeping the build system still flexible to have the option to use
LL's prebuilt libraries *fully* (we still use some of them in cases
where the platform may not have the related system library or for
convenience, so the term USESYSTEMLIBS may not always be consistent),
is getting harder to maintain.
The way it's done is using #if 1, in order to minimise difference
from upstream.
</content>
</entry>
<entry>
<title>Merge tag 'Second_Life_Release#895a6739-2025.03' into 2025.03</title>
<updated>2025-03-21T11:36:44Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-03-21T08:04:33Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=2fb48eb9be6df00c3baed955fd84f4d8a1ea1d9a'/>
<id>urn:sha1:2fb48eb9be6df00c3baed955fd84f4d8a1ea1d9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'release/2025.03' into rye/forevermac</title>
<updated>2025-03-12T02:44:49Z</updated>
<author>
<name>Jonathan "Geenz" Goodman</name>
<email>geenz@geenzo.com</email>
</author>
<published>2025-03-12T02:44:49Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=e0d14e02e152b4e75ff8bdd974677f9669163d68'/>
<id>urn:sha1:e0d14e02e152b4e75ff8bdd974677f9669163d68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'marchcat/maint-b-cherrypicks' into marchcat/2025.03-maint-b</title>
<updated>2025-03-11T03:10:11Z</updated>
<author>
<name>Andrey Lihatskiy</name>
<email>alihatskiy@productengine.com</email>
</author>
<published>2025-03-11T03:10:11Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=4132a13972b3a76af22ba3d274be30be3680acc2'/>
<id>urn:sha1:4132a13972b3a76af22ba3d274be30be3680acc2</id>
<content type='text'>
</content>
</entry>
</feed>
