phoenix-firestorm/indra/llcommon/tests
Nat Goodspeed 230d22ceb2 Fix Vars::cp dangling-pointer problem.
Naively storing a const char* param in a const char* data member ignores the
fact that once the caller's done, the string data referenced by that pointer
will probably be freed. Store the referenced string in a std::string instead.
2011-02-05 11:30:52 -05:00
..
bitpack_test.cpp standardizing test suite names as class name under test 2010-08-24 23:41:47 -07:00
commonmisc_test.cpp standardizing test suite names as class name under test 2010-08-24 23:41:47 -07:00
listener.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llallocator_heap_profile_test.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llallocator_test.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llbase64_test.cpp standardizing test suite names as class name under test 2010-08-24 23:41:47 -07:00
lldate_test.cpp standardizing test suite names as class name under test 2010-08-24 23:41:47 -07:00
lldependencies_test.cpp standardizing test suite names as class name under test 2010-08-24 23:41:47 -07:00
llerror_test.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lleventcoro_test.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lleventdispatcher_test.cpp Fix Vars::cp dangling-pointer problem. 2011-02-05 11:30:52 -05:00
lleventfilter_test.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llframetimer_test.cpp standardizing test suite names as class name under test 2010-08-24 23:41:47 -07:00
llinstancetracker_test.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
lllazy_test.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llmemtype_test.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
llprocessor_test.cpp standardizing test suite names as class name under test 2010-08-24 23:41:47 -07:00
llrand_test.cpp standardizing test suite names as class name under test 2010-08-24 23:41:47 -07:00
llsdserialize_test.cpp standardizing test suite names as class name under test 2010-08-24 23:41:47 -07:00
llstring_test.cpp standardizing test suite names as class name under test 2010-08-24 23:41:47 -07:00
lltreeiterators_test.cpp standardizing test suite names as class name under test 2010-08-24 23:41:47 -07:00
lluri_test.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
reflection_test.cpp Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
stringize_test.cpp standardizing test suite names as class name under test 2010-08-24 23:41:47 -07:00
wrapllerrs.h Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00