Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-05 | Fix a few trailing whitespaces. | Nat Goodspeed | |
2024-08-30 | Add LLIntTracker<T>, an LLInstanceTracker<T, int> with generated keys. | Nat Goodspeed | |
The point of LLIntTracker is to generate its keys implicitly, so that its int getKey() can be treated more or less like an instance pointer, with the added bonus that the key can be passed around via LLSD. LLIntTracker generates random int keys to try to make it a little harder for one script to mess with an LLIntTracker instance belonging to another. |