1. db015f3 Kotlin: Throw exception when Dawn methods return non-OK status. by Jim Blackler · 7 months ago
  2. 4e7db92 Fix bug where temp output structs weren't initialized. by Jim Blackler · 7 months ago
  3. c2aeab7 Use #include <webgpu/*> instead of #include "dawn/*" by Loko Kung · 8 months ago
  4. 5133345 [Kotlin]: Factor method argument conversion with KotlinRecord. by Corentin Wallez · 8 months ago
  5. 63d7bee [Kotlin]: Add a KotlinRecord concept, factor struct conversion with it by Corentin Wallez · 8 months ago
  6. 159c136 Kotlin: Allow structures to be returned to Kotlin by Jim Blackler · 8 months ago
  7. f6410a4 Kotlin: generalize native -> Kotlin field conversion. by Jim Blackler · 8 months ago
  8. 622dbaf Support WGPUStringView in non-struct input arguments by Austin Eng · 8 months ago
  9. 3764c82 [Kotlin]: Merge the filtering of struct/method members by Corentin Wallez · 8 months ago
  10. 1cef85e [Kotlin] Small fixes for Kotlin whitespace, improving readability by Alex Benton · 8 months ago
  11. a142f5e [Kotlin]: Use JNIContext for temporary "new/new[]" allocations by Corentin Wallez · 9 months ago
  12. 6506fe6 [Kotlin]: Use RAII types for the temp buffer in Enumerate* by Corentin Wallez · 9 months ago
  13. 72f2b14 [Kotlin]: Introduce a JNIContext helper, use it to free JNI allocations by Corentin Wallez · 9 months ago
  14. f6e7213 [Kotlin] Generalize JNI signature logic. by Jim Blackler · 9 months ago chromium/6593
  15. 351a805 Kotlin: Use correct cast for string type by Jim Blackler · 9 months ago
  16. ad38d75 Use @FastNative for JNI methods. by Jim Blackler · 9 months ago
  17. f986604 Kotlin: Enable methods that return containers. by Jim Blackler · 9 months ago
  18. 6d10e26 Add OWNERS for Kotlin team by Alex Benton · 9 months ago
  19. 52987bd A few small whitespace changes that improve the readability and consistency of the generated Kotlin files by Alex Benton · 9 months ago
  20. dc15513 Kotlin: Developer-friendly toString() method for enums. by Jim Blackler · 9 months ago
  21. 78df836 Generalize JNI type logic in Kotlin macros. by Jim Blackler · 9 months ago
  22. 7bf614a Indenting fixes in Kotlin template by Jim Blackler · 9 months ago
  23. f2a5e57 [wgpu-headers] Update device lost and uncaptured error callbacks. by Loko Kung · 9 months ago
  24. 07b46d7 Make a method to determine which arguments should be included in Kotlin by Jim Blackler · 9 months ago
  25. 4afd48b Kotlin methods return binary data in ByteBuffers. by Jim Blackler · 10 months ago
  26. f9960c1 Fix for Kotlin method parameters. by Jim Blackler · 10 months ago
  27. 07bdddb Allow Kotlin coroutines by Jim Blackler · 10 months ago
  28. 66414c7 Kotlin versions of objects are AutoCloseable and Dawn *Release methods are called on close. by Jim Blackler · 10 months ago
  29. 21df17e Add initial version of the Kotlin JNI conversion by Jim Blackler · 10 months ago
  30. 497df7b Complete the Kotlin bindings for ART Android Apps by Jim Blackler · 10 months ago
  31. 1dfceab Reapply "Generator for Kotlin structures." by Jim Blackler · 11 months ago
  32. f00b249 Revert "Generator for Kotlin structures." by Trevor David Black · 11 months ago
  33. 06b1538 Type-safe enums and bitmasks. by Jim Blackler · 11 months ago
  34. 93124ee Generator for Kotlin structures. by Jim Blackler · 11 months ago
  35. 10b2b06 Fix for handling of path constants. by Jim Blackler · 1 year ago
  36. 2e2d1d7 Supply initial templates for ART library API. by Jim Blackler · 1 year ago