Age | Commit message (Expand) | Author |
2024-06-01 | Re-enable a lot of compiler warnings for MSVC and address the C4267 "possible... | Ansariel |
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ... | Andrey Lihatskiy |
2023-10-29 | DRTVWR-587: Fix LL::apply(function, LLSD array). | Nat Goodspeed |
2023-10-27 | DRTVWR-587: Skip Visual Studio LLSDParam<const char*> tests for now. | Nat Goodspeed |
2023-07-27 | DRTVWR-587: Skip some tests that only fail with older Visual Studio | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Fix a few lleventdispatcher_test merge glitches. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Extend LLEventDispatcher::add() overloads. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Add tests for batched LLDispatchListener operations. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Make DispatchResult methods use their arguments. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Add tests for LLDispatchListener functionality. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Clean up LLEventDispatcher argument and result handling. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: LLEventDispatcher uses LL::apply(), not boost::fusion. | Nat Goodspeed |
2023-07-12 | SL-18330: Merge commit '6b53036' into DRTVWR-587-maint-V | Nat Goodspeed |
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 |
2022-06-15 | DRTVWR-558: Change LLEventDispatcher error action (also LLEventAPI). | 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 |