<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/llmessage/tests/llcoproceduremanager_test.cpp, branch 26.1.1</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=26.1.1</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=26.1.1'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2025-11-28T16:03:31Z</updated>
<entry>
<title>#5072 Use make_shared for more efficient ref counting and allocation</title>
<updated>2025-11-28T16:03:31Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2025-11-28T16:03:31Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=54b3f3de64f3749022d95063c7439bfed316645f'/>
<id>urn:sha1:54b3f3de64f3749022d95063c7439bfed316645f</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>Merge remote-tracking branch 'origin/main' into DRTVWR-559</title>
<updated>2023-02-02T20:11:40Z</updated>
<author>
<name>Brad Linden</name>
<email>brad@lindenlab.com</email>
</author>
<published>2023-02-02T20:11:40Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=5fabfa50d7135d29c0cb8a553006cf9038f9baae'/>
<id>urn:sha1:5fabfa50d7135d29c0cb8a553006cf9038f9baae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SL-18438 Mac build fix</title>
<updated>2022-10-25T16:49:37Z</updated>
<author>
<name>Andrey Lihatskiy</name>
<email>alihatskiy@productengine.com</email>
</author>
<published>2022-10-25T16:49:37Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=3ac77d73380ced1a9ff940053f448d2794fcc512'/>
<id>urn:sha1:3ac77d73380ced1a9ff940053f448d2794fcc512</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SL-17484 Fix for unit tests.  Deprecate non-threaded LLQueuedThread and make lllfsthread threaded.</title>
<updated>2022-05-31T21:54:05Z</updated>
<author>
<name>Dave Parks</name>
<email>davep@lindenlab.com</email>
</author>
<published>2022-05-31T21:54:05Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=fc7b5549cb6092194d11b8d87600f21992305c1c'/>
<id>urn:sha1:fc7b5549cb6092194d11b8d87600f21992305c1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SL-14807 Adjusted unit test</title>
<updated>2021-02-11T00:49:13Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2021-02-11T00:49:13Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=4a3e32e732e5fce6ecc02c15ef8966363f5a8f76'/>
<id>urn:sha1:4a3e32e732e5fce6ecc02c15ef8966363f5a8f76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DRTVWR-476: Introduce LLCoprocedureManager::close(). Use in tests.</title>
<updated>2020-03-25T23:07:22Z</updated>
<author>
<name>Nat Goodspeed</name>
<email>nat@lindenlab.com</email>
</author>
<published>2019-11-15T13:17:04Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=fc2437fb5d349a094c1c64631ba6a5fd5675ddcc'/>
<id>urn:sha1:fc2437fb5d349a094c1c64631ba6a5fd5675ddcc</id>
<content type='text'>
The new close(void) method simply acquires the logic from
~LLCoprocedureManager() (which now calls close()). It's useful, even if only
in test programs, to be able to shut down all existing LLCoprocedurePools
without having to name them individually -- and without having to destroy the
LLCoprocedureManager singleton instance. Deleting an LLSingleton should be
done only once per process, whereas test programs want to reset the
LLCoprocedureManager after each test.
</content>
</entry>
<entry>
<title>DRTVWR-476: Re-enable an llcoproceduremanager_test case.</title>
<updated>2020-03-25T22:44:05Z</updated>
<author>
<name>Nat Goodspeed</name>
<email>nat@lindenlab.com</email>
</author>
<published>2019-09-19T20:36:41Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=6f879178d6c8ec7c6a9d4fdb3f42664dea595a0a'/>
<id>urn:sha1:6f879178d6c8ec7c6a9d4fdb3f42664dea595a0a</id>
<content type='text'>
Use new Sync class to make the driving logic wait for the coprocedure to run.
</content>
</entry>
<entry>
<title>[DRTVWR-476] - temp fix to test. comment it out. access violation in release</title>
<updated>2020-03-25T22:44:04Z</updated>
<author>
<name>Anchor</name>
<email>none@none</email>
</author>
<published>2019-07-03T04:22:10Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=44768b1b02063523798d8d72f0eb4b18f9b69b7b'/>
<id>urn:sha1:44768b1b02063523798d8d72f0eb4b18f9b69b7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[DRTVWR-476] - temp fix to a test</title>
<updated>2020-03-25T22:44:04Z</updated>
<author>
<name>Anchor</name>
<email>none@none</email>
</author>
<published>2019-07-01T22:30:09Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=ebe1ffcbf7e7cfd5b5bb49cb771c61d0afd8b10e'/>
<id>urn:sha1:ebe1ffcbf7e7cfd5b5bb49cb771c61d0afd8b10e</id>
<content type='text'>
</content>
</entry>
</feed>
