Re: [opendx-dev] MBAppliation.C

1999-11-04 Thread David Thompson
Suhaib, Have you found these problems when compiling for UN*X or for Windows? This should be getting set in dxconfig.h from the configure.in. Take a look at configure.in and then your dxconfig.h and see if it's getting added? Is it possible that your dxconfig.h did not get updated on a Make?

[opendx-dev] dx/src/uipp/java Makefile.am

1999-12-10 Thread David Thompson
Update of /src/master/dx/src/uipp/java In directory opendx.watson.ibm.com:/tmp/cvs-serv23840/dx/src/uipp/java Modified Files: Makefile.am Log Message: Fixed a couple of small things related to finding java for startserver, and renamed a substition symbol that had been accidentally

[opendx-dev] dx/bin Makefile.am mdf2c

1999-12-10 Thread David Thompson
Update of /src/master/dx/bin In directory opendx.watson.ibm.com:/tmp/cvs-serv19030/dx/bin Modified Files: Makefile.am mdf2c Log Message: A few small fixes for the way that the files in bin were being installed. Now being done like lib. Also fixed the mdf2c to contain the correct install

[opendx-dev] dx configure.in

1999-12-10 Thread David Thompson
Update of /src/master/dx In directory opendx.watson.ibm.com:/tmp/cvs-serv19030/dx Modified Files: configure.in Log Message: A few small fixes for the way that the files in bin were being installed. Now being done like lib. Also fixed the mdf2c to contain the correct install prefix not

[opendx-dev] dx/bin Makefile.am

1999-12-10 Thread David Thompson
Update of /src/master/dx/bin In directory opendx.watson.ibm.com:/tmp/cvs-serv9864/dx/bin Modified Files: Makefile.am Log Message: Made a slight mistake. Now fixed to install the dx script in the right location.

[opendx-dev] dx/bin Makefile.am

1999-12-10 Thread David Thompson
Update of /src/master/dx/bin In directory opendx.watson.ibm.com:/tmp/cvs-serv30538/dx/bin Modified Files: Makefile.am Log Message: Oops, one more little change to fix. Now the should be executable after installed.

Re: [opendx-dev] image save troubles

1999-12-11 Thread David Thompson
Randy, Something that may be releavant to tracking this down is which ImageMagick are you using and did you build it or download the binaries? David Peter Daniel Kirchner wrote: Hi Randy, I'm away from my aix machine. My 12/3 cvs rh linux 6.1 dx build does not show this behavior. Given

[opendx-dev] dx/src/uipp/dxuilib ControlPanel.C

1999-12-14 Thread David Thompson
Update of /src/master/dx/src/uipp/dxuilib In directory opendx.watson.ibm.com:/tmp/cvs-serv8762 Modified Files: ControlPanel.C Log Message: Update to fix the initial opening of a developer control panel. This panel should not contain the CommandArea, ie it should be unmanaged initially.

Re: [opendx-dev] LessTif Problems (bugs)

1999-12-14 Thread David Thompson
Whoops, Should have said if you are having problems with interactors and you are on a system in which trunc is defined, then test the program. David Jeff Braun wrote: I get 0's on our SGI's with Irix 6.5. By the way you had a little typo on the 2nd line (trucn). Results for me are:

[opendx-dev] dx/src/exec Makefile.am

1999-12-14 Thread David Thompson
Update of /src/master/dx/src/exec In directory opendx.watson.ibm.com:/tmp/cvs-serv22822 Modified Files: Makefile.am Log Message: Fixed a couple of small problems with Makefile.am. First use the FMT_LIB variable instead of the substitution to make things a little cleaner, fix a missing

[opendx-dev] dx/src/exec/libdx Makefile.am

1999-12-14 Thread David Thompson
Update of /src/master/dx/src/exec/libdx In directory opendx.watson.ibm.com:/tmp/cvs-serv19066 Modified Files: Makefile.am Log Message: Removed task.c from being included in LIBDX. This library is only being used to build libDX.a and libDX.a get the task.c functionality from dpexec. As it

[opendx-dev] dx/html Makefile.am

1999-12-15 Thread David Thompson
Update of /src/master/dx/html In directory opendx.watson.ibm.com:/tmp/cvs-serv8508 Modified Files: Makefile.am Log Message: Remove tests for existing links. The overhead is minimal and test -e doesn't work on all systems.

