summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r15710] The GASS and SRB VFD have been retired and removed from theAlbert Cheng2008-09-2712-2024/+6
| | | | | | | | HDF5 library. The Dependencies files are generated by "make depend". Tested: h5committest, also serial in Kagiso is tested.
* [svn-r15708] I changed the return values of H5Fget_obj_ids and ↵Raymond Lu2008-09-263-40/+66
| | | | | | | | H5Fget_obj_count to ssize_t and modified C++ and Fortran API functions. This is for bug #1245. Tested on kagiso - I've tested the same change for the trunk using h5committest.
* [svn-r15670] Snapshot version 1.6 release 7 (snap19)HDF Tester2008-09-211-2/+2
|
* [svn-r15620] Snapshot version 1.6 release 7 (snap18)HDF Tester2008-09-141-2/+2
|
* [svn-r15596] Snapshot version 1.6 release 7 (snap17)HDF Tester2008-09-072-2/+7
|
* [svn-r15592] Cast the type of parameter to match the prototype of ↵Raymond Lu2008-09-041-2/+2
| | | | | | | | H5S_hyper_normalize_offset in H5D_create_chunk_map. Please see bug report #699 for details. Tested on kagiso - a minor change.
* [svn-r15566] Snapshot version 1.6 release 7 (snap16)HDF Tester2008-08-311-2/+2
|
* [svn-r15479] Snapshot version 1.6 release 7 (snap15)HDF Tester2008-08-171-2/+2
|
* [svn-r15460] Port of fix for bz#1266 back to 1.6Neil Fortner2008-08-111-8/+0
| | | | Tested: kagiso, linew, smirom (h5committest)
* [svn-r15456] Snapshot version 1.6 release 7 (snap14)HDF Tester2008-08-101-2/+2
|
* [svn-r15453] Purpose: Prevent datatypes from being saved with the wrong version.Neil Fortner2008-08-081-10/+13
| | | | | | | | | Description: Changes made to H5O_dtype_encode_helper to always encode arrays with version 2 and always encode all composite types (not just compounds) with version 2 if there is an array present somewhere below them in the datatype structure. Tested: kagiso, linew, smirom (h5committest)
* [svn-r15426] Snapshot version 1.6 release 7 (snap13)HDF Tester2008-08-031-2/+2
|
* [svn-r15411] Snapshot version 1.6 release 7 (snap12)HDF Tester2008-07-271-2/+2
|
* [svn-r15323] Snapshot version 1.6 release 7 (snap11)HDF Tester2008-07-061-2/+2
|
* [svn-r15298] Bug fix for H5Tpack. The problem was that H5Tpack didn't act ↵Raymond Lu2008-06-301-1/+5
| | | | | | | | | correctly with nested compound datatype. The size of compound type's member type wasn't updated. It's fixed in this commit. Tested on smirom. The same change was tested on three systems for v1.9.
* [svn-r15258] Snapshot version 1.6 release 7 (snap10)HDF Tester2008-06-221-2/+2
|
* [svn-r15173] Snapshot version 1.6 release 7 (snap9)HDF Tester2008-06-081-2/+2
|
* [svn-r15116] Snapshot version 1.6 release 7 (snap8)HDF Tester2008-06-011-2/+2
|
* [svn-r15072] Snapshot version 1.6 release 7 (snap7)HDF Tester2008-05-251-2/+2
|
* [svn-r15032] Snapshot version 1.6 release 7 (snap6)HDF Tester2008-05-181-2/+2
|
* [svn-r15008] Purpose: configure and source code cleanupMike McGreevy2008-05-155-20/+0
| | | | | | | | | Description: cleaning up configure related to removal of --disable-hsizet flag, which we no longer support. Furthermore, the H5_HAVE_LARGE_HSIZET macros in the source code have been removed. Tested: kagiso
* [svn-r14988] Purpose: Fix compile error from recent changesScott Wegner2008-05-131-3/+3
| | | | | | | | | | | Description: It looks like the mpicc compiler doesn't like "//" style comments, and thus the daily tests failed due to my changes yesterday. This simple fix changes the new comments to "/* */" style Tested: kagiso osage
* [svn-r14984] Purpose: Fix bug in H5G_get_name_by_addr where buffer size is ↵Scott Wegner2008-05-121-4/+6
| | | | | | | | | | less than size of name Description: Backport of the bug found earlier today in HDF5 1.9. The H5G_get_name_by_addr function makes a call to strncat writes an extra null byte when the buffer is smaller than the dataset name. Also, comment out 2 lines that are no longer necessary because of the fix. Tested: kagiso
* [svn-r14966] Snapshot version 1.6 release 7 (snap5)HDF Tester2008-05-111-2/+2
|
* [svn-r14929] Snapshot version 1.6 release 7 (snap4)HDF Tester2008-05-041-2/+2
|
* [svn-r14865] Snapshot version 1.6 release 7 (snap3)HDF Tester2008-04-271-2/+2
|
* [svn-r14833] Snapshot version 1.6 release 7 (snap2)HDF Tester2008-04-131-2/+2
|
* [svn-r14800] Snapshot version 1.6 release 7 (snap1)HDF Tester2008-04-061-2/+2
|
* [svn-r14762] Snapshot version 1.6 release 7 (snap0)HDF Tester2008-03-211-2/+2
|
* [svn-r14557] 1st batch of commits regarding making 1.6 h5repack like 1.8Pedro Vicente Nunes2008-02-123-9/+14
| | | | | | | | | 1) have several global filters 2) do a check on the verify code about private filter values Note: some shuffle and szip private symbols were made public tested: windows, linux, solaris
* [svn-r14482] Maintenance: Changed version number to hdf5-1.6.7-snap0 and ↵Elena Pourmal2008-02-011-2/+2
| | | | | | updated configuration and documentation files after the hdf5-1.6.7 release.
* [svn-r14473] Bug fix for #984. H5Iget_name could not be used with an object ↵Raymond Lu2008-01-305-10/+390
| | | | | | | | identifier returned by H5Rdereference. The function would not be able to determine a valid object name. Fixed it and added some tests in getname.c. Tested on smirom, kagiso, and linew.
* [svn-r14461] Maintenance: Updated version number to 1.6.7Elena Pourmal2008-01-281-2/+2
| | | | We will try to build release binaries today via "daily tests" procedure
* [svn-r14453] Maintenance: Modified version number to hdf5-1.6.7-rc2 after ↵Elena Pourmal2008-01-241-2/+2
| | | | | | | | releasing source tar ball to the piblic FTP server. Platforms tested: None
* [svn-r14452] Maintenance: Modified version number to 1.6.7-rc1 before ↵Elena Pourmal2008-01-241-3/+3
| | | | | | creating tar ball for testing Platforms tested: kagiso
* [svn-r14446] Snapshot version 1.6 release 6 (post5)HDF Tester2008-01-201-2/+2
|
* [svn-r14423] Description:Quincey Koziol2008-01-155-13/+11
| | | | | | | | Change the 'coord' parameter for H5Sselect_elements() from 'hsize_t **' to 'hsize_t *' in this branch also. Tested on: Mac OS X/32 10.5.1 (amazon)
* [svn-r14418] Description:Quincey Koziol2008-01-151-1/+4
| | | | | | | | Handled truncated files better, when the truncation falls in decoding a local heap. Tested on: Mac OS X/32 10.5.1 (amazon)
* [svn-r14404] Snapshot version 1.6 release 6 (post4)HDF Tester2008-01-131-2/+2
|
* [svn-r14403] Description:Quincey Koziol2008-01-134-5/+24
| | | | | | | | | | | | | | | | | | | | | Add work-around to allow reading files that were produced with a buggy earlier version of the library, which could create objects with the wrong object header message count. There is now a configure flag "--enable-strict-format-checks" which triggers a failure on reading a file with this sort of corruption (when enabled) and allows the object to be read (when disabled). The default value for the "strict-format-checks" flag is yes when the "debug" flag is enabled and no when the "debug" flag is disabled. Note that if strict format checks are disabled (allowing objects with this particular kind of corruption to be read) and the file is opened with write access, the library will re-write the object header for the corrupt object with the correct # of object header messages. This closes bugzilla bug #1010. Tested on: Linux/32 2.6 (kagiso) FreeBSD/64 6.2 (liberty)
* [svn-r14386] Bug fix for #956. The calculation of the coordinates for ↵Raymond Lu2008-01-092-12/+55
| | | | | | | | | | dataspace selection went wrong when the selection of some dimensions are full and these dimensions are optimized through "flattenning". The calculation of the coordinates wasn't general enough in H5Shyper.c. Also added a test program for it. Tested on smirom only because the same code was tested on 3 platforms for v1.8.
* [svn-r14347] Snapshot version 1.6 release 6 (post3)HDF Tester2007-12-161-2/+2
|
* [svn-r14330] Snapshot version 1.6 release 6 (post2)HDF Tester2007-12-091-2/+2
|
* [svn-r14329] Run make depend to regenerate all these Dependencies files afterAlbert Cheng2007-12-071-311/+262
| | | | removing the stream-vfd.
* [svn-r14322] Description:Albert Cheng2007-12-067-1278/+2
| | | | | | | Removed the stream-vfd from the basic library code. Platforms tested: Kagiso (serial and parallel).
* [svn-r14314] Snapshot version 1.6 release 6 (post1)HDF Tester2007-12-021-2/+2
|
* [svn-r14263] Snapshot version 1.6 release 6 (post0)HDF Tester2007-11-161-2/+2
|
* [svn-r14176] Description:Quincey Koziol2007-10-021-6/+8
| | | | | | | Minor fixes to avoid memory leaks when 'realloc' fails. Tested on: Linux/32 2.6 (chicago)
* [svn-r14169] Description:Quincey Koziol2007-10-021-4/+7
| | | | | | | | | Avoid memory leak when realloc() fails during attempt to get larger buffer as we are decompressing deflated data. Tested on: FreeBSD/32 6.2 (duty) Linux/32 2.6 (kagiso)
* [svn-r14113] In H5Dwrite and H5Dread, let the data buffer point to a fake ↵Raymond Lu2007-08-241-0/+24
| | | | | | | | | | | address if the application passes in an empty buffer. This is mainly for MPIO programs that some processes may not have any data to write or read but still participate the I/O. This solution solves some MPI's problem like the ChaMPIon on tungsten which doesn't support empty buffer. Tested on tungsten only because the change is simple and the same change for v1.7 has been tested on multiple machines.