From: Alan W. I. <ai...@us...> - 2003-02-27 01:40:14
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv11855/test Modified Files: plplot-test.sh.in test_octave.sh Log Message: AWI for Rafael: synchronize these files with recent change in octave install location. |
From: Rafael L. <rla...@us...> - 2003-03-05 13:30:41
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv3263 Modified Files: Makefile.am Log Message: Added all the files that can be generated by the test scripts (*.ps *.png *.jpeg *.cgm *.fig *.plmeta) to the CLEANFILES variable. |
From: Alan W. I. <ai...@us...> - 2003-03-15 16:29:57
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv15294 Modified Files: plplot-test.sh.in Log Message: Make sure that the configured script plplot-test.sh can only executed from a directory named examples consistent with its original design. |
From: Alan W. I. <ai...@us...> - 2003-03-28 00:42:00
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv4703 Modified Files: plplot-test.sh.in Log Message: Discovered with netbsd that sed .\+ regular expression (match one or more characters of any kind) does not work cross-platform. So replace by equivalent ..* (one character followed by zero or more occurrences of characters). |
From: Alan W. I. <ai...@us...> - 2003-03-28 14:56:56
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv20802/test Modified Files: .cvsignore Makefile.am Added Files: test_python.sh.in Removed Files: test_python.sh Log Message: Configure test_python.sh with python command name (which is not python on some evil systems like netbsd and RedHat which use a versioned python command name). |
From: Alan W. I. <ai...@us...> - 2003-04-15 18:13:08
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv25641 Modified Files: test_c.sh Log Message: Add x21c to the executables that are being tested. |
From: Alan W. I. <ai...@us...> - 2003-09-02 01:39:51
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv13551 Modified Files: test_cxx.sh Log Message: Take advantage of command-line options that are now available for C++. Also, do all the new C++ examples. |
From: Alan W. I. <ai...@us...> - 2003-09-19 19:53:46
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv4730 Modified Files: test_c.sh test_cxx.sh Log Message: Drop example 21 from non-interactive tests because it has variable results (the time values printed on axis) depending on computer load, resolution of the timer, etc. |
From: Alan W. I. <ai...@us...> - 2003-10-08 19:55:58
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv31123/test Modified Files: test_java.sh Log Message: Update commentary. |
From: Alan W. I. <ai...@us...> - 2003-10-09 21:08:10
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv23972/test Modified Files: test_java.sh Log Message: Change java install procedure so that CLASSPATH is not required. This solves the configuration problem we were discussing. Also drop all mention of CLASSPATH in the documentation except where relevant; i.e., only at the time when you execute the installed compiled java examples. |
From: Alan W. I. <ai...@us...> - 2003-12-28 23:11:28
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv27955/test Modified Files: test_f77.sh Log Message: Add the 15th fortran example (which now works for the first time) and the alternative 16th fortran example to the fortran executables that are tested. |
From: Rafael L. <rla...@us...> - 2003-12-30 18:40:31
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv26652/test Modified Files: Makefile.am plplot-test.sh.in Log Message: Sane treatment of DATA_DIR and DRV_DIR The variables/#defines DATA_DIR and DRV_DIR are treated now in a more coherent and Autotools-friendly way. The main changes regard: - Use of $libdir and $datadir as prefixes of DRV_DIR and DATA_DIR, respectively, in configure.ac. This allows users to easily override the installation locations when running configure (options --libdir and --datadir). The environment variables DATA_DIR and DRV_DIR are still honored. - DRV_DIR is an absolute path now, not relative to DATA_DIR as before. Besides it being cleaner and more intuitive, the new design allows better compliance with the FHS. Indeed, architecture-independent files (like the font amd map files, as weel as examples and the Tcl stuff) go by default in $prefix/share, while driver module files (which are architecture-dependent) go in $prefix/lib. As regards final results, the only difference with the previous situation is that the *.fnt and *.map files are installed now in plplot<version>/ instead of plplot<version>/data. I did not try to keep the previous situation because it would imply in the definition of a new variable/#define. However, if the other developers have really strong arguments in favor of it, I will implement that. |
From: Alan W. I. <ai...@us...> - 2004-01-03 15:58:54
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv28898 Modified Files: test_f77.sh Log Message: Include 18th fortran example in plplot-test.sh tests. |
From: Alan W. I. <ai...@us...> - 2004-01-04 03:06:30
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv8652/test Modified Files: test_octave.sh Log Message: Eliminate "p" examples from test because they user higher-level octave programming that demands octave-2.1.50 or better (which not all users have). We have kept the remaining "x" examples for this test. They are worth having since they directly test the octave interface to libplplot and they work for octave-2.0.x or later. |
From: Alan W. I. <ai...@us...> - 2004-01-06 19:25:42
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv10612/test Modified Files: Makefile.am Added Files: test_f77.sh.in Removed Files: test_f77.sh Log Message: Make test_f77.sh configurable. |
From: Alan W. I. <ai...@us...> - 2004-01-06 20:00:53
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv15052 Modified Files: .cvsignore test_f77.sh.in Log Message: Run the fortran examples in different ways depending on whether command-line parsing is available for fortran or not. |
From: Rafael L. <rla...@us...> - 2004-01-06 20:13:13
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv21558 Modified Files: Makefile.am Log Message: Removed *.sh.in from EXTRA_DIST and *.sh from DISTCLEANFILES, since Automake takes care of this. |
From: Alan W. I. <ai...@us...> - 2004-01-06 21:51:51
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv15472 Modified Files: test_c.sh test_cxx.sh test_f77.sh.in test_java.sh Log Message: Use this new-fangled construction (:-)) called for loops to substantially shorten and simplify these scripts. This should make Rafael's eyes hurt less.... :-) |
From: Alan W. I. <ai...@us...> - 2004-01-07 01:00:57
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv23317/test Modified Files: .cvsignore Log Message: Tweak (gen-pc-files.pl) |
From: Alan W. I. <ai...@us...> - 2004-01-07 01:03:07
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv23854/test Modified Files: .cvsignore Log Message: Oops, revert back gen-pc-files.pl (wrong directory). |
From: Rafael L. <rla...@us...> - 2004-01-17 16:41:43
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv5024/test Modified Files: Makefile.am plplot-test.sh.in test_c.sh test_cxx.sh test_f77.sh.in test_java.sh test_octave.sh test_python.sh.in test_single_python.sh test_single_tcl.sh test_tcl.sh Log Message: This jumbo cvs commit is the result of a herculean task to update the copyright notices of most of the source files of PLplot. I hope that I did not introduce any serious breakage. This seems plausible, because I did changes only at the beginning of the files and only in commented lines. However, I used a semi-automatic procedure for doing that and some bugs may have slipped into the files. The sources still build okay (at least the Debian packages) and I can install the libraries, and compile and run some C examples. That is not enough, so PLEASE TEST! This is what I did in more detail: 1) From the CVS ChangeLog, I considered all the files that changed since the last release (5.2.1). I then added the line: Copyright (C) 2004 Joe C. V. S. Committer where the name of the developper who did the CVS commit is included. 2) Notice that the year in the line above should read 2004, even if the changes were done last year, since Copyright years refer to when the software is released. 3) For the same reason, I did not bother adding missing Copyright entries for previous authors of each file. One copyright holder is enough for our purposes. 4) I also reformatted and reworded the License Conditions text. This included changing things like "This file is free software" to "PLplot is free sofware" and so on. 5) Finally, some files were lacking License notices, especially the src/*.c. I added them and put in the Copyright holder line the name of the developer who did the last cvs commit for the file. If you wish to know where your name appears, you can run from the $(top_builddir): grep -ri "copyright.*2004". |
From: Rafael L. <rla...@us...> - 2004-01-18 11:43:19
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv7823 Modified Files: Tag: v5_3_0 plplot-test.sh.in Log Message: Changed the less robust @prefix@/@DATA_DIR@/examples/octave// to ./octave// in octavedir. plplot-test.sh works now from everywhere the examples directory is installed. This change is done in a relative hush, to make Alan happy and also before I tag everything v5_3_0_rc1. Everyday there is a new cool patch to apply... Sigh... Please, notice that this is committed only to the v5_3_0 branch. |
From: Rafael L. <rla...@us...> - 2004-01-18 21:41:58
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv32175/test Modified Files: plplot-test.sh.in Log Message: Merging last changes from the v5_3_0 branch into HEAD. |
From: Alan W. I. <ai...@us...> - 2004-01-20 20:09:01
|
Update of /cvsroot/plplot/plplot/test In directory sc8-pr-cvs1:/tmp/cvs-serv21704/test Modified Files: test_f77.sh.in Log Message: Improve configuration logic surrounding the question of whether fortran command-line processing is available or not. |