summaryrefslogtreecommitdiff
path: root/indra/llvfs/lldiriterator.cpp
AgeCommit message (Collapse)Author
2012-11-16Some 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-12First round of fixes to make viewer work with Boost 1.52callum_linden
2011-07-07STORM-1476 FIXED Replaced non-fatal errors in LLDirIterator constructor with ↵seth_productengine
warnings to avoid viewer crashes. Added exception handling case.
2011-06-21CHOP-662 cleanup in response to code review.Squire
2011-06-17CHOP-662 - initial fix to problems with regex characters in Group namesSquire
causing the LLDirIterator to crash the viewer when opening chat logs
2011-05-17STORM-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-17STORM-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.