summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r2442] Insert better error checking when memory allocation fails (in ↵Quincey Koziol2000-07-251-2/+4
| | | | | | certain obscure situations).
* [svn-r2441] Snapshot version 1.3 release 25HDF Admin2000-07-222-2/+2
|
* [svn-r2440] Added HDF5 FORTRAN90 Reference ManualFrank Baker2000-07-181-0/+17
| | | | | Function descriptions in ./doc/html/fortran/ Button graphics in ./doc/html/Graphics/
* [svn-r2439] Added "Describes HDF5 Release..." line in page footer.Frank Baker2000-07-171-0/+2
|
* [svn-r2438] Added "Describes HDF5 Release..." line in page footers.Frank Baker2000-07-176-6/+18
|
* [svn-r2437] C++.gif FORTRAN.gif Java.gif OtherAPIs.gifFrank Baker2000-07-174-0/+0
| | | | Alternate-API buttons for reference manual
* [svn-r2436] Fortran90 API -- functions and descriptions in the filesFrank Baker2000-07-1710-0/+4433
| | | | | | | h5a_FORTRAN.html h5d_FORTRAN.html h5e_FORTRAN.html h5f_FORTRAN.html h5g_FORTRAN.html h5i_FORTRAN.html h5p_FORTRAN.html h5r_FORTRAN.html h5s_FORTRAN.html h5t_FORTRAN.html
* [svn-r2435] RM_H5[EIPRT].htmlFrank Baker2000-07-176-364/+520
| | | | | | | RM_H5Front.html Added new Fortran90 functions and links. Related edits. Added "Describes HDF5 Release..." line in page footers. Minor editorial corrections.
* [svn-r2434] H5.intro.htmlFrank Baker2000-07-172-4/+10
| | | | | | Datatypes.html Fixed confusing references to "simple datatypes." Minor edits.
* [svn-r2433] Copyright.htmlFrank Baker2000-07-171-1/+40
| | | | | Added LANL credit-and-disclaimer section. Added "Describes HDF5 Release..." line in page footer.
* [svn-r2432] Copyright.html: Added '2000' to list of copyright years.Frank Baker2000-07-171-1/+1
|
* [svn-r2431] RM_H5S.htmlFrank Baker2000-07-171-2/+4
| | | | H5Sget_select_bounds: Corrected return value.
* [svn-r2430] RM_H5.htmlFrank Baker2000-07-171-1/+35
| | | | Added new function H5garbage_collect.
* [svn-r2429] Snapshot version 1.3 release 24HDF Admin2000-07-082-2/+2
|
* [svn-r2428] Attributes.html and RM_H5A.htmlFrank Baker2000-07-062-3/+3
| | | | H5Aiterate: Changed function type to herr_t.
* [svn-r2427] RM_H5T.htmlFrank Baker2000-07-062-15/+29
| | | | | | | | | | | H5Tvlen_create: Added cross-reference to H5Dget_vlen_buf_size and H5Dvlen_reclaim. H5Tget_class: Removed numbers from class identifiers list. Added H5T_VLEN to class identifiers list. 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.
* [svn-r2426] RM_H5P.html: Minor copy-editing and formatting fixes.Frank Baker2000-07-061-54/+89
| | | | | | | | | | | | | | | | | | | | | | 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-r2424] snapshot needs a version of diff that supports the -I (ignore ↵Albert Cheng2000-07-021-2/+9
| | | | | | | | | | | | pattern) option. A system may have several versions of diff (e.g., vendor's and Gnu's). Added codes to try them all until finding one that supports it. If found, use it; else stick with plain "diff" and may waste time when there are no differences besides the ignorable patterns. Platforms tested: Solaris 2.7, Redhat 6.2
* [svn-r2423] Snapshot version 1.3 release 23HDF Admin2000-07-012-2/+2
|
* [svn-r2422] Snapshot version 1.3 release 22HDF Admin2000-07-012-2/+2
|
* [svn-r2419] Setup PUB_PROGS so that all tools but h5dumptst will be installed.Albert Cheng2000-06-271-1/+2
| | | | h5dumptst generates the test suits files. It is not a user tool.
* [svn-r2418] Added the variable, PUB_PROGS, which holds the public programsAlbert Cheng2000-06-272-4/+5
| | | | that are to be installed.
* [svn-r2417] Include sys/stat.h in case it is not included in some platformsAlbert Cheng2000-06-271-0/+4
| | | | like Cray T90. Tested on linux.
* [svn-r2413] RegeneratedRobb Matzke2000-06-231-685/+617
|
* [svn-r2412] Fixed a variety of problems with the new H5ToolsFopen() function.Robb Matzke2000-06-234-184/+190
| | | | | | | | | | | | | | | | | | | | 1. The `driver' table is initialized only once, making it faster and leaking less memory. 2. The returned driver name is set to the empty string on failure. 3. Added an argument so the function cannot overwrite the end of the drivername return value. 4. Avoids core dump when assigning driver name to return value if the file could not be opened by any driver. 5. Changed name of function to h5dump_fopen() to follow the naming scheme for this source file. 6. Reindented according to hdf5 code standard. 7. Added `const' qualifiers to read-only formals. 8. Removed duplicate forward declaration. Reindented some parts of these source files that had very odd indentation (some lines had no indentation while others had 3x what they should). Fixed calls to H5ToolsFopen() function.
* [svn-r2411] Added support for log VFL driver.Robb Matzke2000-06-231-0/+7
|
* [svn-r2410] Changed H5MM_strdup() to H5MM_xstrdup() so we get a core dump soonerRobb Matzke2000-06-231-1/+1
| | | | if allocation fails.
* [svn-r2409] If the user wants static/shared libs but ltconfig decides it ↵Robb Matzke2000-06-231-4/+19
| | | | | | can't build static/shared libs then the comment in libhdf5.settings will be correct.
* [svn-r2399] Added config/hpux11.00 to the MANIFEST file for the devel branch...Bill Wendling2000-06-211-0/+1
|
* [svn-r2397] Added support for HPUX 11.00. It uses the same stuff that the ↵Bill Wendling2000-06-201-3/+3
| | | | | | HPUX 10.* uses.
* [svn-r2393] Updated.Albert Cheng2000-06-191-0/+2
|
* [svn-r2391] Adding the HPUX 11.00 file which is a copy of the HPUX 10.20 ↵Bill Wendling2000-06-191-0/+36
| | | | config file.
* [svn-r2387] COPYING: Added LLNL statement. Other minor edits.Frank Baker2000-06-141-1/+33
|
* [svn-r2371] Added note for struct(opt) fix.Robb Matzke2000-06-081-0/+5
|
* [svn-r2362] Changed the file searching pattern to look for end of line to matchAlbert Cheng2000-06-071-1/+4
| | | | | | a complete file name. This distinguish file ./config/unicos from ./config/unicosmk. Tossed in a cleanup feature by removing the temporary file when finished.
* [svn-r2359] added the comments back to the part of the code that is setting ↵Patrick Lu2000-06-071-0/+5
| | | | | | up the file drivers array.
* [svn-r2350] Updated.Albert Cheng2000-06-071-0/+1
|
* [svn-r2348] The way the pthread_t object was being initialized wasn't ↵Bill Wendling2000-06-062-13/+26
| | | | | | | | | | | | correct for all platforms. Also, it's not entirely certain that a value of 0 isn't a valid thread ID. So, I changed the pthread_t object to be a pointer to pthread_t with the appropriate memory management this entails. Part of the validity of this approach rests on the fact that one can assign a variable which is a structure to another variable of the same type and all fields within will be copied appropriately...See! C *does* do some things correctly :-).
* [svn-r2345] Fixed a few more places where free'd memory was being inspected.Quincey Koziol2000-06-061-6/+17
|
* [svn-r2344] Fixed a bug where memory was being inspected after being free'd, ↵Quincey Koziol2000-06-061-1/+3
| | | | | | found only in Windows.
* [svn-r2343] *sigh* Corrected H5AC_compare again. (Trying to fix a bug which ↵Quincey Koziol2000-06-061-5/+10
| | | | | | only is manifesting on Windows, so it's a bit of a remote-control problem...)
* [svn-r2342] Updated H5AC_compare function to detect NULL pointers to cached ↵Quincey Koziol2000-06-061-2/+9
| | | | | | objects correctly and also corrected incorrect test in H5AC_flush
* [svn-r2341] took the code out of h5ls to open files using different drivers ↵Patrick Lu2000-06-064-51/+74
| | | | | | | | | and created a function in the tools library for it(H5ToolsFopen-takes a filename and a char ptr if you want the name of the driver) added the function to h5tools.c, a header to h5tools.h and changed h5ls.c and h5dump.c to use the new functions
* [svn-r2340] HAVE_THREADSAFE was being incorrectly set if we didn't want ↵Bill Wendling2000-06-062-2/+2
| | | | threadsafety.
* [svn-r2339] Fixed problem with enabling/disabling thread safe mode...Bill Wendling2000-06-052-106/+114
|
* [svn-r2320] Patched "print_stats" routine parameters for machines with no ↵Quincey Koziol2000-06-021-0/+8
| | | | | | getrusage() call. (Like the Crays)
* [svn-r2318] Rearranged metadata caching to put caching information in the ↵Quincey Koziol2000-06-0111-145/+183
| | | | | | | | objects being cached instead of in separate structures. This reduces the amount of memory the hash table uses by about half. This is the initial step along the path of speeding up the metadata caching.
* [svn-r2317] Close a small memory leak in the test program (not library).Quincey Koziol2000-06-011-0/+4
|
* [svn-r2310] added a line saying that the opaque and bitfields type is ↵Patrick Lu2000-05-311-0/+1
| | | | supported now
* [svn-r2309] added entries for the bitfield test file and the ddlPatrick Lu2000-05-311-0/+2
|