1. c43b981 Phase out rs_scriptbc.h. Use rs_types.rsh and rs_math.rsh. by Shih-wei Liao · 14 years ago
  2. 0dbc405 New bitcode implementation for rslib. by Shih-wei Liao · 14 years ago
  3. 0a3f20e Handle RecordLayout and get the Alloc size. by Shih-wei Liao · 14 years ago
  4. c6dde9f Handle load effective address (pc relative). by Shih-wei Liao · 14 years ago
  5. 8fd54b3 Add LOCAL_REQUIRED_MODULES. by Shih-wei Liao · 14 years ago
  6. 41e9d7d Add missing LOCAL_REQUIRED_MODULE. by Shih-wei Liao · 14 years ago
  7. 835a7b7 1. Retire Ying's LOCAL_REQUIRED_MODULE change (I02184368) by Shih-wei Liao · 14 years ago
  8. 8e85d66 Fix dependency. by Ying Wang · 14 years ago
  9. 9b1f50b Implement accessor (getter) for retrieving an item for TypeClass in reflection by Shih-wei Liao · 14 years ago
  10. 4c9f742 Right usage of linking. Enable the reuse of the same Slang object across multiple input files. by Shih-wei Liao · 14 years ago
  11. 4c85762 Merge "Support multiple .rs files. Change "-o" to denote output path for .bc, NOT the output .bc file." by Shih-wei Liao · 14 years ago
  12. f83d3c3 Support multiple .rs files. Change "-o" to denote output path for .bc, NOT the output .bc file. by Shih-wei Liao · 14 years ago
  13. bbaa793 Revert "Handle multiple .rs files." by Shih-wei Liao · 14 years ago
  14. 78e8ed3 Handle multiple .rs files. by Shih-wei Liao · 14 years ago
  15. 2239ece Reflect to float or double based on APFloat's semanticsPrecision function. Check IEEEsingle etc. by Shih-wei Liao · 14 years ago
  16. 5337e5f Merge "Change the Preprocessor to automatically include rs_types.rsh and rs_math.rsh. They are part of the standard RenderScript APIs." by Shih-wei Liao · 14 years ago
  17. 60de5bd Change the Preprocessor to automatically include rs_types.rsh and rs_math.rsh. They are part of the standard RenderScript APIs. by Shih-wei Liao · 14 years ago
  18. b0cadb3 Disallow implicit discarding of type qualifiers. Note that this by Kirk Stewart · 14 years ago
  19. 0d80b28 Fix Simulator build. by Shih-wei Liao · 14 years ago
  20. 1880571 Try Simulator build. by Shih-wei Liao · 14 years ago
  21. 9089828 Add curr directory to include path. by Shih-wei Liao · 14 years ago
  22. 81c1b48 Add QT.isConstQualified, to determine whether set_* needs to be reflected. by Shih-wei Liao · 14 years ago
  23. 8eac094 Add frameworks/base/libs/rs/scriptc to system include path. by Shih-wei Liao · 14 years ago
  24. 66819a9 Clean up printing. by Shih-wei Liao · 14 years ago
  25. 68e8e9f Add include path and deal with the case that "-p" flag on path is unspecified. by Shih-wei Liao · 14 years ago
  26. 807a0ea Handle corner case if file path is too long. by Che-Liang Chiou · 14 years ago
  27. 139949b handle corner case that path string is too long by Che-Liang Chiou · 14 years ago
  28. b55d7ef Change "-o" to create parent directories if it's needed. by Shih-wei Liao · 14 years ago
  29. 8b1d0dd Create path if needed and add RSReflection::openScriptFile. by Shih-wei Liao · 14 years ago
  30. 6de8927 Add --output-java-reflection-path | -p by Shih-wei Liao · 14 years ago
  31. e3756aa Usage Linkage for choosing vars/funcs which should be exported instead. by Victor Hsieh · 14 years ago
  32. f1bd510 Change SimpleMesh to Mesh. by Shih-wei Liao · 14 years ago
  33. a507042 Rename *ExportAllStatic* to *ExportAllNonStatic*. by Victor Hsieh · 14 years ago
  34. db4586a Merge "Add a command-line option to allow function names with the "rs" prefix (--allow-rs-prefix). When not specified, user-defined functions with that prefix will be treated as an error." by Shih-wei Liao · 14 years ago
  35. 1fd8579 Add a command-line option to allow function names with the "rs" prefix (--allow-rs-prefix). When not specified, user-defined functions with that prefix will be treated as an error. by Kirk Stewart · 14 years ago
  36. d8a0d18 Add pragma rs set_reflect_license by Victor Hsieh · 14 years ago
  37. dddbcc1 Merge "Add pragma rs export_var_all and export_func_all" by Shih-wei Liao · 14 years ago
  38. 48bac23 Add genInitBoolExportVariable. by Shih-wei Liao · 14 years ago
  39. c6718b3 Add pragma rs export_var_all and export_func_all by Victor Hsieh · 14 years ago
  40. c552b7c Return nonzero if slang encounters: by Shih-wei Liao · 14 years ago
  41. 1f0d88f Use addBoolean successfully and bool->boolean reflection. by Shih-wei Liao · 14 years ago
  42. af0a9c2 Treat rs_font as of RSObjectType. by Shih-wei Liao · 14 years ago
  43. bb1f9f0 slang_rs_reflection support for rs_font. by Shih-wei Liao · 14 years ago
  44. cbbdd92 Add rs_font. by Shih-wei Liao · 14 years ago
  45. c382c60 Don't reflect set_*() API for export variables having 'const' qualifier by Shih-wei Liao · 14 years ago
  46. dd35e49 Add boolean. by Shih-wei Liao · 14 years ago
  47. 324c047 Reflect initializer of an exported variable if any. by Shih-wei Liao · 14 years ago
  48. 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
  49. 9e86e19 Add "public static createElement" as part of reflected files for the fields. by Shih-wei Liao · 14 years ago
  50. 9e98e00 Fix the subData argument values: They are in the unit of elements, NOT in the by Shih-wei Liao · 14 years ago
  51. c1d7b38 Merge "Remove USER_F32, ..." by Shih-wei Liao · 14 years ago
  52. bd49c8f Remove USER_F32, ... by Shih-wei Liao · 14 years ago
  53. a1bd2d5 Merge "Phase out part of Data Kind." by Shih-wei Liao · 14 years ago
  54. b1a28e7 Phase out part of Data Kind. by Shih-wei Liao · 14 years ago
  55. 72b1938 Merge "Use SourceLocation::print() to output source location for diagnostics." by Shih-wei Liao · 14 years ago
  56. b1b053d Use SourceLocation::print() to output source location for diagnostics. by Kirk Stewart · 14 years ago
  57. 60c985d Null pointer checking for setting RS objects in reflection. by Shih-wei Liao · 14 years ago
  58. 2dd42ff Fix slang to do invoke_foo() without null. by Shih-wei Liao · 14 years ago
  59. 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
  60. 70b2c93 Merge "Add support to #pragma rs java_package_name." by Sen Hu · 14 years ago
  61. 537446c Add support to #pragma rs java_package_name. by Shih-wei Liao · 14 years ago
  62. 336d93a Use llvm::StringRef::startswith rather than std::string::compare, by Kirk Stewart · 14 years ago
  63. 6b22674 Add a check to prevent users from defining function names starting witih "rs". by Kirk Stewart · 14 years ago
  64. 6322c93 Use pre-existing clang code to produce errors for un-prototyped functions. by Kirk Stewart · 14 years ago
  65. 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
  66. 976baad Fix simulator build. by Shih-wei Liao · 14 years ago
  67. 546e817 Fix Android.mk by Shih-wei Liao · 14 years ago
  68. bdd7888 Set LOCAL_MODULE_CLASS in slang to EXECUTABLES. by Shih-wei Liao · 14 years ago
  69. 462aefd Initialize slang and Android.mk. by Shih-wei Liao · 14 years ago