- Jun 12, 2017
-
-
Glenn Glazer authored
-
- Jun 06, 2017
-
-
Glenn Glazer authored
-
Glenn Glazer authored
-
- Jun 05, 2017
-
-
Glenn Glazer authored
-
- Jun 01, 2017
-
-
Glenn Glazer authored
-
Oz Linden authored
-
- May 30, 2017
- May 24, 2017
-
-
Oz Linden authored
-
- May 23, 2017
-
-
Glenn Glazer authored
-
Oz Linden authored
-
Glenn Glazer authored
-
Glenn Glazer authored
-
Nat Goodspeed authored
-
- May 22, 2017
- May 19, 2017
-
-
Oz Linden authored
-
- May 18, 2017
-
-
Oz Linden authored
-
- May 17, 2017
-
-
Glenn Glazer authored
-
AndreyL ProductEngine authored
-
Glenn Glazer authored
-
Glenn Glazer authored
-
Glenn Glazer authored
-
Glenn Glazer authored
-
Glenn Glazer authored
-
nat_linden authored
Add LLEventBatch, LLEventThrottle, LLEventBatchThrottle classes. Approved-by:
Rider Linden <rider@lindenlab.com> Approved-by:
Andrey Kleshchev <andreykproductengine@lindenlab.com>
-
Mnikolenko Productengine authored
-
- May 16, 2017
-
-
Mnikolenko Productengine authored
MAINT-7414 FIXED Confirmation is not shown when removing multiple items at once when above InventoryTrashMaxCapacity limit
-
- May 15, 2017
-
-
Mnikolenko Productengine authored
-
Mnikolenko Productengine authored
-
- May 12, 2017
-
-
Glenn Glazer authored
-
- May 11, 2017
-
-
Mnikolenko Productengine authored
-
nat_linden authored
Approved-by:
Scott Lawrence (Oz Linden) <oz@lindenlab.com>
-
- May 10, 2017
-
-
Glenn Glazer authored
-
Nat Goodspeed authored
The new behavior is that it will flush when either the pending batch has grown to the specified size, or the time interval has expired.
-
Nat Goodspeed authored
For some reason there wasn't an entry in indra/llcommon/CMakeLists.txt to run the tests in indra/llcommon/tests/lleventfilter_test.cpp. It seems likely that at some point it existed, since all previous tests built and ran successfully. In any case, (re-)add lleventfilter_test.cpp to the set of llcommon tests. Also alphabetize them to make it easier to find a particular test invocation. Also add new tests for LLEventThrottle. To support this, refactor the concrete LLEventThrottle class into LLEventThrottleBase containing all the tricky logic, with pure virtual methods for access to LLTimer and LLEventTimeout, and an LLEventThrottle subclass containing the LLTimer and LLEventTimeout instances and corresponding implementations of the new pure virtual methods. That permits us to introduce TestEventThrottle, an alternate subclass with dummy implementations of the methods related to LLTimer and LLEventTimeout. In particular, we can explicitly advance simulated realtime to simulate particular LLTimer and LLEventTimeout behaviors. Finally, introduce Concat, a test LLEventPump listener class whose function is to concatenate received string event data into a composite string so we can readily test for particular sequences of events.
-
Nat Goodspeed authored
Drake points out that the OS X 64-bit-capable memory-query APIs recommended in comments by some long-ago maintainer are by now themselves obsolete. He offered this patch to update us to current macOS memory APIs.
-