From: Alan W. I. <ai...@us...> - 2002-12-23 02:02:31
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv23310 Modified Files: Makefile.am Log Message: Configure installation of some overall documentation files. Compared to old configuration dropped the following files: CHANGES ToDo (too outdated and superseded by ChangeLog and PROBLEMS) README.local (empty) mklinks (not relevant?). Maurice, please stick this in if relevant. Compared to old configuration added the following files: AUTHORS (up to date list of the PLplot core team) COPYING (GPL is relevant to octave) ChangeLog (Account of our non-trivial changes which I have been updating since the start of the AM project. The rest of you, please add your bit to this file when you make a non-trivial commit). PROBLEMS (For now this has every PLplot problem where there are plans of some sort to get it straightened out. This file could complement the ToDo file where more grand plans for the distant future of PLplot could be discussed.) |
From: Maurice L. <mj...@ga...> - 2002-12-23 02:11:39
|
Alan W. Irwin writes: > mklinks (not relevant?). Maurice, please stick this in if relevant. mklinks was a good idea at the time but these days a better solution is available. Basically mklinks let you put plplot under /usr/local/plplot-version and then make symlinks into /usr/local/bin, lib, man, and so on. And most importantly, later remove them. These days it's more common to provide a package manifest and an uninstall facility. Of course that is part of rpm's appeal, but anyone can do it. Now that we're using the install command (/usr/bin/install on my system) to do the install (which has become quite noisy again BTW), we can wrap that with a script that generates the manifest. Given the manifest, an uninstall utility is trivial. -- Maurice LeBrun mj...@ga... Research Organization for Information Science and Technology of Japan (RIST) |
From: Alan W. I. <ir...@be...> - 2002-12-23 03:03:16
|
On Sun, 22 Dec 2002, Maurice LeBrun wrote: > These days it's more common to provide a package manifest and an uninstall > facility. "make uninstall" may provide this facility with the current configuration scheme. But I haven't tried it to make sure it actually removes everything. Alan email: ir...@be... phone: 250-727-2902 FAX: 250-721-7715 snail-mail: Dr. Alan W. Irwin Department of Physics and Astronomy, University of Victoria, P.O. Box 3055, Victoria, British Columbia, Canada, V8W 3P6 __________________________ Linux-powered astrophysics __________________________ |
From: Alan W. I. <ai...@us...> - 2002-12-23 02:05:38
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv26641 Modified Files: Copyright Log Message: Mention octave front end license is GPL. |
From: Maurice L. <ml...@us...> - 2002-12-23 05:20:46
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv4775 Modified Files: configure.ac Log Message: Fixes to get definitions for CPP (via plConfig.h) correct -- AM_CONFIG_HEADER must be called *before* AC_DEFINE's that are to go into the headers. Solves the infamous -dev tk problem. |
From: Maurice L. <ml...@us...> - 2002-12-23 05:43:29
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv9221 Modified Files: acconfig.h Log Message: Put trailing include guard at the end of the file where it belongs.. yikes! |
From: Alan W. I. <ai...@us...> - 2002-12-23 06:13:31
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv14553 Modified Files: PROBLEMS ChangeLog Log Message: tweak |
From: Maurice L. <ml...@us...> - 2002-12-23 07:31:19
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv29566 Modified Files: configure.ac Log Message: Set plplot_config_invocation so that the config summary at the end contains the command used for configuration, also create reconfig script as a convenience (good when long configure lines are used). |
From: Maurice L. <ml...@us...> - 2002-12-23 07:33:20
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv30033 Modified Files: Makefile.am Log Message: Added reconfig to CLEANFILES. |
From: Maurice L. <ml...@us...> - 2002-12-23 08:33:21
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv10192 Modified Files: configure.ac Log Message: Add support for KAI C++ (vendor C++ compiler). Also remove config summary output for LDC, LDCXX, LDF77, since these are no longer being used. |
From: Joao C. <jc...@us...> - 2002-12-23 18:12:19
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv6759 Modified Files: acconfig.h configure.ac Log Message: See if the system has usleep(), needed by the x01c.c C demo when the -xor cmd line option is used. |
From: Alan W. I. <ai...@us...> - 2002-12-23 19:38:11
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv26199 Modified Files: ChangeLog Log Message: Use CC, CXX, and F77 symbols rather than hard-coded compiler names. |
From: Alan W. I. <ai...@us...> - 2002-12-24 19:35:01
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv15792 Modified Files: ChangeLog Log Message: */Makefile.examples.in: clean target */Makefile.am: implement install of Makefile.examples renamed to Makefile for user convenience. |
From: Maurice L. <mj...@ga...> - 2002-12-24 19:39:21
|
Alan W. Irwin writes: > Update of /cvsroot/plplot/plplot > In directory sc8-pr-cvs1:/tmp/cvs-serv15792 > > Modified Files: > ChangeLog > Log Message: > */Makefile.examples.in: clean target > > */Makefile.am: implement install of Makefile.examples renamed to Makefile for > user convenience. Are you updating this by hand? I noticed a change of mine in there and *I* didn't put it in, so I'm wondering what's going on. -- Maurice LeBrun mj...@ga... Research Organization for Information Science and Technology of Japan (RIST) |
From: Alan W. I. <ir...@be...> - 2002-12-24 20:36:15
|
On Tue, 24 Dec 2002, Maurice LeBrun wrote: > Are you updating this by hand? I noticed a change of mine in there and *I* > didn't put it in, so I'm wondering what's going on. Yes. I put in some entries into ChangeLog (the filename is recommended by info automake) for you and Joao to make clear this is not just "my" file. I encourage both of you to delete or change your entry any way you like, and of course more entries from you and the rest of the PLplot developers when you make an important change in the future would be most appreciated. Alan email: ir...@be... phone: 250-727-2902 FAX: 250-721-7715 snail-mail: Dr. Alan W. Irwin Department of Physics and Astronomy, University of Victoria, P.O. Box 3055, Victoria, British Columbia, Canada, V8W 3P6 __________________________ Linux-powered astrophysics __________________________ |
From: Maurice L. <ml...@us...> - 2002-12-24 20:41:59
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv4549 Modified Files: ChangeLog Log Message: My changes so far today. My, Changelog + font-lock mode looks nice. |
From: Maurice L. <ml...@us...> - 2002-12-25 17:28:13
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv2725 Modified Files: ChangeLog Log Message: Some other changes I did yesterday. |
From: Maurice L. <ml...@us...> - 2002-12-27 03:40:17
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv17220 Modified Files: configure.ac Log Message: Moved AC_PROG_CXX outside the enable_cxx conditional as a workaround to problem discovered with latest versions of auto{make,conf} (1.7 & 2.57). So now we always check for the presence of a C++ compiler although we may not be using that info. |
From: Maurice L. <ml...@us...> - 2002-12-27 20:02:30
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv18227 Modified Files: Makefile.am Log Message: Goodbye to COPYING. |
From: David S. <dsc...@us...> - 2002-12-27 22:02:48
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv21868 Modified Files: configure.ac Makefile.am Added Files: plplot-double.pc.in plplot.pc.in Log Message: Add pkgconfig macros |
From: Alan W. I. <ai...@us...> - 2002-12-28 03:05:48
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv29496 Modified Files: ChangeLog Log Message: Implement new swig-based Java API. Two-dimensional arrays are not implemented yet which means 6 of the examples do not work, but the rest do work, and in fact example 18 works completely for the first time ever because all PLplot functions in the common API that have variable or one-dimensional array arguments have been completely implemented in Java. |
From: Alan W. I. <ai...@us...> - 2002-12-28 05:04:36
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv17744 Modified Files: .cvsignore Log Message: Tweak |
From: Alan W. I. <ai...@us...> - 2002-12-28 21:11:12
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv31181 Modified Files: ChangeLog Log Message: Implement the simpler 2-d arrays for the swig-based Java API. This means all examples now work other than x09 (contours), x15 (shade plots with plshade), and x16 (shade plots with plshades). |
From: Alan W. I. <ai...@us...> - 2002-12-30 00:03:34
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv2623 Modified Files: ChangeLog Log Message: Implement additional 2-d arrays for the swig-based Java API. These new typemaps allow plcont (and x09.java) to work. Note, only the 2-d version is implemented, there is no angle wrap code, and kx, lx, ky, ly always have to be in the argument list. In other words this is the raw java interface to PLplot. Thus, a number of adjustments had to be made to x09.java to work with this raw interface. However, once the user-friendly interface is done, it should be possible to overload 1-d arrays when needed for xg0 through yg1, have angle wrap code, and also drop kx, lx, ky, ly. |
From: Alan W. I. <ai...@us...> - 2002-12-30 01:03:28
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv17675 Modified Files: ChangeLog Log Message: Implement typemaps for defined_func and fill_func which allow x15.java and x16.java to work properly. Note, I removed the local versions of plshades from x16.java since plshades is now defined in the PLplot java interface API. |