summaryrefslogtreecommitdiff
path: root/indra/llcommon/tests
AgeCommit message (Expand)Author
2011-08-31Automated merge with http://hg.secondlife.com/viewer-developmentRichard Nelson
2011-08-24Re-add 3 llinstancetracker tests disabled by changeset 1ead63777bf6.Nat Goodspeed
2011-08-19better unit test for nested brackets in string replacementRichard Linden
2011-08-19fix for not properly handling nested brackets inRichard Linden
2011-07-27fix for gccRichard Nelson
2011-07-26fixed buildRichard Nelson
2011-07-26mergeRichard Nelson
2011-07-26removed last vestiges of llinstancetracerscopedguardRichard Nelson
2011-07-19More FormatMessage compile errors, try again to fixNat Goodspeed
2011-07-19Fix copy/paste error in swiped FormatMessage() example code.Nat Goodspeed
2011-07-19Per Josh's comments in http://codereview.lindenlab.com/6510035/Nat Goodspeed
2011-07-16Use raw-string syntax for other Windows pathnames inserted to Python.Nat Goodspeed
2011-07-16Use raw-string syntax for Python string containing Windows pathname.Nat Goodspeed
2011-07-15Use C++ __FILE__ rather than Python __file__ to find indra work area.Nat Goodspeed
2011-07-15If we're going to need indra.base.llsd, have to munge sys.path.Nat Goodspeed
2011-07-15Not all TC agents have llbase.llsd, fall back to indra.base.llsdNat Goodspeed
2011-07-15Try again to pacify VS fatal warning.Nat Goodspeed
2011-07-15Muzzle VS warningNat Goodspeed
2011-07-15Add test to verify Python-to-C++ LLSD notation sequence.Nat Goodspeed
2011-07-15Add test to verify C++-to-Python LLSD notation sequence.Nat Goodspeed
2011-07-15Change NamedTempScript to NamedTempFile; allow streaming to it.Nat Goodspeed
2011-07-14Pacify Linux gcc more thoroughly.Nat Goodspeed
2011-07-14#include correct headers for Windows _open() et al.Nat Goodspeed
2011-07-14Avoid Boost.Filesystem: Boost package improperly built on Windows?Nat Goodspeed
2011-07-14wstring_to_utf8str() accepts LLWString rather than std::wstring.Nat Goodspeed
2011-07-14Use Linden wstring-to-string conversion, not boost::filesystem's.Nat Goodspeed
2011-07-14Attempt to fix minor build errors on Windows.Nat Goodspeed
2011-07-14Eliminate use of PATH_MAX, which is bogus anyway.Nat Goodspeed
2011-07-14Work around broken Windows command-line processing.Nat Goodspeed
2011-07-13Still trying to fix Windows header-file-order problem.Nat Goodspeed
2011-07-13Attempt to fix confusing header-file-order problems on Windows.Nat Goodspeed
2011-07-13Introduce support for C++ integration tests running Python scripts.Nat Goodspeed
2011-04-05merge changes for STORM-1051Oz Linden
2011-02-17Autobuild: fix for Mac build using XCodeMerov Linden
2011-02-09Add test to call map-style functions with full map/array params.Nat Goodspeed
2011-02-07For test purposes, capture at registration each function's Vars*.Nat Goodspeed
2011-02-06Untested support for passing array to map-registered function.Nat Goodspeed
2011-02-06Add test verifying passing LLSD() to const char* parameter.Nat Goodspeed
2011-02-05Introduce zipmap() function and use it in place of frequent loops.Nat Goodspeed
2011-02-05Make array-funcs success test exercise args-array-too-long case too.Nat Goodspeed
2011-02-05Consolidate paramsa, paramsb, et al., into ["a"], ["b"] arrays.Nat Goodspeed
2011-02-05Fix Vars::cp dangling-pointer problem.Nat Goodspeed
2011-02-05Add successful calls to array-style functions.Nat Goodspeed
2011-02-04fix linking to llqtwebkit.Alain Linden
2011-02-04Change FunctionsTriple refs to pointers to facilitate passing.Nat Goodspeed
2011-02-04Move FunctionsTriple data to function returning vector<same>.Nat Goodspeed
2011-02-03BOOST_FOREACH(LLSD) helpers more readable with 'using namespace'.Nat Goodspeed
2011-02-03Introduce BOOST_FOREACH() helpers for LLSD in llsdutil.h.Nat Goodspeed
2011-02-03Add test to call array-style functions with too-short array.Nat Goodspeed
2011-02-02Add test to call no-args functions using (map | array)-style callsNat Goodspeed