Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
fd18d013f18MMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit '4830a1796441abbb5a4fbd2cff9a651f2a0d066e': Updated tools dump output when dataset offset is undefined. Added checks for native optional call support in some of the tools. Misc changes for h5dump VOL changes.
Dana RobinsonDana Robinson
4830a179644MMerge pull request #2486 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:tools_vol_update to develop * commit '110cafb9c7b5b9f9170340432062295d630f3ee6': Updated tools dump output when dataset offset is undefined. Added checks for native optional call support in some of the tools. Misc changes for h5dump VOL changes.
Dana RobinsonDana Robinson
110cafb9c7bMMerge branch 'develop' into tools_vol_update
Dana RobinsonDana Robinson
85b3b9e6708Updated tools dump output when dataset offset is undefined.
Dana RobinsonDana Robinson
456308ff17fAdded checks for native optional call support in some of the tools.
Dana RobinsonDana Robinson
3cd1b46b9cdMMerge branch 'develop' into tools_vol_update
Dana RobinsonDana Robinson
816a12f04f5MMerge branch 'develop' into tools_vol_update
Dana RobinsonDana Robinson
c36b7075782MMerge branch 'tools_vol_update' of https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into tools_vol_update
Dana RobinsonDana Robinson
36e8e2be4bcMisc changes for h5dump VOL changes.
Allen ByrneAllen Byrne
55299ab2ce6MMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit 'a09f810e8d372d1e85661c52a7ef735a164904ad': Narrowed the scope of ISO_C_BINDING with ONLY additions
Scot BreitenfeldScot Breitenfeld
a09f810e8d3MMerge pull request #2494 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:FortranWarn to develop * commit '83d29f04c28e150fde5776fba64fbe4fa04f0f25': Narrowed the scope of ISO_C_BINDING with ONLY additions
Scot BreitenfeldScot Breitenfeld
83d29f04c28Narrowed the scope of ISO_C_BINDING with ONLY additions
Allen ByrneAllen Byrne
b4dcee96cefMinor updates and fix settings for fortran flags
Allen ByrneAllen Byrne
a3c57c730cdUpdate intel flags
Allen ByrneAllen Byrne
3247291b1e9Fix missing endif
Allen ByrneAllen Byrne
f8d8a96eb73Correct improper file move
Allen ByrneAllen Byrne
0d701b9ff89Move intel warnings to subfolder, update autotools files
Allen ByrneAllen Byrne
d0a936ab622Corrected note
Allen ByrneAllen Byrne
2e85f81126bRemove overzealous additions
Allen ByrneAllen Byrne
29ad4fcec93Correct whitespace in flags, force list mode
Allen ByrneAllen Byrne
2c2627e7f66Flag construction must be after compiler detection
Allen ByrneAllen Byrne
70495751c05MMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit '5d1590079ea0061a7b86d7210cb796b6d58a17c7': Skip testing of passthrough VOL connector in a Family File tools test Restore previous tools library driver name behavior with passthrough VOL connector
Jordan HendersonJordan Henderson
5d1590079eaMMerge pull request #2490 in HDFFV/hdf5 from tools_vol_update to develop * commit 'a5a2fb44296327787476407a249d9470b3c80427': Skip testing of passthrough VOL connector in a Family File tools test Restore previous tools library driver name behavior with passthrough VOL connector
Jordan HendersonJordan Henderson
a5a2fb44296Skip testing of passthrough VOL connector in a Family File tools test
Jordan HendersonJordan Henderson
08e77ac6facRestore previous tools library driver name behavior with passthrough VOL connector
Allen ByrneAllen Byrne
57f5d00a434TRILAB-192 add c++ and fortran warnings build systems one file
Allen ByrneAllen Byrne
7a41367a130Update release note for CMake warnings
Allen ByrneAllen Byrne
b7227657f2bAdd missing header include
Allen ByrneAllen Byrne
96ea55b95d2MMerge pull request #2474 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '36b8060323f24341c8f4610108e8ccb955dbe192': Correct extra flags TRILAB-192 remove comment TRILAB-192 add comparable clang flags
Allen ByrneAllen Byrne
36b8060323fMMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit 'ac099b0b6391fd149af4f4fcf8f79189dcc615bb': Fixed unnecessary H5R casts in the tools that were raising warnings.
Dana RobinsonDana Robinson
ac099b0b639MMerge pull request #2485 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop * commit '1c854737665f3f853a324c34292390ab57431fec': Fixed unnecessary H5R casts in the tools that were raising warnings.
Dana RobinsonDana Robinson
1c854737665Fixed unnecessary H5R casts in the tools that were raising warnings.
Allen ByrneAllen Byrne
7e06b76c64eMMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit 'bae05235a2d87acb0d6b3a2e1c32f3b6f48cf203': Changed default dataset shared struct to initialize hid_t IDs to H5I_INVALID_HID. A fix in the cleaning up code for datatype when datatype initialization via H5D__init_type() fails. This is triggered by the tests for revised references when the libver bounds setting does not allow version 4 datatype message to be created. The test failure is abort core dumped. This is due...
Vailin ChoiVailin Choi
bae05235a2dMMerge pull request #2461 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/dtype_close_on_error to develop * commit 'afdcac28b85d690eebc80ab568fa5266081baaaa': A fix in the cleaning up code for datatype when datatype initialization via H5D__init_type() fails. This is triggered by the tests for revised references when the libver bounds setting does not allow version 4 datatype message to be created. The test failure is abort core dumped. This is due to the datatype initialization fails before...
vchoivchoi
afdcac28b85A fix in the cleaning up code for datatype when datatype initialization via H5D__init_type() fails. This is triggered by the tests for revised references when the libver bounds setting does not allow version 4 datatype message to be created. The test failure is abort core dumped. This is due to the datatype initialization fails before the datatype ID is registered. The datatype cleanup code should provide for the above situation. The code to fix the problem is the same as what is done in H5D...
Dana RobinsonDana Robinson
281e8444d86MMerge pull request #2484 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop * commit 'a267c4e5d37f00bf6cff942b57b5a13affaa8bd5': Changed default dataset shared struct to initialize hid_t IDs to H5I_INVALID_HID.
Dana RobinsonDana Robinson
a267c4e5d37Changed default dataset shared struct to initialize hid_t IDs to H5I_INVALID_HID.
David YoungDavid Young
1547feed60aMMerge pull request #2363 in HDFFV/hdf5 from ~DYOUNG/werror:thread_id to develop * commit '63c95faf49559ea66e3066427961095b69fdb213': Remove tongue-in-cheek credit for Rusty Shackleford and Dale Alvin Gribble. Follow HDF5 conventions.
David YoungDavid Young
63c95faf495Remove tongue-in-cheek credit for Rusty Shackleford and Dale Alvin Gribble. Delete the comment questioning whether pthread_mutex_lock is allowed in a key destructor, since pthread_key_create(3) provides the answer: There is no notion of a destructor-safe function. If an application does not call pthread_exit() from a signal handler, or if it blocks any signal whose handler may call pthread_exit() while calling async-unsafe functions, all functions may be safely called from d...
David YoungDavid Young
3109f9e3237Follow HDF5 conventions.
Allen ByrneAllen Byrne
196193c18d4Correct extra flags
Allen ByrneAllen Byrne
abd38c0b85bMMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit '2c494482eb986ce051463e96d12a661c494a9335': Minor renaming in the tools code.
Dana RobinsonDana Robinson
2c494482eb9MMerge pull request #2483 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop * commit 'b1533616f28996983ec505fff8f62edf3dd820b3': Minor renaming in the tools code.
Dana RobinsonDana Robinson
b1533616f28Minor renaming in the tools code.
Allen ByrneAllen Byrne
18db5749dcfMMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit 'a46f31c2eb436e946639bb32518ce279507fa368': Fix for HDFFV-11065.
Gerd HeberGerd Heber
a46f31c2eb4MMerge pull request #2479 in HDFFV/hdf5 from ~GHEBER/hdf5:bugfix/HDFFV-11065 to develop * commit '2dfc047bc4aca7c13bccf44da97bff026cbbf5a6': Fix for HDFFV-11065.
Gerd HeberGerd Heber
2dfc047bc4aFix for HDFFV-11065.
Allen ByrneAllen Byrne
076a981993fMMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit 'c20e268979ec623fb159501e382c6cc55a5d665e': Fix latent bug in h5repack options file reading Add 'enable-error-stack' option to h5format_convert
Jordan HendersonJordan Henderson
c20e268979eMMerge pull request #2478 in HDFFV/hdf5 from tools_vol_update to develop * commit '9676029742f18aaae37dd48947bc1faf23406169': Fix latent bug in h5repack options file reading Add 'enable-error-stack' option to h5format_convert
Jordan HendersonJordan Henderson
9676029742fFix latent bug in h5repack options file reading Add 'enable-error-stack' option to h5format_convert