Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.queue: Update :items() to consistently use private data directly | Matthew Wild | 2019-03-26 | 1 | -5/+4 |
| | | | | | | It will perform better this way, and we were accessing private variables already within the iterator. Replaces 3eea63a68e0f | ||||
* | Backed out changeset 3eea63a68e0f | Matthew Wild | 2019-03-26 | 1 | -4/+5 |
| | | | | Commit included intended changes to loggingmanager | ||||
* | util.queue: Update :items() to consistently use private data directly | Matthew Wild | 2019-03-23 | 1 | -5/+4 |
| | | | | | It will perform better this way, and we were accessing private variables already within the iterator. | ||||
* | util.queue: Add 'consume()' convenience iterator | Matthew Wild | 2019-03-23 | 1 | -0/+3 |
| | |||||
* | util.queue: Add luacheck annotations | Matthew Wild | 2015-10-18 | 1 | -1/+2 |
| | |||||
* | util.queue: Add :items() iterator | Matthew Wild | 2015-10-18 | 1 | -0/+13 |
| | |||||
* | util.queue: Allow optional wrap-around when pushing, overwriting oldest ↵ | Matthew Wild | 2015-06-03 | 1 | -2/+7 |
| | | | | unread item | ||||
* | util.queue: Small fast FIFO/ringbuffer/queue library | Matthew Wild | 2015-05-13 | 1 | -0/+54 |