From: Alan W. I. <ai...@us...> - 2002-12-06 00:13:55
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv9796 Modified Files: disptab.h plcore.h Log Message: Sort out some obvious bugs for the case when ENABLE_DYNDRIVERS is not defined. |
From: Joao C. <jc...@us...> - 2002-12-21 03:49:16
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv4713/include Modified Files: plplot.h Log Message: Add prototypes for plmeshc() and plot3dc(). Redefining the 'opt' argument values for plot3dc() and plsurf3d(). |
From: Joao C. <jc...@us...> - 2002-12-23 18:10:43
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv4971/include Modified Files: plplot.h Log Message: Rename PLMESH to MESH, as the fortran bindings already use PLMESH. |
From: Maurice L. <ml...@us...> - 2002-12-26 20:04:38
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv14490 Modified Files: plcore.h Log Message: Added a NULL entry at the end of PLDispatchInit, since the IRIX C compiler doesn't like it to end with a ",". Subtract 1 from nplstaticdevices as a result. |
From: Alan W. I. <ai...@us...> - 2002-12-27 01:45:30
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv25619/include Modified Files: Makefile.am Log Message: Make list of installed headers identical (except for plcdemos.h which is installed with c demos now) with old configuration system. I am assuming the old configuration system was correct in the subset of headers it installed. This may need some additional review in case that assumption is incorrect. |
From: Alan W. I. <ai...@us...> - 2003-01-15 15:45:19
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv30038/include Removed Files: chdr.h dispatch.h plamiga.h plplotX.h plplotio.h plstream.h xwin.h Log Message: Attempt to fix state information on zombied files (those in attic with state exp rather than state dead). |
From: Alan W. I. <ai...@us...> - 2003-01-31 00:15:28
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv4089/include Added Files: plConfig.h.in Log Message: Rafael's patch to improve our autotools configuration after some bad experiences with plplot-5.2.0. |
From: Rafael L. <rla...@us...> - 2003-02-04 21:44:40
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv30070/include Modified Files: plplotP.h Log Message: Change the way the information about the devices provided by the dyndrivers are obtained. Instead of using the cache file drivers.db, the information is provided by the modules themselves. Extensive information about this change will be sent to plplot-devel shortly. |
From: Rafael L. <rla...@us...> - 2003-02-21 13:46:33
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv20592/include Modified Files: plcore.h disptab.h Log Message: I tried to compile the PDL PLplot bindings written by Doug Hunt (http://search.cpan.org/author/DHUNT/PDL-Graphics-PLplot-0.18/PLplotOO.pm) and discovered that the header file disptab.h has some problems. It has two #ifdef ENABLE_DYNDRIVERS that are related to libltdl and they should not be there, since this file can be included in user programs. Actually, those #ifdef's are needed only for plcore.c and I moved them into plcore.h. |
From: Rafael L. <rla...@us...> - 2003-02-24 00:32:16
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv6711/include Modified Files: plDevs.h.in plcore.h plplot.h Log Message: Added Doug Hunt's mem driver. |
From: Rafael L. <rla...@us...> - 2003-02-24 17:40:10
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv31183/include Modified Files: plfreetype.h Log Message: Added "#define FT_Data _FT_Data_" to this files, otherwise they won't compile with freetype6. It seems that the FreeType library already defines the symbol FT_Data. |
From: Rafael L. <rla...@us...> - 2003-02-26 15:06:31
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv26122/include Modified Files: drivers.h Log Message: Added declaration for plD_dispatch_init_mem, otherwise static drivers library will not compile. |
From: Joao C. <jc...@us...> - 2003-03-02 01:41:21
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv14130/include Modified Files: plplot.h Log Message: Add PLFLT_MIN/MAX definition. Add plgriddata() prototype and the defines of the several gridding algorithm types. |
From: Joao C. <jc...@us...> - 2003-03-03 02:24:03
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv32022/include Modified Files: plplot.h Log Message: Use c_plgriddata() instead of plgriddata() |
From: Joao C. <jc...@us...> - 2003-03-03 16:21:14
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv10218/include Modified Files: plplotP.h Log Message: Include float.h, so that the definition of PLFLT_MAX/ PLFLT_MIN works. |
From: Joao C. <jc...@us...> - 2003-03-04 23:45:39
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv23386/include Modified Files: plxwd.h Log Message: Use pthreads with the xwin driver, if --with-pthreads is specified. --with-pthreads defaults to no. |
From: Alan W. I. <ai...@us...> - 2003-05-13 20:40:58
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv9322 Modified Files: plplot.h Log Message: Tweak. Replace plsurf3dc by plsurf3d in commentary. |
From: Alan W. I. <ai...@us...> - 2003-09-02 06:13:49
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv19934 Modified Files: plConfig.h.in Log Message: Configure HAVE_FINITE HAVE_ISINF HAVE_ISNAN HAVE_UNISTD_H HAVE_USLEEP following exactly what is done in config.h.in in the top-level directory. These #defines are all used in the examples and must be compiled using the installed system (which does not have access to configured config.h results). |
From: Alan W. I. <ai...@us...> - 2003-09-03 20:47:28
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv30677 Modified Files: plConfig.h.in Log Message: Remove DRIVERS_DB which is no longer used anywhere. |
From: Alan W. I. <ai...@us...> - 2003-09-20 21:36:08
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv22005/include Modified Files: plConfig.h.in plplot.h Log Message: Remove NOBRAINDEAD from source tree (except for sys/win-tk and sys/win32/msdev which I leave to Vince and Olof) as per discussion on list. |
From: Rafael L. <rla...@us...> - 2003-09-26 09:16:00
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv22127/include Modified Files: plplotP.h Log Message: In include/plplotP.h, include <sys/types.h> before #include <dirent.h> conditionally to NEED_SYS_TYPES_H, which is AC_DEFINEd in sysloc.in for the broken MacOSX system (darwin*). |
From: Rafael L. <rla...@us...> - 2003-10-01 10:59:00
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv11058/include Modified Files: plConfig.h.in Log Message: Better wording in comment for PL_DOUBLE The comment preceeding #define PL_DOUBLE is now clearer. Thanks to Arjen Markus <arj...@wl...> for the suggestion. |
From: Joao C. <jc...@us...> - 2003-10-09 21:02:16
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv23141/include Modified Files: plConfig.h.in Log Message: Create and set BUILD_DIR. |
From: Rafael L. <rla...@us...> - 2003-10-10 08:45:57
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv28526 Modified Files: plConfig.h.in Log Message: Removed #undef *_DIR The *_DIR #defines are only needed in plConfg.h, which is included in user programs. These #defines are only needed at build time by the core functions of the PLplot library. Since they are already included in config.h (thanks to the AC_DEFINE_UNQUOTED calls in configure.ac) and this later file is included by plConfig.h at build time, then they can be deleted from plConfig.h.in. |
From: Joao C. <jc...@us...> - 2003-10-29 19:40:55
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv10611/include Modified Files: plplotP.h Log Message: Mostly cosmetic changes that enable plplot to compiled with (almost) no warnings, even with gcc -Wall. Most changes are just casts, and most of them are tcl/tk related. For tcl/tk-8.4, no warnings occurs. Also tested with tcl/tk-8.3, where some warnings remain. There are no java/f77/cxx/python/octave changes. |