Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r2211] took the development branch code and moved it into the release. ↵ | Patrick Lu | 2000-05-03 | 5 | -7/+74 |
| | | | | | | | had to add some conditional compile statements in the code to compile for the release. defined a VERSION12 and VERSION13 macro. all changes were surrounded by these statements | ||||
* | [svn-r2198] Figure out the whole path of the $CC command if it is in simple | Albert Cheng | 2000-04-24 | 2 | -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-r2196] Updated with function name change happened long ago. Still | Albert Cheng | 2000-04-24 | 1 | -0/+1 |
| | | | | need to track down other changes. | ||||
* | [svn-r2195] Updated with the addition of thread-safe and pthread configure ↵ | Albert Cheng | 2000-04-24 | 1 | -0/+1 |
| | | | | options. | ||||
* | [svn-r2191] Changed hash function for caching to avoid as many hash clashes. | Quincey Koziol | 2000-04-22 | 2 | -30/+16 |
| | |||||
* | [svn-r2190] Turned on address sorting when flushing metadata for entire ↵ | Quincey Koziol | 2000-04-22 | 1 | -1/+4 |
| | | | | | | | file, which improves performance significantly when lots of metadata I/O occurs when the file closes. | ||||
* | [svn-r2189] Fixed some compiler warnings | Quincey Koziol | 2000-04-22 | 1 | -6/+6 |
| | |||||
* | [svn-r2180] ./src/tools/h5tools.c | Robb Matzke | 2000-04-21 | 3 | -64/+67 |
| | | | | | | | Added hyphen to version printf format. ./src/tools/h5ls.c Calls print_version() instead of doing it by hand. | ||||
* | [svn-r2179] *** empty log message *** | Robb Matzke | 2000-04-21 | 1 | -33/+175 |
| | |||||
* | [svn-r2178] ./src/H5public.h | Robb Matzke | 2000-04-21 | 1 | -1/+1 |
| | | | | | | Added some more #undef's Removed leading hyphen from H5_VERS_SUBRELEASE | ||||
* | [svn-r2177] ./bin/h5vers | Robb Matzke | 2000-04-21 | 1 | -38/+74 |
| | | | | | | | | | | | | | | | | | | | | | 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. (By the way, it actually took about 30 minutes ;-) | ||||
* | [svn-r2176] Updated bugfixes | Robb Matzke | 2000-04-21 | 1 | -0/+1 |
| | |||||
* | [svn-r2175] Updated API tracing information. | Quincey Koziol | 2000-04-21 | 1 | -1/+1 |
| | |||||
* | [svn-r2172] Fixed a few typos in FUNC_ENTER macros and return types that ↵ | Quincey Koziol | 2000-04-21 | 1 | -10/+10 |
| | | | | Binh-Minh found. | ||||
* | [svn-r2169] Sprinkled some AC_CACHE_SAVE's into configure.in and re-ran autoconf | Quincey Koziol | 2000-04-20 | 2 | -428/+632 |
| | |||||
* | [svn-r2168] Updated. | Albert Cheng | 2000-04-20 | 1 | -1/+1 |
| | |||||
* | [svn-r2167] i removed unneeded code from the tool lib. | Patrick Lu | 2000-04-20 | 2 | -867/+4 |
| | | | | | | | from h5tools.h just got rid of a prototype for copy_atmoic_char which was never used in the h5tools.c i removed the copy_atomic_char, all the display_*_data, where the * is numeric, string or compound, the print_data, h5dump_attr. also removed a block of codfe that was surrounded by #if 0 | ||||
* | [svn-r2165] Fixed last batch of problems when using free-lists on the SGI ↵ | Quincey Koziol | 2000-04-20 | 8 | -31/+40 |
| | | | | | | machines. They should (hopefully) work on all platforms again now. | ||||
* | [svn-r2164] Remove debugging information... | Quincey Koziol | 2000-04-19 | 1 | -2/+2 |
| | |||||
* | [svn-r2163] Take out some debugging information which was accidentally ↵ | Quincey Koziol | 2000-04-19 | 2 | -4/+0 |
| | | | | checked in. | ||||
* | [svn-r2162] Various small fixes to address SGI compiler warnings. | Quincey Koziol | 2000-04-19 | 8 | -14/+21 |
| | |||||
* | [svn-r2159] Added note about improved metadata I/O | Quincey Koziol | 2000-04-19 | 1 | -0/+3 |
| | |||||
* | [svn-r2158] Modified B-tree splits so they avoid the redundant metadata I/O ↵ | Quincey Koziol | 2000-04-19 | 1 | -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 Koziol | 2000-04-19 | 2 | -3/+7 |
| | | | | values returned. | ||||
* | [svn-r2156] changed a comment that is no longer relevant and moved some code ↵ | Patrick Lu | 2000-04-19 | 1 | -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 Lu | 2000-04-19 | 2 | -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 here | Patrick Lu | 2000-04-18 | 1 | -0/+0 |
| | |||||
* | [svn-r2153] converted all the project to ms vc 6 and removed the h5tb.c file ↵ | Patrick Lu | 2000-04-17 | 1 | -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 Koziol | 2000-04-15 | 6 | -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 Lu | 2000-04-14 | 1 | -0/+130 |
| | |||||
* | [svn-r2149] Take them out, replace with INSTALL_VFL. | Raymond Lu | 2000-04-14 | 3 | -110/+6 |
| | |||||
* | [svn-r2147] Corrected a few problems in the free-list code and added more ↵ | Quincey Koziol | 2000-04-14 | 8 | -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 Lu | 2000-04-14 | 3 | -25/+178 |
| | |||||
* | [svn-r2145] Instruction for HDF_SRB. | Raymond Lu | 2000-04-14 | 1 | -0/+60 |
| | |||||
* | [svn-r2144] Update. | Raymond Lu | 2000-04-13 | 1 | -3/+3 |
| | |||||
* | [svn-r2143] Put back HAVE_SRB, HAVE_GASS, HAVE_GRIDSTORAGE | Raymond Lu | 2000-04-13 | 1 | -0/+9 |
| | |||||
* | [svn-r2142] Re-added titerate.c to makefile... | Quincey Koziol | 2000-04-13 | 1 | -2/+2 |
| | |||||
* | [svn-r2141] Fixed some mix up from the last cvs commit. | Raymond Lu | 2000-04-13 | 1 | -3/+3 |
| | |||||
* | [svn-r2140] Update. | Raymond Lu | 2000-04-13 | 1 | -0/+5 |
| | |||||
* | [svn-r2139] Change the global static variable 'status' to 'd_status' in this ↵ | Raymond Lu | 2000-04-13 | 1 | -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 Lu | 2000-04-13 | 4 | -8/+447 |
| | |||||
* | [svn-r2137] Add SRB as a new VFL, add related info into these source codes. | Raymond Lu | 2000-04-13 | 7 | -11/+677 |
| | |||||
* | [svn-r2136] Took out HAVE_SRB, HAVE_GASS and HAVE_GRIDSTORAGE. Put them in ↵ | Raymond Lu | 2000-04-13 | 3 | -507/+1131 |
| | | | | src/H5config.h.in | ||||
* | [svn-r2132] Tested H5Screate_simple & H5Sset_extent_simple disallowing | Quincey Koziol | 2000-04-12 | 1 | -0/+14 |
| | | | | size 0 dimensions without corresponding unlimited dimension. | ||||
* | [svn-r2131] Changed H5Screate_simple & H5Sset_extent_simple to disallow | Quincey Koziol | 2000-04-12 | 1 | -7/+16 |
| | | | | size 0 dimensions without corresponding unlimited dimension. | ||||
* | [svn-r2130] Documented change of H5Screate_simple & H5Sset_extent_simple to ↵ | Quincey Koziol | 2000-04-12 | 1 | -0/+2 |
| | | | | | | disallow size 0 dimensions without corresponding unlimited dimension. | ||||
* | [svn-r2126] Documented change to H5Aiterate and H5A_operator_t for next release. | Quincey Koziol | 2000-04-12 | 1 | -0/+2 |
| | |||||
* | [svn-r2125] Changed test slightly to reflect change in return type for ↵ | Quincey Koziol | 2000-04-12 | 1 | -3/+3 |
| | | | | H5Aiterate. | ||||
* | [svn-r2124] Changed return type of H5Aiterate and the H5A_operator_t to ↵ | Quincey Koziol | 2000-04-12 | 2 | -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 Koziol | 2000-04-12 | 1 | -3/+3 |
| | | | | | | HDfprintf. This closes bug #401. |