summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [svn-r2308] added a funtion to create a bitfields test file. just used the ↵Patrick Lu2000-05-311-0/+48
| | | | | | code from the dataset test file
* [svn-r2307] test file for the bitfields test. i used the bitfield parts of ↵Patrick Lu2000-05-311-0/+0
| | | | the dataset test file
* [svn-r2306] ddl for the bitfields test filePatrick Lu2000-05-311-0/+26
|
* [svn-r2305] took out the line that said the bitfields are not supported in ↵Patrick Lu2000-05-311-4/+1
| | | | | | the dumper. now it will dump bitfields using the the tools lib like h5ls does.
* [svn-r2304] *** empty log message ***Patrick Lu2000-05-301-2/+1
|
* [svn-r2298] removed mention of the xml optionPatrick Lu2000-05-301-3/+0
|
* [svn-r2297] Updated with VFL and Thread-safe implementation information.Albert Cheng2000-05-291-1/+3
|
* [svn-r2296] Patched to detect FreeBSD 4.x correctly.Quincey Koziol2000-05-261-2/+2
|
* [svn-r2294] fixed the output of the options list so that the xml options ↵Patrick Lu2000-05-261-1/+1
| | | | text is aligned
* [svn-r2293] updated the Tools file. added new entries to the dumper section ↵Patrick Lu2000-05-261-2/+13
| | | | | | | for the new options (-v = obj id, -w = # of columns, -xml = XML output) also added opaque to the types that are output
* [svn-r2292] Snapshot version 1.3 release 21Albert Cheng2000-05-262-2/+2
|
* [svn-r2291] update the ddl to match the output the dumper is generating now ↵Patrick Lu2000-05-251-30/+30
| | | | | | | for the compound types. (the indentation for the curly brace at the end of the compound type is aligned with the top brace)
* [svn-r2290] fixed the indenting error related to compound types.Patrick Lu2000-05-251-3/+5
|
* [svn-r2289] changed the macro for the file to be FILENAME. caused ↵Patrick Lu2000-05-251-7/+7
| | | | | | compilation errors on windows with the old name
* [svn-r2288] Updated.Albert Cheng2000-05-221-2/+8
|
* [svn-r2287] Changed ttsafe_* test files so that they create their own HDF5 ↵Bill Wendling2000-05-195-790/+828
| | | | | | | | file (they were only creating one for all of them). Also changed so that, if they got an error, it actually specifies that the tests failed on the screen instead of succeeded ;-)
* [svn-r2286] Gave the threading functions return types (herr_t). pthreads' callsBill Wendling2000-05-192-94/+163
| | | | | | | | | | | | | return 0 on success and non-zero on failure. That's what happens with these calls. There was a problem compiling threading on Linux. The pthread_t type is not consistent among different implementations, so it cannot simply be assigned to NULL or tested against it. I initialize it by calling HDmemset(foo_thread, 0, sizeof(pthread_t)). To see if it's a "null" pthread, I created a special pthread_t object (assigned to only in the init phase and then only read...i.e., thread safe) and assigned it "null" as above. Then I use pthread_equal() to determine if the thread is null.
* [svn-r2285] A \ was needed at the end of one of the definitions to make ↵Bill Wendling2000-05-191-1/+1
| | | | gmake work.
* [svn-r2284] Duplicate initialization of variable removed.Bill Wendling2000-05-191-1/+0
|
* [svn-r2280] more complicated test file for nested compounds. copied from ↵Patrick Lu2000-05-191-38/+74
| | | | Elena's test file
* [svn-r2279] copied Elena's code for a more complicated testfile for the ↵Patrick Lu2000-05-191-0/+0
| | | | nested compound types
* [svn-r2278] changed the nested compound test. copied Elena's code from her ↵Patrick Lu2000-05-191-29/+72
| | | | | | test file for nested comp types. more complicated test case
* [svn-r2277] Added H5TSprivate.hQuincey Koziol2000-05-191-0/+2
|
* [svn-r2276] Modifed thread-safety code to more closely align with rest of ↵Quincey Koziol2000-05-196-131/+191
| | | | | | HDF5 coding standards.
* [svn-r2275] Updated from modified configure.inQuincey Koziol2000-05-191-114/+119
|
* [svn-r2274] Hacked to detect pthreads on FreeBSD and add correct compilation ↵Quincey Koziol2000-05-191-4/+9
| | | | options.
* [svn-r2273] Used updated data structure names...Quincey Koziol2000-05-191-2/+2
|
* [svn-r2272] Updated data structure names to be more in line with HDF5 naming ↵Quincey Koziol2000-05-192-150/+150
| | | | scheme.
* [svn-r2271] Document the changes I made of renaming Makefile target asAlbert Cheng2000-05-191-0/+5
| | | | reconfigure.
* [svn-r2268] updated comments for the test for attribute creation for ↵Chee-Wai Lee2000-05-181-0/+3
| | | | threadsafe hdf-5.
* [svn-r2266] Minor change for 64-bit libsRobb Matzke2000-05-181-1/+1
|