[svn-r30236] HDFFV-9928: remove duplicate and unconditional includes in h5diff_array.Also format function block in h5diff_attr to eliminate excessive whitespace
[svn-r30228] Changed a few printf calls to HDprintf in file_image.c.Checked the return value of a read() call to clean up a warning.
Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0
Autotools serial, file_image test only
[svn-r30219] Description: More warning cleaups: down to 770 warnings (from ~940) in 134 files (from 148), with 28 unique kinds of warnings (from 31).Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
[svn-r30201] Description: Switch test framework to dynamically allocate the testing array, and expand the length of the description field.Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
[svn-r30189] Description: Clean up more warnings: drop the warning count from ~1310 down to ~940, with only 31 types of warnings in 148 files (down from 38 types in 167 files).Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
[svn-r30184] Converted h5_fileaccess() to H5Pcreate() in the sec2 test.Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0
Autotools serial, vfd test only w/ various VFDs
[svn-r30163] Changed a h5_fileaccess() call to H5Pcreate() in the core VFD test. Since it only tests the core VFD, there's no need to get a VFD-dependent fapl.Tested on:
64-bit Ubuntu Linux w/ gcc 5.3.1
vfd test w/ all VFDs tested by make check-vfd
[svn-r30161] Description: Switch from atoll to strtoull, to make VS2012 happy.Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
[svn-r30158] Description: More warning cleanups. This brings us down to ~1300 warnings in 167 filesTested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
[svn-r30147] Removed #ifdef-guarded debug output from core VFD.Tested on: 64-bit Ubuntu Linux w/ gcc 5.3.1
Autotools serial w/ core and core_paged VFDs
[svn-r30131] Fix bug reported by Cisco Talos TALOS-CAN-0178. Added check for a message that should not be sharable being marked as sharable on disk, returns failure in this case. Needs testing.Tested: ummon
[svn-r30127] Description: Use internal rounding routine, if the StdC ones aren't available (like on Windows).Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
[svn-r30113] Description: Clean up warnings (from 2774 -> 1560, with my standard debug build)Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
(h5committest forthcoming)
[svn-r30112] Description: Move updated flush dependency code in metadata cache from revise_chunks branch to trunk. Also many of the cleanups from r30111 in the revise_chunks branch.Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
(h5committest forthcoming)
[svn-r30102] Cleaned up incorrect comments in H5AC_type_t enum.Tested on: 64-bit Ubuntu Linux w/ gcc 5.3.1
Autotools serial
(comment and whitespace changes only)
[svn-r30095] Description: Bring over fixes for CMake testing from the revise_chunks branchTested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
(h5committest forthcoming)
[svn-r30075] Description: Bring object/dataset/group/named datatype features from revise_chunks branch to trunk. Also CMake support for h5format_convert and a bunch of misc. cleanups.Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
(h5committest forthcoming)
[svn-r30064] Changed configure's behavior from a warning to an error if the available Fortran KINDs, or Fortran decimal precision, can not be determined.(MSB, HDFFV-9922)
[svn-r30053] Description: Create iterator routine for tagged entries and refactor current routines to use it.Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
(h5committest forthcoming)