Age | Commit message (Expand) | Author |
2023-05-04 | Merge remote-tracking branch 'origin/zap-LLSDArray' into DRTVWR-577-maint-S | Andrey Lihatskiy |
2023-05-03 | SL-19647: Eliminate LLSDArray entirely. | Nat Goodspeed |
2022-11-03 | DRTVWR-575: A few more tweaks addressing size_t wider than 32 bits. | Nat Goodspeed |
2020-04-03 | DRTVWR-476: Cherry-pick debug aids from commit 77b0c53 (fiber-mutex) | Nat Goodspeed |
2020-03-25 | [DRTVWR-476] - fix compiler errors 32 bit windows build | Anchor |
2019-08-10 | DRTVWR-493: Introduce test catch_what(), catch_llerrs() functions. | Nat Goodspeed |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden |
2013-10-21 | another attempted buildfix | Richard Linden |
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 |