aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_reflection_cpp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix C++ reflection of vector types.Stephen Hines2015-07-141-3/+1
* Update slang for LLVM rebase to r222494.Stephen Hines2014-11-241-1/+0
* Replace the NULL macro with nullptr literal.Chris Wailes2014-08-201-6/+6
* Add comments to the generated file.Jean-Luc Brouillet2014-07-251-5/+44
* Adds support for multi-input kernels to Slang.Chris Wailes2014-07-071-11/+25
* Add -v (-verbose/--verbose) option to llvm-rs-cc.Stephen Hines2014-06-111-2/+4
* Merge "Set the reflection parameters in the constructors."Jean-Luc Brouillet2014-06-051-22/+10
|\
| * Set the reflection parameters in the constructors.Jean-Luc Brouillet2014-06-051-22/+10
* | Break very long writeHeaderFile into manageable piecesJean-Luc Brouillet2014-06-051-70/+82
|/
* Merge "Rename a few variables and methods"Jean-Luc Brouillet2014-06-041-39/+27
|\
| * Rename a few variables and methodsJean-Luc Brouillet2014-06-031-39/+27
* | Use GeneratedFile in Java reflectionJean-Luc Brouillet2014-06-031-2/+2
|/
* Remove ReflectionBase.Jean-Luc Brouillet2014-06-031-19/+82
* Change cpp reflection to use GeneratedFile.Jean-Luc Brouillet2014-06-021-226/+181
* Reformat the reflection code using clang-formatJean-Luc Brouillet2014-05-281-310/+283
* Replace std::endl by \n.Jean-Luc Brouillet2014-05-271-4/+4
* Remove useless "return;" statements.Jean-Luc Brouillet2014-05-271-1/+0
* Make virtual getTypeStoreSize and getTypeAllocSizeJean-Luc Brouillet2014-05-151-6/+7
* Move DataType enum out of RSExportPrimitiveDataType.Jean-Luc Brouillet2014-05-151-1/+1
* Fix C++ reflection so that -p works.Stephen Hines2014-02-191-1/+11
* Support RS object types properly for C++ NDK reflection.Stephen Hines2013-11-261-8/+22
* Fix initializers and add vector reflection support.Stephen Hines2013-08-291-6/+156
* Type checking for C++ API.Stephen Hines2013-08-221-5/+119
* Fix a bug with compat lib support. Add new namespace to sp<>.Tim Murray2013-07-311-9/+9
* Update C++ bindings and add const qualifiers to get methods.Tim Murray2013-07-231-5/+4
* Fix C++ ForEach reflection (bad usrData args).Stephen Hines2012-11-271-65/+378
* Change namespace from renderscriptCpp to RSCTim Murray2012-11-161-13/+13
* Argument passing with reflected C++ invoke functions.Stephen Hines2012-11-141-6/+28
* Fix style issues with C++ reflection.Stephen Hines2012-11-141-260/+255
* Start to handle invoke, plus fix global C++ reflection.Stephen Hines2012-11-141-12/+67
* Emit out parameter in C++ reflection for kernels.Stephen Hines2012-11-131-3/+3
* Move to RenderScript.h and new sp<RS> APITim Murray2012-11-021-3/+3
* Fix reflected resource name in C++.Tim Murray2012-10-311-1/+1
* Enable C++ reflection, fixing many minor bugs in the process.Tim Murray2012-10-011-3/+3
* Fix namespaces in reflected cpp code.Jason Sams2012-04-031-11/+14
* Continue C++ reflection work.Jason Sams2012-03-131-61/+67
* start cpp reflectionJason Sams2012-03-121-0/+300