summaryrefslogtreecommitdiff
path: root/indra/llcommon/tests/lleventdispatcher_test.cpp
AgeCommit message (Expand)Author
2015-11-10remove execute permission from many files that should not have itOz Linden
2013-10-21another attempted buildfixRichard Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
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-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
2011-02-02Add test to exercise map/array args mismatch validation.Nat Goodspeed
2011-02-02First few LLEventDispatcher call cases: try_call(), call CallablesNat Goodspeed
2011-02-01Replace ad-hoc test functions/methods with systematic enumeration.Nat Goodspeed
2011-01-28Extend LLEventAPI to directly call other functions & methods.Nat Goodspeed