summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r2165] Fixed last batch of problems when using free-lists on the SGI ↵Quincey Koziol2000-04-208-31/+40
| | | | | | machines. They should (hopefully) work on all platforms again now.
* [svn-r2164] Remove debugging information...Quincey Koziol2000-04-191-2/+2
|
* [svn-r2163] Take out some debugging information which was accidentally ↵Quincey Koziol2000-04-192-4/+0
| | | | checked in.
* [svn-r2162] Various small fixes to address SGI compiler warnings.Quincey Koziol2000-04-198-14/+21
|
* [svn-r2159] Added note about improved metadata I/OQuincey Koziol2000-04-191-0/+3
|
* [svn-r2158] Modified B-tree splits so they avoid the redundant metadata I/O ↵Quincey Koziol2000-04-191-34/+112
| | | | | | which was occurring when moving a metadata block in the file.
* [svn-r2157] Changed hashing scheme slightly to better spread out the hash ↵Quincey Koziol2000-04-192-3/+7
| | | | values returned.
* [svn-r2156] changed a comment that is no longer relevant and moved some code ↵Patrick Lu2000-04-191-33/+18
| | | | | | around in the dump_simple_prefix funtion. all i did was take some code that was common to both the if and then conditions out.
* [svn-r2155] fixed the error in the h5ls output. it is now printing like it ↵Patrick Lu2000-04-192-8/+26
| | | | | | did before the tools lib merge. prints the index numbers. moved the lines that were doing indenting into the conditionals.
* [svn-r2154] update the h5tinit.c so needed to include the newer version herePatrick Lu2000-04-181-0/+0
|
* [svn-r2153] converted all the project to ms vc 6 and removed the h5tb.c file ↵Patrick Lu2000-04-171-0/+0
| | | | | | and added h5fl.c to the library projects also added h5titerate to testhdf5 and the dll project
* [svn-r2151] Modified H5_term_library to not reported errors when ↵Quincey Koziol2000-04-156-257/+255
| | | | | | | | 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-r2150] Instruction for Virtual File Layer goes in this file.Raymond Lu2000-04-141-0/+130
|
* [svn-r2149] Take them out, replace with INSTALL_VFL.Raymond Lu2000-04-143-110/+6
|
* [svn-r2147] Corrected a few problems in the free-list code and added more ↵Quincey Koziol2000-04-148-17/+47
| | | | | | | | | 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-r2146] Comments.Raymond Lu2000-04-143-25/+178
|
* [svn-r2145] Instruction for HDF_SRB.Raymond Lu2000-04-141-0/+60
|
* [svn-r2144] Update.Raymond Lu2000-04-131-3/+3
|
* [svn-r2143] Put back HAVE_SRB, HAVE_GASS, HAVE_GRIDSTORAGERaymond Lu2000-04-131-0/+9
|
* [svn-r2142] Re-added titerate.c to makefile...Quincey Koziol2000-04-131-2/+2
|
* [svn-r2141] Fixed some mix up from the last cvs commit.Raymond Lu2000-04-131-3/+3
|
* [svn-r2140] Update.Raymond Lu2000-04-131-0/+5
|
* [svn-r2139] Change the global static variable 'status' to 'd_status' in this ↵Raymond Lu2000-04-131-47/+47
| | | | file. Same name appears as an external variable in SRB library, causing conflict.
* [svn-r2138] Add SRB as a new VFL, these are its testing programs.Raymond Lu2000-04-134-8/+447
|
* [svn-r2137] Add SRB as a new VFL, add related info into these source codes.Raymond Lu2000-04-137-11/+677
|
* [svn-r2136] Took out HAVE_SRB, HAVE_GASS and HAVE_GRIDSTORAGE. Put them in ↵Raymond Lu2000-04-133-507/+1131
| | | | src/H5config.h.in
* [svn-r2132] Tested H5Screate_simple & H5Sset_extent_simple disallowingQuincey Koziol2000-04-121-0/+14
| | | | size 0 dimensions without corresponding unlimited dimension.
* [svn-r2131] Changed H5Screate_simple & H5Sset_extent_simple to disallowQuincey Koziol2000-04-121-7/+16
| | | | size 0 dimensions without corresponding unlimited dimension.
* [svn-r2130] Documented change of H5Screate_simple & H5Sset_extent_simple to ↵Quincey Koziol2000-04-121-0/+2
| | | | | | disallow size 0 dimensions without corresponding unlimited dimension.
* [svn-r2126] Documented change to H5Aiterate and H5A_operator_t for next release.Quincey Koziol2000-04-121-0/+2
|
* [svn-r2125] Changed test slightly to reflect change in return type for ↵Quincey Koziol2000-04-121-3/+3
| | | | H5Aiterate.
* [svn-r2124] Changed return type of H5Aiterate and the H5A_operator_t to ↵Quincey Koziol2000-04-122-4/+4
| | | | | | herr_t, to align them with the dataset & group iterator functions.
* [svn-r2122] Fixed small problem with va_arg & shorts and floats in ↵Quincey Koziol2000-04-121-3/+3
| | | | | | HDfprintf. This closes bug #401.
* [svn-r2118] 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-r2117] 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-r2116] Added note about H5Giterate bug fix.Quincey Koziol2000-04-121-0/+3
|
* [svn-r2115] Snapshot version 1.3 release 20Albert Cheng2000-04-122-2/+2
|
* [svn-r2114] Documented hyperslab bug fix for next release.Quincey Koziol2000-04-112-19/+22
|
* [svn-r2112] Added random generator of 5-D hyperslabs to tests.Quincey Koziol2000-04-111-1/+195
|
* [svn-r2110] Re-wrote a good chunk of the hyperslab code to work correctly in ↵Quincey Koziol2000-04-112-412/+301
| | | | | | | several situations which weren't tested before. Things should be both faster and easier to understand in this code now.
* [svn-r2109] Re-wrote a good chunk of the hyperslab code to work correctly in ↵Quincey Koziol2000-04-111-5/+4
| | | | | | | several situations which weren't tested before. Things should be both faster and easier to understand in this code now.
* [svn-r2108] Fixed small bug where we were reading a value out of a piece of ↵Quincey Koziol2000-04-111-24/+28
| | | | | | | 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-r2106] Changed the BASEDIR name to the form of $HOME/snapshots-${H5VERSION}Albert Cheng2000-04-101-1/+2
| | | | | | so that it is the same as the released version and allows easy appendix of version number. For the development branch, $H5VERSION is just "hdf5", representing the current version of the main=truck.
* [svn-r2105] Turned off the free lists until I can debug them on the ↵Quincey Koziol2000-04-101-1/+1
| | | | | | platforms they are failing on...
* [svn-r2102] Checking in newer version of free-list code with easy way to ↵Quincey Koziol2000-04-101-0/+52
| | | | | | | | turn off the free-lists for the library. To turn off the free-lists, edit H5FL.c and uncomment the "NO_FREE_LISTS" macro definition near the top of the file. (Or define the macro during compile time)
* [svn-r2101] Added --enable-threadsafe option to support the Thread-safe option.Albert Cheng2000-04-104-508/+585
|
* [svn-r2100] Turn on H5FDmpio_debug if H5F_DEBUG is on.Albert Cheng2000-04-101-0/+7
|
* [svn-r2099] Added test to check for correct staggered hyperslab iteration.Quincey Koziol2000-04-071-0/+137
|
* [svn-r2098] Fixed error in iterating through hyperslabs in certain ↵Quincey Koziol2000-04-071-32/+146
| | | | | | situations where hyperslabs were staggered in the dataset.
* [svn-r2097] Logged hyperslab bug fix.Quincey Koziol2000-04-072-1/+8
|