Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
warnings to avoid viewer crashes.
Added exception handling case.
|
|
|
|
causing the LLDirIterator to crash the viewer when opening chat logs
|
|
code to avoid viewer halt when a cache dir is not found.
|
|
- 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.
|