Commit Graph

59 Commits (revert-2214-feature-commandline-documentation)

Author SHA1 Message Date
Doug Coleman b2176f98a7 Use gvplugin_list instead of gvPluginList
Make graphviz unix only for several reasons:
1) Win32 graphviz doesn't have the gvplugin_list() exported and we don't have a word to check if an ffi call exists before attempting to call it so we are unable to find a two-state solution with both gvplugin_list and gvPluginList
2) Compiling the Graphviz Project on Windows is extremely broken under Cygwin, MinGW and Visual Studio 2008 and fails to compile without major changes and still has disabled projects and thousands of warnings/errors. Th HOWTO on their website is outdated on all counts and the maintainer has not replied to my email asking for help. I do not have time to be a Graphviz maintainer myself.
3) When I did manage to compile it on Windows, none of the engines are avaialable to the dlls we load so the compiled Graphviz has no features except symbol exports. The same is true for the binary package--we do not have access to the
4) There is no win64 binary of Graphviz on their website and compiling it would likely result in an unusable set of dlls as per above
2011-09-24 19:00:17 -05:00
Doug Coleman bf2a96e9e0 Remove Windows CE from core/ basis/ and build-support/
Rename the winnt singleton to windows in core/ basis/ extra/
Rename boot images winnt -> windows
Fixes #84.
2011-09-18 23:19:06 -05:00
Doug Coleman 7e4aa6f67f Graphviz's gvc.dll doesn't export gvplugin_list() on Windows, so call gvPluginList() instead. This bug has been reported to the Windows Graphviz maintainer, so we can potentially go back to calling gvplugin_list() someday. 2011-09-16 01:25:45 -05:00
sheeple 5a38ddc31c graphviz: fix load errors 2011-08-27 18:35:00 -06:00
Slava Pestov b3a2823652 graphviz.ffi: fix help lint 2011-08-27 17:20:30 -07:00
Slava Pestov 39b00a1b39 graphviz.ffi: refactor it to not make FFI calls at parse time 2011-08-27 14:08:54 -07:00
Alex Vondrak d6f039cd2f graphviz.render: make sure to normalize paths 2011-06-03 15:46:52 -07:00
Alex Vondrak d4d2804270 graphviz: oops; remove graphviz.libcgraph, which is never used 2011-05-23 07:16:18 -07:00
Alex Vondrak e0ba1d07a6 add graphviz vocab 2011-05-22 12:06:48 -07:00