Network

 
AuthorCommitMessageCommit Date
Binh-Minh RiblerBinh-Minh Ribler
1fd0db03214Updated for 1.8.19
Binh-Minh RiblerBinh-Minh Ribler
503f3cf1c21Updated for 1.8.19.
Allen ByrneAllen Byrne
9eded07bf6fCorrect statement order
Allen ByrneAllen Byrne
ef31a9409b5HDFFV-9055 add new test file
Allen ByrneAllen Byrne
a466f168515Tools merge from develop-1.10
Vailin ChoiVailin Choi
f5ee10c94f9MMerge pull request #513 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_8 to hdf5_1_8 * commit '839bbd544a8cf11184e0d8429778ebf45c522d10': Fix for HDFFV-10051 Fix for issue #2 reported in HDFFV-10051: The layout "dirty" flag for a compact dataset is not reset properly after flusing the data at dataset close. --Reset the "dirty" flag before flushing the message. Issue #1 reported in HDFFV-10051 is not a problem for 1.8.
Vailin ChoiVailin Choi
839bbd544a8Fix for HDFFV-10051 Fix for issue #2 reported in HDFFV-10051: The layout "dirty" flag for a compact dataset is not reset properly after flusing the data at dataset close. --Reset the "dirty" flag before flushing the message. Issue #1 reported in HDFFV-10051 is not a problem for 1.8.
Binh-Minh RiblerBinh-Minh Ribler
0eb6ddd67baMMerge pull request #518 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8 * commit '0fbb49ac81078a35f8d999bf9242d8a12b0921cf': Added H5LaccProp.h/cpp to CMakeLists.txt
Binh-Minh RiblerBinh-Minh Ribler
0fbb49ac810MMerge branch 'hdf5_1_8' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr into hdf5_1_8
Binh-Minh RiblerBinh-Minh Ribler
4732761fe69Added H5LaccProp.h/cpp to CMakeLists.txt
hdftesthdftest
05a8519e885Increment snap version.
hdftesthdftest
a98d4e42fa2MMerge branch 'hdf5_1_8' of ssh://bitbucket.hdfgroup.org:7999/hdffv/hdf5 into hdf5_1_8
Binh-Minh RiblerBinh-Minh Ribler
0f8f929e918MMerge pull request #502 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8 * commit '8b1a53896565cafca3795d139a37148f89bf928d': Add H5Lexists wrappers Description: Added wrappers H5Location::exists() for H5Lexists. Added new class LinkAccPropList to be used by H5Location::exists() Rearranged source files in Makefile.am Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test) Improvement of class hierarchy Description: - Moved c...
Binh-Minh RiblerBinh-Minh Ribler
8b1a5389656Add H5Lexists wrappers Description: Added wrappers H5Location::exists() for H5Lexists. Added new class LinkAccPropList to be used by H5Location::exists() Rearranged source files in Makefile.am Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Binh-Minh RiblerBinh-Minh Ribler
77eb59b4343MMerge branch 'hdf5_1_8' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr into hdf5_1_8
Binh-Minh RiblerBinh-Minh Ribler
8df5c966e09Improvement of class hierarchy Description: - Moved class Attribute to be derived from class H5Location instead of IdComponent because an attribute id can be used as loc_id in C APIs. - Copied wrappers of H5A APIs in H5Location into H5Object because H5A functions do not take an attribute id as loc_id. The original wrappers will be deprecated in future releases. - Revised comments Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx101...
hdftesthdftest
04a50b421beSnapshot 1.8.19-snap3
Dana RobinsonDana Robinson
51761a03c45MMerge pull request #514 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_8 to hdf5_1_8 * commit '8501476da2ae370035de5421711345e4f4d645a7': Adds a new H5DO HL test that ensures chunk overwrites work properly. Part of HDFFV-10187.
Dana RobinsonDana Robinson
8501476da2aAdds a new H5DO HL test that ensures chunk overwrites work properly. Part of HDFFV-10187.
Allen ByrneAllen Byrne
d60a2641227MMerge pull request #510 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '7112b53b32445a067247fd802356002b182a7a02': Windows does not know what a uint is Index value used in math operation with hsize_t
Allen ByrneAllen Byrne
7112b53b324Windows does not know what a uint is Index value used in math operation with hsize_t
Allen ByrneAllen Byrne
13a3f09a931MMerge pull request #508 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '073f13ed5fc0190d3ffd4561bbde71c531f08ec8': Change position of declaration to top of block Change the signature of H5PLget_size function
Allen ByrneAllen Byrne
073f13ed5fcChange position of declaration to top of block
Allen ByrneAllen Byrne
724538ad54eChange the signature of H5PLget_size function
Vailin ChoiVailin Choi
a0e70a248e5MMerge pull request #485 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_8 to hdf5_1_8 * commit '8c2d4c354413d4f3578aa30cf28ee4c4f5c137cf': Incorporate additional code changes for the H5DOread_chunk patch from GE healthcare (HDFFV-9934) Modifications made based on pull request (#485) comments. Incorporate additional code changes for the H5DOread_chunk patch from GE healthcare (HDFFV-9934) Incorporate the code changes that were missing from the original patch: (1) Additional tests in hl/test...
Vailin ChoiVailin Choi
8c2d4c35441Incorporate additional code changes for the H5DOread_chunk patch from GE healthcare (HDFFV-9934) Modifications made based on pull request (#485) comments.
Vailin ChoiVailin Choi
01e55ba75c4Incorporate additional code changes for the H5DOread_chunk patch from GE healthcare (HDFFV-9934) Incorporate the code changes that were missing from the original patch: (1) Additional tests in hl/test/test_dset_opt.c (2) Fix in src/H5Dchunk.c for direct access when an entry is in chunk cache but not dirty Tested on playtpus, ostrich, kituo, mayll, osx1010test, quail, emu.
Larry KnoxLarry Knox
9f78561bf1cMMerge pull request #504 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8 * commit '0ff30fa67ca92fe59d99b4bbc6addbc01f219043': Move libdynlib* test lib files from lib_LTLIBRARIES to dyn_LTLIBRARIES and other changes to Makefiles and config/conclude.am to eliminate link errors with new libdynlib*_la_LDFLAGS which were added to stop libdynlib* files linking to external libraries.
Larry KnoxLarry Knox
0ff30fa67caMove libdynlib* test lib files from lib_LTLIBRARIES to dyn_LTLIBRARIES and other changes to Makefiles and config/conclude.am to eliminate link errors with new libdynlib*_la_LDFLAGS which were added to stop libdynlib* files linking to external libraries.
Binh-Minh RiblerBinh-Minh Ribler
faef710a862MMerge pull request #495 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8 * commit '6c161ba4dc7c25da6ecbe98aec10fff7b1365df6': Fixed a comment. Code improvement Description: - Moved class H5File to inherit from class Group because an HDF5 file is a root group - Cleanup header file inclusion and class forward declaration - Revised comments Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Binh-Minh RiblerBinh-Minh Ribler
6c161ba4dc7Fixed a comment.
Binh-Minh RiblerBinh-Minh Ribler
45c7e2607d4Code improvement Description: - Moved class H5File to inherit from class Group because an HDF5 file is a root group - Cleanup header file inclusion and class forward declaration - Revised comments Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Dana RobinsonDana Robinson
1a60beea699MMerge pull request #475 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_8 to hdf5_1_8 * commit '932e1883035d2c676bbaa129d44e57a180804d14': Ran bin/reconfigure on jam after changes to make_err. Added missing #ifdef __cplusplus macros to H5Epubgen.h. Fixes HDFFV-9638.
Dana RobinsonDana Robinson
932e1883035Ran bin/reconfigure on jam after changes to make_err.
Dana RobinsonDana Robinson
dff30ae9c7eAdded missing #ifdef __cplusplus macros to H5Epubgen.h. Fixes HDFFV-9638.
Binh-Minh RiblerBinh-Minh Ribler
43b3bbd0544MMerge pull request #455 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8 * commit '326030c665c53dfb04491a92ec88e38749bfbeb0': Format changes only. Platforms tested: Linux/32 2.6 (jam) - very minor
Binh-Minh RiblerBinh-Minh Ribler
326030c665cFormat changes only. Platforms tested: Linux/32 2.6 (jam) - very minor
Allen ByrneAllen Byrne
816fb3b0fc2MMerge pull request #446 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '0b7812b6fef61e1ab31a852bc1c92d49ef12aa53': Correct typo of file name
Allen ByrneAllen Byrne
0b7812b6fefCorrect typo of file name
Allen ByrneAllen Byrne
924d2917befMMerge pull request #438 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '780d0653f8c9cf61a648ad672bd31832a62785b9': HDFFV-10170 fix reconfigure Reformat char * args HDFFV-10170 undo patch and fix dyn lib build HDFFV-10173 fix cygwin noinst libs
Allen ByrneAllen Byrne
780d0653f8cHDFFV-10170 fix reconfigure
Allen ByrneAllen Byrne
6f2813dca72Reformat char * args
Allen ByrneAllen Byrne
0558a12ef85HDFFV-10170 undo patch and fix dyn lib build
Allen ByrneAllen Byrne
bb101f47746HDFFV-10173 fix cygwin noinst libs
Larry KnoxLarry Knox
b9b207e4b04MMerge pull request #420 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8 * commit '1b907d93d7ec3d8beb64cb084ceb2c9b4b436cbb': Miscellaneous clean-up: format and comments Platforms tested: Linux/64 (jelly) - very minor
Binh-Minh RiblerBinh-Minh Ribler
1b907d93d7eMMerge branch 'hdf5_1_8' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr into hdf5_1_8
Binh-Minh RiblerBinh-Minh Ribler
071e99147a3MMerge pull request #411 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8 * commit 'bee3ca742946eff20f64e35048dc00429b99e362': Description: Only format changes: mostly tabs vs. spaces Platforms tested: Linux/64 (jelly)
Binh-Minh RiblerBinh-Minh Ribler
b9ca32f29a5Miscellaneous clean-up: format and comments Platforms tested: Linux/64 (jelly) - very minor
Binh-Minh RiblerBinh-Minh Ribler
bee3ca74294Description: Only format changes: mostly tabs vs. spaces Platforms tested: Linux/64 (jelly)
Allen ByrneAllen Byrne
1f2db88a88bMMerge pull request #404 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '51e3309491efb4f8a21f23ef5d00b3b5138b7905': (25 commits) Add missing test status HDFFV-10143 branch does not have HDprintf Fix typo deletion HDFFV-10143 Update new feature section. HDFFV-10143 clean up format and function return Update with checks for index bounds Correct usuage of HD prefix FIX pkg include error HDFFV-10143 fix use before set HDFFV-10143 check for H5PL_PACKAGE in 1.8 ...