Commit Graph

9 Commits (5690becdf4743286b196a331c48c8aa0332a8c66)

Author SHA1 Message Date
maksymsproductengine 2c5e306e14 MAINT-3474 FIXED crash on startup in LLTextureCache::purgeAllTextures(bool) attempting to delete texture cache 2013-11-22 20:16:37 +02:00
Graham Madarasz bf6182daa8 Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
Nat Goodspeed aaf96507a1 Some Mac header #defines macros like check and equivalent -- gack!!
Given that third-party libraries (such as Boost) can and do use those names,
properly namespace-scoped, it's unpardonable to break any such innocent usage
with a macro. Given the pervasiveness of the need, introduce a header file
with the requisite #undef directives.
2012-11-16 18:08:40 -05:00
callum_linden 586d878ef5 First round of fixes to make viewer work with Boost 1.52 2012-11-12 16:55:20 -08:00
seth_productengine 52b9842ced STORM-1476 FIXED Replaced non-fatal errors in LLDirIterator constructor with warnings to avoid viewer crashes.
Added exception handling case.
2011-07-07 21:09:09 +03:00
Squire 14105610c7 CHOP-662 cleanup in response to code review. 2011-06-21 20:46:32 -07:00
Squire f86a488231 CHOP-662 - initial fix to problems with regex characters in Group names
causing the LLDirIterator to crash the viewer when opening chat logs
2011-06-17 11:05:31 -07:00
seth_productengine 32313dd3c6 STORM-1260 FIXED Replaced llerrs messages with llwarns in directory iterator code to avoid viewer halt when a cache dir is not found. 2011-05-17 20:22:46 +03:00
Seth ProductEngine 4e150d3271 STORM-477 WIP Re-implemented LLDir::getNextFileInDir() as an iterator object.
- Added a class implementing directory entries iteration with pattern matching which is used in unit tests instead of LLDir::getNextFileInDir.

STORM-550 FIXED Fixed LLDir unit test which failed for some complex wildcard combinations.
2010-12-17 22:16:14 +02:00