Network

 
AuthorCommitMessageCommit Date
Dana RobinsonDana Robinson
6744963c61eUpdated the freespace test so functions take a common, tagged dxpl so the test will work with the new H5FS tag changes.
Dana RobinsonDana Robinson
916eaa4ab8fUpdated the cache_tagging test so it correctly analyzes the new fractal heap free space manager behavior. Also converted the debug output of the cache_tagging test to use the revised H5AC_dump_cache() function.
Dana RobinsonDana Robinson
f4a74462f22Added TAG macros to the H5MF package code so H5AC__FREESPACE_TAG gets set on the dxpl correctly. Also restored the TAG macro to H5FS__cache_hdr_pre_serialize() since otherwise the tag won't be initialized.
Dana RobinsonDana Robinson
a046ac31d26First cut at fixing the tagging issue with the free space managers. * Converted the tag macros to regular ones so the parent's tag is used via the dxpl. * Updated the tag sanity check logic so for free space managers. * Turned new-style group checks back on in test/evict_on_close.c
Dana RobinsonDana Robinson
122819fec3aMMerge pull request #48 in HDFFV/hdf5 from HDFFV-9407-h5dump-fails-to-print-full-precision to develop Merged Kimmy's fix (still needs a test). * commit 'f76c3b56e1ccf81b16225fa6935adb45ac6d2f38': fix the issue of h5dump fails to print full precision
kmukmu
f76c3b56e1cfix the issue of h5dump fails to print full precision
Dana RobinsonDana Robinson
4977ff4c762MMerge pull request #189 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:more_valgrind to develop Fixed valgrind issues in H5F_open() exposed by swmr.c. * commit '0f2f51bb7bdac91ba670bd810bab687594a60251': Updated the comment for the valgrind fix. Fixed a valgrind problem in file shutdown exposed by the swmr.c test.
Dana RobinsonDana Robinson
0f2f51bb7bdUpdated the comment for the valgrind fix.
Dana RobinsonDana Robinson
a366c0a4925Fixed a valgrind problem in file shutdown exposed by the swmr.c test.
Allen ByrneAllen Byrne
c2c10a6f191MMerge pull request #188 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'fa6488d78548f2c9036008aa9b3df91abf3630eb': Reduce timeout as normal run time on windows is less then 10 min
Allen ByrneAllen Byrne
fa6488d7854Reduce timeout as normal run time on windows is less then 10 min
Dana RobinsonDana Robinson
feaaae4897dMMerge pull request #186 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:icc_config_fixes to develop Cleaned up the Intel compiler flags (Autotools). * commit '1c5029f21b51977d26b26fd3540065f36d97c683': Updated the icc flags (C flags only).
derobinsderobins
1c5029f21b5Updated the icc flags (C flags only).
Allen ByrneAllen Byrne
61f8952ebb5MMerge pull request #181 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '53d3a619f8a076cb1d0ba9cbc207fc07a6fcc5d8': Change examples to match junit test Add missing character Change where test copies libs because of osx1011 SIP
Allen ByrneAllen Byrne
53d3a619f8aChange examples to match junit test
Allen ByrneAllen Byrne
7a5eea36a59Add missing character
Allen ByrneAllen Byrne
b990f5b2f7aChange where test copies libs because of osx1011 SIP
Quincey KoziolQuincey Koziol
a8f85b73f9eMMerge pull request #185 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_swmr_merge_03 to develop * commit '527f28333cb2ec5b247ec348cf6970e0d114891b': Another Java oversight (sorry, don't have Java configured on my Mac)
Quincey KoziolQuincey Koziol
527f28333cbAnother Java oversight (sorry, don't have Java configured on my Mac)
Dana RobinsonDana Robinson
2990a638d2eMMerge pull request #184 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_swmr_merge_02 to develop Merged minor fixes from revise_chunks. * commit 'e1026bd354443ae9c4e0cf197feb7191920c9f13': Correct oversight in Java test and remove direct VFD from SWMR supported drivers.
Quincey KoziolQuincey Koziol
e1026bd3544Correct oversight in Java test and remove direct VFD from SWMR supported drivers.
Dana RobinsonDana Robinson
a0d3801251cMMerge pull request #183 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_swmr_merge to develop Merged the final library SWMR changes from revise_chunks. * commit '15e04901a0cea65b2b0fa3ca869341a2b656bfdf': Bring SWMR support in to the main development branch. (Finally!) More tests and the tool and API wrappers will be coming in over the weekend. Add some Java methods that were missed earlier. Minor normalization cleanups.
Quincey KoziolQuincey Koziol
15e04901a0cMMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~koziol/hdf5 into develop_swmr_merge
Dana RobinsonDana Robinson
59b730424a4MMerge pull request #182 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vs2012_round to develop Merged fix for missing VS2012 round commands. * commit '488f19a9cbd2e89e83847a628e59f57f4293fed0': Fixed a comment. Added Windows-only versions of the round() functions, which do not exist in VS2012 and earlier.
derobinsderobins
488f19a9cbdFixed a comment.
derobinsderobins
0c5f56a8657Added Windows-only versions of the round() functions, which do not exist in VS2012 and earlier. Tested on: 32-bit Windows 7 w/ VS2012 Pro
Quincey KoziolQuincey Koziol
64a339183f0Bring SWMR support in to the main development branch. (Finally!) More tests and the tool and API wrappers will be coming in over the weekend.
Quincey KoziolQuincey Koziol
5d7d029b97bMMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~koziol/hdf5 into develop_swmr_merge
Quincey KoziolQuincey Koziol
65be68a17d1Add some Java methods that were missed earlier.
Quincey KoziolQuincey Koziol
5922bbb45f0Minor normalization cleanups.
Quincey KoziolQuincey Koziol
82d7735f1e2Cleanups to building cache_image test
Quincey KoziolQuincey Koziol
850b831e615Rename src/H5Omdci_msg.c to src/H5Ocache_image.c, to match style for other object header messages.
Quincey KoziolQuincey Koziol
2691be67c14Align code for H5C__generate_image with H5C__serialize_single_entry.
Quincey KoziolQuincey Koziol
04bbdd99571Code cleanups in prepration for merge to develop.
Quincey KoziolQuincey Koziol
e3aff982a4eMisc. code cleanups in preparation for merge to develop.
Allen ByrneAllen Byrne
ef7c90d8d1bHDFFV-10120 Tools test fail when zlib is disabled
Larry KnoxLarry Knox
28940fc718cCommit Vailin's fix for the h5format_convert test failure. DAILYTEST-256 #2. Tested on emu, kituo, mayll, ostrich, and osx1011dev with previously failing test configurations.
Allen ByrneAllen Byrne
4908792be1aHDFFV-10046 Fix windows parse error
Allen ByrneAllen Byrne
87ae751216fDisable SHARED cache test on windows
Allen ByrneAllen Byrne
7d3ae4886b8HDFFV-10112 correct form of comments
Quincey KoziolQuincey Koziol
7e6c4ed1d76Add cache image test file to cleanup
Quincey KoziolQuincey Koziol
dd7f8cc1619Minor cleanups
Quincey KoziolQuincey Koziol
19d1fbc8132Eliminate duplicated tables of client class information (names, memory types, etc) in favor of a single table that is passed in when the cache is created; clean up a few compiler warnings.
Quincey KoziolQuincey Koziol
0efdaafa6ffCorrect typo in MDCI message delete routine; switch epoch and prefetched entry clients to use H5AC class structure (as they are supposed to).
Quincey KoziolQuincey Koziol
222b91870feCleanups to entry reconstruction code.
Quincey KoziolQuincey Koziol
571c9858947Fix typo and compile warnings
Quincey KoziolQuincey Koziol
0819ded324eMake MDCI object header message (in the file's superblock) match the style and functionality of the other object header messages; minor adjustments to the interface for loading the image, to align data values, etc.
Quincey KoziolQuincey Koziol
eb30bb0cb24Switch cache image encode / decode routines to match pattern in other parts of the library (accepting a uint8_t ** value and advancing it, instead returning an updated buffer pointer); also standardize function header comments.
Quincey KoziolQuincey Koziol
d3ea662fc3bMinor tweaks to clean up parallel code.
Quincey KoziolQuincey Koziol
36f8bf3d390Push more image operations into H5Cimage.c and move more image routines from package-scoped to static.