From: Alan W. I. <ai...@us...> - 2001-03-11 17:18:14
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv3318/cf Modified Files: sysloc.in Log Message: Test for png support in libgd. (Some ancient versions of this library, e.g., the version on RedHat 6.2, only support giff). |
From: Alan W. I. <ai...@us...> - 2001-03-12 06:56:37
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv8995 Modified Files: objs.in Log Message: regenerated with make depend from within tmp |
From: Joao C. <jc...@us...> - 2001-03-14 03:28:42
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv15023/cf Modified Files: configure.in pkg_octave.in sysloc.in Log Message: Some Octave files are now generated at build time, check the availability of the needed tools. Also, the Octave bindings only work if PLplot is built with shared libraries. |
From: Alan W. I. <ai...@us...> - 2001-03-15 01:51:21
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv23761 Modified Files: sysloc.in Log Message: Removed unnecessary logic to search for headers that were *not* required to build the png and/or jpeg drivers. |
From: Maurice L. <ml...@us...> - 2001-03-15 13:03:28
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv5997 Modified Files: objs.in Log Message: Removed dependence on /usr/include stuff for tclMain.o and gd.o (the one for the latter was breaking my build). |
From: Maurice L. <ml...@us...> - 2001-03-17 16:00:08
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv28104 Modified Files: configure.in Log Message: Eliminated the POSIX thingy, added some new checks. |
From: Maurice L. <ml...@us...> - 2001-03-17 16:00:50
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv28213 Modified Files: plConfig.h.in Log Message: Eliminated the POSIX thingy, added checks for termios.h & POSIX.1 sys/wait.h. |
From: Alan W. I. <ai...@us...> - 2001-03-20 19:09:08
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv14241/cf Modified Files: sysloc.in Log Message: Improve X header and library finding so the configuration gracefully adjusts if they are not present. |
From: Geoffrey F. <fu...@us...> - 2001-03-20 23:42:01
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv27747/cf Added Files: Tag: dyndrv_1 .cvsignore Log Message: Block out the font lock cache files. Gonna be hacking on the cf stuff for a while here... |
From: Geoffrey F. <fu...@us...> - 2001-03-20 23:47:39
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv28238/cf Modified Files: Tag: dyndrv_1 initlib.in Log Message: Introduce seperate macros, STATIC_DRIVERS and DYNAMIC_DRIVERS for holding the specifications of which files need to be compiled for static and dynamic drivers, respectively. Changed LIB_OBJS_SO to depend on /needed, static/ drivers only. Note, this hack introduces a dependence upon GNU make. This dynamic drivers branch isn't scheduled for merging to main until after the next stable release, so this won't impact the user community for some time out, but I think it's time to take this plunge purposefully and without looking back. Alternatively, somebody else can try to figure out how to do this without GNU make pattern-based variable substitution. The current need seems to be just a wee bit beyond what can be handled by standard-make variable substitution. But once the camel's nose is in the tent... |
From: Geoffrey F. <fu...@us...> - 2001-03-20 23:53:22
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv28782/cf Modified Files: Tag: dyndrv_1 configure.in Log Message: Heavy hacking for introducing a dichotomy between static and dynamic drivers. It all starts with a new option: --enable-dynamic-drivers Then we introduce an assoc list of drivers that are known to be dynamic-capable. (This is prospective at this point, we're just picking on null, plmeta and ps for now, since they shouldn't have fancy linkage considerations.) Next we introduce an assoc list of devices and the drivers that support them. Now hack PL_ADD_DRIVER so that when we are asked to add a driver, we check to see if it is believed to be dynamic-capable, and if dynamic drivers are enabled. Also, pick out the driver needed to support the device, and then finally add it to either the static or dynamic driver list, as appropriate. Finally, do the AC_SUBST thing, and add a little extra verbosity to the config summary so we can check what's going on. |
From: Geoffrey F. <fu...@us...> - 2001-03-21 00:25:57
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv701/cf Modified Files: Tag: dyndrv_1 configure.in plDevs.h.in Log Message: Split ljii driver moniker into two: ljii and ljiip, since there are really two parallel, independent drivers here, speaking different page description languages. This is different in character than for example, the Tek 4010 family handled in tek.c. Or at least it seems so to me. |
From: Geoffrey F. <fu...@us...> - 2001-03-21 00:26:38
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv816/cf Modified Files: Tag: dyndrv_1 dist.in Log Message: Move plbuf into the core. It's kinda like a driver, but still, provides functionality that may be used by multiple clients, so it goes in the core. |
From: Rafael L. <rla...@us...> - 2001-03-21 16:34:45
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv31056/cf Removed Files: Tag: DEBIAN configure.in Log Message: Removed from DEBIAN branch. After conflict resolution it became the same as in version 5.0.2 |
From: Rafael L. <rla...@us...> - 2001-03-21 16:48:06
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv986/cf Removed Files: Tag: DEBIAN aclocal.m4 Log Message: Removed from DEBIAN branch. After merge it became the same as in version 5.0.2 |
From: Rafael L. <rla...@us...> - 2001-03-21 16:50:48
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv1343/cf Removed Files: Tag: DEBIAN initlib.in Log Message: Removed from DEBIAN branch. After merge it became the same as in version 5.0.2 |
From: Rafael L. <rla...@us...> - 2001-03-21 16:50:57
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv1398/cf Removed Files: Tag: DEBIAN inst_lib.in Log Message: Removed from DEBIAN branch. After merge it became the same as in version 5.0.2 |
From: Rafael L. <rla...@us...> - 2001-03-21 16:51:05
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv1455/cf Removed Files: Tag: DEBIAN install.in Log Message: Removed from DEBIAN branch. After merge it became the same as in version 5.0.2 |
From: Rafael L. <rla...@us...> - 2001-03-21 16:51:15
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv1513/cf Removed Files: Tag: DEBIAN lib_sh.in Log Message: Removed from DEBIAN branch. After merge it became the same as in version 5.0.2 |
From: Rafael L. <rla...@us...> - 2001-03-21 16:51:46
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv1580/cf Removed Files: Tag: DEBIAN pkg_cxx.in Log Message: Removed from DEBIAN branch. After merge it became the same as in version 5.0.2 |
From: Rafael L. <rla...@us...> - 2001-03-21 16:51:57
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv1636/cf Removed Files: Tag: DEBIAN pkg_f77.in Log Message: Removed from DEBIAN branch. After merge it became the same as in version 5.0.2 |
From: Rafael L. <rla...@us...> - 2001-03-21 16:52:07
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv1687/cf Removed Files: Tag: DEBIAN pkg_tcl.in Log Message: Removed from DEBIAN branch. After merge it became the same as in version 5.0.2 |
From: Rafael L. <rla...@us...> - 2001-03-21 16:52:17
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv1730/cf Removed Files: Tag: DEBIAN pkg_tk.in Log Message: Removed from DEBIAN branch. After merge it became the same as in version 5.0.2 |
From: Rafael L. <rla...@us...> - 2001-03-21 16:52:27
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv1774/cf Removed Files: Tag: DEBIAN plConfig.h.in Log Message: Removed from DEBIAN branch. After merge it became the same as in version 5.0.2 |
From: Rafael L. <rla...@us...> - 2001-03-21 17:18:56
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv6949/cf Added Files: Tag: DEBIAN configure.in plConfig.h.in Log Message: This is only for the DEBIAN branch. Backported Maurice's patch to version 5.0.2 (use fseek/ftell everywhere to eliminate non-portable behavior). |