[opendx-dev] dx/bin dxworker.in

1999-12-15 Thread David Thompson
Update of /src/master/dx/bin In directory opendx.watson.ibm.com:/tmp/cvs-serv24852 Modified Files: dxworker.in Log Message: Don't overwrite the current LD_LIBRARY_PATH for Solaris, just add to it.

[opendx-dev] dxsamples/java Makefile.am

1999-12-15 Thread David Thompson
Update of /src/master/dxsamples/java In directory opendx.watson.ibm.com:/tmp/cvs-serv19024/dxsamples/java Modified Files: Makefile.am Log Message: Updates to handle the java stuff better and fix dependencies with javadx 4.0.9

[opendx-dev] dxsamples acinclude.m4 configure.in

1999-12-15 Thread David Thompson
Update of /src/master/dxsamples In directory opendx.watson.ibm.com:/tmp/cvs-serv19024/dxsamples Modified Files: acinclude.m4 configure.in Log Message: Updates to handle the java stuff better and fix dependencies with javadx 4.0.9

[opendx-dev] dxsamples acinclude.m4

1999-12-16 Thread David Thompson
Update of /src/master/dxsamples In directory opendx.watson.ibm.com:/tmp/cvs-serv15214 Modified Files: acinclude.m4 Log Message: Forgot to set the prefix once it was found. Now handled correctly.

[opendx-dev] DXSamples (bad Makefiles.am or bad prefix)

1999-12-16 Thread David Thompson
I got a question.. In the original acinclude.m4, the prefix was trying to be found using dx -whereami. I'm using the same technique. This result comes back in the form of /usr/local/bin/dx. But then the Makefile.am's tack on another dx/pages/... So the samples all get installed in

Re: [opendx-dev] DXSamples (bad Makefiles.am or bad prefix)

1999-12-16 Thread David Thompson
the trailing dx? David Thompson wrote: I got a question.. In the original acinclude.m4, the prefix was trying to be found using dx -whereami. I'm using the same technique. This result comes back in the form of /usr/local/bin/dx. But then the Makefile.am's tack on another dx/pages/... So

Re: [opendx-dev] DXSamples (bad Makefiles.am or bad prefix)

1999-12-16 Thread David Thompson
Sorry for the mixture of first and second person in that first paragraph. BAD BAD grammar. David David Thompson wrote: That's what I was wondering, but what if I'm a user that didn't compile the program (my admin did) and he has told me if I want the samples to just install them in a local

[opendx-dev] dx/src/uipp/java Makefile.am

1999-12-16 Thread David Thompson
Update of /src/master/dx/src/uipp/java In directory opendx.watson.ibm.com:/tmp/cvs-serv22042 Modified Files: Makefile.am Log Message: Remove a cosmetic bug of the CLASSPATH getting repeated twice.

[opendx-dev] lpthread

1999-12-16 Thread David Thompson
Pete, I've performed 3 compiles, 1 on AIX 4.1, 1 on Solaris 2.6 and on LinuxPPC R5 and all seem to still work fine without -lpthread being linked. David

[opendx-dev] dx/src/uipp/java/server startserver.in

1999-12-16 Thread David Thompson
Update of /src/master/dx/src/uipp/java/server In directory opendx.watson.ibm.com:/tmp/cvs-serv26918/dx/src/uipp/java/server Modified Files: startserver.in Log Message: Updated a bunch of JavaDX configuration stuff. Should now add the JDK's path to classpath.zip of rte.jar if needed.

[opendx-dev] dx/bin dxworker.in

1999-12-18 Thread David Thompson
Update of /src/master/dx/bin In directory opendx.watson.ibm.com:/tmp/cvs-serv21158 Modified Files: dxworker.in Log Message: Some minor cleanup.

[opendx-dev] dx/src/exec/dxmods genimp_io.c genimp_parse.c

1999-12-21 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv10488 Modified Files: genimp_io.c genimp_parse.c Log Message: Rename two more instances of internally defined version of getline to dx_getline to avoid stdio.h conflicts.

[opendx-dev] dx/src/exec/dxmods import_ss.c

1999-12-21 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv10480 Modified Files: import_ss.c Log Message: Renamed function getline to dx_getline to avoid conflict with stdio.h version of getline. This only rares its head in certain compile instances.

