1. c8bb5a8 Add NOLINT to suppress clang-tidy warnings. by Chih-Hung Hsieh · 8 years ago
  2. b6a1435 Fix slang to compile with LLVM r275480 by Pirama Arumuga Nainar · 8 years ago
  3. e2ead84 Fix clang-tidy warnings in slang. by Chih-Hung Hsieh · 8 years ago
  4. 1c6bf88 Delete simple reduction implementation. by David Gross · 8 years ago
  5. 657d20a Cleanup: RSExportType::getSize() has inconsistent semantics. by David Gross · 8 years ago
  6. 5f3da4b Extend C++ reflection layer constant arrays and fix matrix types. by Nicolas Collin · 9 years ago
  7. 1c6b927 Add C++ reflection for reduce-style kernels in slang. by Matt Wala · 9 years ago
  8. 19879e8 Fix C++ reflection of vector types. by Stephen Hines · 9 years ago
  9. 85dc696 Replace assert() with project-specific version. by David Gross · 9 years ago
  10. 3eb819a Update slang for LLVM rebase to r222494. by Stephen Hines · 10 years ago
  11. 5abbe0e Replace the NULL macro with nullptr literal. by Chris Wailes · 10 years ago
  12. c83b790 Add comments to the generated file. by Jean-Luc Brouillet · 10 years ago
  13. c9454af Adds support for multi-input kernels to Slang. by Chris Wailes · 10 years ago
  14. fc4f78b Add -v (-verbose/--verbose) option to llvm-rs-cc. by Stephen Hines · 10 years ago
  15. f9d5d13 Merge "Set the reflection parameters in the constructors." by Jean-Luc Brouillet · 10 years ago
  16. 59f22c3 Set the reflection parameters in the constructors. by Jean-Luc Brouillet · 10 years ago
  17. 1cea271 Break very long writeHeaderFile into manageable pieces by Jean-Luc Brouillet · 10 years ago
  18. eb0eb08 Merge "Rename a few variables and methods" by Jean-Luc Brouillet · 10 years ago
  19. eb8b99e Rename a few variables and methods by Jean-Luc Brouillet · 10 years ago
  20. f33e156 Use GeneratedFile in Java reflection by Jean-Luc Brouillet · 10 years ago
  21. efcff10 Remove ReflectionBase. by Jean-Luc Brouillet · 10 years ago
  22. 1f9d121 Change cpp reflection to use GeneratedFile. by Jean-Luc Brouillet · 10 years ago
  23. 2ce118e Reformat the reflection code using clang-format by Jean-Luc Brouillet · 10 years ago
  24. 2968921 Replace std::endl by \n. by Jean-Luc Brouillet · 10 years ago
  25. 796e7b1 Remove useless "return;" statements. by Jean-Luc Brouillet · 10 years ago
  26. c95381a Make virtual getTypeStoreSize and getTypeAllocSize by Jean-Luc Brouillet · 10 years ago
  27. cec9b65 Move DataType enum out of RSExportPrimitiveDataType. by Jean-Luc Brouillet · 10 years ago
  28. 476d4f5 Fix C++ reflection so that -p works. by Stephen Hines · 11 years ago
  29. d6f36b1 Support RS object types properly for C++ NDK reflection. by Stephen Hines · 11 years ago
  30. 8070683 Fix initializers and add vector reflection support. by Stephen Hines · 11 years ago
  31. 003ac66 Type checking for C++ API. by Stephen Hines · 11 years ago
  32. ee9d7b0 Fix a bug with compat lib support. Add new namespace to sp<>. by Tim Murray · 11 years ago
  33. dde9853 Update C++ bindings and add const qualifiers to get methods. by Tim Murray · 11 years ago
  34. 7dd6da2 Fix C++ ForEach reflection (bad usrData args). by Stephen Hines · 12 years ago
  35. 140b9d4 Change namespace from renderscriptCpp to RSC by Tim Murray · 12 years ago
  36. 713377e Argument passing with reflected C++ invoke functions. by Stephen Hines · 12 years ago
  37. 02a9826 Fix style issues with C++ reflection. by Stephen Hines · 12 years ago
  38. 38dceea Start to handle invoke, plus fix global C++ reflection. by Stephen Hines · 12 years ago
  39. 2936d9e Emit out parameter in C++ reflection for kernels. by Stephen Hines · 12 years ago
  40. c7f19ef Move to RenderScript.h and new sp<RS> API by Tim Murray · 12 years ago
  41. aa270e6 Fix reflected resource name in C++. by Tim Murray · 12 years ago
  42. b2fbbb9 Enable C++ reflection, fixing many minor bugs in the process. by Tim Murray · 12 years ago
  43. 6c51b5d Fix namespaces in reflected cpp code. by Jason Sams · 12 years ago
  44. 192392f Continue C++ reflection work. by Jason Sams · 12 years ago
  45. 1b6a088 start cpp reflection by Jason Sams · 12 years ago