summaryrefslogtreecommitdiff
path: root/cpp/BaseObj.cpp
AgeCommit message (Collapse)Author
2016-11-04Fix google-build-using-namespace warnings.Chih-Hung Hsieh
Replace "using namespace ..." with "using namespace::identifier" for every imported identifiers. Bug: 32670901 Test: make with WITH_TIDY=1 Change-Id: Iae11a95b386c7e783e3bc50312a8fd4209e4ced7
2016-08-17Fix clang-tidy performance warnings.Chih-Hung Hsieh
* Use const reference type for read-only parameters. Bug: 30407689 Test: build with WITH_TIDY=1 Change-Id: I7c19a10f0ae0b4784851bedbcaf1c4565c6616d1
2015-09-15Comments clean up for C++ APIMiao Wang
Change-Id: I7ced3653a32fa8eaa62cd218002d22f5551c404a
2014-08-20Replace NULL macros with nullptr literals.Chris Wailes
Change-Id: I918c40879aa547438f77e7d1a95fa2aa33bec398
2013-12-12Fix memory leak due to smart pointer misuse.Tim Murray
bug 11965932 Change-Id: I982b974b3554b0f4dc7a558107703ff605f580e6
2013-09-09Fix build/dependency issue.Tim Murray
bug 10427951 Change-Id: I798a0014f299b22c26bea3205823fcbb64f7ec70
2013-08-01Add basic support for intrinsics. Move sp<> into RScpp.Tim Murray
Change-Id: I74cdee7069a624ded5091d53db3a4b8ce9894033
2013-07-23Move to dynamic dispatch. Add support for IoAllocation* in rs.spec.Tim Murray
Change-Id: I013409cbb758ce5aae78347acb39c43d07aeb9bf
2013-07-23Move C++ API over to function tables rather than linking libRS directly.Tim Murray
Change-Id: I7841df768d5bd10fa941b3655673fd73496a8137
2013-03-19Add x86 server support.Tim Murray
Change-Id: I674acaf15b67afa48bc736f72942a11e2e38e940
2013-02-13Move rs.h includes to source files.Tim Murray
Change-Id: Ic49e3fa5580c67f35a21f95872794ea03dd114b6
2012-11-16Change namespace from renderscriptCpp to RSCTim Murray
Change-Id: I6c40a91d3afad8411d0ad49088a8e52c251b7038
2012-11-05Move to smart pointers for refcounting RS contextsTim Murray
Change-Id: I0dc6adc4e02c7427a4234c549d3555a501fe5f90
2012-04-02Make all references use smart pointers.Jason Sams
BUG=5972398 Change-Id: I7b8c2930ccf7d64623270cd3d0550aa6a852f2e5
2012-04-02Split cpp frontend to its own lib.Jason Sams
Change-Id: I6ff1c620ec28ca1b96bce569ad5a09b41130ee88