From: Geoffrey F. <fu...@us...> - 2002-02-26 19:07:16
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv19403/cf Added Files: autodeps.in Log Message: Support for automatic dependencies, if configured, else just include the old objs.in if not. |
From: Geoffrey F. <fu...@us...> - 2002-02-26 19:07:42
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv19516/cf Modified Files: configure.in Log Message: Woops, some strange CVS conflict with name "deps.in", so switch the new one to be autodeps.in. |
From: Geoffrey F. <fu...@us...> - 2002-02-26 19:17:46
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv22292/cf Modified Files: lib_sh_linux.in Log Message: First whack at automatic dependencies for Linux. Not done yet, but hopefully good enough to start using. |
From: Geoffrey F. <fu...@us...> - 2002-02-27 06:31:13
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv2347/cf Modified Files: lib_sh_linux.in Log Message: Correct exasperating biff in gcc version determination. Implement dependency genration for vintage GCC 2 strain compilers, still widely in use. |
From: Geoffrey F. <fu...@us...> - 2002-03-13 19:26:38
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv21936/cf Modified Files: pkg_java.in Log Message: verbosity suppression. |
From: Geoffrey F. <fu...@us...> - 2002-03-13 19:28:08
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv22329/cf Modified Files: configure.in dyndrv.in initlib.in Log Message: Reorganize the inclusion of dyndrv.in so that we can use $(PLLIBS), and thereby shut off the spurious regeneration of all the dynamic drivers. The prior worry about definition of DYNLOAD_STUFF was unfounded: when there are no dynamic drivers, the target will still work, it just won't have any work to do. So no harm in running it every time, whether we have dynamic drivers or not. |
From: Geoffrey F. <fu...@us...> - 2002-03-26 16:47:09
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv10056/cf Modified Files: initlib.in Log Message: Only define DYNLOAD_STUFF if DYNAMIC_DRIVERS is also defined. The later is set by configure to be the list of active dynamic drivers. If this list is empty, then we don't need to run the dynamic drivers construction target. |
From: Alan W. I. <ai...@us...> - 2002-06-06 21:04:54
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv18343 Modified Files: sysloc.in Log Message: Put in rule for Darwin MacOS X shared libraries. (Suggested by Dustin Tang <dus...@ya...>). |
From: Alan W. I. <ai...@us...> - 2002-06-08 19:22:33
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv3961 Modified Files: configure.in Log Message: Move to setup.py method of building the python modules. Drop symlinks from plplot/bindings/python/*.py. setup.py generated using configurable setup.py.in now, and other *.py from that directory are not used (unless by Geoffrey's special python build). Drop creation of python_dynamic and all symlinks in it since no longer used to build python modules. Create configured version of setup.py from plplot/cf/setup.py.in |
From: Alan W. I. <ai...@us...> - 2002-06-08 19:31:35
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv5155 Modified Files: exes.in pkg_python.in Log Message: Move to setup.py method of building the python modules. Replace the deprecated Makefile.pre.in method (which used the python_dynamic directory which is now eliminated) with the recommended distutils method of building the python plplot modules. Usage: cd plplot/tmp #Create modules suitable for testing in tmp python setup.py build --force --build-temp="./" --build-lib="./" --flat #Create modules suitable for installation python setup.py build --force --build-temp="./" --build-lib="./" |
From: Alan W. I. <ai...@us...> - 2002-06-08 19:17:01
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv2397 Added Files: setup.py.in Log Message: Move to setup.py method of building the python modules. Initial commit of configurable version of setup.py. This file has some special logic so we can build plmodule.so and pyqt_plmodule.so modules suitable (use a last option of --flat) for use in plplot/tmp or suitable (drop last option of --flat) for installation and use anywhere. |
From: Alan W. I. <ai...@us...> - 2002-06-13 00:43:08
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv27281 Modified Files: setup.py.in Log Message: Change to consistent double quote style from previous mixture of single and double quotes. Remove debug printing that previously confirmed that flat logic was working. Put in much improved logic for handling configuration of libraries. (This wasn't essential on Linux, but it turns out to be important for MacOS X and perhaps other unices.) |
From: Alan W. I. <ai...@us...> - 2002-06-15 02:33:25
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv3051 Modified Files: configure.in setup.py.in sysconf.in sysloc.in Log Message: Experimental Darwin changes. Should not (he says) break anything else |
From: Alan W. I. <ai...@us...> - 2002-06-17 22:28:47
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv29127 Modified Files: sysloc.in Log Message: More compile and link flag changes for Darwin as suggested by Robb Brown. Should have no effect on other platforms. |
From: Alan W. I. <ai...@us...> - 2002-06-19 06:47:19
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv21462 Modified Files: setup.py.in Log Message: Replace "plplotd" with properly configured library name. |
From: Alan W. I. <ai...@us...> - 2002-06-19 07:01:49
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv25371 Modified Files: setup.py.in Log Message: Put properly configured library name tag as suffix to library name. |
From: Alan W. I. <ai...@us...> - 2002-06-23 01:35:38
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv25107 Modified Files: configure.in exes.in initlib.in pkg_python.in setup.py.in sysloc.in Log Message: Configuration changes to support new names for plplot python modules, and also a swig-based approach for generating the plplotcmodule.c wrapper file. plplot (plplot.py) is the user-friendly module that python users will see. This is the equivalent of the old pl module. plplot wraps the raw python extension module plplotc, which implements in python the exact equivalent of the common C API for the plplot library except that the redundant array dimensions are dropped. The pyqt_pl module (and its equivalent wrapper C code, pyqt_plmodule.c) has been renamed plplot_widget since the functions contained in this extension module can be used by pyqt as well as other python widgets such as Tkinter. |
From: Alan W. I. <ai...@us...> - 2002-06-27 01:58:56
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv5209 Modified Files: setup.py.in Log Message: More comprehensive handling of -I compiler options. Most of these aren't needed, but have to deal with X include directories since those aren't default on some systems (can you say MacOS X?), and plplot_widgetmodule.c includes plplot/plxwd.h which in turn includes all sorts of X11 headers. |
From: Alan W. I. <ai...@us...> - 2002-07-02 06:56:23
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv12181 Modified Files: pkg_python.in Log Message: Small but essential fix. Copy plplot.py to python installation directory. |
From: Vince D. <vin...@us...> - 2002-07-02 10:07:04
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv11803 Modified Files: plDevs.h.in Log Message: Added support for tkwin driver |
From: Vince D. <vin...@us...> - 2002-07-02 11:09:06
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv27510/cf Modified Files: configure.in dyndrv.in Log Message: configuration for tkwin driver |
From: Alan W. I. <ai...@us...> - 2002-07-02 15:50:00
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv15187 Modified Files: pkg_python.in Log Message: Oops. Spell the name of plplot.py correctly this time so it will be installed. |
From: Alan W. I. <ai...@us...> - 2002-07-09 19:52:59
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv31566 Modified Files: dyndrv.in Log Message: tkwin is static driver for now. |
From: Alan W. I. <ai...@us...> - 2002-07-09 19:57:04
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv32070 Modified Files: configure.in Log Message: Change tkwin driver sequence number to 45 (to avoid clash with cgm driver). Also generate symlinks from tmp to bindings/tk-x-plat (excluding name-clashed pltools.tcl and plwidget.tcl which are already symlinked from bindings/tk). |
From: Alan W. I. <ai...@us...> - 2002-07-10 14:02:51
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv24940 Modified Files: configure.in Log Message: Drop workaround for pltools.tcl and plwidget.tcl nameclash in the bindings/tk and bindings/tk-x-plat directories. This nameclash has now been resolved by consolidating on the tk/pltools.tcl version and renaming tk-x-plat/plwidget.tcl to plwidget2.tcl. |