summaryrefslogtreecommitdiff
path: root/cpp/BaseObj.cpp
AgeCommit message (Expand)Author
2016-11-04Fix google-build-using-namespace warnings.Chih-Hung Hsieh
2016-08-17Fix clang-tidy performance warnings.Chih-Hung Hsieh
2015-09-15Comments clean up for C++ APIMiao Wang
2014-08-20Replace NULL macros with nullptr literals.Chris Wailes
2013-12-12Fix memory leak due to smart pointer misuse.Tim Murray
2013-09-09Fix build/dependency issue.Tim Murray
2013-08-01Add basic support for intrinsics. Move sp<> into RScpp.Tim Murray
2013-07-23Move to dynamic dispatch. Add support for IoAllocation* in rs.spec.Tim Murray
2013-07-23Move C++ API over to function tables rather than linking libRS directly.Tim Murray
2013-03-19Add x86 server support.Tim Murray
2013-02-13Move rs.h includes to source files.Tim Murray
2012-11-16Change namespace from renderscriptCpp to RSCTim Murray
2012-11-05Move to smart pointers for refcounting RS contextsTim Murray
2012-04-02Make all references use smart pointers.Jason Sams
2012-04-02Split cpp frontend to its own lib.Jason Sams