aboutsummaryrefslogtreecommitdiff
path: root/slang_rs_reflection_cpp.cpp
AgeCommit message (Expand)Author
2016-11-15Add NOLINT to suppress clang-tidy warnings.Chih-Hung Hsieh
2016-10-11Fix slang to compile with LLVM r275480Pirama Arumuga Nainar
2016-08-23Fix clang-tidy warnings in slang.Chih-Hung Hsieh
2016-06-14Delete simple reduction implementation.David Gross
2015-12-17Cleanup: RSExportType::getSize() has inconsistent semantics.David Gross
2015-11-03Extend C++ reflection layer constant arrays and fix matrix types.Nicolas Collin
2015-08-20Add C++ reflection for reduce-style kernels in slang.Matt Wala
2015-07-14Fix C++ reflection of vector types.Stephen Hines
2015-05-29Replace assert() with project-specific version.David Gross
2014-11-24Update slang for LLVM rebase to r222494.Stephen Hines
2014-08-20Replace the NULL macro with nullptr literal.Chris Wailes
2014-07-25Add comments to the generated file.Jean-Luc Brouillet
2014-07-07Adds support for multi-input kernels to Slang.Chris Wailes
2014-06-11Add -v (-verbose/--verbose) option to llvm-rs-cc.Stephen Hines
2014-06-05Merge "Set the reflection parameters in the constructors."Jean-Luc Brouillet
2014-06-05Set the reflection parameters in the constructors.Jean-Luc Brouillet
2014-06-05Break very long writeHeaderFile into manageable piecesJean-Luc Brouillet
2014-06-04Merge "Rename a few variables and methods"Jean-Luc Brouillet
2014-06-03Rename a few variables and methodsJean-Luc Brouillet
2014-06-03Use GeneratedFile in Java reflectionJean-Luc Brouillet
2014-06-03Remove ReflectionBase.Jean-Luc Brouillet
2014-06-02Change cpp reflection to use GeneratedFile.Jean-Luc Brouillet
2014-05-28Reformat the reflection code using clang-formatJean-Luc Brouillet
2014-05-27Replace std::endl by \n.Jean-Luc Brouillet
2014-05-27Remove useless "return;" statements.Jean-Luc Brouillet
2014-05-15Make virtual getTypeStoreSize and getTypeAllocSizeJean-Luc Brouillet
2014-05-15Move DataType enum out of RSExportPrimitiveDataType.Jean-Luc Brouillet
2014-02-19Fix C++ reflection so that -p works.Stephen Hines
2013-11-26Support RS object types properly for C++ NDK reflection.Stephen Hines
2013-08-29Fix initializers and add vector reflection support.android-cts-4.4_r4android-cts-4.4_r1android-4.4_r1.2.0.1android-4.4_r1.2android-4.4_r1.1.0.1android-4.4_r1.1android-4.4_r1.0.1android-4.4_r1android-4.4_r0.9android-4.4_r0.8android-4.4_r0.7android-4.4.2_r2.0.1android-4.4.2_r2android-4.4.2_r1.0.1android-4.4.2_r1android-4.4.1_r1.0.1android-4.4.1_r1kitkat-releasekitkat-mr1.1-releasekitkat-mr1-releasekitkat-cts-releasekitkat-cts-devStephen Hines
2013-08-22Type checking for C++ API.Stephen Hines
2013-07-31Fix a bug with compat lib support. Add new namespace to sp<>.Tim Murray
2013-07-23Update C++ bindings and add const qualifiers to get methods.Tim Murray
2012-11-27Fix C++ ForEach reflection (bad usrData args).Stephen Hines
2012-11-16Change namespace from renderscriptCpp to RSCTim Murray
2012-11-14Argument passing with reflected C++ invoke functions.Stephen Hines
2012-11-14Fix style issues with C++ reflection.Stephen Hines
2012-11-14Start to handle invoke, plus fix global C++ reflection.Stephen Hines
2012-11-13Emit out parameter in C++ reflection for kernels.Stephen Hines
2012-11-02Move to RenderScript.h and new sp<RS> APITim Murray
2012-10-31Fix reflected resource name in C++.Tim Murray
2012-10-01Enable C++ reflection, fixing many minor bugs in the process.Tim Murray
2012-04-03Fix namespaces in reflected cpp code.Jason Sams
2012-03-13Continue C++ reflection work.Jason Sams
2012-03-12start cpp reflectionJason Sams