Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-20 | Don't include linden_common.h in lldate.h, or any other .h files. | Nat Goodspeed | |
Migrate to the .cpp files where it's needed. | |||
2009-10-08 | DEV-41080 expand the test case for LLStringUtil::containsNonprintable() | Adam Moss | |
2009-10-08 | DEV-41081 - better than using the msvc kludge for suppressing warnings about ↵ | Adam Moss | |
memcpy, don't actually use memcpy - use our own safe 'copy' method. also stripNonprintable() is probably a little faster now... | |||
2009-10-08 | suppress win32 warning about strcpy. yuck. | Adam Moss | |
2009-10-08 | Extend automated string tests to cover the formerly-crashing "[]" ↵ | Adam Moss | |
substitution case (EXT-1282, DEV-41081) Also 'fix' string tests to match the new expected behaviour of LLStringUtil::format(). They must have been failing dreadfully before, but the legacy tut tests aren't run in a viewer-only build, so... | |||
2009-10-08 | DEV-41081 turn llstring_tut into a real llcommon unit (well, integration :() ↵ | Adam Moss | |
test. |