<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/llkdu/tests/llimagej2ckdu_test.cpp, branch 26.3</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=26.3</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=26.3'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2026-05-20T14:53:12Z</updated>
<entry>
<title>Update llimagej2ckdu_test.cpp</title>
<updated>2026-05-20T14:53:12Z</updated>
<author>
<name>Jonathan "Geenz" Goodman</name>
<email>geenz@geenzo.com</email>
</author>
<published>2026-05-20T14:53:12Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=804da736ca188433c242e8002b9f0c7c5bf2b246'/>
<id>urn:sha1:804da736ca188433c242e8002b9f0c7c5bf2b246</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update llimagej2ckdu_test.cpp</title>
<updated>2026-05-20T14:33:58Z</updated>
<author>
<name>Jonathan "Geenz" Goodman</name>
<email>geenz@geenzo.com</email>
</author>
<published>2026-05-20T14:33:58Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=80b557310bb980e17123a84a9f93eb87d1040e81'/>
<id>urn:sha1:80b557310bb980e17123a84a9f93eb87d1040e81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move the KDU data size estimate into j2ckdu, make the base pure virtual.</title>
<updated>2026-05-20T14:20:54Z</updated>
<author>
<name>Jonathan "Geenz" Goodman</name>
<email>geenz@geenzo.com</email>
</author>
<published>2026-05-20T14:20:54Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=57048769db20f5e84834c8c6dd15466083bd7585'/>
<id>urn:sha1:57048769db20f5e84834c8c6dd15466083bd7585</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make tests happy.</title>
<updated>2026-05-20T04:36:25Z</updated>
<author>
<name>Jonathan "Geenz" Goodman</name>
<email>geenz@geenzo.com</email>
</author>
<published>2026-05-20T04:36:25Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=a4fdf69c2dae9ed5fafe4d292bfb4cd1ce881441'/>
<id>urn:sha1:a4fdf69c2dae9ed5fafe4d292bfb4cd1ce881441</id>
<content type='text'>
</content>
</entry>
<entry>
<title>viewer-cef build fixes</title>
<updated>2025-09-05T16:00:05Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2025-09-05T10:23:09Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=12704b941132ec6fb6ca62da007c3ec02292c872'/>
<id>urn:sha1:12704b941132ec6fb6ca62da007c3ec02292c872</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>SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove LLMemTracked, introduce alignas, hook most/all reamining allocs, disable synchronous occlusion, and convert frequently accessed LLSingletons to LLSimpleton</title>
<updated>2021-10-28T18:06:21Z</updated>
<author>
<name>Dave Parks</name>
<email>davep@lindenlab.com</email>
</author>
<published>2021-10-28T18:06:21Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=8d20480c5f77fe1fab8149d3cda79bdd61e77656'/>
<id>urn:sha1:8d20480c5f77fe1fab8149d3cda79bdd61e77656</id>
<content type='text'>
</content>
</entry>
<entry>
<title>There was an idiom to test with LL_DARWIN if the compiler used is clang. This is not correct, as clang is available on all 3 platforms. The correct way to check for this is via __clang__ (https://clang.llvm.org/docs/LanguageExtensions.html#builtin-macros)</title>
<updated>2020-07-22T03:48:15Z</updated>
<author>
<name>Nicky Dasmijn</name>
<email>nicky.dasmijn@gmail.com</email>
</author>
<published>2020-07-18T08:29:01Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=c16a364377fef29454c958087121de103fa9de41'/>
<id>urn:sha1:c16a364377fef29454c958087121de103fa9de41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix broken integration and unit tests.</title>
<updated>2018-05-21T16:54:54Z</updated>
<author>
<name>Graham Linden graham@lindenlab.com</name>
<email>Graham Linden graham@lindenlab.com</email>
</author>
<published>2018-05-21T16:54:54Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=f86073d609bc0f01b2bbb7e000791e770795979d'/>
<id>urn:sha1:f86073d609bc0f01b2bbb7e000791e770795979d</id>
<content type='text'>
Update KDU stubs in integration test.

Work around MAINT-8675 stale cert in llsechandler_basic for now.

Update stubs for LLTrans::getString in handful of integration tests.
</content>
</entry>
</feed>
