1. 07 4月, 2020 1 次提交
    • S
      Improve C++ plugin lifetime handling (#17489) · faf44fed
      stuartmorgan 提交于
      This makes two changes:
      - Adds a way to register a callback for when a FlutterDesktopPluginRegistrarRef is destroyed, and implements the logic to call it in the Windows and Linux embeddings.
      - Adds a class to the C++ wrapper that handles making a singleton owning PluginRegistrar wrappers, and destroying them when the underlying reference goes away, to avoid needing that boilerplate code in every plugin's source.
      
      Fixes https://github.com/flutter/flutter/issues/53496
      faf44fed
  2. 01 8月, 2019 1 次提交
  3. 21 3月, 2019 1 次提交
    • S
      Initial import of GLFW Linux shell from FDE (#8159) · d452dd5c
      stuartmorgan 提交于
      Changes include:
      - File structure
      - Header guards
      - Include paths
      - Namespaces
      - Integration with the engine's GN build
      - Conversion from jsoncpp to rapidjson
      - Style and clang-format adjustment to match engine repository
      d452dd5c