Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check that the result of UniquePtr::release is always used. | Elliott Hughes | 2011-06-07 | 1 | -2/+2 |
| | | | | | | | (And silence the warnings in those cases where it isn't because we're working around OpenSSL API lossage.) Change-Id: Ibc7958373e7a899a6cd03a0177f97bf3a73c0e15 | ||||
* | Add a general-purpose scoped pointer for libcore JNI. | Elliott Hughes | 2010-02-10 | 1 | -0/+231 |
This is a functional equivalent of C++0x's std::unique_ptr. (I'm not planning to use this in froyo, but I want it there in case I have to backport changes from dalvik-dev.) |