From: Alan W. I. <ai...@us...> - 2001-12-11 00:59:38
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv9753 Modified Files: configure.in dyndrv.in plDevs.h.in sysloc.in Log Message: Add both dynamic and static configuration of cgm driver and cgm device following what was done for both the gd driver and its png and jpeg devices. These configuration changes have been tested for the cgm driver, and it produces identical results for static and dynamic configuration. |
From: Alan W. I. <ai...@us...> - 2001-12-15 06:13:22
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv18961 Modified Files: configure.in Log Message: cgm driver enabled by default. |
From: Maurice L. <ml...@us...> - 2001-12-17 08:24:48
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv4462 Modified Files: configure.in Log Message: Added definition of new configure variable USE_DEFAULT_VISUAL on SunOs, for use by xwin drivers. On other systems should remain undefined. |
From: Maurice L. <ml...@us...> - 2001-12-17 08:26:12
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv4636 Modified Files: sysloc.in Log Message: Look for itclDecls.h with the other itcl header files; if found define HAVE_ITCLDECLS_H. To get around missing header file on some distributions. |
From: Maurice L. <ml...@us...> - 2001-12-17 08:26:46
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv4801 Modified Files: plConfig.h.in Log Message: Added lines for HAVE_ITCLDECLS_H and USE_DEFAULT_VISUAL. |
From: Maurice L. <ml...@us...> - 2001-12-17 22:56:49
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv5768 Modified Files: configure.in Log Message: Generalized test for SunOS systems to set default visual. |
From: Maurice L. <ml...@us...> - 2001-12-24 08:55:07
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv26256 Modified Files: configure.in plConfig.h.in Log Message: Config magic to detect the usleep() function. |
From: Alan W. I. <ai...@us...> - 2001-12-29 21:14:38
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv530/cf Modified Files: exes.in pkg_python.in Log Message: Return to design where plmodule2.c is included into plmodule.c rather existing as an independent file that is compiled separately. Remove prototypes for pl_cont and pl_shade from plmodule.h since no other wrapper functions are prototyped this way. *Important Change* Make these functions static (which they have never been before) in plmodule2.c. The examples in the python embedding documentation use static for the function definitions. Apparently, this is required because changing to static for pl_cont solves the infamous xw09.py segfault bug. Note this is not a completely consistent story since there was no segfault trouble before for xw16.py which uses pl_shade. However, now that I have changed pl_shade to static, xw16.py still works so I believe this static fix is the correct thing to do. |
From: Joao C. <jc...@us...> - 2002-01-04 18:45:48
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv3031/cf Modified Files: configure.in Log Message: Disable the default build of the experimental ntk driver. |
From: Joao C. <jc...@us...> - 2002-01-04 18:49:33
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv4021/cf Modified Files: dyndrv.in Log Message: Incorporate the pstex driver in the ps driver. As the pstex driver has its own source file, this can't be done also in 'configure.in'. |
From: Alan W. I. <ai...@us...> - 2002-01-04 20:57:40
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv4355 Modified Files: objs.in Log Message: Regenerate with make depend. This automatic process put in cgm dependencies, removed plmodule2 dependencies and changed plimage and x20 dependencies compared to the previous version. |
From: Alan W. I. <ai...@us...> - 2002-01-04 20:59:23
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv4966 Modified Files: configure.in exes.in pkg_python.in Log Message: Put plmodule2.c contents into plmodule.c and remove plmodule2.c with the appropriate configuration changes. |
From: Joao C. <jc...@us...> - 2002-01-08 18:40:43
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv21490/cf Modified Files: sysloc.in Log Message: java: see if machine dependent files exist in JAVAINCDIR, as in "J2RE 1.3.0 IBM". |
From: Alan W. I. <ai...@us...> - 2002-01-14 16:21:59
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv23037 Modified Files: version.in Log Message: Change version number to 5.1.0 in anticipatation of forthcoming release |
From: Alan W. I. <ai...@us...> - 2002-01-15 16:30:34
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv17761 Modified Files: configure.in Log Message: Symlinks for tclgen.c tclgen.h tclgen_s.h which are generated files which may or may not be present at configure time. |
From: Alan W. I. <ai...@us...> - 2002-01-15 17:00:42
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv30164 Modified Files: configure.in Log Message: OOPS. Try again for symlinks of generated files in bindings/tcl |
From: Alan W. I. <ai...@us...> - 2002-01-16 21:51:12
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv8293 Modified Files: pkg_java.in Log Message: For the examples copy the source java files, not the class files. Also copy the README file I recently created to document building and running the java examples. |
From: Alan W. I. <ai...@us...> - 2002-01-17 18:12:28
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv9254 Modified Files: pkg_java.in Log Message: Take account of name change from plplot/examples/java/README to ..../README.java |
From: Alan W. I. <ai...@us...> - 2002-01-18 17:55:21
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv18264 Modified Files: pkg_java.in pkg_python.in Log Message: Adjust to new names for README.javademos and README.pythondemos |
From: Maurice L. <ml...@us...> - 2002-01-19 08:58:12
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv1935 Modified Files: configure.in plConfig.h.in sysloc.in Log Message: Changed: enable-dynamic-drivers / enable_dynamic_drivers / ENABLE_DYNAMIC_DRIVERS to: enable-dyndrivers / enable_dyndrivers / ENABLE_DYNDRIVERS for better clarity and simplicity. |
From: Maurice L. <ml...@us...> - 2002-01-20 04:38:10
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv31480 Modified Files: configure.in Log Message: Some optimizations for speeding up the dynamic driver select code. |
From: Maurice L. <ml...@us...> - 2002-01-20 08:48:16
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv1783/cf Modified Files: plDevs.h.in Log Message: In accordance with the "each driver should be treated separately" philosophy from the dyndriver configuration section, added separate PLD_tek4010f and PLD_tek4107f defines to cover those devices (were previously rolled into the terminal device sections). Necessary in order to get the configuration working properly. |
From: Maurice L. <ml...@us...> - 2002-01-20 09:05:05
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv2610 Modified Files: configure.in Log Message: Changes in order to get the new config code working for both static & dynamic devices with device exclusion, notably from the tek family: - Changed the PL_DYNAMIC_DRIVER_LIST and PL_device_driver_pair_list to list the actual device name rather than the entry used in the dispatch table (e.g. "tek4010" rather than "tekt"), to fix the configure arguments and variables used for overriding the defaults. - Rewrote the loop that generates drivers/drivers.db. Now iterates over the variable DYNAMIC_DEVICES (was DYNAMIC_DRIVERS), where the former holds actual device names, in order to get a single-device match. Each target in the case statement now is for a single device. Doing it this way allows per-device inclusion, instead of it being en masse. |
From: Maurice L. <ml...@us...> - 2002-01-20 09:57:48
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv11378 Modified Files: configure.in Log Message: Added a type field to each drivers.db entry, right after the description. Set each driver's type to 1 for interactive, 0 for file-oriented, and -1 for other. |
From: Geoffrey F. <fu...@us...> - 2002-01-21 18:57:29
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv25447/cf Modified Files: aclocal.m4 Log Message: Correct typographical error, but no other change. |