summaryrefslogtreecommitdiff
path: root/cpp/Android.mk
AgeCommit message (Expand)Author
2017-02-28Remove libcutils dependency.Miao Wang
2017-01-20Cleanup makefiles and warning producing code.Jean-Luc Brouillet
2017-01-19Use LOCAL_EXPORT_C_INCLUDE_DIRS to simplify makefiles.Jean-Luc Brouillet
2016-10-06Convert libRSDispatch to Android.bpDan Willemsen
2016-06-24Fix NDK linkingDan Willemsen
2016-03-11Stop targeting froyo. It isn't supported.Dan Albert
2016-02-24Use c++_static instead of stlport_static for support lib.Miao Wang
2015-10-12Merge "Implement IntrinsicBLAS for RS C++ API"Miao Wang
2015-10-02Add -Wextra to our RS build.Stephen Hines
2015-09-15Implement IntrinsicBLAS for RS C++ APIMiao Wang
2015-09-02Remove useless HOST_OS==windows checksDan Willemsen
2015-06-11Disable ASan for one library.Evgenii Stepanov
2015-04-13remove STL from rs C++ public interface. Nuke stlport.Miao Wang
2015-04-07Add setSurface() and getSurface() to RScpp.Miao Wang
2014-11-20Clean up RS C++ library.Stephen Hines
2014-11-17Merge "Create a separate static lib that provides a dispatch table to both fw...Miao Wang
2014-11-12Move libRScpp.so to libc++.Dan Albert
2014-11-11Create a separate static lib that provides a dispatch table to bothMiao Wang
2014-10-07am 7e57aa7d: Enable 64-bit building for libRScpp_static.Tim Murray
2014-10-06Enable 64-bit building for libRScpp_static.Tim Murray
2014-09-11Clean up makefile cruft.Dan Albert
2014-08-20Replace NULL macros with nullptr literals.Chris Wailes
2014-06-13Fix Windows SDK build.Logan Chien
2014-05-13Switch to use slang/rs_version.mk for consistency.Stephen Hines
2014-04-28Fix incorrect dependence on the system-built liblog.Stephen Hines
2014-01-31am 5eaddd4f: am 63d33e7c: Merge "Bundle all of our necessary static libraries...Stephen Hines
2014-01-30Bundle all of our necessary static libraries in libRScpp_static.a.Stephen Hines
2014-01-15am a9861e8f: am 9ee891e3: am f171923b: Merge "Fix NDK API on old devices."Tim Murray
2014-01-15Fix NDK API on old devices.Tim Murray
2013-09-25Switch RS C++ library over to building with Clang.Stephen Hines
2013-08-01Add basic support for intrinsics. Move sp<> into RScpp.Tim Murray
2013-07-23Add Sampler support to C++ API.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-04-09Add liblogYing Wang
2012-11-08Add blend intrinsic to C++ API.Tim Murray
2012-11-05Move to smart pointers for refcounting RS contextsTim Murray
2012-04-02Split cpp frontend to its own lib.Jason Sams