Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-10-17 | Update to build on Xcode 6.0: using an assignment in an expressions without ↵ | callum_linden | |
parens | |||
2014-03-12 | merge with release | Richard Linden | |
2013-11-22 | MAINT-3474 FIXED crash on startup in LLTextureCache::purgeAllTextures(bool) ↵ | maksymsproductengine | |
attempting to delete texture cache | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-11-16 | Some Mac header #defines macros like check and equivalent -- gack!! | Nat Goodspeed | |
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-12 | First round of fixes to make viewer work with Boost 1.52 | callum_linden | |
2011-07-07 | STORM-1476 FIXED Replaced non-fatal errors in LLDirIterator constructor with ↵ | seth_productengine | |
warnings to avoid viewer crashes. Added exception handling case. | |||
2011-06-21 | CHOP-662 cleanup in response to code review. | Squire | |
2011-06-17 | CHOP-662 - initial fix to problems with regex characters in Group names | Squire | |
causing the LLDirIterator to crash the viewer when opening chat logs | |||
2011-05-17 | STORM-1260 FIXED Replaced llerrs messages with llwarns in directory iterator ↵ | seth_productengine | |
code to avoid viewer halt when a cache dir is not found. | |||
2010-12-17 | STORM-477 WIP Re-implemented LLDir::getNextFileInDir() as an iterator object. | Seth ProductEngine | |
- 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. |