[opendx-dev] dx/src/uipp/widgets Dial.c Slider.c

1999-12-21 Thread David Thompson
Update of /src/master/dx/src/uipp/widgets In directory opendx.watson.ibm.com:/tmp/cvs-serv25554 Modified Files: Dial.c Slider.c Log Message: Renamed internally defined round function to dx_round to avoid conflict with version defined in math.h.

Re: [opendx-dev] Name-space collisions

1999-12-22 Thread David Thompson
For internal functions then, do you want them to be _dxf_function-name? I will fix the ones I just did if that's the case? David On Wed, 22 Dec 1999 [EMAIL PROTECTED] wrote: I noticed that some internal names have been changed to avoid conflicts with name-space collisions - good idea. In

[opendx-dev] dx/src/uipp/widgets Dial.c Slider.c

1999-12-22 Thread David Thompson
Update of /src/master/dx/src/uipp/widgets In directory opendx.watson.ibm.com:/tmp/cvs-serv28708 Modified Files: Dial.c Slider.c Log Message: Fix name space corrections. Change the name to be consistent with _dxf_function-name.

[opendx-dev] Found another problem with lesstif/dx

2000-01-09 Thread David Thompson
Rick, et. al., I've discovered another few problems with a lesstif (version 1-7-00 cvs) run version of dx. This problem exists with the list interactors such as integer list, scalar list, and vector list. Typically when using a Motif version, to edit items in the list, you click on the item in

[opendx-dev] One more note on the last lesstif problem

2000-01-09 Thread David Thompson
Also, wanted to note that the Delete button on the int lists, etc does not delete (at all). David

[opendx-dev] dx acinclude.m4

2000-01-09 Thread David Thompson
Update of /src/master/dx In directory opendx.watson.ibm.com:/tmp/cvs-serv28830 Modified Files: acinclude.m4 Log Message: Added support so that linux can use loadable modules. The linker needs to export the symbols to the dxexec binary so the dlopen calls no where symbols such as

[opendx-dev] javadx shareable libraries

2000-01-12 Thread David Thompson
I just wanted to give everyone a heads up if they plan on dealing with JavaDX. Since JavaDX must link against shared libraries at runtime, if you have format such as netcdf compiling in -- that are not made as shareable libraries, javadx is going to have problems. The solution? Not quite sure

[opendx-dev] dxsamples/java/samples Makefile.am

2000-01-16 Thread David Thompson
Update of /src/master/dxsamples/java/samples In directory opendx.watson.ibm.com:/tmp/cvs-serv9702 Modified Files: Makefile.am Log Message: Changed the lines that compiled the java files from one compile to individual compiles. Just in case one of the files is corrupt, can tell which one

Re: [opendx-dev] Starting to clean up code --need help.

2000-01-18 Thread David Thompson
but there is no problems. As for the static char, I just initialized it to . David David Thompson wrote: I'm starting to clean up the libdx code as mentioned in an earlier statement. I have found some real oddities and would like someone to explain some things if they could. I know C and C++ but I'm not sure about

Re: [opendx-dev] release status

2000-01-19 Thread David Thompson
I believe that you are correct. People seem to be working with it now. The Lesstif guys have released there version already (0.89.9) as of a few days ago. I would be willing to work on the Solaris Readme and LinuxPPC Readme. I could also do the AIX readme, but that would probably best be written

Re: [opendx-dev] release status

2000-01-19 Thread David Thompson
Greg, Would this just be sections in the current README (top level)? I just looked at some of the README_platform, and I wouldn't want to change any of that--its more about running dx and platform system administration. The main README could really be worked over since we have removed alot of the

[opendx-dev] dx configure.in

2000-03-02 Thread David Thompson
Update of /src/master/dx In directory opendx.watson.ibm.com:/tmp/cvs-serv32504 Modified Files: configure.in Log Message: Forgot to get the latest fixes before submitting my last fix allowing a way to turn off netcdf. Broke a fix that was put in of DXARCH vs ARCH. Now corrected.

[opendx-dev] dxsamples opendx-samples.spec

2000-05-21 Thread David Thompson
Update of /src/master/dxsamples In directory opendx.watson.ibm.com:/tmp/cvs-serv7366 Added Files: opendx-samples.spec Log Message: This is an initial spec file for building rpms for the samples. Full functionality should be added sometime in the future.

