Network

 
AuthorCommitMessageCommit Date
Dana RobinsonDana Robinson
56d23f00a7fMMerge pull request #548 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:compat_feature_flag to develop * commit '13d3d4bd0e0b799aa9c3a9b45e445d1f52294d47': Added feature flag checks for a few other VFDs in test/vfd.c. * Added new public H5FDdriver_query() API call. * Changed return type of H5FD_driver_query() to herr_t. * Updated swmr.c to use H5FDdriver_query() instead of the private call. * Added some flags tests to vfd.c. * Made H5FD_driver_query() a private function instead of static. * Move...
Dana RobinsonDana Robinson
13d3d4bd0e0Added feature flag checks for a few other VFDs in test/vfd.c.
Dana RobinsonDana Robinson
343b53d64f4MMerge branch 'develop' into compat_feature_flag
Dana RobinsonDana Robinson
479f326a267* Added new public H5FDdriver_query() API call. * Changed return type of H5FD_driver_query() to herr_t. * Updated swmr.c to use H5FDdriver_query() instead of the private call. * Added some flags tests to vfd.c.
Dana RobinsonDana Robinson
e5a57c97aa4* Made H5FD_driver_query() a private function instead of static. * Moved H5FD_driver_query() to H5FDint.c. * Minor typo fixes in H5I.c. * Updated swmr.c to check the VFD feature flags and skip the retries test when the VFD is not compatible with H5P_DEFAULT.
Dana RobinsonDana Robinson
e3b22b8fa45Initialized IDs to -1 and minor code tidy.
Dana RobinsonDana Robinson
e45d97b6be6MMerge branch 'develop' into compat_feature_flag
Dana RobinsonDana Robinson
f36174b750fMMerge branch 'develop' into compat_feature_flag
Dana RobinsonDana Robinson
14c286d51a1Fixed HDFFV-10214: * Updated comments in the library to accurately reflect the semantics of the H5FD_FEAT_POSIX_COMPAT_HANDLE flag. * Removed the check for the POSIX compatible handle feature flag when determining if a VFD supports SWMR. Partial work for HDFFV-10197: * Added a new H5FD_FEAT_DEFAULT_VFD_COMPATIBLE feature flag that is set when a VFD creates output that is compatible with the default VFD. Will be used in the testing but might also be generally useful to users.
Dana RobinsonDana Robinson
0148b78a827* Added missing #includes for OS X statfs. * Added H5F_open() check for network file systems.
Dana RobinsonDana Robinson
b3e96793103Added code to detect NFS on OS X.
Dana RobinsonDana Robinson
27093c926c0Wrapped the Linux file system types with H5_HAVE_LINUX_MAGIC_H.
Dana RobinsonDana Robinson
7724fff4acf* Added basic statfs configure markup (Autotools only). * Added an NFS detection function to the H5F package (Linux only). * Added NFS detection code to the SWMR test.
Dana RobinsonDana Robinson
9e75f7eeee5MMerge pull request #547 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:gcc_flag_cull to develop * commit 'b6de142cf4a863787dceaa333684615fc190d6d5': Chagned gfortran40 to gfortran in a few config files.
Dana RobinsonDana Robinson
b6de142cf4aChagned gfortran40 to gfortran in a few config files.
Allen ByrneAllen Byrne
c70bcaa77f8MMerge pull request #545 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'c059e6ecf7bafc6b5c1c9b8a39e8515e23f52303': Spelling Enhanced the release note using 'Writing Notes in a RELEASE.txt File' Note HDFFV-8611 change
Allen ByrneAllen Byrne
c059e6ecf7bSpelling
Allen ByrneAllen Byrne
7f6443cc0d1Enhanced the release note using 'Writing Notes in a RELEASE.txt File'
Allen ByrneAllen Byrne
d809de2ebe1Note HDFFV-8611 change
Dana RobinsonDana Robinson
c9121bfdf45MMerge pull request #546 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:gcc_flag_cull to develop * commit '742e1d5541a488ca1a1772c05833c16a6a73d3ab': Fixed misplaced space in config/gnu-flags.
Dana RobinsonDana Robinson
742e1d5541aFixed misplaced space in config/gnu-flags.
Dana RobinsonDana Robinson
cf80aac401aMMerge pull request #538 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:may_dev_warnings to develop * commit '57f0a296c0b727e3d86cea312ba46efc98d76227': Minor warning fix. More minor warning fixes. Minor warning fixes in the tools. Minor type fixes to h5watch. A few more warnings fixed. Fixed additional minor warnings. Fixed many minor warnings.
Dana RobinsonDana Robinson
57f0a296c0bMinor warning fix.
Dana RobinsonDana Robinson
1b74c5ca95eMore minor warning fixes.
Dana RobinsonDana Robinson
291b107d4d5Minor warning fixes in the tools.
Dana RobinsonDana Robinson
a33859d6774Minor type fixes to h5watch.
Dana RobinsonDana Robinson
65e2e8f87ccA few more warnings fixed.
Dana RobinsonDana Robinson
18ae45027c4Fixed additional minor warnings.
Dana RobinsonDana Robinson
946fd98b8d5Fixed many minor warnings.
Dana RobinsonDana Robinson
d5f570acbadMMerge pull request #540 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:gcc_flag_cull to develop * commit '35aec6ab2ca6018a6f5babc943d29957d6595f67': Updated the gnu-flags config file to remove gcc 3.x and 4.0 configurations as well as other minor rework and cleanup.
Dana RobinsonDana Robinson
35aec6ab2caMMerge branch 'develop' into gcc_flag_cull
Dana RobinsonDana Robinson
2e6d95a1a1dUpdated the gnu-flags config file to remove gcc 3.x and 4.0 configurations as well as other minor rework and cleanup.
Allen ByrneAllen Byrne
19a61e8e858MMerge pull request #541 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'db2da9f4b4b582d644d4b2e976040fce4dd1d665': Reduce warnings
Allen ByrneAllen Byrne
db2da9f4b4bReduce warnings
Frank WillmoreFrank Willmore
53c5b41ec20MMerge pull request #534 in HDFFV/hdf5 from ~FRANK.WILLMORE/hdf5:fix-set-mpi-err-handler to develop * commit '1ee90786196c10c2c616a9fb4b8b1f92ebefa1f2': updated MPI error handling call for MPICH2 standard cleanup enabled MPI error handling added test file
Frank WillmoreFrank Willmore
1ee90786196updated MPI error handling call for MPICH2 standard
Frank WillmoreFrank Willmore
364fe58feabcleanup
Frank WillmoreFrank Willmore
8f25e21e105enabled MPI error handling
Frank WillmoreFrank Willmore
d0a7400a344MMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit 'ab3963b28e59419f8e857ec224dd4efa3ea6dd8e': (214 commits) Merge SWMR-related testing to existing tests. Bring over tweak for missing environment variable. Update CMake configuration files with SWMR accumulator changes. Add missing accumulator test. Merge SWMR-oriented accumulator tests from revise_chunks to develop. Bring Java SWMR changes from revise_chunks to develop branch Snapshot version 1.9 release 2...
Frank.WillmoreFrank.Willmore
a2e93075f2eadded test file
Dana RobinsonDana Robinson
23dfa244398MMerge pull request #535 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5i_object_verify to develop * commit '8807f918b9b00916efa822dda0301d3aa9debd80': Added missing casts for the return value of H5I_object_verify().
Dana RobinsonDana Robinson
8807f918b9bAdded missing casts for the return value of H5I_object_verify().
Allen ByrneAllen Byrne
710ed6d10a9MMerge pull request #531 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '416ad00182e2d0fccc09d60a6da95aef8ad94d0e': HDFFV-8611 add autotools test Remove obsolete function HDFFV-8611 change h5repack to save the root group creation order Added test and new arguments to control the the input file parsing.
Allen ByrneAllen Byrne
416ad00182eMMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit '9fc2b3ef8e7933da716e2d2f832e93d8fc8023c0': add linking flag to cmake, does not fix the issue, still disabled shared with fortran add documention comments for shared Fortran Fix on OSX Fix for shared fortran libraries on mac (HDFFV-2772). Fix for shared fortran libraries on mac (HDFFV-2772). Fix for shared fortran libraries on mac (HDFFV-2772).
Scot BreitenfeldScot Breitenfeld
9fc2b3ef8e7MMerge pull request #532 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop * commit '57ab1e7d6945c45107ebdd945bb89951ec90b8f1': add linking flag to cmake, does not fix the issue, still disabled shared with fortran add documention comments for shared Fortran Fix on OSX Fix for shared fortran libraries on mac (HDFFV-2772). Fix for shared fortran libraries on mac (HDFFV-2772). Fix for shared fortran libraries on mac (HDFFV-2772).
Scot BreitenfeldScot Breitenfeld
57ab1e7d694add linking flag to cmake, does not fix the issue, still disabled shared with fortran
Scot BreitenfeldScot Breitenfeld
69ccaee00a2add documention comments for shared Fortran Fix on OSX
Scot BreitenfeldScot Breitenfeld
6301d5a6cb7Fix for shared fortran libraries on mac (HDFFV-2772).
Scot BreitenfeldScot Breitenfeld
97ac37592b7Fix for shared fortran libraries on mac (HDFFV-2772).
Scot BreitenfeldScot Breitenfeld
2b2a1d605e0Fix for shared fortran libraries on mac (HDFFV-2772).