summaryrefslogtreecommitdiff
path: root/indra/llvfs/llvfs_objc.mm
AgeCommit message (Collapse)Author
2021-03-09This set of changes reverts the merge with master (git revert c83e740) and ↵Callum Prentice
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
2021-03-08Revert "Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into ↵Brad Payne (Vir Linden)
DRTVWR-519" This reverts commit e61f485a04dc8c8ac6bcf6a24848359092884d14, reversing changes made to 00c47d079f7e958e473ed4083a7f7691fa02dcd5.
2020-09-16First part of change to remove LLVFS from the Viewer. Consists of code ↵Callum Prentice
changes to remove LLVFS and LLVFSThread classes along with the associated source files. The existing llvfs folder is renamed to llcache. Also includes changes to CMake script in many places to reflect changes. Eventually, llvfile source file and class will be renamed but that is not in this change.
2015-11-10remove execute permission from many files that should not have itOz Linden
2014-10-17Update to build on Xcode 6.0: variable (result) can be unitialized if ↵callum_linden
condition is false (TAKE 2) [-Wsometimes-uninitialized]
2014-10-17Update to build on Xcode 6.0: variable (result) can be unitialized if ↵callum_linden
condition is false [-Wsometimes-uninitialized]
2013-07-11Merged in viewer-releaseAura Linden
2013-05-16Removed debugging.Aura Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-12-16Fixed small one-time memory leaks.Aura Linden
2012-12-11Crash reporter fixed, debugging removed.Aura Linden
2012-12-11Interim debug checkin to test from teamcityAura Linden
2012-11-27New VFS objects included in every bite!Aura Linden