[opendx-dev] dx opendx.spec

2000-05-21 Thread David Thompson
Update of /src/master/dx In directory opendx.watson.ibm.com:/tmp/cvs-serv26798 Added Files: opendx.spec Log Message: This is an initial spec file for building OpenDX rpms from the compiled binaries. Someone should probably add the full functionality to this some time.

[opendx-dev] dx/src/uipp/dxuilib DXChild.C

2000-06-05 Thread David Thompson
Update of /src/master/dx/src/uipp/dxuilib In directory opendx.watson.ibm.com:/tmp/cvs-serv50388 Modified Files: DXChild.C Log Message: The wait function is used but forgot to include sys/wait.h. Already checking for this in configure, just fix the include.

[opendx-dev] dx configure.in

2000-06-05 Thread David Thompson
Update of /src/master/dx In directory opendx.watson.ibm.com:/tmp/cvs-serv50396 Modified Files: configure.in Log Message: If using Mesa, the math libs must be found before checking for GL. Just reordered the LIB_CHECKs.

[opendx-dev] dx configure.in

2000-06-08 Thread David Thompson
Update of /src/master/dx In directory opendx.watson.ibm.com:/tmp/cvs-serv46064 Modified Files: configure.in Log Message: Update the HDF header checking routine to that of the new ImageMagick for better compatibility. Shouldn't cause any problems (unless typo).

[opendx-dev] dx/src/exec/libdx lock.c

2000-06-09 Thread David Thompson
Update of /src/master/dx/src/exec/libdx In directory opendx.watson.ibm.com:/tmp/cvs-serv27656/src/exec/libdx Modified Files: lock.c Log Message: Adding Randall Hopper's lock optimization features. In short, it disables all locks when dxexec is running in single process mode. The

[opendx-dev] dx/src/exec/dpexec dxmain.c

2000-06-09 Thread David Thompson
Update of /src/master/dx/src/exec/dpexec In directory opendx.watson.ibm.com:/tmp/cvs-serv27656/src/exec/dpexec Modified Files: dxmain.c Log Message: Adding Randall Hopper's lock optimization features. In short, it disables all locks when dxexec is running in single process mode. The

[opendx-dev] dx/include/dx advanced.h

2000-06-09 Thread David Thompson
Update of /src/master/dx/include/dx In directory opendx.watson.ibm.com:/tmp/cvs-serv27656/include/dx Modified Files: advanced.h Log Message: Adding Randall Hopper's lock optimization features. In short, it disables all locks when dxexec is running in single process mode. The environment

[opendx-dev] dx/fonts gothicger_t.dx

2000-06-09 Thread David Thompson
Update of /src/master/dx/fonts In directory opendx.watson.ibm.com:/tmp/cvs-serv36238 Modified Files: gothicger_t.dx Log Message: Fix corrupted fonts after making sticky bit binary

[opendx-dev] dx/fonts gothicit_t.dx

2000-06-09 Thread David Thompson
Update of /src/master/dx/fonts In directory opendx.watson.ibm.com:/tmp/cvs-serv43946 Modified Files: gothicit_t.dx Log Message: Fix corrupted fonts after making sticky bit binary

[opendx-dev] dx/fonts greek_d.dx

2000-06-09 Thread David Thompson
Update of /src/master/dx/fonts In directory opendx.watson.ibm.com:/tmp/cvs-serv46280 Modified Files: greek_d.dx Log Message: Fix corrupted fonts after making sticky bit binary

[opendx-dev] dx/fonts pitman.dx

2000-06-09 Thread David Thompson
Update of /src/master/dx/fonts In directory opendx.watson.ibm.com:/tmp/cvs-serv15342 Modified Files: pitman.dx Log Message: Fix corrupted fonts after making sticky bit binary

[opendx-dev] dx/fonts greek_s.dx

2000-06-09 Thread David Thompson
Update of /src/master/dx/fonts In directory opendx.watson.ibm.com:/tmp/cvs-serv45734 Modified Files: greek_s.dx Log Message: Fix corrupted fonts after making sticky bit binary

[opendx-dev] dx/fonts italic_t.dx

2000-06-09 Thread David Thompson
Update of /src/master/dx/fonts In directory opendx.watson.ibm.com:/tmp/cvs-serv8366 Modified Files: italic_t.dx Log Message: Fix corrupted fonts after making sticky bit binary

