summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r1801] Purpose:Albert Cheng1999-10-301-11/+31
| | | | | | | | | | | | | | | Bug fix. Description: If the H4DUMP (hdp) is not executable for some reasons (e.g., not in $PATH), it produced zero sized files. The test script did not detect the abnormality but compared the zero sized files the same and concluded the test passed. Solution: Test if H4DUMP can produce valid output. If not, print warning messages. Also check the size of output files to make sure they are reasonably valid. Platform tested: Linux.
* [svn-r1800] moved the code from the dumper that iterates thru the files and ↵Patrick Lu1999-10-294-260/+307
| | | | | | | | stores the info into the tables into the tools lib. h5findshd-had some of the same functions so i removed them for now
* [svn-r1799] got rid of the include of the private header filePatrick Lu1999-10-291-2/+7
|
* [svn-r1798] Changed the URL to use a gass-signon.Albert Cheng1999-10-283-3/+3
|
* [svn-r1797] included the h5private.h file to get a definition of F_OK andPatrick Lu1999-10-271-2/+3
| | | | got rid of the #error for WIN32
* [svn-r1796] included the new h5fdstdio.c file into the dll and the lib projectsPatrick Lu1999-10-271-0/+0
|
* [svn-r1795] Removed an extra return statement resulted from the previous ↵Albert Cheng1999-10-261-1/+1
| | | | changes.
* [svn-r1794] Snapshot version 1.3 release 3Albert Cheng1999-10-264-1105/+1316
|
* [svn-r1793] Corrected a typo.Albert Cheng1999-10-261-1/+1
|
* [svn-r1792] Updated MANIFEST.Albert Cheng1999-10-261-0/+3
|
* [svn-r1791] Moved the MANIFEST checking to a separate command file ↵Albert Cheng1999-10-262-42/+49
| | | | | | (chkmanifest) so that it can be invoked individually.
* [svn-r1790] Removed the tag of the snapshot version. The tagging created a longAlbert Cheng1999-10-251-1/+1
| | | | list of tags no one ever used.
* [svn-r1789] Changed the ftp test site to a different machine. TheAlbert Cheng1999-10-233-3/+3
| | | | previous machine is retired.
* [svn-r1788] Converted all the VFL drivers except for the stdio and multi ↵Quincey Koziol1999-10-238-675/+1166
| | | | | | drivers back into the "internal" HDF5 coding standard.
* [svn-r1787] Removed CVS merged warnings stuff that got check in by mistake.Albert Cheng1999-10-231-5/+0
|
* [svn-r1786] Added stdio VFL driver to the list of VFL drivers the user can test.Quincey Koziol1999-10-201-0/+3
|
* [svn-r1785] Added stdio VFL driver, which uses the new public H5E calls.Quincey Koziol1999-10-206-12/+745
|
* [svn-r1784] Updated with autoconf, I think...Quincey Koziol1999-10-201-452/+535
|
* [svn-r1783] Added public H5Epush... routines and macros.Quincey Koziol1999-10-202-0/+55
|
* [svn-r1782] revised the tests and made the timing tests bat file. like in ↵Patrick Lu1999-10-181-0/+0
| | | | the release version
* [svn-r1769] Snapshot version 1.3 release 2Albert Cheng1999-10-162-2/+2
|
* [svn-r1768] Deriverd from configure.in.Albert Cheng1999-10-151-3/+0
|
* [svn-r1767] MANIFEST:Albert Cheng1999-10-153-286/+155
| | | | | | | | | Updated. configure.in: Removed the test for -lxnet in the GASS-driver part. There is no need for it and it does not exist in other machines like IRIX64. configure: Deriverd from configure.in.
* [svn-r1766] Modified to support install-doc.Albert Cheng1999-10-151-0/+64
|
* [svn-r1765] Makefile.in:Albert Cheng1999-10-154-115/+7
| | | | | | | | | configure.in: Modified to support install-doc. configure: Derived from configure.in via autoconf. INSTALL_MAINT: Moved to doc/html/Lib_Maint.html
* [svn-r1764] Added the install-doc and uninstall-doc targets.Albert Cheng1999-10-152-0/+34
|
* [svn-r1763] Shared mode works fine now with IRIX64. Removed the special ↵Albert Cheng1999-10-151-3/+0
| | | | disable-shared.
* [svn-r1762] Folded in changes from v1.2 for install-doc.Albert Cheng1999-10-151-0/+31
|
* [svn-r1761] Lib_Maint.html was toplevel INSTALL_Maint.Albert Cheng1999-10-152-0/+167
| | | | Folded in changes from v1.2 for install-doc.
* [svn-r1760] Added a paragraph of how to use bin/install-sh explicitedly.Albert Cheng1999-10-151-0/+6
|
* [svn-r1759] Corrected a few more compiler warnings.Quincey Koziol1999-10-154-24/+24
|
* [svn-r1754] Fixed file prologue.Robb Matzke1999-10-151-2/+2
|
* [svn-r1753] Changes since 19991007Robb Matzke1999-10-1516-264/+1025
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ---------------------- ./configure.in ./src/H5config.h.in [REGENERATED] The /usr/ncsa/{include,lib} directories are only added if they actually exist. This fixes a warning on some systems. Checks for the <pdb.h> header file and also for either the PDB or Silo library, and if found prepares to compile the pdb2hdf program. ./config/distdep Relative path names for include files are changed to base names since the makefile contains the logic for searching and since it's likely that building the .distdep files happed from a location other than where they would be used in the file system. ./config/conclude.in Fixed shell errors when `for' loops iterate over nothing for the `uninstall' target. ./src/H5D.c ./src/H5Oefl.c File names for the external files are added to the heap when the dataset is created instead of when the object header is written. This fixes a rare infinite recursion bug. ./src/H5FD.c ./src/H5FDpublic.h Optimization to the free list causes H5FD_alloc() usage to go from >10 seconds to <0.4 second for one example (converting a 30MB equation of state file from PDB to HDF5 format). The optimization is to simply keep track of the largest item in the free list and not search the free list when the largest item is not big enough to satisfy the request. ./src/H5FDcore.c ./src/H5FDcore.h ./test/h5test.c If the `backing_store' property is true then a flush causes the entire contents of memory to be written to the specified file. This is in preparation for the ASCI/red optimizations and is currently tested by the pdb2hdf `--cached' switch. ./src/H5Odtypes.c Wrapped three long lines. ./tools/Makefile.in ./tools/pdb2hdf.c [NEW] A PDB-to-HDF5 translator. It only translates meta data -- the resulting HDF5 points into the PDB file for the raw data.
* [svn-r1744] i removed an extra function that wasn't being usedPatrick Lu1999-10-131-173/+1
|
* [svn-r1743] fixed some compilation errors on unixPatrick Lu1999-10-131-3/+4
|
* [svn-r1742] changed the name of the objectid macro to objid. conflicted with ↵Patrick Lu1999-10-132-2/+2
| | | | | | a windows define
* [svn-r1741] write 0f0f0f0f into the *a.raw and *b.raw files so if the os ↵Patrick Lu1999-10-131-1/+6
| | | | | | | doesn't put 0's in when it skips over part of the file the garbage is not left in there. fixes problems with win 98
* [svn-r1739] Cleaned up some warnings from the HP compiler.Quincey Koziol1999-10-092-2/+1
|
* [svn-r1738] Took out the "UNUSED" macros from the parameter lists, they were ↵Quincey Koziol1999-10-092-3/+3
| | | | | | confusing the HP compiler.
* [svn-r1733] Change section 4.- to "asked, but not required" from "must"Barbara Jones1999-10-071-3/+3
|
* [svn-r1732] Changes since 19991007Robb Matzke1999-10-077-26/+23
| | | | | | | | | | | | | | | | | | | | | | | | ---------------------- ./src/H5FDcore.c Includes private headers instead of public in order to use the `UNUSED' macro. ./src/H5FDpublic.h Includes H5public.h just in case. ./src/H5P.c Removed two unused variables in H5P_copy() ./src/H5FDgass.h Fixed a C++ comment after a `#endif' ./src/Makefile.in The H5FDgass.h file is public and must be installed in order for applications to be able to use HDF5. ./tools/h5tools.c Removed an unused variable.
* [svn-r1731] Snapshot version 1.3 release 1Albert Cheng1999-10-062-2/+2
|
* [svn-r1730] Close & re-open the file to make certain that the VL datatype ↵Quincey Koziol1999-10-061-1/+41
| | | | | | information is being written correctly.
* [svn-r1729] Put in "alias" for old H5P_DATASET_XFER to map it to the new ↵Quincey Koziol1999-10-061-0/+4
| | | | | | H5P_DATA_XFER. This should eventually be deprecated and the alias removed.
* [svn-r1728] Corrected two bugs in VL types, one in which the wrong length of ↵Quincey Koziol1999-10-061-4/+8
| | | | | | | the buffer needed for the object header was being computed and another in incorrectly decoding the "base" type of the VL type.
* [svn-r1727] Updated it with new file.Albert Cheng1999-10-061-0/+1
|
* [svn-r1725] updated the config file to print the long longPatrick Lu1999-10-061-0/+0
|
* [svn-r1710] put in an entry for the objectids that i dump with the verbose ↵hdf5-1_3_1Patrick Lu1999-10-011-12/+16
| | | | option
* [svn-r1709] *** empty log message ***Patrick Lu1999-10-011-2/+6
|
* [svn-r1708] Turned off compression feature if zlib.h is off.Albert Cheng1999-10-011-0/+3
|