summaryrefslogtreecommitdiffstats
path: root/tools/h5ls
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r5579] Purpose:Bill Wendling2002-06-103-9/+36
| | | | | | | | | | | | | | Copyright Fix Description: Switched the copyright statements from the old, bad version to the new version we got from the lawyers. Note: not every file was changed. There are some files which have copyrights not to NCSA (see the Stream VFD and some of the GIF conversion modules didn't have copyrights, so I didn't know if they were from others or from us). I left those alone. If others think they should be changed, please feel free to do so. Platforms tested: Linux
* [svn-r5361] MuQun Yang2002-05-061-1/+1
| | | | | | | | | Purpose: erase windows warnings Description: Solution: Platforms tested: windows 2000, linux 2.2.18
* [svn-r5274] Purpose:Albert Cheng2002-04-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Migrate from configure macros of XYZ_ABC to H5_XYZ_ABC Description: configure generates many macros definitions on the fly and were stored in src/H5config.h which is included by H5public.h. But other software that uses hdf5 may also run their own configure. There can be a clash in macro name space. We decided awhile ago to prepend all generated macros with "H5_" to avoid conflicts. The process has started and this commit completes it (at least attempt to). Solution: Many macros symbols (e.g. SIZEOF_xxx and HAVE_xxx were changed to H5_SIZEOF_xxx and H5_HAVE_xxx). Then H5private.h no longer includes H5config.h. This cuts H5config.h away from HDF5 source code. Pending issues: The macro definitions (more like redefinitions) of potential keywords: const, off_t, size_t, and inline are not totally solved yet. The module of fortran and pablo are to be resolved in a different commit. Platforms tested: eirene (parallel), arabica (solaris 7 --enable-fortran, --enable-cxx)
* [svn-r5146] ./hdf5-1.4/tools/h5ls/h5ls.cRobb Matzke2002-04-051-33/+1
| | | | Merged minor h5ls bugfix from development branch.
* [svn-r4896] ./hdf5-1.4/tools/h5ls/h5ls.cRobb Matzke2002-02-011-7/+70
| | | | | | Copied development version of h5ls.c to 1.4 branch. There were a couple changes by other people that looked like they were probably bug fixes, so I just included them all.
* [svn-r4761] Purpose:Albert Cheng2001-12-311-2/+2
| | | | | | | | | | | | | | | | | | | | | Removing the DPSS (gridstorage) driver source code. (same as the v1.5) Description: The DPSS (using Grid-Storage) driver is retired. Removed the configure option with-gridstorage from configure.in. Cvs remove the following files ./src/H5FDdpss.c ./src/H5FDdpss.h ./test/dpss_read.c ./test/dpss_write.c Regenerated Dependencies files (some had to be hand-edited since 'make depend' did not cover them.) Removed reference to DPSS Virtual file driver from H5F.c. Platforms tested: modi4 (Parallel; -with-gass=...) eirene (pthread safe) arabica (fortran, cxx).
* [svn-r4307] Bill Wendling2001-08-021-6/+7
| | | | | | | | | | | Purpose: Sync Description: Brought into sync with the 1.5 branch. This included the fix for the new h5tools_fopen() call. It now accepts the parameter for specifying a filedriver. Platforms tested: Linux
* [svn-r4297] Bill Wendling2001-08-011-0/+41
| | | | | | | Purpose: Regeneration of Dependencies files Description: Regenerated Dependencies files with "make Dependencies"
* [svn-r3934] Purpose:Bill Wendling2001-05-151-2/+2
| | | | | | | | | | | | | | | | Code Update Description: Ported change from the 1.5 branch to the 1.4 branch where all HDF5 include files are in quotes instead of angle brackets: #include "hdf5_file.h" instead of #include <hdf5_file.h> Platforms tested: Linux
* [svn-r3621] This commit was manufactured by cvs2svn to create branch 'hdf5_1_4'.cvs2svn2001-03-141-0/+2167
|
* [svn-r3502] This commit was manufactured by cvs2svn to create branch 'hdf5_1_4'.cvs2svn2001-02-233-0/+198