<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/integration_tests, 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-08-22T17:13:03Z</updated>
<entry>
<title>Fix test build on macOS</title>
<updated>2025-08-22T17:13:03Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2025-08-22T17:13:03Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=3f65a4bfec71a9950a541f9e6195a572a0622b48'/>
<id>urn:sha1:3f65a4bfec71a9950a541f9e6195a572a0622b48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update KDU to 8.4.1 and fix kdu tests, also fix llimage_libtest utility</title>
<updated>2025-02-11T10:04:04Z</updated>
<author>
<name>Rye</name>
<email>rye@lindenlab.com</email>
</author>
<published>2024-10-28T02:02:55Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=a80f2ba9a3bc475f618646ccb3600c08e0055734'/>
<id>urn:sha1:a80f2ba9a3bc475f618646ccb3600c08e0055734</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>Cleanup sweep</title>
<updated>2022-09-17T15:14:16Z</updated>
<author>
<name>Nicky Dasmijn</name>
<email>nicky.dasmijn@posteo.nl</email>
</author>
<published>2022-09-17T15:14:16Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=8e0b039e554e320cedfdef3057a3073a493db2e7'/>
<id>urn:sha1:8e0b039e554e320cedfdef3057a3073a493db2e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adapt gnerator expression usage to work on OSX.</title>
<updated>2022-05-07T00:19:51Z</updated>
<author>
<name>Nicky</name>
<email>nicky.dasmijn@gmail.com</email>
</author>
<published>2022-05-07T00:19:51Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=767464a2627036e8a16ac323c886e0a1712e0a5f'/>
<id>urn:sha1:767464a2627036e8a16ac323c886e0a1712e0a5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove setting of HEADER_FILE_ONLY on .h* files, cmake automatically</title>
<updated>2022-04-30T22:38:40Z</updated>
<author>
<name>Nicky</name>
<email>nicky.dasmijn@gmail.com</email>
</author>
<published>2022-04-30T22:38:40Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=283c2a20cc4ef856076d287303c7143332b201fe'/>
<id>urn:sha1:283c2a20cc4ef856076d287303c7143332b201fe</id>
<content type='text'>
sets the property on those.
</content>
</entry>
<entry>
<title>Now there is a oslibrary target get rid of some more obsolete vars:</title>
<updated>2022-04-16T13:33:32Z</updated>
<author>
<name>Nicky</name>
<email>nicky.dasmijn@gmail.com</email>
</author>
<published>2022-04-16T13:33:32Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=b9f94c08977ff76f41a32a2bb9f25883e578eea3'/>
<id>urn:sha1:b9f94c08977ff76f41a32a2bb9f25883e578eea3</id>
<content type='text'>
LEGACY_STDIO_LIBS (was only used for Windows)
PTHREAD_LIBRARY (only Linux)
LLDATABASE_LIBRARIES (that one was supposed for Linux, but never needed anyway)
</content>
</entry>
<entry>
<title>Create a new target ll::oslibrary to link against libs specific to the OS compiled on.</title>
<updated>2022-04-16T13:29:02Z</updated>
<author>
<name>Nicky</name>
<email>nicky.dasmijn@gmail.com</email>
</author>
<published>2022-04-16T13:29:02Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=bb85651d987a6cb969de7dd7c2b130411de6203c'/>
<id>urn:sha1:bb85651d987a6cb969de7dd7c2b130411de6203c</id>
<content type='text'>
This gets rid of the a few OS specific set and uses variables (which some even seemed mostly
duplicate like WINDOWS_LIBRARIES ans UI_LIBRARIES) and it also solves the problem of
having them to tack on every target, as of no they come as a transitive dependency from llcommon
</content>
</entry>
<entry>
<title>Rework cmake, the original plan was to maybe be able to use conan targets with the same name (that's why 3ps had names like apr::apr),</title>
<updated>2022-04-13T17:21:55Z</updated>
<author>
<name>Nicky</name>
<email>nicky.dasmijn@gmail.com</email>
</author>
<published>2022-04-13T17:21:55Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=241919e7f7986c11586a49bff53cf19c2c0e0ea6'/>
<id>urn:sha1:241919e7f7986c11586a49bff53cf19c2c0e0ea6</id>
<content type='text'>
but it's safer and saner to put the LL 3ps under the ll:: prefix.
This also allows means it is possible to get rid of that bad "if( TRAGET ...) return() endif()" pattern and rather use include_guard().
</content>
</entry>
<entry>
<title>Remove some more traces of obsolte debug builds.</title>
<updated>2022-04-07T00:38:38Z</updated>
<author>
<name>Nicky</name>
<email>nicky.dasmijn@gmail.com</email>
</author>
<published>2022-04-07T00:38:38Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=4f2831c54be3d684293f28bede0e6f609fa16bc0'/>
<id>urn:sha1:4f2831c54be3d684293f28bede0e6f609fa16bc0</id>
<content type='text'>
</content>
</entry>
</feed>