[opendx-dev] dx/fonts roman_ext.dx

2000-06-09 Thread David Thompson
Update of /src/master/dx/fonts In directory opendx.watson.ibm.com:/tmp/cvs-serv10622 Modified Files: roman_ext.dx Log Message: Fix corrupted fonts after making sticky bit binary

[opendx-dev] dx/fonts roman_dser.dx

2000-06-09 Thread David Thompson
Update of /src/master/dx/fonts In directory opendx.watson.ibm.com:/tmp/cvs-serv46298 Modified Files: roman_dser.dx Log Message: Fix corrupted fonts after making sticky bit binary

[opendx-dev] dx/fonts script_d.dx

2000-06-09 Thread David Thompson
Update of /src/master/dx/fonts In directory opendx.watson.ibm.com:/tmp/cvs-serv30876 Modified Files: script_d.dx Log Message: Fix corrupted fonts after making sticky bit binary

[opendx-dev] dx/fonts roman_tser.dx

2000-06-09 Thread David Thompson
Update of /src/master/dx/fonts In directory opendx.watson.ibm.com:/tmp/cvs-serv17024 Modified Files: roman_tser.dx Log Message: Fix corrupted fonts after making sticky bit binary

[opendx-dev] dx/fonts script_s.dx

2000-06-09 Thread David Thompson
Update of /src/master/dx/fonts In directory opendx.watson.ibm.com:/tmp/cvs-serv24390 Modified Files: script_s.dx Log Message: Fix corrupted fonts after making sticky bit binary

[opendx-dev] dx/src/exec/dxmods import_ncdf.c

2000-06-09 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv46096 Modified Files: import_ncdf.c Log Message: Make the include for netcdf not within a subdirectory.

[opendx-dev] dx/src/exec/libdx array.c arrayClass.X axes.c binSort.c box.c buffer.Z cache.c callm_xinit.c class.awk client.c clipped.c color.c component.c composite.c cubesII.c cubesRR.c displayx.c ed

2000-06-11 Thread David Thompson
Update of /src/master/dx/src/exec/libdx In directory opendx.watson.ibm.com:/tmp/cvs-serv32012 Modified Files: array.c arrayClass.X axes.c binSort.c box.c buffer.Z cache.c callm_xinit.c class.awk client.c clipped.c color.c component.c composite.c cubesII.c cubesRR.c

[opendx-dev] dx/html Makefile.am

2000-06-12 Thread David Thompson
Update of /src/master/dx/html In directory opendx.watson.ibm.com:/tmp/cvs-serv32102 Modified Files: Makefile.am Log Message: Added fix suggested by Jari Vuoksenranta when dealing with extracting the tar files.

[opendx-dev] dx/help Makefile.am

2000-07-08 Thread David Thompson
Update of /src/master/dx/help In directory opendx.watson.ibm.com:/tmp/cvs-serv42462 Modified Files: Makefile.am Log Message: Add support for srcdir not builddir for building in other directories.

[opendx-dev] dx/src/exec/libdx camera.c

2000-07-08 Thread David Thompson
Update of /src/master/dx/src/exec/libdx In directory opendx.watson.ibm.com:/tmp/cvs-serv21690/src/exec/libdx Modified Files: camera.c Log Message: Move the static Identity matrix into the only file that requires it and remove it from a header where it would get copied to every code

[opendx-dev] dx/src/exec/dxmods display.c

2000-07-12 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv56648 Modified Files: display.c Log Message: Needed to add Identity since removed from header.

[opendx-dev] dx/src/exec/dxmods pickinv.c

2000-07-12 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv10266 Modified Files: pickinv.c Log Message: Needed to add Identity since removed from header.

[opendx-dev] dx configure.in

2000-07-12 Thread David Thompson
Update of /src/master/dx In directory opendx.watson.ibm.com:/tmp/cvs-serv54862 Modified Files: configure.in Log Message: Missing a $ on variable in hdf/hdf.h check.

[opendx-dev] dx configure.in

2000-07-12 Thread David Thompson
Update of /src/master/dx In directory opendx.watson.ibm.com:/tmp/cvs-serv34946 Modified Files: configure.in Log Message: Move the C lang call before DX_CHECK_HEADERS to handle M_PI and others to be correctly checked on second configure call (when stuff is cached.)

