<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/llfilesystem/lldiriterator.cpp, branch cef_147</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=cef_147</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=cef_147'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2025-10-01T08:56:56Z</updated>
<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>Revert "Replace boost filesystem with std filesystem"</title>
<updated>2025-09-05T20:44:57Z</updated>
<author>
<name>Callum Prentice</name>
<email>callum@gmail.com</email>
</author>
<published>2025-09-05T20:44:57Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=94cfce4a4d2dbc799e5e8a3495a628ae85d4cffe'/>
<id>urn:sha1:94cfce4a4d2dbc799e5e8a3495a628ae85d4cffe</id>
<content type='text'>
This reverts commit 94e45ca2e60b4013a4e38d8f2c1fe8dad4207c3a.
</content>
</entry>
<entry>
<title>Replace boost filesystem with std filesystem</title>
<updated>2025-09-05T16:00:05Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2025-09-05T12:09:11Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=94e45ca2e60b4013a4e38d8f2c1fe8dad4207c3a'/>
<id>urn:sha1:94e45ca2e60b4013a4e38d8f2c1fe8dad4207c3a</id>
<content type='text'>
Build fixes, instead of resolving unclear boost filesystem errors just
updated to std in affected places.
</content>
</entry>
<entry>
<title>Fix another wstring Boost filesystem linking error</title>
<updated>2025-06-05T16:17:37Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-06-05T16:14:35Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=64ce4927e8ed65b09620c4080ec2942b6a52f31c'/>
<id>urn:sha1:64ce4927e8ed65b09620c4080ec2942b6a52f31c</id>
<content type='text'>
Basically string() functions call this convert().

The error was:

llfilesystem.lib(lldiriterator.obj) : error LNK2001: unresolved external
symbol "__declspec(dllimport) void __cdecl
boost::filesystem::detail::path_traits::convert(unsigned short const
*,unsigned short const *,class std::basic_string&lt;char,struct
std::char_traits&lt;char&gt;,c
lass std::allocator&lt;char&gt; &gt; &amp;,class std::codecvt&lt;unsigned
short,char,struct _Mbstatet&gt; const *)"
(__imp_?convert@path_traits@detail@filesystem@boost@@YAXPEBG0AEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEBV?$codecvt@GDU_Mbstatet@@@6@@Z)
[C:\Users\er
ik\Documents\Megapahit\viewer\build-mingw64_nt-10.0-19045-x86_64\newview\megapahit.vcxproj]
    Hint on symbols that are defined and could potentially match:
          "__declspec(dllimport) void __cdecl
	  boost::filesystem::detail::path_traits::convert(char const
	  *,char const *,class std::basic_string&lt;wchar_t,struct
	  std::char_traits&lt;wchar_t&gt;,class std::allocator&lt;wchar_t&gt; &gt;
	  &amp;,class std::codecvt&lt;wchar_t,char,struct _Mbstatet&gt; const
	     *)"
	     (__imp_?convert@path_traits@detail@filesystem@boost@@YAXPEBD0AEAV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@PEBV?$codecvt@_WDU_Mbstatet@@@6@@Z)
	           "__declspec(dllimport) void __cdecl
		   boost::filesystem::detail::path_traits::convert(wchar_t
		   const *,wchar_t const *,class
		   std::basic_string&lt;char,struct
		   std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt;
		   &amp;,class std::codecvt&lt;wchar_t,char,struct _Mbstatet&gt;
		   const *)
		     "
		     (__imp_?convert@path_traits@detail@filesystem@boost@@YAXPEB_W0AEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEBV?$codecvt@_WDU_Mbstatet@@@6@@Z)
</content>
</entry>
<entry>
<title>Rework windows to use zc:wchar_t for better c++ conformance and compatibility with modern libraries</title>
<updated>2025-02-11T10:55:37Z</updated>
<author>
<name>Rye</name>
<email>rye@lindenlab.com</email>
</author>
<published>2025-02-11T10:02:45Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=179b29252d8bb28e11686a1852c8e8ffcd98ecc0'/>
<id>urn:sha1:179b29252d8bb28e11686a1852c8e8ffcd98ecc0</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 branch 'master' into DRTVWR-519</title>
<updated>2021-11-15T23:21:05Z</updated>
<author>
<name>Andrey Lihatskiy</name>
<email>alihatskiy@productengine.com</email>
</author>
<published>2021-11-15T23:21:05Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=0bffd3d365023fea504b1070480e7b2f72080129'/>
<id>urn:sha1:0bffd3d365023fea504b1070480e7b2f72080129</id>
<content type='text'>
# Conflicts:
#	README.md
</content>
</entry>
<entry>
<title>This set of changes reverts the merge with master (git revert c83e740) and results in a version of the DRTVWR-519 that matches what was presemt before it was deployed as a release viewer *plus* 3 small fixes from Maxim (See commits).  This branch can now be used for additional fixes before eventually being used to release D-519 as normal</title>
<updated>2021-03-09T22:39:51Z</updated>
<author>
<name>Callum Prentice</name>
<email>callum@lindenlab.com</email>
</author>
<published>2021-03-09T22:39:51Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=168d177197bd7558bbe0ca13d01c984ad8638da7'/>
<id>urn:sha1:168d177197bd7558bbe0ca13d01c984ad8638da7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into DRTVWR-519"</title>
<updated>2021-03-08T13:56:16Z</updated>
<author>
<name>Brad Payne (Vir Linden)</name>
<email>vir@lindenlab.com</email>
</author>
<published>2021-03-08T13:56:16Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=c83e740ef94e16ba85574454f3138905edecb029'/>
<id>urn:sha1:c83e740ef94e16ba85574454f3138905edecb029</id>
<content type='text'>
This reverts commit e61f485a04dc8c8ac6bcf6a24848359092884d14, reversing
changes made to 00c47d079f7e958e473ed4083a7f7691fa02dcd5.
</content>
</entry>
<entry>
<title>The folder where the disk cache lives was originally renamed from llvfs to llcache but @henri's suggestion that that doesn't reflect the other files in the same place and it should be llfilesystem is a good one so I changed it over</title>
<updated>2020-09-17T16:45:06Z</updated>
<author>
<name>Callum Prentice</name>
<email>callum@gmail.com</email>
</author>
<published>2020-09-17T16:45:06Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=d9448c6f52218146113d1d5c5ca4c4d5f01dc5cf'/>
<id>urn:sha1:d9448c6f52218146113d1d5c5ca4c4d5f01dc5cf</id>
<content type='text'>
</content>
</entry>
</feed>
