summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r15710] The GASS and SRB VFD have been retired and removed from theAlbert Cheng2008-09-2741-7804/+92
| | | | | | | | 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-2612-87/+143
| | | | | | | | 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-r15686] New feature (h5diff -c)Pedro Vicente Nunes2008-09-231-0/+2
|
* [svn-r15679] Added the set alignment optionsPedro Vicente Nunes2008-09-2210-178/+356
| | | | | | | | | | Cleaned compiler warnings Bug fixes: 1)change the options block size variable from int to hsize_t, to match the H5Pset_userblock call 2) do not print print compression ratio when the requested filter is NONE 3) print references object names Tested: windows, linux
* [svn-r15670] Snapshot version 1.6 release 7 (snap19)HDF Tester2008-09-2110-35/+35
|
* [svn-r15651] Purpose: Bug FixMike McGreevy2008-09-184-5/+5
| | | | | | | | | Description: examples/ph5example was being built and tested even in serial mode. Added lines to the examples/Makefile.in to ensure that this is not built and tested unless parallel has been enabled by configure. Tested: kagiso and smirom
* [svn-r15647] Added h5perf extensions for 2D testing to v16.Christian Chilan2008-09-179-783/+2544
| | | | Tested on kagiso, cobalt, and abe.
* [svn-r15645] Description:Scot Breitenfeld2008-09-171-1/+1
| | | | Fixed print spacing issue.
* [svn-r15641] Description:Scot Breitenfeld2008-09-172-0/+212
| | | | Added test routines for h5t_get/set_fields_f.
* [svn-r15632] Description:Scot Breitenfeld2008-09-161-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | In nh5tget_offset_c: (1) The return value type of H5Tget_offset was set to size_t where it should be of type int. (2) Was if offset was equal to 0 it returned the error code of -1 back to Fortran, this was changed to return an error code of -1 when the offset value is < 0. In h5tget_norm_c: (1) was if the return value of H5Tget_norm = 0 it would return an error code to Fortran, but from enum of the return value: typedef enum H5T_norm_t { H5T_NORM_ERROR = -1, /*error */ H5T_NORM_IMPLIED = 0, /*msb of mantissa isn't stored, always 1 */ H5T_NORM_MSBSET = 1, /*msb of mantissa is always 1 */ H5T_NORM_NONE = 2 /*not normalized */ /*H5T_NORM_NONE must be last */ } H5T_norm_t; only when -1 is returned is there an error, changed it to return an error only if the value of H5T_NORM_ERROR = -1.
* [svn-r15620] Snapshot version 1.6 release 7 (snap18)HDF Tester2008-09-1410-38/+38
|
* [svn-r15615] Description:Frank Baker2008-09-112-5/+33
| | | | | | | | | | RM/RM_H5S.html H5Sselect_elements: Updated signature to match changed code. -- Closes Bz #1079. ADGuide/Changes.html Noted H5Sselect_elements signature change, as of Release 1.6.7. -- Closes Bz #1074. Tested: Firefox
* [svn-r15611] Description:Frank Baker2008-09-101-4/+6
| | | | | | | | | H5Fis_hdf5: Revised "Returns:" section to make it clear that the function returns a negative value if the file does not exist. -- Closes Bugzilla #1057. H5Fget_vfd_handle: Corrected 'file_handle' parameter syntax. -- Closes Bugzilla #1314. Tested: Firefox
* [svn-r15603] The MPI compiler(mvapich2-0.9.8p2patched-intel-ofed-1.2) at ↵MuQun Yang2008-09-081-0/+7
| | | | | | | | | NCSA's linux cluster(Abe) fails to handle collective IO calls with very complicate MPI derived datatype. All the values of input parameters from HDF5 are correct before passing to MPI-IO collective calls. Sometimes the following errors happen: rank 0 in job 77 honest1.ncsa.uiuc.edu_60945 caused collective abort of all ranks exit status of rank 0: killed by signal 9 Up to this point, we decide to turn off the use of advanced MPI derived datatype features inside HDF5 so that complicated selection tests are ensured to be handled by HDF5. This check-in reflects this.
* [svn-r15600] Purpose: Add new h5repack tests to WindowsScott Wegner2008-09-081-0/+0
| | | | | | | | Description: New h5repack tests were added, and also the syntax of one test was changed. Tested: VS6 on WinXP
* [svn-r15596] Snapshot version 1.6 release 7 (snap17)HDF Tester2008-09-0711-40/+71
|
* [svn-r15593] Description:Binh-Minh Ribler2008-09-051-2/+28
| | | | | Documented about the fix of bugzilla 1068 and the completion of wrappers for H5Rdereference.
* [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-3110-43/+41
|
* [svn-r15548] Description:Frank Baker2008-08-271-59/+9
| | | | | | | | H5Pcreate_list: Removed description of thie non-existent function. -- Closes Bugzilla # 1283. H5Pset/get_cache: Corrected wrong 'rdcc_nelmts' parameter type. -- Closes Bugzilla # 1248. Tested: Firefox
* [svn-r15545] new features for h5repackPedro Vicente Nunes2008-08-271-10/+4
|
* [svn-r15544] #1184Pedro Vicente Nunes2008-08-276-19/+623
| | | | | | | | | | | | | 1) Add a userblock to an HDF5 file during the repack. The user gives give a filename and userblock size as command line parameters to h5repack and the contents of that file are stored in the userblock for the HDF5 file created by h5repack. 2) add a copy of userblock from HDF5 file New flags to handle this -u and -b tested: windows, linux
* [svn-r15530] Description:Frank Baker2008-08-251-7/+8
| | | | | | | H5Zregister: Corrected 'filter_class' parameter description to indicate that the parameter is a pointer. -- Closes Bugzilla # 1228. Tested: Firefox
* [svn-r15529] bug fixPedro Vicente Nunes2008-08-251-268/+272
| | | | | | | | when comparing attributes, a type ID was not properly closed solution: close the Id on the iteration and continue instead of goto out of the cycle tested: windows, linux
* [svn-r15501] Description:Frank Baker2008-08-201-16/+15
| | | | | | H5Zregister: Corrected H5Z_class_t struct definition. -- Closes Bugzilla # 1227. Tested: Firefox
* [svn-r15487] Added bug 1219 to "outstanding issues" in RELEASE.txt.Neil Fortner2008-08-191-0/+4
| | | | Tested: gedit
* [svn-r15482] Description:Binh-Minh Ribler2008-08-1919-180/+367
| | | | | | | | | | | | Added missing wrappers for H5Rdereference. Also, for these wrappers, improved exception handlings to report specific overloaded functions, where failure occurs. Will do the same for more functions later... Platforms tested: Linux 2.6 (kagiso) SunOS 5.10 (linew) FreeBSD (duty)
* [svn-r15479] Snapshot version 1.6 release 7 (snap15)HDF Tester2008-08-1710-38/+38
|
* [svn-r15473] Description:Frank Baker2008-08-141-4/+8
| | | | | | | | H5Tget_native_type Added text illustrating how this function works if the datatype being queried is not an atomic datatype. -- Closes Bugzilla # 1210. Tested: Firefox
* [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-1010-39/+40
|
* [svn-r15453] Purpose: Prevent datatypes from being saved with the wrong version.Neil Fortner2008-08-082-11/+15
| | | | | | | | | 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-r15449] Purpose: Update Windows test script for new h5diff option: -cScott Wegner2008-08-071-0/+0
| | | | | | | | Description: A new parameter was added to h5diff recently. We add a new test to the h5diff script, and change the syntax in which h5diff is called from the h5repack test script. The output for one of the h5repack tests also needed to be changed. Tested: VS6 on WinXP
* [svn-r15448] bug fixPedro Vicente Nunes2008-08-071-0/+13
| | | | | | | | http://bugzilla.hdfgroup.uiuc.edu/show_bug.cgi?id=788 don't print array indices for regions tested: windows, linux
* [svn-r15444] new test file for h5diffPedro Vicente Nunes2008-08-071-0/+1
|
* [svn-r15442] http://bugzilla.hdfgroup.uiuc.edu/show_bug.cgi?id=1170Pedro Vicente Nunes2008-08-0624-138/+393
| | | | | | | | | | | | | | | | Summary: when using h5diff to compare the results of h5repack (or other tools that copy one HDF5 file to another), a new option is needed to allow h5diff to make an "absolute" comparison of the 2 files. This is the "contents" mode explained in the usage below. If this mode is present, objects in both files must match (must be exactly the same). If this does not happen, the tool returns an error code of 1 (instead of the success code of 0) Changes to the h5repack test script: the call to h5diff was changed to include -c (maintaining the previous -q). tested: windows, linux
* [svn-r15437] bug fixPedro Vicente Nunes2008-08-061-8/+11
| | | | | | | | the compression ratio was being printed for cases where a layout was requested and not a filter tested: windows, linux
* [svn-r15426] Snapshot version 1.6 release 7 (snap13)HDF Tester2008-08-0310-38/+38
|
* [svn-r15414] Purpose: Clean upBinh-Minh Ribler2008-07-282-57/+1
| | | | | | | | | | | Description: Removed commented out code. Platforms tested: C++ part on: Linux 2.6 (kagiso) SunOS 5.10 (linew) FreeBSD (duty)
* [svn-r15413] Purpose: Fix bugBinh-Minh Ribler2008-07-271-7/+11
| | | | | | | | | | | | | Description: Enclosed some code that test reference counts in brackets so that temporary objects will go out of scope before checking references. This is to work around the issue where some C++ compilers destroy temporary objects at different time than others. Platforms tested: SunOS 5.10 (linew) Linux 2.6 (kagiso) FreeBSD (duty)
* [svn-r15412] Purpose: Fixed bugsBinh-Minh Ribler2008-07-2725-535/+1149
| | | | | | | | | | | | | | | | | | | Description: The class hierarchy was revised to address the problem reported in bugzilla #1068. Classes AbstractDS and Attribute are moved out of H5Object. Class Attribute now multiply inherits from IdComponent and AbstractDs and class DataSet from H5Object and AbstractDs. In addition, data member IdComponent::id was moved into subclasses: Attribute, DataSet, DataSpace, DataType, H5File, Group, and PropList. Also change changed subclasses' setId to p_setId for internal uses, and added setId to IdComponent for public API. Platforms tested: SunOS 5.10 (linew) Linux 2.6 (kagiso) FreeBSD (duty)
* [svn-r15411] Snapshot version 1.6 release 7 (snap12)HDF Tester2008-07-2710-38/+38
|
* [svn-r15409] Purpose: Clean up C++ testsBinh-Minh Ribler2008-07-2612-542/+605
| | | | | | | | | | Description: Cleaned up test formats, comments, messages, etc... for consistency. Platforms tested: Linux 2.6 (kagiso) SunOS 5.10 (linew) FreeBSD (duty)
* [svn-r15403] Description:Frank Baker2008-07-241-2/+2
| | | | | | H5Tis_variable_str: Corrected self-reference. -- Closes Bz 1209. Tested: Firefox
* [svn-r15402] Description:Frank Baker2008-07-241-3/+3
| | | | | | H5Sselect_elements: Corrected order of 'coord' parameter array dimensions. -- Closes Bz 1214. Tested: Firefox
* [svn-r15323] Snapshot version 1.6 release 7 (snap11)HDF Tester2008-07-0610-38/+38
|
* [svn-r15298] Bug fix for H5Tpack. The problem was that H5Tpack didn't act ↵Raymond Lu2008-06-302-5/+109
| | | | | | | | | 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-2210-38/+38
|
* [svn-r15243] Purpose: Port bugfix from trunk: Fix ohdr Windows timezone bugScott Wegner2008-06-191-1/+1
| | | | | | | | | | | | | | | | Description: On Windows, certain users were having trouble with the "ohdr" test, which does some processing on object header messages. The errors were hard to reproduce on our machines, and we eventually determined that the errors were timezone-specific. The bug is triggered on Windows when processing timestamps very near the "Epoch" (midnight on 1/1/1970)-- the mktime() function does some automatic adjustment on the time to correct for timezones. In the USA, the correction adds a few hours; in Europe, it subtracts, thus giving us times pre-Epoch. This only affects Windows because the Windows mktime() function cannot handle times before 1970-- other systems seemingly can. The fix is to simply create timestamps only as early as 01/02/1970. This way, any timezone adjustment will still be post-Epoch. This bug only affects the ohdr test, and shouldn't be a problem in the library. The earliest timestamps that will actually be read will be around the time HDF5 was created (~1996-7, per Quincey). Tested: h5committest (kagiso, linew, smirom)
* [svn-r15173] Snapshot version 1.6 release 7 (snap9)HDF Tester2008-06-0810-38/+41
|