summaryrefslogtreecommitdiff
path: root/indra/llcommon/llleaplistener.cpp
AgeCommit message (Expand)Author
2024-09-10Pass std::string_view by value, not by const reference.Nat Goodspeed
2024-08-28Ditch trailing spaces.Nat Goodspeed
2024-04-03Use raw string literal syntax for LLLeapListener help strings.Nat Goodspeed
2024-04-02Give LLLeapListener's "listen" operation a "tweak" argument.Nat Goodspeed
2024-02-22 #include <iomanip> where std::quoted() is referenced.Nat Goodspeed
2024-02-22Lua listen_events(), await_event() => get_event_{pumps,next}().Nat Goodspeed
2022-06-22DRTVWR-564: Allow LLLeapListener to report LazyEventAPIs too.Nat Goodspeed
2021-10-07SL-16024: Return shared_ptr from LLInstanceTracker::getInstance().Nat Goodspeed
2020-03-25DRTVWR-476: Eliminate static LLEventPump factory maps.Nat Goodspeed
2020-03-25DRTVWR-476: Kill LLEventQueue, per-frame LLEventPump::flush() calls.Nat Goodspeed
2020-03-25DRTVWR-494: Defend LLInstanceTracker against multi-thread usage.Nat Goodspeed
2015-11-10remove execute permission from many files that should not have itOz Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-03-16Introduce LLLeapListener, associating one with each LLLeap object.Nat Goodspeed