]>
granicus.if.org Git - graphviz/log
ellson [Fri, 2 Jan 2009 17:47:39 +0000 (17:47 +0000)]
try to fix dll issues under mingw
ellson [Fri, 2 Jan 2009 17:47:39 +0000 (17:47 +0000)]
try to fix dll issues under mingw
ellson [Fri, 2 Jan 2009 17:47:39 +0000 (17:47 +0000)]
try to fix dll issues under mingw
ellson [Fri, 2 Jan 2009 16:49:30 +0000 (16:49 +0000)]
try to make pathplan build as a dll on windows - changes ok so far on unix
ellson [Fri, 2 Jan 2009 16:49:30 +0000 (16:49 +0000)]
try to make pathplan build as a dll on windows - changes ok so far on unix
ellson [Fri, 2 Jan 2009 16:49:30 +0000 (16:49 +0000)]
try to make pathplan build as a dll on windows - changes ok so far on unix
ellson [Fri, 2 Jan 2009 16:49:30 +0000 (16:49 +0000)]
try to make pathplan build as a dll on windows - changes ok so far on unix
ellson [Fri, 2 Jan 2009 16:49:30 +0000 (16:49 +0000)]
try to make pathplan build as a dll on windows - changes ok so far on unix
ellson [Fri, 2 Jan 2009 13:59:45 +0000 (13:59 +0000)]
comment out use of "rc" which is windows only, but not required for mingw
ellson [Tue, 23 Dec 2008 19:21:40 +0000 (19:21 +0000)]
undo mistaken commit
ellson [Tue, 23 Dec 2008 18:31:46 +0000 (18:31 +0000)]
more __EXPORT__
ellson [Tue, 23 Dec 2008 16:58:43 +0000 (16:58 +0000)]
more __EXPORT__
ellson [Tue, 23 Dec 2008 16:05:02 +0000 (16:05 +0000)]
more __EXPORTS__
ellson [Tue, 23 Dec 2008 15:25:35 +0000 (15:25 +0000)]
make cvs quite about build targets
ellson [Tue, 23 Dec 2008 14:56:09 +0000 (14:56 +0000)]
make libltdl into a convenience library on all platforms
add a few more __EXPORTS__ to try to fix windows builds
ellson [Tue, 23 Dec 2008 11:03:06 +0000 (11:03 +0000)]
change aagin (yyin) to FILE* to match lexer
patch from: Chris Demetriou <cgd@google.com>
ellson [Sun, 21 Dec 2008 14:26:46 +0000 (14:26 +0000)]
Apply patch for C standards compliance:
"All declarations that
refer to the same object or function shall have compatible type;
otherwise, the behavior is undefined." (That's from ISO/IEC 9899:TC2
final committee draft, section 6.2.7.)
This doesn't trigger issues with most C implementations, but there
is one implementation in development (GCC LTO branch) which does
flag this issue.
Patch from: Chris Demetriou <cgd@google.com>
ellson [Sun, 21 Dec 2008 14:26:46 +0000 (14:26 +0000)]
Apply patch for C standards compliance:
"All declarations that
refer to the same object or function shall have compatible type;
otherwise, the behavior is undefined." (That's from ISO/IEC 9899:TC2
final committee draft, section 6.2.7.)
This doesn't trigger issues with most C implementations, but there
is one implementation in development (GCC LTO branch) which does
flag this issue.
Patch from: Chris Demetriou <cgd@google.com>
ellson [Sun, 21 Dec 2008 14:26:46 +0000 (14:26 +0000)]
Apply patch for C standards compliance:
"All declarations that
refer to the same object or function shall have compatible type;
otherwise, the behavior is undefined." (That's from ISO/IEC 9899:TC2
final committee draft, section 6.2.7.)
This doesn't trigger issues with most C implementations, but there
is one implementation in development (GCC LTO branch) which does
flag this issue.
Patch from: Chris Demetriou <cgd@google.com>
ellson [Sun, 21 Dec 2008 14:26:46 +0000 (14:26 +0000)]
Apply patch for C standards compliance:
"All declarations that
refer to the same object or function shall have compatible type;
otherwise, the behavior is undefined." (That's from ISO/IEC 9899:TC2
final committee draft, section 6.2.7.)
This doesn't trigger issues with most C implementations, but there
is one implementation in development (GCC LTO branch) which does
flag this issue.
Patch from: Chris Demetriou <cgd@google.com>
ellson [Sun, 21 Dec 2008 14:26:46 +0000 (14:26 +0000)]
Apply patch for C standards compliance:
"All declarations that
refer to the same object or function shall have compatible type;
otherwise, the behavior is undefined." (That's from ISO/IEC 9899:TC2
final committee draft, section 6.2.7.)
This doesn't trigger issues with most C implementations, but there
is one implementation in development (GCC LTO branch) which does
flag this issue.
Patch from: Chris Demetriou <cgd@google.com>
ellson [Sun, 21 Dec 2008 14:26:46 +0000 (14:26 +0000)]
Apply patch for C standards compliance:
"All declarations that
refer to the same object or function shall have compatible type;
otherwise, the behavior is undefined." (That's from ISO/IEC 9899:TC2
final committee draft, section 6.2.7.)
This doesn't trigger issues with most C implementations, but there
is one implementation in development (GCC LTO branch) which does
flag this issue.
Patch from: Chris Demetriou <cgd@google.com>
erg [Sat, 20 Dec 2008 21:20:31 +0000 (21:20 +0000)]
Fix cgraph to have the same semantics as libgraph concerning strict
graphs. That is, strict means no multiedges; it does not preclude
loops.
Added a bit to allow a graph to also disallow loops, though this is
unsed at present.
ellson [Sat, 20 Dec 2008 16:15:22 +0000 (16:15 +0000)]
various packaging feedback
ellson [Fri, 19 Dec 2008 13:23:37 +0000 (13:23 +0000)]
move conditional items to end of struct for ease of reuse
ellson [Thu, 18 Dec 2008 12:06:01 +0000 (12:06 +0000)]
add gvconfig.h to distribution
ellson [Wed, 17 Dec 2008 14:29:47 +0000 (14:29 +0000)]
add gvAddLibrary(GVC_t, gvplugin_library_t) to public api of libgvc.
patch from: Tim Niemueller <niemueller@kbsg.rwth-aachen.de>
erg [Mon, 15 Dec 2008 19:50:46 +0000 (19:50 +0000)]
Fix bug introduced by previous fix.
erg [Mon, 15 Dec 2008 18:26:25 +0000 (18:26 +0000)]
Fix bug in DFS edge traversal;
add post and prepost variants to DFS traversals.
erg [Mon, 15 Dec 2008 18:26:25 +0000 (18:26 +0000)]
Fix bug in DFS edge traversal;
add post and prepost variants to DFS traversals.
erg [Tue, 9 Dec 2008 23:38:50 +0000 (23:38 +0000)]
Merge small files find_ints.c and intersect.c (and simple.h) into
single module legal.c;
fix test for overlapping nodes to check if a node actually lies within
another node.
erg [Tue, 9 Dec 2008 23:37:19 +0000 (23:37 +0000)]
Add comment in inPoly function
erg [Tue, 9 Dec 2008 17:08:26 +0000 (17:08 +0000)]
Re-trench exporting prism overlap removal without sfdp.
ellson [Tue, 9 Dec 2008 17:06:07 +0000 (17:06 +0000)]
ling libsparse_c and librbtre_C only once, into final prods
ellson [Tue, 9 Dec 2008 15:39:59 +0000 (15:39 +0000)]
link libsparse_C to leato_layout plugin
ellson [Tue, 9 Dec 2008 15:30:39 +0000 (15:30 +0000)]
add -Ilib/sparse
ellson [Tue, 9 Dec 2008 15:28:44 +0000 (15:28 +0000)]
add -Ilib/sparse
ellson [Tue, 9 Dec 2008 15:24:55 +0000 (15:24 +0000)]
SparseMatrix.h is not a system lib
erg [Tue, 9 Dec 2008 00:03:36 +0000 (00:03 +0000)]
Move prism overlap removal from sfdp general-purpose neato code
erg [Tue, 9 Dec 2008 00:03:36 +0000 (00:03 +0000)]
Move prism overlap removal from sfdp general-purpose neato code
erg [Tue, 9 Dec 2008 00:03:36 +0000 (00:03 +0000)]
Move prism overlap removal from sfdp general-purpose neato code
erg [Tue, 9 Dec 2008 00:03:36 +0000 (00:03 +0000)]
Move prism overlap removal from sfdp general-purpose neato code
ellson [Mon, 8 Dec 2008 23:13:56 +0000 (23:13 +0000)]
fix for "mid-rule reference $$" problem with bison-2.4
ref: https://bugzilla.redhat.com/show_bug.cgi?id=474358
ref: http://docs.freebsd.org/info/bison/bison.info.Mid-Rule_Actions.html
erg [Sun, 7 Dec 2008 22:22:51 +0000 (22:22 +0000)]
Add to comments;
remove use of sinfo from calling routines;
adjust code to play well with other routing functions;
add framework for handling loops
erg [Sun, 7 Dec 2008 22:22:51 +0000 (22:22 +0000)]
Add to comments;
remove use of sinfo from calling routines;
adjust code to play well with other routing functions;
add framework for handling loops
erg [Sun, 7 Dec 2008 22:14:08 +0000 (22:14 +0000)]
Remove use of sinfo by orthoEdges
erg [Sun, 7 Dec 2008 22:13:10 +0000 (22:13 +0000)]
Fix typo; remove use of sinfo by orthoEdges
erg [Sun, 7 Dec 2008 22:06:38 +0000 (22:06 +0000)]
Expose string to edge type conversion function
erg [Sat, 6 Dec 2008 23:25:12 +0000 (23:25 +0000)]
Add generator for complete bipartite graphs
erg [Sat, 6 Dec 2008 23:25:12 +0000 (23:25 +0000)]
Add generator for complete bipartite graphs
ellson [Sat, 6 Dec 2008 17:36:18 +0000 (17:36 +0000)]
add -package org.graphviz to swig for java binding
ellson [Sat, 6 Dec 2008 15:07:31 +0000 (15:07 +0000)]
install libgvc_builtins for downstream users
north [Wed, 3 Dec 2008 20:09:51 +0000 (20:09 +0000)]
problem with global symbol verbose
ellson [Wed, 3 Dec 2008 19:35:03 +0000 (19:35 +0000)]
disable hard requirement for tclsh during build
arif [Wed, 3 Dec 2008 19:00:34 +0000 (19:00 +0000)]
colors fixed
focus point added
topfish works with no animation
ellson [Wed, 3 Dec 2008 13:47:18 +0000 (13:47 +0000)]
not backward compat!
ellson [Tue, 2 Dec 2008 17:15:44 +0000 (17:15 +0000)]
tell autoreconf about need for LTDL, so that don't need separate libtoolize
arif [Mon, 1 Dec 2008 19:12:44 +0000 (19:12 +0000)]
topfish color work in progress, backing up the code
ellson [Thu, 27 Nov 2008 13:37:33 +0000 (13:37 +0000)]
run libtoolize --ltdl so that new ltdl is used when building from cvs on fc11
ellson [Thu, 27 Nov 2008 11:19:02 +0000 (11:19 +0000)]
set BROWSER according to platform: "open" on Macs, "xdg-open" on linux, (and windows currently)
ellson [Thu, 27 Nov 2008 11:19:02 +0000 (11:19 +0000)]
set BROWSER according to platform: "open" on Macs, "xdg-open" on linux, (and windows currently)
ellson [Thu, 27 Nov 2008 04:43:31 +0000 (04:43 +0000)]
ing "xdg-open" instead of "firefox"
ellson [Thu, 27 Nov 2008 04:13:35 +0000 (04:13 +0000)]
remove gnomeui dependency - patch from Adam Williamson <awilliamson@mandriva.com>
ellson [Thu, 27 Nov 2008 04:13:35 +0000 (04:13 +0000)]
remove gnomeui dependency - patch from Adam Williamson <awilliamson@mandriva.com>
ellson [Thu, 27 Nov 2008 04:13:35 +0000 (04:13 +0000)]
remove gnomeui dependency - patch from Adam Williamson <awilliamson@mandriva.com>
ellson [Thu, 27 Nov 2008 04:13:35 +0000 (04:13 +0000)]
remove gnomeui dependency - patch from Adam Williamson <awilliamson@mandriva.com>
ellson [Thu, 27 Nov 2008 04:13:35 +0000 (04:13 +0000)]
remove gnomeui dependency - patch from Adam Williamson <awilliamson@mandriva.com>
ellson [Thu, 27 Nov 2008 04:13:35 +0000 (04:13 +0000)]
remove gnomeui dependency - patch from Adam Williamson <awilliamson@mandriva.com>
north [Wed, 26 Nov 2008 20:40:59 +0000 (20:40 +0000)]
impl. split treemaps to clean up squarified treemap mess
erg [Tue, 25 Nov 2008 16:34:27 +0000 (16:34 +0000)]
Fix date; add another item
north [Tue, 25 Nov 2008 16:29:08 +0000 (16:29 +0000)]
*** empty log message ***
north [Tue, 25 Nov 2008 16:29:08 +0000 (16:29 +0000)]
*** empty log message ***
erg [Tue, 25 Nov 2008 16:17:39 +0000 (16:17 +0000)]
Add new item, and note finished items
north [Mon, 24 Nov 2008 21:44:59 +0000 (21:44 +0000)]
fix redundant node writing problem
erg [Mon, 24 Nov 2008 19:19:19 +0000 (19:19 +0000)]
Allow local lookup of cdt.h
erg [Mon, 24 Nov 2008 19:13:30 +0000 (19:13 +0000)]
Replace references to agraph in man page to cgraph
erg [Mon, 24 Nov 2008 19:13:05 +0000 (19:13 +0000)]
Add spanning tree example
north [Mon, 24 Nov 2008 17:59:44 +0000 (17:59 +0000)]
need to install root datadict in nodes/edges.
north [Mon, 24 Nov 2008 16:08:46 +0000 (16:08 +0000)]
Fixed error with inserting duplicate edge in subgraph of strict edge.
erg [Fri, 21 Nov 2008 18:42:03 +0000 (18:42 +0000)]
Change the "ref" versions as well.
erg [Fri, 21 Nov 2008 18:38:26 +0000 (18:38 +0000)]
Re-type URL strings to make them solely escStrings.
erg [Thu, 20 Nov 2008 17:22:36 +0000 (17:22 +0000)]
Add trace when setting lib directory
ellson [Tue, 18 Nov 2008 23:23:15 +0000 (23:23 +0000)]
more fixes for tcl8.6, to prevent breakage for tcl8.5
erg [Mon, 17 Nov 2008 23:39:49 +0000 (23:39 +0000)]
Make sure penwidth gets used in xdot output
ellson [Mon, 17 Nov 2008 13:20:34 +0000 (13:20 +0000)]
partial fix for #1517 - free font options after use
erg [Sat, 15 Nov 2008 16:44:44 +0000 (16:44 +0000)]
Change flag in agdatadict to FALSE to mimic use in agwrite() in cgraph
ellson [Sat, 15 Nov 2008 13:16:28 +0000 (13:16 +0000)]
add cflag=1 to agdatadict() for new api
north [Fri, 14 Nov 2008 21:30:44 +0000 (21:30 +0000)]
Attempt to fix bug 1515 crash due to agattr() being a mess.
north [Fri, 14 Nov 2008 21:30:44 +0000 (21:30 +0000)]
Attempt to fix bug 1515 crash due to agattr() being a mess.
north [Fri, 14 Nov 2008 21:30:44 +0000 (21:30 +0000)]
Attempt to fix bug 1515 crash due to agattr() being a mess.
erg [Thu, 13 Nov 2008 22:24:56 +0000 (22:24 +0000)]
Put in workaround for bug 1515 until it is fixed;
add feature to sort components by size
erg [Thu, 13 Nov 2008 22:24:56 +0000 (22:24 +0000)]
Put in workaround for bug 1515 until it is fixed;
add feature to sort components by size
ellson [Wed, 12 Nov 2008 23:19:09 +0000 (23:19 +0000)]
replace POINTS(...) with POINTS_PER_INCH * (...) to avoid rounding in POINTS macro
ellson [Wed, 12 Nov 2008 12:47:37 +0000 (12:47 +0000)]
fix build breakage from removal of share/icons
erg [Tue, 11 Nov 2008 22:46:46 +0000 (22:46 +0000)]
Update Makefile.am
erg [Tue, 11 Nov 2008 22:44:42 +0000 (22:44 +0000)]
Remove duplicate bitmap files
ellson [Tue, 11 Nov 2008 17:39:51 +0000 (17:39 +0000)]
trying to get tiger to build
arif [Tue, 11 Nov 2008 15:25:54 +0000 (15:25 +0000)]
dots' disseappearing bug is fixed
sfdp is added
data filtering is tested
ellson [Tue, 11 Nov 2008 14:53:35 +0000 (14:53 +0000)]
Maybe this was the problem causing gettext rebuilds every time.
ellson [Tue, 11 Nov 2008 13:27:17 +0000 (13:27 +0000)]
urgh!!! now wonder it doesn't work. Who broke the rules and moved the gui directory!