Age | Commit message (Expand) | Author |
2024-07-18 | Improve viewer's defense against `LLEventAPI` failures. | Nat Goodspeed |
2024-05-08 | Merge branch 'nat/cleanup-timers' into lua-timers. | Nat Goodspeed |
2024-04-25 | Add missing #include "stringize.h" | Nat Goodspeed |
2024-01-08 | DRTVWR-589: Fix build errors resulting from merge with main. | Nat Goodspeed |
2023-07-28 | DRTVWR-587: Use [[noreturn]] attribute on callFail() methods | Nat Goodspeed |
2023-07-26 | DRTVWR-587: Move constexpr arity into lambda that uses it. | Nat Goodspeed |
2023-07-25 | DRTVWR-587: Pacify VS 2022 specifically. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Avoid extra copy of getMetadata() LLSD map. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Fix LLEventDispatcher::addMethod() for LazyEventAPI. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Nail down LLDispatchListener exception handling | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Enrich LLEventDispatcher::callFail() with current call. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Extend LLEventDispatcher::add() overloads. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Introduce LLDispatchListener batched requests. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Break out new LLDispatchListener::call() method. | 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-13 | DRTVWR-558: Pull in LLEventDispatcher / LLDispatchListener fixes. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Generalize LLEventDispatcher::add() constraints. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: LLEventAPI allows all LLEventDispatcher add() overloads. | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Change LLEventDispatcher error action (also LLEventAPI). | Nat Goodspeed |
2023-07-13 | DRTVWR-558: Tweak LLEventDispatcher. | Nat Goodspeed |
2022-06-21 | DRTVWR-564: Per NickyD, need not test static_cast result for nullptr. | Nat Goodspeed |
2022-06-21 | DRTVWR-564: Fix LLEventDispatcher::addMethod() for LazyEventAPI. | Nat Goodspeed |
2022-06-18 | DRTVWR-564: WIP: Add LazyEventAPI and tests. Tests don't yet pass. | Nat Goodspeed |
2022-06-15 | DRTVWR-558: Generalize LLEventDispatcher::add() constraints. | Nat Goodspeed |
2022-06-15 | DRTVWR-558: LLEventAPI allows all LLEventDispatcher add() overloads. | Nat Goodspeed |
2022-06-15 | DRTVWR-558: Change LLEventDispatcher error action (also LLEventAPI). | Nat Goodspeed |
2017-02-23 | DRTVWR-418: Fix a round of compile errors surfaced by -std=c++11. | Nat Goodspeed |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz |
2011-02-01 | Replace boost::ptr_map<name, etc> with std::map<name, shared_ptr>. | Nat Goodspeed |
2011-01-31 | Resolve LLEventDispatcher::add(function(const LLSD&)) ambiguity. | Nat Goodspeed |
2011-01-28 | Extend LLEventAPI to directly call other functions & methods. | Nat Goodspeed |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden |
2009-12-22 | Add lleventhost queries to list LLEventAPIs or describe one. | Nat Goodspeed |
2009-11-12 | Introduce LLEventDispatcher::begin()/end() to iterate over (name, desc) pairs | Nat Goodspeed |
2009-11-11 | Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ API | Nat Goodspeed |
2009-11-03 | merge | Loren Shih |
2009-10-09 | DEV-40930: Added ["change"] key to login-module status events. Changed | Nat Goodspeed |
2009-07-01 | Merged in windows LL_COMMON_API dll linkage fixes. | brad kittenbrink |
2009-07-01 | Fixups for windows llcommon dll linkage errors that got dropped in the merge ... | brad kittenbrink |
2009-07-01 | DEV-31980: provide a way to retrieve LLDispatchListener's tweaked LLEventPump... | Nat Goodspeed |
2009-06-24 | DEV-31980: remove cruft from lleventdispatcher.h | Nat Goodspeed |
2009-06-24 | DEV-31980: Extend LLEventDispatcher to handle const as well as non-const | Nat Goodspeed |
2009-06-19 | DEV-31980: extract dispatch-by-string-name logic from LLAresListener to new | Nat Goodspeed |