[opendx-dev] dx/src/exec/dpexec task.h

2000-07-31 Thread David Thompson
Update of /src/master/dx/src/exec/dpexec In directory opendx.watson.ibm.com:/tmp/cvs-serv53758 Added Files: task.h Log Message: Oops, missed one header file that needed to be added before the last commit.

[opendx-dev] dx/src/exec/dpexec cache.h cachegraph.c cachegraph.h dxmain.c evalgraph.c graph.c graph.h graph2.c path.c path.h remote.c task.c

2000-08-09 Thread David Thompson
Update of /src/master/dx/src/exec/dpexec In directory opendx.watson.ibm.com:/tmp/cvs-serv41564/src/exec/dpexec Modified Files: cache.h cachegraph.c cachegraph.h dxmain.c evalgraph.c graph.c graph.h graph2.c path.c path.h remote.c task.c Log Message: This modification changes the

[opendx-dev] dx/src/exec/dxmods getset.c

2000-08-09 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv44348 Modified Files: getset.c Log Message: Needed to include graph.h in order to get prototype of function. AIX's xlc complained.

[opendx-dev] dx/src/uipp/java/server startserver.in

2000-08-09 Thread David Thompson
Update of /src/master/dx/src/uipp/java/server In directory opendx.watson.ibm.com:/tmp/cvs-serv51744/src/uipp/java/server Modified Files: startserver.in Log Message: Fix the Java CLASSPATH to what it should have been when I first did it. No longer should double colons show up, etc.

[opendx-dev] dx/src/exec/dxmods import_hdf.c

2000-08-10 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv55914 Modified Files: import_hdf.c Log Message: Forgot a # sign on the else.

[opendx-dev] dx/include/dx arch.h

2000-08-10 Thread David Thompson
Update of /src/master/dx/include/dx In directory opendx.watson.ibm.com:/tmp/cvs-serv51804 Modified Files: arch.h Log Message: Included is a fix for Solaris 8 which now includes these functions. The defines were throwing off compilation. This fix may cause problems with Solaris 2.6, but

[opendx-dev] dx/include/dx UserInteractors.h advanced.h arch.h array.h arrayhandles.h basic.h cache.h camera.h clipped.h component.h error.h extract.h field.h geometry.h group.h grow.h hash.h helper.h

2000-08-24 Thread David Thompson
Update of /src/master/dx/include/dx In directory opendx.watson.ibm.com:/tmp/cvs-serv53368 Modified Files: UserInteractors.h advanced.h arch.h array.h arrayhandles.h basic.h cache.h camera.h clipped.h component.h error.h extract.h field.h geometry.h group.h grow.h hash.h

[opendx-dev] dx/lib mdf2c.awk

2000-08-24 Thread David Thompson
Update of /src/master/dx/lib In directory opendx.watson.ibm.com:/tmp/cvs-serv55736 Modified Files: mdf2c.awk Log Message: Minor cleanup for function return.

[opendx-dev] dx configure.in

2000-08-24 Thread David Thompson
Update of /src/master/dx In directory opendx.watson.ibm.com:/tmp/cvs-serv42102 Modified Files: configure.in Log Message: Change byte from char to signed char for systems that have char defaulted to unsigned char within the compiler.

[opendx-dev] dx/src/exec/libdx displayx.h Makefile.am axes.c displayx.c edfobj.c image.c

2000-08-24 Thread David Thompson
Update of /src/master/dx/src/exec/libdx In directory opendx.watson.ibm.com:/tmp/cvs-serv50664/libdx Modified Files: Makefile.am axes.c displayx.c edfobj.c image.c Added Files: displayx.h Log Message: Major cleanup of dxmods files. Fixed most compiler warnings. In the process

[opendx-dev] dx/src/exec/dxmods _autocolor.h _autogray.h _colormap.h _connectgrids.h _connectvor.h _construct.h _divcurl.h _glyph.h _gradient.h _grid.h _maptoplane.h _newtri.h _partnbrs.h _plot.h _pos

2000-08-24 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv50664/dxmods Modified Files: Makefile.am _autocolor.c _autogray.c _cat_util.c _color.c _colormap.c _compexec.c _compinput.c _complex.c _compoper.c _compoper.h _compputils.c

