Skip to content
Snippets Groups Projects
  1. Apr 14, 2020
  2. Feb 19, 2020
  3. Feb 11, 2020
    • George Kiagiadakis's avatar
      proxy/core: refactor object creation · 9330208a
      George Kiagiadakis authored
      * core no longer exposes create_remote/local_object
      * node, device & link have constructor methods
        to enable the create_remote_object functionality
      * added WpImplNode to wrap pw_impl_node and allow creating
        "local" node instances
      * added WpSpaDevice to wrap spa_device and allow creating
        "local" device instances
      * exporting objects in all cases now happens by requesting
        FEATURE_BOUND from the proxy, eliminating the need for WpExported
      * replaced WpMonitor by new, simpler code directly in module-monitor
      * the proxy type lookup table in WpProxy is gone, we now
        use a field on the class structure of every WpProxy subclass
        and iterate through all the class structures instead; this is
        more flexible and extensible
      9330208a
  4. Jan 22, 2020
  5. Jan 13, 2020
  6. Nov 07, 2019
  7. Nov 06, 2019
  8. Aug 27, 2019
  9. Aug 26, 2019
  10. Aug 25, 2019
  11. Jul 25, 2019
  12. Jul 10, 2019
  13. Jun 20, 2019
  14. Jun 19, 2019
  15. Jun 18, 2019
  16. Jun 17, 2019
Loading