]> granicus.if.org Git - graphviz/log
graphviz
18 years agoRationalize attributes used in ipsep mode, making them more
erg [Thu, 11 May 2006 21:47:36 +0000 (21:47 +0000)]
Rationalize attributes used in ipsep mode, making them more
integrated with other attributes. This also prepares the way to
pull the post-processing overlap removal in ipsep out, and make
it generally available in adjust.

18 years agoUpdate info files
erg [Thu, 11 May 2006 21:45:36 +0000 (21:45 +0000)]
Update info files

18 years agochange function declaration to match header
ellson [Thu, 11 May 2006 21:42:42 +0000 (21:42 +0000)]
change function declaration to match header

18 years agoFix for bug 940
erg [Wed, 10 May 2006 15:49:34 +0000 (15:49 +0000)]
Fix for bug 940

18 years agoremove documentation for -Tcmap and -Tismap
ellson [Tue, 9 May 2006 13:05:56 +0000 (13:05 +0000)]
remove documentation for -Tcmap and -Tismap

18 years agoRemove references to jpeg format
erg [Mon, 8 May 2006 21:01:22 +0000 (21:01 +0000)]
Remove references to jpeg format

18 years agoUpdate info files
erg [Mon, 8 May 2006 21:00:44 +0000 (21:00 +0000)]
Update info files

18 years agoUpdate info files
erg [Mon, 8 May 2006 20:50:37 +0000 (20:50 +0000)]
Update info files

18 years agoremove documentation of -Tjpg from dot's (and friend's) man page
ellson [Mon, 8 May 2006 16:17:50 +0000 (16:17 +0000)]
remove documentation of -Tjpg from dot's (and friend's) man page

18 years agoParallel make race condition. Patch from:
ellson [Mon, 8 May 2006 15:03:43 +0000 (15:03 +0000)]
Parallel make race condition.  Patch from:
Horst Schirmeier <horst@schirmeier.com>

18 years agofix breakage to gvRender() in language bindings
ellson [Sat, 6 May 2006 12:32:07 +0000 (12:32 +0000)]
fix breakage to gvRender() in language bindings

18 years agomake filewatching work with all layout engines
ellson [Fri, 5 May 2006 17:24:37 +0000 (17:24 +0000)]
make filewatching work with all layout engines

18 years agodeal with failures to read graph
ellson [Fri, 5 May 2006 15:24:33 +0000 (15:24 +0000)]
deal with failures to read graph

18 years agoremove crud
ellson [Fri, 5 May 2006 15:06:11 +0000 (15:06 +0000)]
remove crud

18 years agoFix bug 940
erg [Wed, 3 May 2006 19:25:59 +0000 (19:25 +0000)]
Fix bug 940

18 years ago--with-ipsepcola on fc3, fc4, fc5, fc6, el3, el4, el5, el5
ellson [Wed, 3 May 2006 18:04:50 +0000 (18:04 +0000)]
--with-ipsepcola on fc3, fc4, fc5, fc6, el3, el4, el5, el5

18 years agoremove reference to generated file
ellson [Wed, 3 May 2006 17:31:33 +0000 (17:31 +0000)]
remove reference to generated file

18 years agoremove generated file from cvs
ellson [Wed, 3 May 2006 17:16:45 +0000 (17:16 +0000)]
remove generated file from cvs

