1. c382c60 Don't reflect set_*() API for export variables having 'const' qualifier by Shih-wei Liao · 14 years ago
  2. dd35e49 Add boolean. by Shih-wei Liao · 14 years ago
  3. 324c047 Reflect initializer of an exported variable if any. by Shih-wei Liao · 14 years ago
  4. 001fb6d 1. Add comments to clarify (E.g., don't worry. "syntax error will be triggered by predecessor later") by Shih-wei Liao · 14 years ago
  5. 9e86e19 Add "public static createElement" as part of reflected files for the fields. by Shih-wei Liao · 14 years ago
  6. 9e98e00 Fix the subData argument values: They are in the unit of elements, NOT in the by Shih-wei Liao · 14 years ago
  7. c1d7b38 Merge "Remove USER_F32, ..." by Shih-wei Liao · 14 years ago
  8. bd49c8f Remove USER_F32, ... by Shih-wei Liao · 14 years ago
  9. a1bd2d5 Merge "Phase out part of Data Kind." by Shih-wei Liao · 14 years ago
  10. b1a28e7 Phase out part of Data Kind. by Shih-wei Liao · 14 years ago
  11. 72b1938 Merge "Use SourceLocation::print() to output source location for diagnostics." by Shih-wei Liao · 14 years ago
  12. b1b053d Use SourceLocation::print() to output source location for diagnostics. by Kirk Stewart · 14 years ago
  13. 60c985d Null pointer checking for setting RS objects in reflection. by Shih-wei Liao · 14 years ago
  14. 2dd42ff Fix slang to do invoke_foo() without null. by Shih-wei Liao · 14 years ago
  15. 2e534f2 Change Diagnostic::Error to Diagnostic::Warning for now. The long-term solution should provide a slang option to toggle between Error and Warning. by Shih-wei Liao · 14 years ago
  16. 70b2c93 Merge "Add support to #pragma rs java_package_name." by Sen Hu · 14 years ago
  17. 537446c Add support to #pragma rs java_package_name. by Shih-wei Liao · 14 years ago
  18. 336d93a Use llvm::StringRef::startswith rather than std::string::compare, by Kirk Stewart · 14 years ago
  19. 6b22674 Add a check to prevent users from defining function names starting witih "rs". by Kirk Stewart · 14 years ago
  20. 6322c93 Use pre-existing clang code to produce errors for un-prototyped functions. by Kirk Stewart · 14 years ago
  21. c20992e Type promotion in reflection. That is, treat unsigned char in C as short in Java, unsigned short as int and unsigned int as long by Shih-wei Liao · 14 years ago
  22. 976baad Fix simulator build. by Shih-wei Liao · 14 years ago
  23. 546e817 Fix Android.mk by Shih-wei Liao · 14 years ago
  24. bdd7888 Set LOCAL_MODULE_CLASS in slang to EXECUTABLES. by Shih-wei Liao · 14 years ago
  25. 462aefd Initialize slang and Android.mk. by Shih-wei Liao · 14 years ago