Google Code Exporter
Google Code Exporter
Same with: ```dot a -> b -> {c; d} ``` Original comment by `[email protected]` on 28 Jan 2008 at 7:50
All of those cases should be fixed in the ucoming 1.0.2. I've given the parsing code a good update. Regarding the unittests, I've put some together for this latest version....
``` Oops, issue title is slightly misleading. I'm pretty sure this is a quoting bug. I got confused because using write_dot() creates output like A [style=rounded, dotted=true, shape=box, ...]; I...
Original comment by `[email protected]` on 26 Jun 2012 at 9:39 - Changed state: **Accepted**
``` If we do this, I think the best license would be the LGPL. I have played with the idea to switch to the LGPL before. But we need to...
``` Presumably it's possible to write GPL v3 COM server components that implement externally defined interfaces (e.g. a GPL v3 DirectShow filters that implement DirectShow COM interfaces published by Microsoft)....
``` I suppose that licensing is affecting inclusion or non-inclusion of DLL version of GSN into third party distribution. Any application can legally do CoCreateInstance(GSN), then pGsn->ShowStuff(pFitlerGraph) regardless from whether...
``` This is likely happening because pins in this particular filter don't have the same lifetime as the filter and the pin is being deleted by its parent filer rather...
``` This bug still happens in the OpenCube MXF parser 2.6.20131016 To reproduce need to be viewing a property page of a pin that has disappeared. Closing this as fixing...
``` Also cf issue #239 ``` Original comment by `[email protected]` on 11 Jun 2014 at 1:38