]>
granicus.if.org Git - graphviz/log
ellson [Sat, 28 Feb 2009 01:58:43 +0000 (01:58 +0000)]
Disable agutil/ again. This is dead code, I think. Doesn't compile.
ellson [Sat, 28 Feb 2009 01:29:43 +0000 (01:29 +0000)]
for fc11 add "BuildRequires: libgcj-devel"
ellson [Sat, 28 Feb 2009 01:19:20 +0000 (01:19 +0000)]
add VS project files to the source distribution.
ellson [Sat, 28 Feb 2009 01:19:20 +0000 (01:19 +0000)]
add VS project files to the source distribution.
ellson [Sat, 28 Feb 2009 01:19:20 +0000 (01:19 +0000)]
add VS project files to the source distribution.
ellson [Sat, 28 Feb 2009 01:19:20 +0000 (01:19 +0000)]
add VS project files to the source distribution.
ellson [Fri, 27 Feb 2009 19:20:24 +0000 (19:20 +0000)]
use the fgets() input discipline
ellson [Fri, 27 Feb 2009 19:17:02 +0000 (19:17 +0000)]
disable CODEGEN test cases
ellson [Fri, 27 Feb 2009 19:17:02 +0000 (19:17 +0000)]
disable CODEGEN test cases
ellson [Fri, 27 Feb 2009 18:44:21 +0000 (18:44 +0000)]
Janitor - fix: "edge.c:26: warning: ‘graphs_of_e’ defined but not used"
ellson [Fri, 27 Feb 2009 16:42:03 +0000 (16:42 +0000)]
rework Xaw test
erg [Thu, 26 Feb 2009 20:46:13 +0000 (20:46 +0000)]
Handle string conversion cases for SFDP.
erg [Thu, 26 Feb 2009 20:45:20 +0000 (20:45 +0000)]
Fix formatting
ellson [Thu, 26 Feb 2009 19:57:03 +0000 (19:57 +0000)]
add mingw to the list of OS using a macro for ferror()
ellson [Thu, 26 Feb 2009 19:52:42 +0000 (19:52 +0000)]
use fgets in iodiscipline instead of fread.
arif [Thu, 26 Feb 2009 18:55:59 +0000 (18:55 +0000)]
Visual studio project files updates
arif [Thu, 26 Feb 2009 18:55:59 +0000 (18:55 +0000)]
Visual studio project files updates
ellson [Thu, 26 Feb 2009 16:21:09 +0000 (16:21 +0000)]
improved fix for #1582 from Rick Fankel
ellson [Thu, 26 Feb 2009 16:03:13 +0000 (16:03 +0000)]
change agsetodisc() to agsetiodisc() and add hook for fread()
ellson [Thu, 26 Feb 2009 16:03:13 +0000 (16:03 +0000)]
change agsetodisc() to agsetiodisc() and add hook for fread()
ellson [Thu, 26 Feb 2009 16:01:43 +0000 (16:01 +0000)]
still need stdint.h dance for intptr_t
erg [Thu, 26 Feb 2009 15:54:29 +0000 (15:54 +0000)]
Fix copyright notice.
erg [Thu, 26 Feb 2009 15:54:29 +0000 (15:54 +0000)]
Fix copyright notice.
erg [Thu, 26 Feb 2009 15:54:29 +0000 (15:54 +0000)]
Fix copyright notice.
ellson [Thu, 26 Feb 2009 15:21:17 +0000 (15:21 +0000)]
fix for #1582
erg [Thu, 26 Feb 2009 15:16:55 +0000 (15:16 +0000)]
Add copyright notice, tabbing and ID info;
remove unnecessary include files
ellson [Thu, 26 Feb 2009 15:09:56 +0000 (15:09 +0000)]
make sure we get config.h from $(topdir)
ellson [Thu, 26 Feb 2009 15:04:26 +0000 (15:04 +0000)]
responding to Bug #1582 - not all systems have stdint.h !!!! (what year is this???)
ellson [Thu, 26 Feb 2009 15:04:26 +0000 (15:04 +0000)]
responding to Bug #1582 - not all systems have stdint.h !!!! (what year is this???)
ellson [Thu, 26 Feb 2009 14:34:33 +0000 (14:34 +0000)]
add -Ttk plugin
ellson [Thu, 26 Feb 2009 14:31:31 +0000 (14:31 +0000)]
speling!!!
ellson [Thu, 26 Feb 2009 14:25:03 +0000 (14:25 +0000)]
prep for 2.22 release
ellson [Thu, 26 Feb 2009 13:08:02 +0000 (13:08 +0000)]
Simplify output discipline slightly by using system fwrite()'s template exactly.
ellson [Thu, 26 Feb 2009 13:08:02 +0000 (13:08 +0000)]
Simplify output discipline slightly by using system fwrite()'s template exactly.
glenlow [Thu, 26 Feb 2009 12:44:55 +0000 (12:44 +0000)]
if application is opened directly, prompt with open file dialog
glenlow [Thu, 26 Feb 2009 05:25:53 +0000 (05:25 +0000)]
GUI now installs only in /Applications, instead of hunting down other copies of itself; added survey script to synthesize GUI contents XML which prevents PackageMaker from resetting relocatable flag
ellson [Thu, 26 Feb 2009 03:10:13 +0000 (03:10 +0000)]
Fixes a bug (# unknown) where tcldot or any gv language binding couldn't
write dot,xdot,plain,canon to memory or to Tcl_Channels.
Problem was that agwrite() used fprintf() & putc() directly to an output file.
Fix is to add an output discipline to libgraph so that we can provide our own fwrite() equiv.
The discipline defaults to regular fwrite() and ferror() for backward compat.
Adds new functions to libgraph:
extern void agsetodisc(
size_t (*fwrite) (FILE *fp, const char *s, size_t len),
int (*ferror) (FILE *fp));
extern void agfprintf(FILE *fp, const char *format, ...);
extern int agputs(const char *s, FILE *fp);
extern int agputc(int c, FILE *fp);
arif [Wed, 25 Feb 2009 23:02:12 +0000 (23:02 +0000)]
new bug exposed and fixed
arif [Wed, 25 Feb 2009 21:39:47 +0000 (21:39 +0000)]
latest demand loading changes in project files
arif [Wed, 25 Feb 2009 21:39:47 +0000 (21:39 +0000)]
latest demand loading changes in project files
ellson [Wed, 25 Feb 2009 17:46:45 +0000 (17:46 +0000)]
Pass demand_loading flag into libgvc similar to builtins
ellson [Wed, 25 Feb 2009 17:46:45 +0000 (17:46 +0000)]
Pass demand_loading flag into libgvc similar to builtins
ellson [Wed, 25 Feb 2009 17:46:45 +0000 (17:46 +0000)]
Pass demand_loading flag into libgvc similar to builtins
ellson [Wed, 25 Feb 2009 17:46:45 +0000 (17:46 +0000)]
Pass demand_loading flag into libgvc similar to builtins
ellson [Wed, 25 Feb 2009 17:46:45 +0000 (17:46 +0000)]
Pass demand_loading flag into libgvc similar to builtins
ellson [Wed, 25 Feb 2009 17:46:45 +0000 (17:46 +0000)]
Pass demand_loading flag into libgvc similar to builtins
ellson [Wed, 25 Feb 2009 17:46:45 +0000 (17:46 +0000)]
Pass demand_loading flag into libgvc similar to builtins
erg [Tue, 24 Feb 2009 23:08:58 +0000 (23:08 +0000)]
Fix bug with uninitialized name field in port structure.
ellson [Tue, 24 Feb 2009 21:44:04 +0000 (21:44 +0000)]
try a technique that was suggested on fedora-devel for noarch subpackages
ellson [Tue, 24 Feb 2009 19:47:18 +0000 (19:47 +0000)]
fix some unused var warnings when codegens disabled
ellson [Tue, 24 Feb 2009 16:35:22 +0000 (16:35 +0000)]
add trailing \n
ellson [Tue, 24 Feb 2009 15:41:11 +0000 (15:41 +0000)]
Steve Roush's update to the -Tvml driver
ellson [Tue, 24 Feb 2009 11:49:20 +0000 (11:49 +0000)]
fix build breakage - don't try to ship fonts
ellson [Mon, 23 Feb 2009 18:59:52 +0000 (18:59 +0000)]
save work in progress on a dia plugin - not built yet
ellson [Mon, 23 Feb 2009 16:16:28 +0000 (16:16 +0000)]
Janitor: fix more: "warning: function declaration isn’t a prototype"
ellson [Mon, 23 Feb 2009 16:16:28 +0000 (16:16 +0000)]
Janitor: fix more: "warning: function declaration isn’t a prototype"
ellson [Mon, 23 Feb 2009 16:16:28 +0000 (16:16 +0000)]
Janitor: fix more: "warning: function declaration isn’t a prototype"
ellson [Mon, 23 Feb 2009 16:16:28 +0000 (16:16 +0000)]
Janitor: fix more: "warning: function declaration isn’t a prototype"
ellson [Mon, 23 Feb 2009 16:03:49 +0000 (16:03 +0000)]
fix various: "warning: function declaration isn’t a prototype"
then fix a real bug that this warning fix uncovered
ellson [Mon, 23 Feb 2009 15:31:21 +0000 (15:31 +0000)]
disable codegens by default
ellson [Mon, 23 Feb 2009 15:25:21 +0000 (15:25 +0000)]
remove unused isAscii funtion
ellson [Mon, 23 Feb 2009 15:19:28 +0000 (15:19 +0000)]
echo extra libtoolize action into log
ellson [Sat, 21 Feb 2009 12:36:22 +0000 (12:36 +0000)]
Add BuildRequires for python
ellson [Fri, 20 Feb 2009 18:24:39 +0000 (18:24 +0000)]
so close - all but packaging
ellson [Fri, 20 Feb 2009 17:45:41 +0000 (17:45 +0000)]
back out last change - its just too ugly!
ellson [Fri, 20 Feb 2009 17:04:20 +0000 (17:04 +0000)]
Trick libtool into using g++ for linking dot_static to avoid
/usr/bin/ld: Undefined symbols: __Unwind_Resume
ellson [Fri, 20 Feb 2009 16:27:32 +0000 (16:27 +0000)]
missing -frameworks
ellson [Fri, 20 Feb 2009 16:18:39 +0000 (16:18 +0000)]
Well, it used to work :(
Use the dumb, obvious technique for builtins instead.
ellson [Fri, 20 Feb 2009 15:57:03 +0000 (15:57 +0000)]
disable quartz plugin on tiger for now
ellson [Fri, 20 Feb 2009 15:55:12 +0000 (15:55 +0000)]
builtins symbols are automatic for dot_static
ellson [Fri, 20 Feb 2009 15:45:47 +0000 (15:45 +0000)]
getting closer to a tiger build -- maybe
ellson [Fri, 20 Feb 2009 02:46:50 +0000 (02:46 +0000)]
another try at fixing quoting
ellson [Fri, 20 Feb 2009 02:10:09 +0000 (02:10 +0000)]
fix quoting problem
ellson [Fri, 20 Feb 2009 01:32:19 +0000 (01:32 +0000)]
add "-framework Application Services" to get pango to build on Tiger.
Thanks Glen
glenlow [Fri, 20 Feb 2009 01:12:54 +0000 (01:12 +0000)]
only run gv-fc-cache in 64-bit mode on a 64-bit capable machine
ellson [Thu, 19 Feb 2009 22:30:03 +0000 (22:30 +0000)]
make fontconfig depend on freetype
ellson [Thu, 19 Feb 2009 22:20:26 +0000 (22:20 +0000)]
disable quartz and build for i386 only for now
ellson [Thu, 19 Feb 2009 21:31:39 +0000 (21:31 +0000)]
nest subgraphs properly in "dot -P" code
arif [Thu, 19 Feb 2009 21:18:44 +0000 (21:18 +0000)]
visual studio project file changes
arif [Thu, 19 Feb 2009 21:18:44 +0000 (21:18 +0000)]
visual studio project file changes
arif [Thu, 19 Feb 2009 21:18:44 +0000 (21:18 +0000)]
visual studio project file changes
ellson [Thu, 19 Feb 2009 20:06:12 +0000 (20:06 +0000)]
its so close!
ellson [Thu, 19 Feb 2009 19:51:14 +0000 (19:51 +0000)]
store -arch switches in an ARCHS var
ellson [Thu, 19 Feb 2009 15:54:11 +0000 (15:54 +0000)]
for cvs builds on Macs - use glibtoolize from MacPorts
glenlow [Thu, 19 Feb 2009 15:24:46 +0000 (15:24 +0000)]
FcDebugVal undefined crash, conf dir and cache dir should be set to Mac OS X default locations
glenlow [Thu, 19 Feb 2009 15:24:46 +0000 (15:24 +0000)]
FcDebugVal undefined crash, conf dir and cache dir should be set to Mac OS X default locations
ellson [Thu, 19 Feb 2009 14:11:58 +0000 (14:11 +0000)]
typo
ellson [Thu, 19 Feb 2009 14:01:23 +0000 (14:01 +0000)]
reverting gvContext() to old api
glenlow [Thu, 19 Feb 2009 05:59:10 +0000 (05:59 +0000)]
prebuild: fontconfig + Xft; build: font cache called for different architectures on postinstall -- prevent significant delay when initially running Graphviz or switching between 32-bit GUI and 64-bit CLI
ellson [Thu, 19 Feb 2009 01:57:08 +0000 (01:57 +0000)]
all '+' in number strings - patch from: yuri@rawbw.com
ellson [Wed, 18 Feb 2009 21:18:23 +0000 (21:18 +0000)]
restore dot.c
ellson [Wed, 18 Feb 2009 21:16:54 +0000 (21:16 +0000)]
remove extraneous \n in graph label - agwrite() can't handle it.
ellson [Wed, 18 Feb 2009 20:26:39 +0000 (20:26 +0000)]
again try to stop it picking up old libgvc from someplace!
ellson [Wed, 18 Feb 2009 20:18:35 +0000 (20:18 +0000)]
attempt to fix strange issue where build fails to pick up libgvc version bump
ellson [Wed, 18 Feb 2009 19:30:53 +0000 (19:30 +0000)]
we break anjuta and libgnomedb anyway - so bump so version
ellson [Wed, 18 Feb 2009 19:15:56 +0000 (19:15 +0000)]
so, if the interface is compatible, lets try keeping the version the same to try to avoid rebuilds
ellson [Wed, 18 Feb 2009 19:02:19 +0000 (19:02 +0000)]
add new API finction: gvContextBuiltins(const lt_symlist_t *builtins);
for gv.cpp, but without breaking old API used by other packages
ellson [Wed, 18 Feb 2009 18:42:27 +0000 (18:42 +0000)]
fix typo
ellson [Wed, 18 Feb 2009 18:36:47 +0000 (18:36 +0000)]
Revert to gvContext(void) to avoid breaking API.
ellson [Wed, 18 Feb 2009 17:25:17 +0000 (17:25 +0000)]
Janitor: fixing some "warning: function declaration isn’t a prototype"