summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn-r2349] updated.Albert Cheng2000-06-071-0/+1
|
* [svn-r2347] Regenerated since h5dumptst.c has been changed.Albert Cheng2000-06-0616-37/+33
|
* [svn-r2346] Changed the generation of the nested compound types routine.Albert Cheng2000-06-061-34/+31
| | | | | | | | It now uses the standard data for the file type. Also, C char is actually an integer type. The old code treated it as a null terminated String was a potential error. Changed the file type for that case to STD_I8BE for now. May come back later to really make that field as string type.
* [svn-r2338] Updating structural cross-links within doc set.Frank Baker2000-06-0528-85/+83
|
* [svn-r2337] HeapMgmt.html, LibMaint.html, ObjectHeader.html, and ↵Frank Baker2000-06-054-0/+22
| | | | | | SymbolTables.html: Correcting "Last modified" date.
* [svn-r2336] Updating files used in creating PDF version of HDF5 doc set.Frank Baker2000-06-052-16/+18
|
* [svn-r2335] RM_H5.html: Added H5garbage_collect.Frank Baker2000-06-021-4/+36
|
* [svn-r2334] MANIFEST: Added the following documentation files:Frank Baker2000-06-021-1/+2
| | | | | | ./doc/html/ADGuide.html ./doc/html/ImageSpec.html Removed ./doc/html/Palettes.html
* [svn-r2333] index.html: Minor editing and reformatting.Frank Baker2000-06-021-20/+79
| | | | | | | | | | | Added release number. Added "HDF5-File.dtd" link to "HDF Links at NCSA." Labeled main portion as "HDF5 User Documentation." Added "HDF5 Application Developer's Guide." Added "XML DTD for HDF5: Design Notes." Created "HDF5 Library Development Documentation" section. Includes "HDF5 File Format Spec." Includes "HDF5 Technical Notes."
* [svn-r2332] Copyright.html: Added '2000' to list of copyright years.Frank Baker2000-06-021-1/+1
|
* [svn-r2331] H5.intro.html: Fixed confusing reference(s) to "simple datatypes."Frank Baker2000-06-021-9/+15
|
* [svn-r2330] RM_H5Front.html -- Minor reformatting.Frank Baker2000-06-024-37/+52
| | | | | | | | | RM_H5A.html -- H5Aiterate: Changed function type to herr_t. RM_H5F.html -- H5Freopen: Corrected description of file_id parameter. Added comment about eventually closing returned identifier. Added clarification that function cannot open closed files. RM_H5T.html -- H5Tget_class: Removed numbers from class identifiers list. Added H5T_VLEN to class identifiers list.
* [svn-r2329] RM_H5P.html: Minor copy-editing and formatting fixes.Frank Baker2000-06-021-49/+88
| | | | | | | | | | | | | | | | | | | | | | H5Pget_chunk: Changed max_ndims parameter description to IN. H5Pget/set_gc_references: Corrected signature errors, added missing parameter description and values. H5Pget/set_family: Removed. These are not implemented. H5Pget/set_hyper_cache: Corrected signature and parameter expressions, added missing parameter description. H5Pset_buffer: Added units for parameter 'size'.RM_H5P.html H5Pget/set_split: Corrected misnamed parameters. H5Pset_alignment and H5_set_core: Edited for clarity. Added statement regarding "special case" effect of setting 'threshold' to 0 (zero). Stated clearly that 'threshold' is non-negative and 'alignment' and 'increment' are both positive. H5Pget/set_vlen_mem_manager: Corrected cross-ref to H5Dvlen_reclaim. Minor clarification regarding circumstances under which contents of a parameter are ignored. H5Pget_cache: Removed redundant material.
* [svn-r2328] H5.user.html: Minor reformatting.Frank Baker2000-06-023-47/+47
| | | | | | | | Removed old "Developer Docs" section to move to "HDF5 Tech Notes." Datatypes.html: Minor edits. Fixed confusing references to "simple datatypes." Attributes.html H5Aiterate: Changed function type to herr_t.
* [svn-r2327] ADGuide.html: 'Front page' for new 'HDF5 Application ↵Frank Baker2000-06-021-0/+115
| | | | Developer's Guide'.
* [svn-r2326] ImageSpec.html: Replaces Palettes.html. Major rewrite for ↵Frank Baker2000-06-021-0/+727
| | | | | | Release 1.2.2. Moved from UG to 'HDF5 Application Developer's Guide'.
* [svn-r2325] Palettes.html: Removed. Replaces with ImageSpec.html.Frank Baker2000-06-021-292/+0
|
* [svn-r2324] MANIFEST: Added 3 files regarding HDF5 File XML DTD:Frank Baker2000-06-021-0/+5
| | | | | | ./xml_dtd/HDF5-File.dtd ./doc/html/XML_DTD.html ./doc/html/XML_DTD/DesignNotes.html
* [svn-r2323] XML_DTD/DesignNotes.html: Revision of 28 April 2000Frank Baker2000-06-021-38/+73
|
* [svn-r2322] XML_DTD/DesignNotes.html: Design notes for HDF5 File XML DTD.Frank Baker2000-06-021-0/+419
| | | | (original version)
* [svn-r2321] XML_DTD.html: Overview page for developers listing and linking toFrank Baker2000-06-021-0/+176
| | | | several XML_DTD docs.
* [svn-r2319] Patched "print_stats" routine parameters for machines with no ↵Quincey Koziol2000-06-021-0/+8
| | | | | | getrusage() call. (Like the Crays)
* [svn-r2316] Close a small memory leak in the test program (not library).Quincey Koziol2000-06-011-0/+4
|
* [svn-r2314] This commit was manufactured by cvs2svn to create branch 'hdf5_1_2'.cvs2svn2000-05-312-0/+26
|
* [svn-r2313] added a function to create the bitfields test file.Patrick Lu2000-05-311-0/+48
| | | | taken from the dset test file
* [svn-r2312] made the dumper print out the bitfield data using the tools libPatrick Lu2000-05-311-4/+1
|
* [svn-r2311] same changes as on the dev side.Patrick Lu2000-05-312-1/+3
| | | | | release-added note about opaque and bitfield types being supported now manifest added files for the bitfield tests
* [svn-r2303] made the ddl reflect the current output format for the compound ↵Patrick Lu2000-05-301-30/+30
| | | | types
* [svn-r2302] fixed the output of the nested compound types so the closing ↵Patrick Lu2000-05-301-1/+3
| | | | | | curly brace is aligned with the opening brace.
* [svn-r2301] removed the -xml option from the usage statementPatrick Lu2000-05-301-2/+1
|
* [svn-r2300] changed the name of the FILE macro to be FILENAME. wasn't ↵Patrick Lu2000-05-301-7/+7
| | | | | | compiling for the dev so brought changes to rel
* [svn-r2299] removed the xml option and put in info about the obj id and the ↵Patrick Lu2000-05-301-3/+13
| | | | | | width option this was already done in the dev but needed it in the rel
* [svn-r2295] Patched to detect FreeBSD 4.x correctlyQuincey Koziol2000-05-261-2/+2
|
* [svn-r2283] Elena Pourmal2000-05-191-1/+1
| | | | Changed H5_VERS_SUBRELEASE to snap1.
* [svn-r2282] the same changes that were made for the dev branchPatrick Lu2000-05-192-29/+72
|
* [svn-r2281] same changes i just made for devPatrick Lu2000-05-191-38/+74
|
* [svn-r2270] Problem: When --srcidr is used with configure, it creates the ↵Albert Cheng2000-05-191-1/+3
| | | | | | | | .distdep file in $srcdir. This may make other hosts that are running --srcdir in paralle get confused. Changed the creation of .distdep happen only when -srcdir is NOT used.
* [svn-r2269] updated.Albert Cheng2000-05-191-0/+1
|
* [svn-r2267] Minor change for 64-bit libsRobb Matzke2000-05-181-1/+1
|
* [svn-r2266] Minor change for 64-bit libsRobb Matzke2000-05-181-48/+274
|
* [svn-r2265] *** empty log message ***Robb Matzke2000-05-181-8/+16
|
* [svn-r2263] * 2000-05-18Robb Matzke2000-05-1810-537/+1083
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ** src/H5Tconv.c [1.2,1.3] ** src/H5Tpkg.h [1.2,1.3] ** src/H5Tpublic.h [1.2,1.3] The H5T_conv_struct_opt() function had a design flaw -- it didn't keep information about the stride to use to step through the temporary/background-value buffer and thus nested invocations would clobber each other's temp buffers. This was fixed by splitting the `stride' argument into `buf_stride' and `bkg_stride' arguments for all the conversion functions. THIS IS AN API CHANGE, but users will get a compiler warning when they pass their conversion function pointer to H5Tregister(). ** src/H5T.c [1.2,1.3] ** src/H5Tprivate.h [1.2,1.3] Added a bkg_stride argument to the H5T_convert() definition in order to fix a bug related to the optimized compound datatype conversion function. ** src/H5T.c [1.2,1.3] ** src/H5A.c [1.2,1.3] ** src/H5D.c [1.2,1.3] ** src/H5Ofill.c [1.2,1.3] ** src/H5P.c [1.2,1.3] Added bkg_stride=0 argument to the H5T_convert() calls. ** test/dtypes.c [1.2,1.3] Added a test for the H5T_conv_struct_opt() bug fixed above.
* [svn-r2260] Updated all these dependant files.Albert Cheng2000-05-173-18/+220
|
* [svn-r2258] Elena Pourmal2000-05-171-4/+4
| | | | Fixed a typo in the H5Pget_gc_references function name (was H5Pget_gc_reference).
* [svn-r2257] (This had been applied to the development main branch.)Albert Cheng2000-05-161-1/+7
| | | | | | | | | | | | | | | | | | | | | Problem: The Makefile target triggers gmake to redo the whole auto-configure process if it sees any autoconfigure related files changed. It causes couple problems. One is that when multiple machines using --srcdir are running make, they may detect the changes and launch the autoconf at the same time. These end up as multiple hosts updating the same srcdir area together--bad things can happen. Another one is that when one modifies some Makefile.in, then try "make distclean" before launching the configure process. Instead of cleaning things, it started a configure, recreate all Makefiles and other files, then finally come around to do the distclean--who knows what it cleans by now since the Makefile is changed too. Last problem was that this auto-process will launch even for command "gmake -n ...". Solution: Renamed Makefile target to reconfigure so that the auto-checking is still available but must be launched explicitedly. If one wishes to have the auto-checking as default, one may do alias gmake "\gmake -i reconfigure; gmake \!* ".
* [svn-r2255] added an extra conditional to the the for loop in the ↵Patrick Lu2000-05-161-4/+6
| | | | | | | | h5dump_simple_mem function. it was entering the loop even when the ndims and i were equal to 0 which shouldnt have happened(only in dangermouse). didnt know how else to fix it
* [svn-r2254] checked in an older version of this file before by accident.Patrick Lu2000-05-151-2/+2
| | | | this one has semicolons after the opaque data.
* [svn-r2252] Updated.Albert Cheng2000-05-131-2/+0
|
* [svn-r2251] added entries for the opaque testfiles and ddl, and the ↵Patrick Lu2000-05-121-0/+4
| | | | tnestedcomp testfiles and ddl
* [svn-r2250] new files for the release branch. taken from dev branchPatrick Lu2000-05-121-2/+2
|