[opendx-dev] dx/src/exec/libdx task.c

2000-08-24 Thread David Thompson
Update of /src/master/dx/src/exec/libdx In directory opendx.watson.ibm.com:/tmp/cvs-serv40974 Modified Files: task.c Log Message: Applying Randall's patches: Memory leak patch for callmodule subtasking.

[opendx-dev] dx/src/exec/dxmods reduce.c

2000-08-24 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv41394 Modified Files: reduce.c Log Message: Applying Randall's patches: Fix for the case when Reduce takes the no-reduce shortcut.

[opendx-dev] dx/src/exec/dxmods genimp.c genimp_parse.c

2000-08-24 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv41392 Modified Files: genimp.c genimp_parse.c Log Message: Apply Randall's Purify patches: Watch out for lines that are just \n. Don't poke around in _dxd_gi_filename after freeing it.

[opendx-dev] dx/src/exec/dxmods _tiff.c

2000-08-24 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv66002 Modified Files: _tiff.c Log Message: Correct a mistaken ifdef.

[opendx-dev] dx/src/exec/dxmods _tiff.c

2000-08-24 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv67552 Modified Files: _tiff.c Log Message: Two functions not needed on bigendian systems so only compile them on little endian systems.

[opendx-dev] dx/bin dxworker.in

2000-08-25 Thread David Thompson
Update of /src/master/dx/bin In directory opendx.watson.ibm.com:/tmp/cvs-serv53442 Modified Files: dxworker.in Log Message: Remove line breaks in two lines I had added earlier for SunOS 5.8 or better.

[opendx-dev] dx .cvsignore Makefile.am

2000-08-28 Thread David Thompson
Update of /src/master/dx In directory opendx.watson.ibm.com:/tmp/cvs-serv56080 Modified Files: .cvsignore Makefile.am Log Message: Add handling of statHdrs.h file in cleanup and cvsignore.

[opendx-dev] dx/bin dxworker.in

2000-08-02 Thread David Thompson
Update of /src/master/dx/bin In directory opendx.watson.ibm.com:/tmp/cvs-serv51756 Modified Files: dxworker.in Log Message: Fix for problem running on Solaris 8. Must exclude a lib path from the LD_LIBRARY_PATH similar to SunOS4.

[opendx-dev] dxsamples acinclude.m4 configure.in

2000-09-20 Thread David Thompson
Update of /src/master/dxsamples In directory opendx.watson.ibm.com:/tmp/cvs-serv23420 Modified Files: acinclude.m4 configure.in Log Message: Fix the java classpath to play nice with the way its now configured in the dx source tree.

[opendx-dev] dx/src/misc arch.mak.in

2000-09-20 Thread David Thompson
Update of /src/master/dx/src/misc In directory opendx.watson.ibm.com:/tmp/cvs-serv16494/src/misc Modified Files: arch.mak.in Log Message: Some more cleanup on java classpath stuff.

[opendx-dev] dx/src/uipp/dxuilib JavaNet.C

2000-09-20 Thread David Thompson
Update of /src/master/dx/src/uipp/dxuilib In directory opendx.watson.ibm.com:/tmp/cvs-serv16494/src/uipp/dxuilib Modified Files: JavaNet.C Log Message: Some more cleanup on java classpath stuff.

[opendx-dev] dxsamples/java/samples Makefile.am

2000-09-20 Thread David Thompson
Update of /src/master/dxsamples/java/samples In directory opendx.watson.ibm.com:/tmp/cvs-serv23420/java/samples Modified Files: Makefile.am Log Message: Fix the java classpath to play nice with the way its now configured in the dx source tree.

Re: [opendx-dev] Is this a Post bug?

2000-09-29 Thread David Thompson
Actually, it looks to me like its in the Display module. If you image these instead, then it is okay. David The simple 7-module .net file attached demonstrates my confusion. Vertical lines before become diagonal lines after. Randall -- Randall Hopper (mailto:[EMAIL PROTECTED]) EPA

Re: [opendx-dev] memory limit in dx-4.1.1

2000-10-02 Thread David Thompson
I have noticed this as well, but I think what you are describing is a little misleading. I've been watching my System monitor and here is what I've determined. If I set the memory of dx to 32 MB, then the executive never uses more than 32 MB and doesn't swap to disk. For example if I set it

