index
:
viewer.git
2024.09-ExtraFPS
main
maint-c
Megapahit's fork of the Second Life viewer.
Erik Kundiman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
indra
/
llcommon
/
tests
/
lleventdispatcher_test.cpp
Age
Commit message (
Expand
)
Author
2013-03-29
Update Mac and Windows breakpad builds to latest
Graham Madarasz
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
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-28
Extend LLEventAPI to directly call other functions & methods.
Nat Goodspeed