summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r2231] removed the tools lib dependency from the debug,import and ↵Patrick Lu2000-05-091-0/+0
| | | | repart tools
* [svn-r2224] this is the dev version of the external test. fixes a problem on ↵Patrick Lu2000-05-091-7/+16
| | | | | | win98 where it is reading garbage in the part of the file that is not written to.
* [svn-r2210] Created and moved files for new "HDF5 Technical Notes" document.Frank Baker2000-05-021-26/+29
|
* [svn-r2209] pipe1.gif pipe2.gif pipe3.gif pipe4.gif pipe5.gifFrank Baker2000-05-0112-0/+614
| | | | | | | pipe1.obj pipe2.obj pipe3.obj pipe4.obj pipe5.obj version.gif version.obj Image files for "HDF5 Technical Notes" documents. Moved from doc/html/ to doc/html/TechNotes/.
* [svn-r2208] Big.html --> BigDataSmMach.htmlFrank Baker2000-05-0114-0/+2964
| | | | | | | | | | | | | | | | | | | Coding.html --> NamingScheme.html CodeReview.html ExternalFiles.html compat.html --> H4-H5Compat.html heap.txt --> HeapMgmt.html IOPipe.html Lib_Maint.html --> LibMaint.html MemoryManagement.html move.html --> MoveDStruct.html ObjectHeader.txt storage.html --> RawDStorage.html symtab --> SymbolTables.html Version.html Above files moved from doc/html/ to doc/html/TechNotes/ for into new "HDF5 Technical Notes" document. Filenames changed as indicated.
* [svn-r2207] Opening page for new "HDF5 Technical Notes" document (first draft).Frank Baker2000-05-011-0/+206
| | | | | | | Includes "Free Lists" doc, everything from the old "Developer Docs" section of UG, and several previously-unlinked files in doc/html/. All of the included files (i.e., everything except TechNotes.html itself) can now be found in the directory doc/html/TechNotes/.
* [svn-r2206] version.gif version.objFrank Baker2000-05-012-96/+0
| | | | | Files moved to doc/html/TechNotes/ for "HDF5 Technical Notes" document.
* [svn-r2205] pipe1.gif pipe2.gif pipe3.gif pipe4.gif pipe5.gifFrank Baker2000-05-0110-518/+0
| | | | | | pipe1.obj pipe2.obj pipe3.obj pipe4.obj pipe5.obj Files moved to doc/html/TechNotes/ for "HDF5 Technical Notes" document.
* [svn-r2204] Shared libraries configuration now works fine for IRIX64.Albert Cheng2000-04-291-3/+0
| | | | | Removed the disable-shared setting. Tested in modi4.
* [svn-r2203] Files moved to TechNotes/ for new "HDF5 Technical Notes" document.Frank Baker2000-04-2814-0/+0
|
* [svn-r2202] Version.htmlFrank Baker2000-04-2814-2931/+0
| | | | | | | | | | | | | | | | | | | IOPipe.html ExternalFiles.html Big.html --> BigDataSmMach.html MemoryManagement.html Coding.html --> NamingScheme.html compat.html --> H4-H5Compat.html CodeReview.html heap.txt --> HeapMgmt.html Lib_Maint.html --> LibMaint.html move.html --> MoveDStruct.html ObjectHeader.txt storage.html --> RawDStorage.html symtab --> SymbolTables.html Above files deleted from doc/html/ to doc/html/TechNotes/. Incorporated into new "HDF5 Technical Notes" document with filenames changed where indicated.
* [svn-r2201] i think i updated the project files correctly this time.Patrick Lu2000-04-261-0/+0
|
* [svn-r2200] made the line that tells where to extract the hdf5 files into ↵Patrick Lu2000-04-251-6/+7
| | | | more clear
* [svn-r2199] i forgot to check in the updated projects and zip files for the ↵Patrick Lu2000-04-251-0/+0
| | | | | | release branch these changes were to remove the h5tb.c and add h5fl.c to the projects
* [svn-r2197] Figure out the whole path of the $CC command if it is in simpleAlbert Cheng2000-04-242-2/+24
| | | | | | | command form (e.g., cc, gcc) and put that in the libhdf5.settings file. This would help show exactly which compiler was used during the configure stage. It may not be 100% "correct" in some cases such as "configure done in one machine but compiling done in another."
* [svn-r2194] Fixed up differences in how addresses are handled between ↵Quincey Koziol2000-04-223-8/+12
| | | | | | development and release branches.
* [svn-r2193] Changed hash function for caching to avoid as many hash clashes.Quincey Koziol2000-04-222-30/+16
|
* [svn-r2192] Turned on address sorting when flushing metadata for entire ↵Quincey Koziol2000-04-221-1/+4
| | | | | | | file, which improves performance significantly when lots of metadata I/O occurs when the file closes.
* [svn-r2188] Added "depend" target to MakefileQuincey Koziol2000-04-221-0/+2
|
* [svn-r2187] Re-generated from updated configure.inQuincey Koziol2000-04-221-4/+4
|
* [svn-r2186] Fixed typo in dependencies for tools directoryQuincey Koziol2000-04-221-1/+1
|
* [svn-r2185] ./src/tools/h5tools.cRobb Matzke2000-04-212-9/+7
| | | | | | | Added hyphen to version printf format. ./src/tools/h5ls.c Calls print_version() instead of doing it by hand.
* [svn-r2184] ./src/H5Epublic.hRobb Matzke2000-04-213-4/+5
| | | | | | | | | | | | | | Removed `do{...} while(0)' to fix compiler warnings. ./src/H5T.c Removed a blank line (wow!) ./src/H5public.h Added some more #undef's Removed leading hyphen from H5_VERS_SUBRELEASE Changed the subrelease from `pre0' to `snap0'
* [svn-r2183] ./config/conclude.inRobb Matzke2000-04-211-8/+8
| | | | | Fixed `make uninstall' to remove possible sh syntax error.
* [svn-r2182] ./bin/h5versRobb Matzke2000-04-211-40/+79
| | | | | | | | | | | | | | | | | | | Version numbers include an annotation string consisting of a sequence of letters and digits and is printed by this script as either: 1.2.3-pre4 version 1.2 release 3 (pre4) Other tools should print version numbers similarly. A `-i annot' switch was added to increment the annotation (the first subsequence of digits is what is incremented, e.g., `pre9' becomes `pre10'). The `-i' switch (with no argument) was changed to increment the annotation string if present, or the release number otherwise.
* [svn-r2181] ./RELEASERobb Matzke2000-04-212-3/+4
| | | | | | ./configure.in Fixed the bug that caused libhdf5.settings to sometimes list the wrong byte-sex.
* [svn-r2174] Updated dependency informationQuincey Koziol2000-04-211-4/+50
|
* [svn-r2173] Updated dependency and API tracing informationQuincey Koziol2000-04-212-48/+106
|
* [svn-r2171] Fixed a few typos in FUNC_ENTER macros and return types that ↵Quincey Koziol2000-04-211-12/+12
| | | | Binh-Minh found.
* [svn-r2170] Sprinkled some AC_CACHE_SAVE's into configure.in and re-ran autoconfQuincey Koziol2000-04-202-237/+441
|
* [svn-r2166] Fixed last batch of problems when using free-lists on the SGI ↵Quincey Koziol2000-04-209-41/+47
| | | | | | machines. They should (hopefully) work on all platforms again now.
* [svn-r2161] Modified B-tree splits so they avoid the redundant metadata I/O ↵Quincey Koziol2000-04-192-34/+114
| | | | | | which was occurring when moving a metadata block in the file.
* [svn-r2160] Added note about improved metadata I/OQuincey Koziol2000-04-191-0/+3
|
* [svn-r2152] Modified H5_term_library to not reported errors when ↵Quincey Koziol2000-04-156-287/+274
| | | | | | | | H5Eset_auto(NULL,NULL) has turned off error reporting in the library. Also, changed the way property lists are managed and closed so that they can be automatically closed when the library terminates.
* [svn-r2148] Corrected a few problems in the free-list code and added more ↵Quincey Koziol2000-04-147-23/+53
| | | | | | | | | assert() macros to double-check things. I've turned them back on again now. I also changed the internal representation of a few struct fields to be float instead of double, since the HP/UX 10.20 compiler was having problems with the alignment of the doubles.
* [svn-r2135] Tested H5Screate_simple & H5Sset_extent_simple disallowingQuincey Koziol2000-04-121-0/+14
| | | | size 0 dimensions without corresponding unlimited dimension.
* [svn-r2134] Changed H5Screate_simple & H5Sset_extent_simple to disallowQuincey Koziol2000-04-121-6/+15
| | | | size 0 dimensions without corresponding unlimited dimension.
* [svn-r2133] Documented change of H5Screate_simple & H5Sset_extent_simple to ↵Quincey Koziol2000-04-121-0/+2
| | | | | | disallow size 0 dimensions without corresponding unlimited dimension.
* [svn-r2129] Changed test slightly to reflect change in return type for ↵Quincey Koziol2000-04-121-3/+3
| | | | H5Aiterate.
* [svn-r2128] Changed return type of H5Aiterate and the H5A_operator_t to ↵Quincey Koziol2000-04-122-3/+3
| | | | | | herr_t, to align them with the dataset & group iterator functions.
* [svn-r2127] Documented change to H5Aiterate and H5A_operator_t for next release.Quincey Koziol2000-04-121-0/+2
|
* [svn-r2123] Fixed small problem with va_arg & shorts and floats in ↵Quincey Koziol2000-04-121-3/+3
| | | | | | HDfprintf. This closes bug #401.
* [svn-r2121] Added test for error in which groups with more than one level of ↵Quincey Koziol2000-04-121-2/+169
| | | | | | B-tree nodes and callback functions which returned non-zero were not working correctly.
* [svn-r2120] Fixed error which manifested in H5Giterate, causing groups with ↵Quincey Koziol2000-04-121-1/+1
| | | | | | | more than one level of B-tree nodes and callback functions which returned non-zero to not work correctly.
* [svn-r2119] Added note about H5Giterate bug fix.Quincey Koziol2000-04-121-0/+3
|
* [svn-r2113] Documented hyperslab bug fix for next release.Quincey Koziol2000-04-112-0/+3
|
* [svn-r2111] Added random generator of 5-D hyperslabs to tests.Quincey Koziol2000-04-111-1/+195
|
* [svn-r2109] Re-wrote a good chunk of the hyperslab code to work correctly in ↵Quincey Koziol2000-04-112-410/+266
| | | | | | | several situations which weren't tested before. Things should be both faster and easier to understand in this code now.
* [svn-r2107] Fixed small bug where we were reading a value out of a piece of ↵Quincey Koziol2000-04-111-9/+9
| | | | | | | memory we'd just free'd. A small bug, but it will cause problems in a threaded environment. (And it was filling up the purify logfile with junk.. :-)
* [svn-r2104] Turned off the free lists until I can debug them on the ↵Quincey Koziol2000-04-101-1/+1
| | | | | | platforms they are failing on...