[opendx-dev] dx/src/exec/dpexec swap.c

2000-10-02 Thread David Thompson
Update of /src/master/dx/src/exec/dpexec In directory opendx.watson.ibm.com:/tmp/cvs-serv7334 Modified Files: swap.c Log Message: Made a mistake changing the return value. Causes an infinite loop when memory is exhausted.

[opendx-dev] Randall or Greg--DXGetModuleId?

2000-10-03 Thread David Thompson
I was fixing a bunch of the prototypes in dpexec after our latest revisions and caught the following: In DXGetModuleID in dpexec/remote.c, it calles DXGetModuleCacheStrLen with a NULL paramter; however, this function expects a path. How should this be fixed? David --

Re: [opendx-dev] Randall or Greg--DXGetModuleId?

2000-10-03 Thread David Thompson
Should the paramter be dropped out since it isn't used anyway? I was fixing a bunch of the prototypes in dpexec after our latest revisions and caught the following: In DXGetModuleID in dpexec/remote.c, it calles DXGetModuleCacheStrLen with a NULL paramter; however, this function expects a

[opendx-dev] dx/src/exec/libdx array.c axes.c callm_init.c cstarray.c displayx.c edfdict.c fileio.c fle2D.c invalid.c irreggrow.c mem.c memory.c partreg.c reggrow.c text.c

2000-10-04 Thread David Thompson
Update of /src/master/dx/src/exec/libdx In directory opendx.watson.ibm.com:/tmp/cvs-serv19998/src/exec/libdx Modified Files: array.c axes.c callm_init.c cstarray.c displayx.c edfdict.c fileio.c fle2D.c invalid.c irreggrow.c mem.c memory.c partreg.c reggrow.c text.c Log

[opendx-dev] dx/src/exec/dpexec dxmain.h Makefile.am command.c dxmain.c graph.c graph.h parse.c path.c rq.c swap.c swap.h utils.h

2000-10-04 Thread David Thompson
Update of /src/master/dx/src/exec/dpexec In directory opendx.watson.ibm.com:/tmp/cvs-serv19998/src/exec/dpexec Modified Files: Makefile.am command.c dxmain.c graph.c graph.h parse.c path.c rq.c swap.c swap.h utils.h Added Files: dxmain.h Log Message: More generic

[opendx-dev] dx/src/exec/dxmods _compoper1.c _isosurface.c showboundary.c socketconnect.c

2000-10-05 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv18806 Modified Files: _compoper1.c _isosurface.c showboundary.c socketconnect.c Log Message: Some very minor cleanup.

[opendx-dev] dx/src/exec/hwrender/opengl hwInteractorEchoOGL.c hwLoadOGL.c hwPortOGL.c hwPortOGL.h hwPortUtilOGL.c hwPortUtilOGL.help

2000-10-05 Thread David Thompson
Update of /src/master/dx/src/exec/hwrender/opengl In directory opendx.watson.ibm.com:/tmp/cvs-serv11152/opengl Modified Files: hwInteractorEchoOGL.c hwLoadOGL.c hwPortOGL.c hwPortOGL.h hwPortUtilOGL.c hwPortUtilOGL.help Log Message: Start cleaning up in the hwrender. Mainly a

Re: [opendx-dev] Writing a JPEG with DX...

2000-10-19 Thread David Thompson
Randall, I typically choose the ImageMagick format to write out to and then you have to give it the proper extension in the file name. ImageMagick uses filenames similar to Windows to determine the appropriate type (they call them delegates). What I would do is make sure your ImageMagick is

[opendx-dev] Re: S/W rendering bug with Colored Quads

2000-11-14 Thread David Thompson
I agree that this would fix the problem, but we should look at fixing it to automatically do this if the type is coming in as unsigned char. I will look at this. David Randall Hopper: | But then when we get to rasterization and clipping down here: | |DXRender - ... _dxfPaint -

Re: [opendx-dev] Compile errors on IRIX

2000-11-14 Thread David Thompson
That is the latest released version. Currently no one is compiling a 64 bit version so there are issues there. If you want to work with what's in development, you can use the CVS version, but it's not going to fix these errors. David If I set CFLAGS and CXXFLAGS to -64 AutoAxesDialog.C

  1   2   3   4   5   6   7   8   9   10   >