Merge pull request #123 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to develop* commit 'b2878dec04c120e4e3cdf00e943283e359862c84':
Move cache debugging routines into separate module.
Change file memory type for extending to default, and correct error in backward compatibility for multi VFD.
Warning and whitespace cleanup.
Improvements to the log VFD, for helping with SWMR debugging.
Minor code cleanups.
Uncomment line in test/objcopy.c, clean up whitespace an...
Merge pull request #122 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:eoc_groups to developMerged EoC for groups. Will expand the tests as discussed in the code review at a later date.
* commit '30f5f7d9f97e7e4e331894c3574cc1b6c4df6d9e':
Removed commented-out lines that clean up test files.
Added a test for old- and new-style groups under evict-on-close.
Evict-on-close now works with groups.
Merge pull request #125 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '3ae37a2068c96cd0adbbd5182e9f9890629d6994':
Correct location of file for chmod statement
Add missing h5format_convert generated files
Correct locations of tools files
Merge pull request #119 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '9340a6078bb711fdf1d00d6974f0c20ea319a1e3':
Update ignore file to match changes to tools folders
Fix parallel h5diff option of tool location
Merge pull request #120 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5S_header_fix to developFixed errant parentheses in (unused) H5Sprivate.h macros.
* commit '4175847a199ae95d5a201d52c3452cc8bc7e82bf':
Fixed wayward parentheses in H5Sprivate.h.
Merge pull request #118 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'de57917e58b53d19ef9ac9379f24a1de69d3dd15':
minor cleanup to utils defines
Add util programs for tests
Correct test command line
refactor repart test to use test dir
Merge pull request #109 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '0f94a43c46186eba3a536ab3b60433f469b5672c':
Update with changes from buildbot process
Remove duplicate block
Update with latest changes used in buildbot process
Re-merge HDFFV-9942 to new folder structure
Correct dir reference
Split tools code - remove old change
Add new file to ignore
Split tools into src and test - update locations
Split tools into src and test - up...
Merge pull request #6 in ~BYRN/hdf5_adb from bugfix/HDFFV-9719-tools-code-split to develop* commit 'b96f0bc9ed9212ad0f9248a701ebce59ee8e14fa':
Add new file to ignore
Split tools into src and test - update locations
Split tools into src and test - update with new files or locations
Split tools into src and test - add folders
Split tools into src and test - remove folders
Split the code into src and test
Add error log for dlopen
Merge pull request #108 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_packet_table:develop to developWork-around for Emu's alignment problem.
* commit '889d7fd73341a377dff98673d08031e422c18ab0':
Description: - In the test for HDFFV-9758, a pragma pack(1) caused failure on Emu because Sparc cannot access misaligned data. Changed it to pack() to do the default alignment. - Added DOXYGEN_SHOULD_SKIP_THIS blocks to private elements to prevent warnings from doxygen. Pl...
Description: - In the test for HDFFV-9758, a pragma pack(1) caused failure on Emu
because Sparc cannot access misaligned data. Changed it to pack() to
do the default alignment.
- Added DOXYGEN_SHOULD_SKIP_THIS blocks to private elements to prevent
warnings from doxygen.
Platforms tested:
SunOS 5.11 (emu)
Linux/32 2.6 (jam)