Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-19 | better unit test for nested brackets in string replacement | Richard Linden | |
2011-08-19 | fix for not properly handling nested brackets in | Richard Linden | |
string replacement, e.g. [[FOO]] | |||
2010-08-24 | standardizing test suite names as class name under test | Aaron Terrell (Enus) | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
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. |