1. c383a50 Prepend legal announcement in all files. by Zonr Chang · 14 years ago
  2. a5d2c23 Support for unsigned long and unsigned long long. by Stephen Hines · 14 years ago
  3. b81c6a4 Revert "Revert "New implementation of llvm-rs-cc (replacement of slang_driver)."" by Shih-wei Liao · 14 years ago
  4. a6d6067 Revert "New implementation of llvm-rs-cc (replacement of slang_driver)." by Shih-wei Liao · 14 years ago
  5. 6791df2 New implementation of llvm-rs-cc (replacement of slang_driver). by Shih-wei Liao · 14 years ago
  6. 8c6d9b2 Use llvm::sys::Path to implement "mkdir -p". by Zonr Chang · 14 years ago
  7. 050eb85 Use "L" suffix for 64-bit Java int initializers. by Stephen Hines · 14 years ago
  8. 1ab1a45 GetTypeNullValue() in slang_rs_reflection should take boolean type into consideration. by Zonr Chang · 14 years ago
  9. cf950c4 Check mItemArray in component-level getter and return correct null value for by Shih-wei Liao · 14 years ago
  10. 8a224b8 Revert "Check mItemArray in component-level getter and return correct null value for" by Shih-wei Liao · 14 years ago
  11. ee90f49 Check mItemArray in component-level getter and return correct null value for by Zonr Chang · 14 years ago
  12. 2e1dba6 Rewrite the RSExportConstantArrayType to better support reflecting by Zonr Chang · 14 years ago
  13. 0da0a7d 1. Rewrite reflection of parameter packet in RSExportFunc. In order to by Zonr Chang · 14 years ago
  14. 92b344a Create RSExportMatrixType which is a subclass of RSExportType by Zonr Chang · 14 years ago
  15. 66aa299 Fix FieldIndex issue and re-enable it in reflection. by Zonr Chang · 14 years ago
  16. 6315f76 More coding style fixing to improve the readability. No actual semantics by zonr · 14 years ago
  17. 91a3783 1. Reorder DataTypeBoolean, DataTypeRSMatrix2x2, DataTypeRSMatrix3x3, and DataTypeRSMatrix4x4 in RSExportPrimitiveType::DataType. by Shih-wei Liao · 14 years ago
  18. 9ef2f78 The Mother-of-All code review: by Shih-wei Liao · 14 years ago
  19. 8d75dc4 Support for signed 64-bit integer type. by Stephen Hines · 14 years ago
  20. 83fbfba Add support for "f" suffix on float constants. by Stephen Hines · 14 years ago
  21. 70842c7 Add support for Float64 (double) to slang. by Stephen Hines · 14 years ago
  22. cecd11d Fix warnings. Bug fix. by Shih-wei Liao · 14 years ago
  23. f9d3cb6 Turn off buggy FieldIndex for now. by Shih-wei Liao · 14 years ago
  24. 7cbb87f Remove unnecessary checks in component getter. by Shih-wei Liao · 14 years ago
  25. 9c631ff Simplify field getters by removing unnecessary null checks. Add reflection for component-level getter and setter. by Shih-wei Liao · 14 years ago
  26. fb7fafc Revert "Add reflection for component-level getter and setter." by Shih-wei Liao · 14 years ago
  27. 30a1c52 Add reflection for component-level getter and setter. by Shih-wei Liao · 14 years ago
  28. 1ebc0ca Implement the ARM-specific struct layout ABI in exportable functions parameters for rs. Add the ABI-compliant #args when needed. by Shih-wei Liao · 14 years ago
  29. 0877f05 Handle big bitcode files. by Ying Wang · 14 years ago
  30. 3f8b44d Encode the bitcode binary files into Java source files. by Ying Wang · 14 years ago
  31. f8149d9 Handle ConstantArray Type. by Shih-wei Liao · 14 years ago
  32. fcdd335 Change RS_MATRIX2X2 to RS_MATRIX_2X2, RS_MATRIX3X3 to RS_MATRIX_3X3, RS_MATRIX4X4 to RS_MATRIX_4X4. by Shih-wei Liao · 14 years ago
  33. 4e34844 Add header and annotation to reflected java files by Ying Wang · 14 years ago
  34. ca3be03 Implement rs_matrix2x2, rs_matrix3x3, rs_matrix4x4 by Shih-wei Liao · 14 years ago
  35. 0a3f20e Handle RecordLayout and get the Alloc size. by Shih-wei Liao · 14 years ago
  36. 9b1f50b Implement accessor (getter) for retrieving an item for TypeClass in reflection by Shih-wei Liao · 14 years ago
  37. 4c9f742 Right usage of linking. Enable the reuse of the same Slang object across multiple input files. by Shih-wei Liao · 14 years ago
  38. 2239ece Reflect to float or double based on APFloat's semanticsPrecision function. Check IEEEsingle etc. by Shih-wei Liao · 14 years ago
  39. 68e8e9f Add include path and deal with the case that "-p" flag on path is unspecified. by Shih-wei Liao · 14 years ago
  40. 139949b handle corner case that path string is too long by Che-Liang Chiou · 14 years ago
  41. b55d7ef Change "-o" to create parent directories if it's needed. by Shih-wei Liao · 14 years ago
  42. 8b1d0dd Create path if needed and add RSReflection::openScriptFile. by Shih-wei Liao · 14 years ago
  43. 6de8927 Add --output-java-reflection-path | -p by Shih-wei Liao · 14 years ago
  44. f1bd510 Change SimpleMesh to Mesh. by Shih-wei Liao · 14 years ago
  45. d8a0d18 Add pragma rs set_reflect_license by Victor Hsieh · 14 years ago
  46. 48bac23 Add genInitBoolExportVariable. by Shih-wei Liao · 14 years ago
  47. 1f0d88f Use addBoolean successfully and bool->boolean reflection. by Shih-wei Liao · 14 years ago
  48. bb1f9f0 slang_rs_reflection support for rs_font. by Shih-wei Liao · 14 years ago
  49. cbbdd92 Add rs_font. by Shih-wei Liao · 14 years ago
  50. c382c60 Don't reflect set_*() API for export variables having 'const' qualifier by Shih-wei Liao · 14 years ago
  51. dd35e49 Add boolean. by Shih-wei Liao · 14 years ago
  52. 324c047 Reflect initializer of an exported variable if any. by Shih-wei Liao · 14 years ago
  53. 9e86e19 Add "public static createElement" as part of reflected files for the fields. by Shih-wei Liao · 14 years ago
  54. 9e98e00 Fix the subData argument values: They are in the unit of elements, NOT in the by Shih-wei Liao · 14 years ago
  55. bd49c8f Remove USER_F32, ... by Shih-wei Liao · 14 years ago
  56. b1a28e7 Phase out part of Data Kind. by Shih-wei Liao · 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. 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
  60. bdd7888 Set LOCAL_MODULE_CLASS in slang to EXECUTABLES. by Shih-wei Liao · 14 years ago
  61. 462aefd Initialize slang and Android.mk. by Shih-wei Liao · 14 years ago