From: Alan W. I. <ai...@us...> - 2002-11-28 06:22:04
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv375 Modified Files: Tag: AT ChangeLog configure.in Log Message: Drop configuration of bindings/python/setup.py since this method is now abandoned. |
From: Alan W. I. <ai...@us...> - 2002-11-28 20:27:21
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv20216 Modified Files: Tag: AT ChangeLog Makefile.am configure.in Log Message: AT build of libplplottcl and the utilities plrender, pltek, and pltcl. (The last of these links to libplplottcl). The installed pltcl is able to execute up to the point where it cannot find plplot tcl resources which are not yet part of the AT install. So this commit is only a partial step toward getting plplot to work under pltcl and tclsh. * AT build of libplplottcl (including a substantial reorganization of configure.in). * AT build of utilities plrender, pltek, and pltcl. * AT reorganize src/Makefile.am, but no substantive changes. |
From: Alan W. I. <ai...@us...> - 2002-11-29 22:58:15
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv24720 Modified Files: Tag: AT configure.in Log Message: Finish AT tcl binding. These are only small fairly non-consequential refinements that I did while trying to debug the extended search problem (which had a simple solution which I will discuss on list). Prepare the start of the tk and tk-x-plat bindings by dropping "plplot/" from the #include statements in the source files. |
From: Alan W. I. <ai...@us...> - 2002-11-30 17:00:38
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv16166 Modified Files: Tag: AT ChangeLog configure.in Log Message: Finish AT libplplottcltk.so* build when itcl and tk are enabled. This has been tested by linking pltcl (which links to this library), and no undefined symbols were found in that test. However, actual functionality tests for libplplottcltk.so* will come later. |
From: Alan W. I. <ai...@us...> - 2002-11-30 20:57:05
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv32719 Modified Files: Tag: AT acinclude.m4 Log Message: Copy cf/aclocal.m4 to this file. This should help to sort out autoconf 2.5.x problems found by Joao for AT branch. Note, Rafael did this copy before for the AM-LT branch, and the result propagated to the AT branch, but that was an old version of cf/aclocal.m4 which Maurice has since upgraded to make it compatible with autoconf 2.5.x.. |
From: Alan W. I. <ai...@us...> - 2002-11-30 21:09:55
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv7776 Modified Files: Tag: AT ChangeLog configure.in Log Message: Deal with AT conversion of bindings/tk: build and install plserver and install *.tcl, *.itk, and palette (*.pal) files. The examples/tcl/tclIndex stuff is bogus; that file is generated and should (eventually) be removed from cvs after the merge of AT into MAIN. |
From: Alan W. I. <ai...@us...> - 2002-12-01 00:53:59
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv17600 Modified Files: Tag: AT configure.in Log Message: New $LIBTAG_drv.la suffix on dynamic drivers list elements to be compatible with libtool. Reorder some lists into a reasonable order that humans can understand. Quote some argument lists. That continues to work on my mixed 2.13-2.53 system, and it should help those with a pure autoconf 2.53 system. |
From: Alan W. I. <ai...@us...> - 2002-12-01 18:28:56
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv17109 Modified Files: Tag: AT configure.in Log Message: Make most dynamic drivers work under AT. For example, plmeta now works, and plrender also works fine for the plmeta file that was created. There are still some problem dynamic drivers. I still need to add the correct library lines to build gd_drv.so so that the png and jpeg devices work. plserver works fine, and so does loading tk_drv.so and running examples under wish. But -dev tk (which uses the same shared object) does not work for some reason which I am still tracking down. |
From: Alan W. I. <ai...@us...> - 2002-12-02 02:10:08
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv21664 Modified Files: Tag: AT ChangeLog configure.in Log Message: Finish (nearly) all the dynamic driver builds for AT. Checked that gnome, png, xfig, ntk all worked. Also, package require Plplotter (which accesses the tkwin_drv.so shared object) also works, and -dev tkwin works (although it simply returns the usual error message about no widget being available since this is not a stand-alone driver). As far as I know, the only driver that still has errors under AT is tk. |
From: Alan W. I. <ai...@us...> - 2002-12-02 17:49:58
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv30933 Modified Files: Tag: AT ChangeLog Log Message: Instead of using the concatanation of all compiler flags for all dynamic drivers, apply only those compiler flags that are appropriate to each dynamic driver. This makes a huge reduction in the command line when gnome driver flags are involved, and probably saves significant computer time as well when you avoid searching all those gnome header directories for each dynamic driver. |
From: Alan W. I. <ai...@us...> - 2002-12-02 20:05:24
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv16646 Modified Files: Tag: AT configure.in Log Message: AT install of examples/tk. |
From: Alan W. I. <ai...@us...> - 2002-12-02 22:50:34
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv28306 Modified Files: Tag: AT ChangeLog Makefile.am configure.in Log Message: Bring test directory under autotools control. Result is that plplot-test.sh runs in the installed AT examples directory and gives identical results with the installed MAIN examples directory (except in a few cases where there is version skew between the examples since AT was branched from MAIN). |
From: Alan W. I. <ai...@us...> - 2002-12-03 08:39:22
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv13122 Modified Files: .cvsignore COPYING configure.in Added Files: AUTHORS ChangeLog Makefile.am TODO.AM-LT acconfig.h acinclude.m4 bootstrap.sh sysloc.in Removed Files: Makefile Log Message: Merged AT branch into MAIN, a new configuration era has started |
From: Alan W. I. <ai...@us...> - 2002-12-03 09:20:22
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv24717 Added Files: configure.ac Log Message: This was configure.in from the AT branch. But that file was in the attic (i.e., long ago deleted on MAIN) so there was a name clash, and that file name cannot be used any more. Fortunately, configure.ac is also an acceptable name for autoconf to understand, so that is what we will use from now on. |
From: Alan W. I. <ai...@us...> - 2002-12-03 09:21:54
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv25813 Modified Files: .cvsignore Log Message: tweak |
From: Alan W. I. <ai...@us...> - 2002-12-04 23:05:52
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv18032 Modified Files: ChangeLog configure.ac Log Message: Begin configuration of octave using autotools. plplot_octave.oct (the octave wrapper for the plplot library) builds and installs without problems. However, no other part of octave done (although coming soon) so plplot_octave.oct not tested yet. |
From: Alan W. I. <ai...@us...> - 2002-12-04 23:28:05
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv27353 Modified Files: ChangeLog Log Message: Put in Joao's recent gcc 3.2.x fix |
From: Alan W. I. <ai...@us...> - 2002-12-05 02:53:05
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv24395 Modified Files: ChangeLog configure.ac Log Message: (mostly) finish configuration of octave using autotools. Over to Joao now to sort out why the installed p7.m and p15.m examples don't work and why none of the x??.m examples work. |
From: Alan W. I. <ai...@us...> - 2002-12-06 02:02:09
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv9600 Modified Files: ChangeLog Makefile.am Log Message: Clean up Makefile.am files and also switch from LIBADD to LDFLAGS for interlibrary dependencies as suggested by documentation. |
From: Alan W. I. <ai...@us...> - 2002-12-06 02:21:26
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv20035 Modified Files: ChangeLog Log Message: Change fortran and C++ driver names to libplplotf77 and libplplotcxx because of name-clash concerns. |
From: Alan W. I. <ai...@us...> - 2002-12-06 17:54:23
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv31807 Modified Files: ChangeLog Log Message: Configure test executables in examples for c++, f77, and tk. make check builds the uninstalled c, c++, f77, and tk examples fine, and plplot-test.sh works with these uninstalled examples with some limitations that are discussed on list. |
From: Alan W. I. <ai...@us...> - 2002-12-07 02:01:28
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv9854 Modified Files: ChangeLog Makefile.am configure.ac Log Message: Make all static drivers (except for tk and tkwin whose implementation will be more complicated) work using the automake convenience library approach. |
From: Alan W. I. <ai...@us...> - 2002-12-07 02:08:04
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv12618 Modified Files: ChangeLog configure.ac Log Message: default enable_tk is changed to yes. |
From: Alan W. I. <ai...@us...> - 2002-12-07 18:24:14
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv19133 Modified Files: .cvsignore ChangeLog Log Message: Make tk and tkwin static drivers work. This completes the static drivers configuration. |
From: Alan W. I. <ai...@us...> - 2002-12-07 18:26:05
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv19819 Modified Files: .cvsignore Log Message: tweaks. |