18 years agoApparently this one works (bug #938)
ellson [Tue, 2 May 2006 23:13:26 +0000 (23:13 +0000)]
Apparently this one works (bug #938)

18 years agoattempt to fix Makefile race condition (Bug #938)
ellson [Tue, 2 May 2006 21:51:11 +0000 (21:51 +0000)]
attempt to fix Makefile race condition  (Bug #938)

18 years agoFix gvpack -u to do a simple merge of graphs, without requiring any
erg [Mon, 1 May 2006 22:26:32 +0000 (22:26 +0000)]
Fix gvpack -u to do a simple merge of graphs, without requiring any
position information;
fix error reporting of unknown flag to correctly report the bad flag.

18 years ago- Less warnings from configure with normal defaults
ellson [Sat, 29 Apr 2006 01:30:55 +0000 (01:30 +0000)]
- Less warnings from configure with normal defaults
- Turn on --with-ipsepcola in FC6 (Fedora-development) rpms only for testing

18 years agostash input filenames for watching for file changes in GUIs
ellson [Sat, 29 Apr 2006 01:10:02 +0000 (01:10 +0000)]
stash input filenames for watching for file changes in GUIs

18 years agostash input filenames for watching for file changes in GUIs
ellson [Sat, 29 Apr 2006 01:10:02 +0000 (01:10 +0000)]
stash input filenames for watching for file changes in GUIs

18 years agostash input filenames for watching for file changes in GUIs
ellson [Sat, 29 Apr 2006 01:10:02 +0000 (01:10 +0000)]
stash input filenames for watching for file changes in GUIs

18 years agoAdd a lib/vpsc/.cvsignore
ellson [Fri, 28 Apr 2006 20:51:06 +0000 (20:51 +0000)]
Add a lib/vpsc/.cvsignore

18 years agoUpdate windows build files to handle IPSEPCOLA code
erg [Fri, 28 Apr 2006 20:45:54 +0000 (20:45 +0000)]
Update windows build files to handle IPSEPCOLA code

18 years agoHook up IPSEPCOLA into GNU build process.
ellson [Fri, 28 Apr 2006 20:33:44 +0000 (20:33 +0000)]
Hook up IPSEPCOLA into GNU build process.
To enable use "./configure --with-ipsepcola"

Changes include minor C++ source changes to work with latest gcc
csolve_VPSC.cpp  - add "#include <cassert>"
constraint.h - remove classname prefix in declaration of slack()
variable.h - remove classname prefix in declaration of position()

18 years agoHook up IPSEPCOLA into GNU build process.
ellson [Fri, 28 Apr 2006 20:33:44 +0000 (20:33 +0000)]
Hook up IPSEPCOLA into GNU build process.
To enable use "./configure --with-ipsepcola"

Changes include minor C++ source changes to work with latest gcc
csolve_VPSC.cpp  - add "#include <cassert>"
constraint.h - remove classname prefix in declaration of slack()
variable.h - remove classname prefix in declaration of position()

18 years agoHook up IPSEPCOLA into GNU build process.
ellson [Fri, 28 Apr 2006 20:33:44 +0000 (20:33 +0000)]
Hook up IPSEPCOLA into GNU build process.
To enable use "./configure --with-ipsepcola"

Changes include minor C++ source changes to work with latest gcc
csolve_VPSC.cpp  - add "#include <cassert>"
constraint.h - remove classname prefix in declaration of slack()
variable.h - remove classname prefix in declaration of position()

18 years agoHook up IPSEPCOLA into GNU build process.
ellson [Fri, 28 Apr 2006 20:33:44 +0000 (20:33 +0000)]
Hook up IPSEPCOLA into GNU build process.
To enable use "./configure --with-ipsepcola"

Changes include minor C++ source changes to work with latest gcc
csolve_VPSC.cpp  - add "#include <cassert>"
constraint.h - remove classname prefix in declaration of slack()
variable.h - remove classname prefix in declaration of position()

18 years agoHook up IPSEPCOLA into GNU build process.
ellson [Fri, 28 Apr 2006 20:33:44 +0000 (20:33 +0000)]
Hook up IPSEPCOLA into GNU build process.
To enable use "./configure --with-ipsepcola"

Changes include minor C++ source changes to work with latest gcc
csolve_VPSC.cpp  - add "#include <cassert>"
constraint.h - remove classname prefix in declaration of slack()
variable.h - remove classname prefix in declaration of position()

18 years agoHook up IPSEPCOLA into GNU build process.
ellson [Fri, 28 Apr 2006 20:33:44 +0000 (20:33 +0000)]
Hook up IPSEPCOLA into GNU build process.
To enable use "./configure --with-ipsepcola"

Changes include minor C++ source changes to work with latest gcc
csolve_VPSC.cpp  - add "#include <cassert>"
constraint.h - remove classname prefix in declaration of slack()
variable.h - remove classname prefix in declaration of position()

18 years agoHook up IPSEPCOLA into GNU build process.
ellson [Fri, 28 Apr 2006 20:33:44 +0000 (20:33 +0000)]
Hook up IPSEPCOLA into GNU build process.
To enable use "./configure --with-ipsepcola"

Changes include minor C++ source changes to work with latest gcc
csolve_VPSC.cpp  - add "#include <cassert>"
constraint.h - remove classname prefix in declaration of slack()
variable.h - remove classname prefix in declaration of position()

18 years agoHook up IPSEPCOLA into GNU build process.
ellson [Fri, 28 Apr 2006 20:33:44 +0000 (20:33 +0000)]
Hook up IPSEPCOLA into GNU build process.
To enable use "./configure --with-ipsepcola"

Changes include minor C++ source changes to work with latest gcc
csolve_VPSC.cpp  - add "#include <cassert>"
constraint.h - remove classname prefix in declaration of slack()
variable.h - remove classname prefix in declaration of position()

18 years agoHook up IPSEPCOLA into GNU build process.
ellson [Fri, 28 Apr 2006 20:33:44 +0000 (20:33 +0000)]
Hook up IPSEPCOLA into GNU build process.
To enable use "./configure --with-ipsepcola"

Changes include minor C++ source changes to work with latest gcc
csolve_VPSC.cpp  - add "#include <cassert>"
constraint.h - remove classname prefix in declaration of slack()
variable.h - remove classname prefix in declaration of position()

18 years agoHook up IPSEPCOLA into GNU build process.
ellson [Fri, 28 Apr 2006 20:33:44 +0000 (20:33 +0000)]
Hook up IPSEPCOLA into GNU build process.
To enable use "./configure --with-ipsepcola"

Changes include minor C++ source changes to work with latest gcc
csolve_VPSC.cpp  - add "#include <cassert>"
constraint.h - remove classname prefix in declaration of slack()
variable.h - remove classname prefix in declaration of position()

18 years agoMove DIGCOLA and IPSEPCOLA defines from lib/neatogen/defs.h to config.h
erg [Fri, 28 Apr 2006 20:24:50 +0000 (20:24 +0000)]
Move DIGCOLA and IPSEPCOLA defines from lib/neatogen/defs.h to config.h

18 years agoUpdated for May 1 2006 (in the 2.9 release)
north [Fri, 28 Apr 2006 19:31:22 +0000 (19:31 +0000)]
Updated for May 1 2006 (in the 2.9 release)

18 years agoAdd the vpsc library for IPSEPCOLA features
erg [Fri, 28 Apr 2006 19:03:46 +0000 (19:03 +0000)]
Add the vpsc library for IPSEPCOLA features

18 years agoAdd the vpsc library for IPSEPCOLA features
erg [Fri, 28 Apr 2006 19:03:46 +0000 (19:03 +0000)]
Add the vpsc library for IPSEPCOLA features

18 years agoAdd the vpsc library for IPSEPCOLA features
erg [Fri, 28 Apr 2006 19:03:46 +0000 (19:03 +0000)]
Add the vpsc library for IPSEPCOLA features

18 years agoAdd the vpsc library for IPSEPCOLA features
erg [Fri, 28 Apr 2006 19:03:46 +0000 (19:03 +0000)]
Add the vpsc library for IPSEPCOLA features

18 years agoAdd the vpsc library for IPSEPCOLA features
erg [Fri, 28 Apr 2006 19:03:46 +0000 (19:03 +0000)]
Add the vpsc library for IPSEPCOLA features

18 years agoAdd the vpsc library for IPSEPCOLA features
erg [Fri, 28 Apr 2006 19:03:46 +0000 (19:03 +0000)]
Add the vpsc library for IPSEPCOLA features

18 years agoAdd the vpsc library for IPSEPCOLA features
erg [Fri, 28 Apr 2006 19:03:46 +0000 (19:03 +0000)]
Add the vpsc library for IPSEPCOLA features

18 years agoAdd the vpsc library for IPSEPCOLA features
erg [Fri, 28 Apr 2006 19:03:46 +0000 (19:03 +0000)]
Add the vpsc library for IPSEPCOLA features

18 years agoAdd the vpsc library for IPSEPCOLA features
erg [Fri, 28 Apr 2006 19:03:46 +0000 (19:03 +0000)]
Add the vpsc library for IPSEPCOLA features

18 years agoAdd the vpsc library for IPSEPCOLA features
erg [Fri, 28 Apr 2006 19:03:46 +0000 (19:03 +0000)]
Add the vpsc library for IPSEPCOLA features

18 years agoAdd the vpsc library for IPSEPCOLA features
erg [Fri, 28 Apr 2006 19:03:46 +0000 (19:03 +0000)]
Add the vpsc library for IPSEPCOLA features

18 years agoAdd the vpsc library for IPSEPCOLA features
erg [Fri, 28 Apr 2006 19:03:46 +0000 (19:03 +0000)]
Add the vpsc library for IPSEPCOLA features

18 years agoAdd the vpsc library for IPSEPCOLA features
erg [Fri, 28 Apr 2006 19:03:46 +0000 (19:03 +0000)]
Add the vpsc library for IPSEPCOLA features

18 years agoAdd the vpsc library for IPSEPCOLA features
erg [Fri, 28 Apr 2006 19:03:46 +0000 (19:03 +0000)]
Add the vpsc library for IPSEPCOLA features

18 years agoAdd the vpsc library for IPSEPCOLA features
erg [Fri, 28 Apr 2006 19:03:46 +0000 (19:03 +0000)]
Add the vpsc library for IPSEPCOLA features

18 years agoClean up the IPSEC code, removing gcc-isms. Move IPSEPCOLA and DIGCOLA
erg [Fri, 28 Apr 2006 17:09:35 +0000 (17:09 +0000)]
Clean up the IPSEC code, removing gcc-isms. Move IPSEPCOLA and DIGCOLA
defines up to config.h for old build

18 years agoAdd old makefile to vpsc library
erg [Fri, 28 Apr 2006 17:05:42 +0000 (17:05 +0000)]
Add old makefile to vpsc library

18 years agoAdd IPSEPCOLA additions from Tim Dwyer
erg [Fri, 28 Apr 2006 16:59:01 +0000 (16:59 +0000)]
Add IPSEPCOLA additions from Tim Dwyer

18 years agoAdd missing newline in print statement
erg [Fri, 28 Apr 2006 16:57:33 +0000 (16:57 +0000)]
Add missing newline in print statement

18 years agoRely on general constant for default sample size
erg [Fri, 28 Apr 2006 16:56:48 +0000 (16:56 +0000)]
Rely on general constant for default sample size

18 years agoFix bug 936
erg [Thu, 27 Apr 2006 22:01:49 +0000 (22:01 +0000)]
Fix bug 936

18 years agodistribute swig-generated C# bits for use in Windows build
ellson [Wed, 26 Apr 2006 21:26:31 +0000 (21:26 +0000)]
distribute swig-generated C# bits for use in Windows build

18 years agoJanitor - spelling
ellson [Tue, 25 Apr 2006 18:52:49 +0000 (18:52 +0000)]
Janitor - spelling

18 years agoJanitor - fix a couple of unitialized variables
ellson [Tue, 25 Apr 2006 16:44:19 +0000 (16:44 +0000)]
Janitor - fix a couple of unitialized variables

18 years agoJanitor - add "void" to suppress "warning: function declaration isn't a prototype"
ellson [Tue, 25 Apr 2006 16:27:15 +0000 (16:27 +0000)]
Janitor - add "void" to suppress "warning: function declaration isn't a prototype"

18 years agoextend include path for ltdl.h to local copy in case we are building out own copy...
ellson [Tue, 25 Apr 2006 13:22:56 +0000 (13:22 +0000)]
extend include path for ltdl.h to local copy in case we are building out own copy of libltdl and none has been installed yet

18 years agoadd mention of libtool requirement
ellson [Tue, 25 Apr 2006 13:12:39 +0000 (13:12 +0000)]
add mention of libtool requirement

18 years agoFix for bug 933
erg [Mon, 24 Apr 2006 17:04:55 +0000 (17:04 +0000)]
Fix for bug 933

18 years agodon't need the BUILD_SOURCES bits, its the nodist_xxx_SOURCE that does the trick
ellson [Thu, 20 Apr 2006 22:35:27 +0000 (22:35 +0000)]
don't need the BUILD_SOURCES bits, its the nodist_xxx_SOURCE that does the trick

18 years agoUpdate info files
erg [Thu, 20 Apr 2006 21:26:01 +0000 (21:26 +0000)]
Update info files

18 years agoimprove on swig capability tracking for various langauges
ellson [Thu, 20 Apr 2006 21:25:32 +0000 (21:25 +0000)]
improve on swig capability tracking for various langauges
- don't ship swig targets since we require swig anyway

18 years agomapgen now uses active polygons approximating an edge in imap and cmapx
erg [Thu, 20 Apr 2006 21:23:36 +0000 (21:23 +0000)]
mapgen now uses active polygons approximating an edge in imap and cmapx

18 years agoAdd ptToLine2 function returning the squared distance of a point to a line.
erg [Thu, 20 Apr 2006 21:22:16 +0000 (21:22 +0000)]
Add ptToLine2 function returning the squared distance of a point to a line.

18 years agoUpdate info files
erg [Thu, 20 Apr 2006 21:19:51 +0000 (21:19 +0000)]
Update info files

18 years agoadd tests that swig supports each language
ellson [Thu, 20 Apr 2006 19:10:43 +0000 (19:10 +0000)]
add tests that swig supports each language

18 years agothe version of swig on fc5 doesn't support lua. disable lua on fc5
ellson [Thu, 20 Apr 2006 19:09:49 +0000 (19:09 +0000)]
the version of swig on fc5 doesn't support lua.  disable lua on fc5

18 years agoUpdate info files
erg [Thu, 20 Apr 2006 19:03:09 +0000 (19:03 +0000)]
Update info files

18 years agoUpdate info files
erg [Thu, 20 Apr 2006 17:04:42 +0000 (17:04 +0000)]
Update info files

18 years agoUpdate info data
erg [Thu, 20 Apr 2006 17:00:32 +0000 (17:00 +0000)]
Update info data

18 years agocorrect URLs in attrs.html
ellson [Thu, 20 Apr 2006 12:30:19 +0000 (12:30 +0000)]
correct URLs in attrs.html

18 years agoadd note about /usr/contrib/X11R6/ on HPUX
ellson [Fri, 14 Apr 2006 20:52:57 +0000 (20:52 +0000)]
add note about /usr/contrib/X11R6/ on HPUX

18 years agoadd __hpux conditional, (perhaps just older versions of HP-UX defined __hpux__ ?)
ellson [Fri, 14 Apr 2006 19:13:03 +0000 (19:13 +0000)]
add __hpux conditional, (perhaps just older versions of HP-UX defined __hpux__ ?)

18 years agoinclude y.tab.[ch] in source distros
ellson [Thu, 13 Apr 2006 23:50:02 +0000 (23:50 +0000)]
include y.tab.[ch] in source distros

18 years agoinclude generated color_lib in distribution because some distros seem to have trouble...
ellson [Thu, 13 Apr 2006 13:49:35 +0000 (13:49 +0000)]
include generated color_lib in distribution because some distros seem to have trouble with LC_COLLATE=c sort.

18 years agocorrect directory for libagraph.la
ellson [Tue, 11 Apr 2006 11:52:22 +0000 (11:52 +0000)]
correct directory for libagraph.la

18 years agoFix bug 918 - copy error dating to January 2005 changed agraph to graph.
erg [Mon, 10 Apr 2006 17:55:00 +0000 (17:55 +0000)]
Fix bug 918 - copy error dating to January 2005 changed agraph to graph.

18 years agoFix bug 919 - forgot to add new files to Makefile.am
erg [Mon, 10 Apr 2006 17:53:58 +0000 (17:53 +0000)]
Fix bug 919 - forgot to add new files to Makefile.am

18 years agoUpdate test file
erg [Mon, 10 Apr 2006 17:23:10 +0000 (17:23 +0000)]
Update test file

18 years agoimprove error reporting if python version no good
ellson [Sun, 9 Apr 2006 00:48:28 +0000 (00:48 +0000)]
improve error reporting if python version no good

18 years agoUpdate info files
erg [Fri, 7 Apr 2006 21:00:31 +0000 (21:00 +0000)]
Update info files

18 years agoChange mapfiles to use polygonal shapes
erg [Fri, 7 Apr 2006 21:00:08 +0000 (21:00 +0000)]
Change mapfiles to use polygonal shapes

18 years agoUpdate test files
erg [Fri, 7 Apr 2006 19:22:39 +0000 (19:22 +0000)]
Update test files

18 years agoUpdate test files
erg [Fri, 7 Apr 2006 19:22:39 +0000 (19:22 +0000)]
Update test files

18 years agoUpdate test files
erg [Fri, 7 Apr 2006 19:22:39 +0000 (19:22 +0000)]
Update test files

18 years agoadd cvs version comment to all Makefile.am
ellson [Fri, 7 Apr 2006 18:50:38 +0000 (18:50 +0000)]
add cvs version comment to all Makefile.am

18 years agoadd cvs version comment to all Makefile.am
ellson [Fri, 7 Apr 2006 18:50:38 +0000 (18:50 +0000)]
add cvs version comment to all Makefile.am

18 years agoadd cvs version comment to all Makefile.am
ellson [Fri, 7 Apr 2006 18:50:38 +0000 (18:50 +0000)]
add cvs version comment to all Makefile.am

18 years agoadd cvs version comment to all Makefile.am
ellson [Fri, 7 Apr 2006 18:50:34 +0000 (18:50 +0000)]
add cvs version comment to all Makefile.am

18 years agoadd cvs version comment to all Makefile.am
ellson [Fri, 7 Apr 2006 18:50:34 +0000 (18:50 +0000)]
add cvs version comment to all Makefile.am

18 years agoadd cvs version comment to all Makefile.am
ellson [Fri, 7 Apr 2006 18:50:32 +0000 (18:50 +0000)]
add cvs version comment to all Makefile.am

18 years agoadd cvs version comment to all Makefile.am
ellson [Fri, 7 Apr 2006 18:50:32 +0000 (18:50 +0000)]
add cvs version comment to all Makefile.am