Skip to content

V2

Past due by over 8 years 0% complete

This milestone represents cobj v2:

  • references are initialized automatically, so queryinterface will be dropped completly
  • cobj don't need descriptors any more
  • cobj generates interface methods with "inline"
  • because we no longer need to render any global interface code (inline, descriptors and queryinterface), we no longer need a registry for the interface
  • f…

This milestone represents cobj v2:

  • references are initialized automatically, so queryinterface will be dropped completly
  • cobj don't need descriptors any more
  • cobj generates interface methods with "inline"
  • because we no longer need to render any global interface code (inline, descriptors and queryinterface), we no longer need a registry for the interface
  • fixed #8 and #13
Loading