Age | Commit message (Expand) | Author |
2011-07-15 | Add test to verify Python-to-C++ LLSD notation sequence. | Nat Goodspeed |
2011-07-15 | Add test to verify C++-to-Python LLSD notation sequence. | Nat Goodspeed |
2011-07-15 | Change NamedTempScript to NamedTempFile; allow streaming to it. | Nat Goodspeed |
2011-07-14 | Pacify Linux gcc more thoroughly. | Nat Goodspeed |
2011-07-14 | #include correct headers for Windows _open() et al. | Nat Goodspeed |
2011-07-14 | Avoid Boost.Filesystem: Boost package improperly built on Windows? | Nat Goodspeed |
2011-07-14 | wstring_to_utf8str() accepts LLWString rather than std::wstring. | Nat Goodspeed |
2011-07-14 | Use Linden wstring-to-string conversion, not boost::filesystem's. | Nat Goodspeed |
2011-07-14 | Attempt to fix minor build errors on Windows. | Nat Goodspeed |
2011-07-14 | Eliminate use of PATH_MAX, which is bogus anyway. | Nat Goodspeed |
2011-07-14 | Work around broken Windows command-line processing. | Nat Goodspeed |
2011-07-13 | Still trying to fix Windows header-file-order problem. | Nat Goodspeed |
2011-07-13 | Attempt to fix confusing header-file-order problems on Windows. | Nat Goodspeed |
2011-07-13 | Introduce support for C++ integration tests running Python scripts. | Nat Goodspeed |
2011-04-05 | merge changes for STORM-1051 | Oz Linden |
2011-02-17 | Autobuild: fix for Mac build using XCode | Merov Linden |
2011-02-09 | Add test to call map-style functions with full map/array params. | Nat Goodspeed |
2011-02-07 | For test purposes, capture at registration each function's Vars*. | Nat Goodspeed |
2011-02-06 | Untested support for passing array to map-registered function. | Nat Goodspeed |
2011-02-06 | Add test verifying passing LLSD() to const char* parameter. | Nat Goodspeed |
2011-02-05 | Introduce zipmap() function and use it in place of frequent loops. | Nat Goodspeed |
2011-02-05 | Make array-funcs success test exercise args-array-too-long case too. | Nat Goodspeed |
2011-02-05 | Consolidate paramsa, paramsb, et al., into ["a"], ["b"] arrays. | Nat Goodspeed |
2011-02-05 | Fix Vars::cp dangling-pointer problem. | Nat Goodspeed |
2011-02-05 | Add successful calls to array-style functions. | Nat Goodspeed |
2011-02-04 | fix linking to llqtwebkit. | Alain Linden |
2011-02-04 | Change FunctionsTriple refs to pointers to facilitate passing. | Nat Goodspeed |
2011-02-04 | Move FunctionsTriple data to function returning vector<same>. | Nat Goodspeed |
2011-02-03 | BOOST_FOREACH(LLSD) helpers more readable with 'using namespace'. | Nat Goodspeed |
2011-02-03 | Introduce BOOST_FOREACH() helpers for LLSD in llsdutil.h. | Nat Goodspeed |
2011-02-03 | Add test to call array-style functions with too-short array. | Nat Goodspeed |
2011-02-02 | Add test to call no-args functions using (map | array)-style calls | Nat Goodspeed |
2011-02-02 | Add test to exercise map/array args mismatch validation. | Nat Goodspeed |
2011-02-02 | First few LLEventDispatcher call cases: try_call(), call Callables | Nat Goodspeed |
2011-02-01 | Replace ad-hoc test functions/methods with systematic enumeration. | Nat Goodspeed |
2011-01-31 | HACK just to get the build to work. FIX THIS TEST! | Alain Linden |
2011-01-28 | Extend LLEventAPI to directly call other functions & methods. | Nat Goodspeed |
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 |
2010-06-07 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-release | Mark Palange (Mani) |
2010-06-04 | Fix a long-suffering logging unit test failure, re-enable the test. | Tofu Linden |
2010-06-02 | EXT-3780 FIX Fixed CPU MHz to be MHz on all platforms. | palange@pdp47.lindenlab.com |
2010-06-01 | Added eol-at-eof | Mark Palange (Mani) |
2010-06-01 | EXT-3780 FIX Added llprocessor regression test | Mark Palange (Mani) |
2010-02-06 | EXT-5055 LLInstanceTracker promotes some dangerous patterns - detect them | Tofu Linden |
2009-12-03 | Skip logging test that fails on Linux, no idea why | Nat Goodspeed |
2009-11-12 | DEV-42747 - lltreeiterators_test.cpp broken on Windows | richard |
2009-11-10 | Enhance LLInstanceTracker variants to be more uniform. | Nat Goodspeed |
2009-10-20 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed |
2009-10-20 | Don't include linden_common.h in lldate.h, or any other .h files. | Nat Goodspeed |