| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also clear away a few more MSVC precision warnings
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
traces
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This allows the getter functions to return whether or not the option exists
without a separate call and check.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Note that some parameters still need the lock when getting or setting them.
|
| |
|
|
|
|
|
|
|
| |
Typically when these are set, an app will be releasing the buffer from the
source, possibly to immediately reuse it. There would be an extra burden placed
on the app if it was required to process updates before it could fully release
the buffer from the source.
|
|
|
|
| |
Also, don't keep track of the number of contexts per device
|