1. 9a11537 [record_use] Generate syntax (#2868) by Daco Harkes · 9 days ago main
  2. 4341e37 [objective_c] Fix older XCode builds (#2866) by Liam Appelbe · 10 days ago
  3. 49661db [ffigen] Add setters for dart-style enum members for structs (#2855) by jacksonrl · 12 days ago
  4. 5765044 [ffigen] Generate Dart constants for static const C variables (#2854) by jacksonrl · 13 days ago
  5. 21b2bf7 [ffigen] Remove BindingsIndex._declaredTypes (#2846) by Liam Appelbe · 3 weeks ago
  6. e46b07f [jni] Store and display stack trace of release point for debugging (#2851) by Hossein Yousefi · 3 weeks ago
  7. 6aaf398 Update mentions of isInstance and castFrom (#2853) by Liam Appelbe · 3 weeks ago
  8. 9d538ae [ffigen] Tighten up synthetic USRs (#2843) by Liam Appelbe · 3 weeks ago
  9. d754fff [ffigen] Remove most of the Config extension (#2841) by Liam Appelbe · 3 weeks ago
  10. 0ce2b7b Remove header index (#2844) by Liam Appelbe · 3 weeks ago
  11. dac4797 [ffigen] Remove `Parameter.isCovariant` (#2842) by Liam Appelbe · 4 weeks ago
  12. 77c2e52 [infra] Bump the github-actions group with 4 updates (#2836) by dependabot[bot] · 4 weeks ago
  13. 8a90f04 [native_toolchain_c] Fix page size assertions in tests (#2838) by Michael Goderbauer · 4 weeks ago
  14. a442528 [ffigen] config cleanup (#2831) by Liam Appelbe · 4 weeks ago
  15. 9460b0d [ffigen] Remove NativeExternalBindings.wrapperName (#2832) by Liam Appelbe · 4 weeks ago
  16. 579b84d [ffigen] Support concurrent tests (#2827) by Liam Appelbe · 4 weeks ago
  17. 1391b39 [hooks_runner] Pass proxy environment variables to hook (#2821) by Simon Binder · 5 weeks ago
  18. 613aa5f [objective_c] Prepare to publish v9.2.1 (#2826) by Liam Appelbe · 5 weeks ago
  19. ae935e2 [objective_c] Fix build hook (#2825) by Daco Harkes · 5 weeks ago
  20. 93039d7 [hooks_runner] Don't time out on missiong `output.json` (#2823) by Daco Harkes · 5 weeks ago hooks_runner-v1.0.1
  21. 59a519f [objective_c] Publish v9.2.0 (#2815) by Liam Appelbe · 5 weeks ago ffigen-v20.1.1 objective_c-v9.2.0
  22. c134d74 [record_use] doc fixes (#2820) by Michael Goderbauer · 5 weeks ago
  23. 43a691c [infra] Move `package:record_use` here (#2812) by Daco Harkes · 5 weeks ago
  24. 73b32c4 [native_toolchain_c] Include missing errors output when running CL (#2811) by Louis Poirier · 5 weeks ago native_toolchain_c-v0.17.4
  25. 224d93e [objective_c] Migrate to native assets (#2329) by Liam Appelbe · 5 weeks ago
  26. 9767a50 [ffigen] Prepare to publish ffigen 20.1.0 (#2801) by Liam Appelbe · 6 weeks ago ffigen-v20.1.0 objective_c-v9.1.0
  27. 16f0ed7 [ffigen] Prevent imported types from being renamed. (#2791) by Liam Appelbe · 6 weeks ago
  28. 9439bfb [ffigen] Fix function type param name bug (#2797) by Liam Appelbe · 6 weeks ago
  29. 8f1f806 [ffigen] Improve docs of config API (#2774) by Liam Appelbe · 6 weeks ago
  30. dea1bf3 [jni] Do not fail flutter build on desktop if jdk is unavailable (#2794) by Hossein Yousefi · 6 weeks ago
  31. 5501355 [ffigen] Fix unnamed enum multi-def bug (#2789) by Liam Appelbe · 6 weeks ago
  32. 52424e1 [ffigen] Fix bug in imported enums (#2786) by Liam Appelbe · 6 weeks ago
  33. dd7125d [ffigen] Fix a naming conflict in function internal variables (#2787) by Liam Appelbe · 6 weeks ago
  34. d2504b3 [objective_c] CI to check for xcode analyser errors (#2779) by Liam Appelbe · 6 weeks ago
  35. 9d2b355 [jni] Do not require engineId for android app context (#2777) by Hossein Yousefi · 7 weeks ago
  36. 00991b9 [ffigen] More config convenience utils (#2775) by Liam Appelbe · 7 weeks ago
  37. 1bcb45c [objective_c] Various small fixes (#2768) by Liam Appelbe · 7 weeks ago
  38. 28b7c5f [swiftgen] clean up unnecessary 'ignore_for_file's (#2754) by Michael Goderbauer · 7 weeks ago
  39. 0e7789d [hooks] [code_assets] [hooks_runner] Publish 1.0.0 (#2758) by Daco Harkes · 7 weeks ago code_assets-v1.0.0 data_assets-v0.19.6 hooks-v1.0.0 hooks_runner-v1.0.0 native_toolchain_c-v0.17.3
  40. a088147 [jni][jnigen] Publish 0.15.0 (#2756) by Hossein Yousefi · 7 weeks ago
  41. d6e6a06 [objective_c] Remove experimental note from readme (#2757) by Liam Appelbe · 7 weeks ago
  42. 8215af2 [objective_c] clean up unnecessary `ignore_for_file`s (#2752) by Michael Goderbauer · 7 weeks ago ffigen-v20.0.0 objective_c-v9.0.0
  43. 988eebe [ffigen] clean up all unnecessary `ignore_for_file`s (#2751) by Michael Goderbauer · 7 weeks ago
  44. b2618fc [ffigen] auto-ignore unused imports in bindings (#2750) by Michael Goderbauer · 7 weeks ago
  45. 1e6c853 [ffigen] Prepare to publish ffigen 20 and objective_c 9 (#2749) by Liam Appelbe · 7 weeks ago
  46. b8a62a9 [hooks] clean up unnecessary ignores (#2753) by Michael Goderbauer · 7 weeks ago
  47. d7979b2 [jni] minor lint fixes (#2755) by Michael Goderbauer · 7 weeks ago
  48. e9910c3 [doc] Document how to avoid symbol clashes with embedder (#2740) by Daco Harkes · 7 weeks ago
  49. f75c068 [jni] Fix the context when using multiple flutter engines (#2494) by Hossein Yousefi · 7 weeks ago
  50. ad6ae81 [ffigen] Remove unnecessary `ignore_for_file`s (#2747) by Michael Goderbauer · 7 weeks ago
  51. efb2c2c [ffigen] Migrate to extension types (#2723) by Liam Appelbe · 7 weeks ago
  52. 18d7691 [ffigen] Fix some edge cases in the error out param logic (#2746) by Liam Appelbe · 8 weeks ago
  53. d2edd93 [ffigen] Don't generate native code for stub protocols (#2721) by Liam Appelbe · 8 weeks ago
  54. 8c5b47f [infra] Bump the github-actions group with 5 updates (#2742) by dependabot[bot] · 8 weeks ago
  55. 62e7c9b [hooks] testBuildHook: Emit output validation errors (#2735) by Simon Binder · 8 weeks ago
  56. 43c5970 [doc] Add performance documentation (#2739) by Daco Harkes · 8 weeks ago
  57. bb1e08a [code_assets] Document asset namespacing (#2734) by Daco Harkes · 9 weeks ago code_assets-v0.19.10 data_assets-v0.19.5 hooks-v0.20.5
  58. 93c6972 [hooks] [code_assets] Surface `input.packageRoot` in more places (#2733) by Daco Harkes · 9 weeks ago
  59. 70969fa [ffigen] Fixing ffigen/objc CI (#2725) by Liam Appelbe · 9 weeks ago
  60. ddd2882 [ffigen] Split protocol building stuff into a `$Builder` class (#2708) by Liam Appelbe · 10 weeks ago
  61. 85a5d14 [hooks_runner] Add `LIBCLANG_PATH` to environment variable allowlist (#2713) by Gregory Conrad · 10 weeks ago hooks_runner-v0.23.2
  62. e87549d [docs] Add a reference to `native_toolchain_rs` (#2720) by Daco Harkes · 10 weeks ago
  63. 3b3a2f6 [code_assets] [data_assets] Document absolute paths (#2712) by Daco Harkes · 10 weeks ago code_assets-v0.19.9 data_assets-v0.19.4
  64. f7c7d52 [ffigen] Migrate ObjC example to Dart API (#2709) by Liam Appelbe · 2 months ago
  65. b17023d [ffigen] Add more Objective-C documentation (#2707) by Liam Appelbe · 2 months ago
  66. 81ff644 [code_assets] Bump ffigen to 20.0.0-dev.1 in examples (#2704) by Michael Goderbauer · 2 months ago
  67. d11195c [hooks] Add documentation on running the debugger (#2706) by Daco Harkes · 2 months ago hooks-v0.20.4
  68. ae2f16a [infra] Add docs/ top level dir for explaining general interop concepts (#2705) by Daco Harkes · 2 months ago
  69. 10ab702 [ffigen] Separate `Symbol`s into distinct kinds (#2675) by Liam Appelbe · 2 months ago
  70. f3d890c [ffigen] add example from readme as real example for reference (#2697) by Michael Goderbauer · 2 months ago
  71. c2cad10 [ffigen] revamp readme (#2691) by Michael Goderbauer · 2 months ago
  72. 7d6abe1 [jni] Swap `CRITICAL_SECTION` with `SRWLOCK` (#2699) by Hossein Yousefi · 2 months ago
  73. 9fa5157 [ffigen] make logger optional (#2694) by Michael Goderbauer · 2 months ago
  74. 600e2dc [ffigen] [jnigen] Unify typesetting of FFIgen and JNIgen (#2693) by Michael Goderbauer · 2 months ago
  75. 86d87d5 [infra] add 'publish_to: none' to workspace (#2695) by Michael Goderbauer · 3 months ago
  76. c4b4950 [hooks] [code_assets] Publish new docs (#2692) by Daco Harkes · 3 months ago code_assets-v0.19.8 hooks-v0.20.3
  77. 7fea048 [ffigen] Fix some subtle AST iteration order bugs (#2669) by Liam Appelbe · 3 months ago
  78. 6fe224f [hooks] [code_assets] Library dartdoc comments (#2687) by Daco Harkes · 3 months ago
  79. f9ff96e [hooks] Point to code assets examples (#2688) by Daco Harkes · 3 months ago
  80. 89bd3ff [native_doc_dartifier] Adding RAG Option Using ObjectBox DB (#2584) by Marshelino Maged · 3 months ago
  81. c4066ea [hooks] Mark the record uses file as experimental (#2689) by Daco Harkes · 3 months ago
  82. c76ea57 [hooks] [code_assets] README.md (#2685) by Daco Harkes · 3 months ago
  83. 33a33b2 [jnigen] migrate in_app_java example to Dart API (#2671) by Michael Goderbauer · 3 months ago
  84. 2760e5d [jnigen] revamp readme (#2670) by Michael Goderbauer · 3 months ago
  85. e3fe811 [hooks_runner] [hooks] Shorten output dir paths (#2682) by Daco Harkes · 3 months ago hooks-v0.20.2 hooks_runner-v0.23.1
  86. 29cf243 [code_assets] [data_assets] Explicitly mention `buildXXXAssets` (#2676) by Daco Harkes · 3 months ago
  87. 0924cb0 [ffigen] Throw `NSError`s returned as out-params (#2663) by Liam Appelbe · 3 months ago
  88. 4e674f4 [swift2objc] Generate initializers as public (#2667) by Liam Appelbe · 3 months ago
  89. 0ff4b67 [native_toolchain_c] Broaden compiler tool discovery (#2657) by Gregory Conrad · 3 months ago native_toolchain_c-v0.17.2
  90. 3ec5735 [native_toolchain_c] Add a default `Logger` (#2661) by Daco Harkes · 3 months ago
  91. e5089ea [infra] Enable the Dart MCP server by default in Gemini CLI (#2660) by Daco Harkes · 3 months ago
  92. dab03ea [infra] Bump the github-actions group across 1 directory with 8 updates (#2662) by dependabot[bot] · 3 months ago
  93. d1ae672 [ffigen] Make symbol renaming a visitor (#2640) by Liam Appelbe · 3 months ago
  94. 315b506 [objective_c] Add `autoReleasePool` API (#2658) by Liam Appelbe · 3 months ago
  95. 400c700 [hooks_runner] Pass `NIX_` environment variables through in hooks_runner (#2634) by Gregory Conrad · 3 months ago hooks_runner-v0.23.0
  96. f0f2522 [jnigen] clarify generation of bindings for built-in Java types (#2641) by James Williams · 3 months ago
  97. d3c3acb [swiftgen] Allow user to use custom module function (#2630) by Liam Appelbe · 3 months ago
  98. e78967c [objective_c] Add NSNull (#2628) by Liam Appelbe · 3 months ago
  99. 4d1f149 [ffigen] Refactor SymbolAddressWriter (#2626) by Liam Appelbe · 3 months ago
  100. 445cb0a [hooks_runner] Make user-defines test work without data assets (#2624) by Daco Harkes · 3 months ago