aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_reflection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete/confusing options and fix strings.Stephen Hines2011-09-021-2/+2
* Merge "Start basic support for LLVM 2.9 bitcode writer."Stephen Hines2011-08-261-2/+2
|\
| * Start basic support for LLVM 2.9 bitcode writer.Stephen Hines2011-08-261-2/+2
* | Fixing copyNow reflection.Alex Sakhartchouk2011-08-251-9/+30
|/
* Don't generate forEach() on pre-ICS target SDK.Stephen Hines2011-08-181-6/+9
* Properly calculate end of struct padding.Stephen Hines2011-08-041-2/+2
* Define RS_VERSION as the SDK version.Stephen Hines2011-07-211-1/+1
* Merge "Fix style issues."Stephen Hines2011-07-211-31/+31
|\
| * Fix style issues.Stephen Hines2011-07-201-31/+31
* | Enhanced check for paddingAndrew Hsieh2011-07-201-3/+3
|/
* Type-checking for ForEach with RS types.Stephen Hines2011-06-271-8/+265
* Add in missing primitive element reflection.Stephen Hines2011-06-171-7/+12
* Clean up forEach reflection code.Stephen Hines2011-05-311-27/+64
* Simple support for reflecting rsForEach().Stephen Hines2011-05-161-0/+68
* Fix b/3427124. Adding the overloadable invokable feature. Reflect that type o...Shih-wei Liao2011-02-101-1/+3
* Support Windows paths in slang.Raphael2011-02-081-1/+2
* Add support for assertions in llvm-rs-cc.Stephen Hines2011-02-071-47/+48
* Fix pragma for reflection license.Stephen Hines2011-02-031-1/+1
* Remove android.util.Log from reflected files.Stephen Hines2011-02-011-1/+1
* Support for generating .java dependencies for RS.Stephen Hines2011-01-311-0/+4
* Fix style.Stephen Hines2011-01-171-1/+2
* Just pass the field packer directly rather thanJason Sams2011-01-161-2/+1
* Change to match final API sigsJason Sams2011-01-161-2/+2
* Fix style.Stephen Hines2011-01-111-1/+2
* Update with new function names.Jason Sams2011-01-071-3/+3
* API clean-upAlex Sakhartchouk2010-12-171-4/+4
* Fix bug with resize that would leave theJason Sams2010-12-161-0/+6
* Arrays of width 3 vector types cannot be exported.Stephen Hines2010-12-101-1/+2
* Add usage flag to create ScriptField_*Jason Sams2010-12-071-0/+17
* Update for API changes.Jason Sams2010-12-061-26/+1
* Fix reflection to use new setVar(object)Jason Sams2010-11-161-6/+2
* Improve code style.Stephen Hines2010-11-101-43/+64
* Add new constructor to reflected code that removesJason Sams2010-11-031-1/+26
* Fix handling of null item list on resize.Jason Sams2010-10-251-3/+6
* b/3093518 Add resize() method in the reflected of ScriptField_*.java.Zonr Chang2010-10-171-42/+43
* b/3093447 Create element of constant array using Element.add(Element element,Zonr Chang2010-10-141-101/+134
* b/3093393 Properly initialized constant array where the element is ofZonr Chang2010-10-141-3/+3
* Prepend legal announcement in all files.Zonr Chang2010-10-121-0/+16
* Support for unsigned long and unsigned long long.Stephen Hines2010-10-111-2/+3
* Revert "Revert "New implementation of llvm-rs-cc (replacement of slang_driver...Shih-wei Liao2010-10-101-9/+8
* Revert "New implementation of llvm-rs-cc (replacement of slang_driver)."Shih-wei Liao2010-10-101-8/+9
* New implementation of llvm-rs-cc (replacement of slang_driver).Shih-wei Liao2010-10-091-9/+8
* Use llvm::sys::Path to implement "mkdir -p".Zonr Chang2010-10-081-33/+31
* Use "L" suffix for 64-bit Java int initializers.Stephen Hines2010-10-071-1/+5
* GetTypeNullValue() in slang_rs_reflection should take boolean type into consi...Zonr Chang2010-10-061-1/+5
* Check mItemArray in component-level getter and return correct null value forShih-wei Liao2010-10-061-0/+26
* Revert "Check mItemArray in component-level getter and return correct null va...Shih-wei Liao2010-10-061-26/+0
* Check mItemArray in component-level getter and return correct null value forZonr Chang2010-10-061-0/+26
* Rewrite the RSExportConstantArrayType to better support reflectingZonr Chang2010-10-061-56/+146
* 1. Rewrite reflection of parameter packet in RSExportFunc. In order toZonr Chang2010-10-061-6/+8