Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
1cedb3baa03HDFFV-10219 - fix for native in bin file and possible non-native in h5
Dana RobinsonDana Robinson
aecf593beffAdded -fno-omit-frame-pointer to gcc flags when symbols when building with debugging symbols.
Allen ByrneAllen Byrne
4d157cb7c46HDFFV-10219: add generated files to memcheck clear command
Allen ByrneAllen Byrne
0a294d5d122HDFFV-10219: Added keyword SUBSET to h5import list.
Vailin ChoiVailin Choi
db205818041Fix for HDFFV-7853 H5Ocopy doesn't work with open identifiers Changes made so that raw data for dataset objects are copied from cached info when possible instead of flushing objects to file and read them back in again.
Dana RobinsonDana Robinson
0ab4d0ad22cRevert "Merge pull request #567 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop" This reverts commit 4242753848c44ab3b5d226e66225eac2f64db314, reversing changes made to b0e79fe6dd20ec7aa1b3e5f0f8b370639a4ef5bd.
Dana RobinsonDana Robinson
b0cb7eebc5e* Made STATIC free lists EXTERN for H5O_layout_t. * Made all non-global instances of H5O_layout_t in H5Pdcpl.c dynamic.
Dana RobinsonDana Robinson
3c2522e28dbUpdated H5O_layout_t dynamic work to use the H5FL interface.
Dana RobinsonDana Robinson
1dd8424117eMade some H5O_layout_t stack allocations dynamic (quiets warnings).
Scot BreitenfeldScot Breitenfeld
e51e05d9090fixed check output string to match test
Allen ByrneAllen Byrne
89e135da51fAdd toolset option
Dana RobinsonDana Robinson
4525b7c7686Fixed typo in vfd.c from 'updated VFD feature flag' checkin.
Allen ByrneAllen Byrne
5c7b4b828a8Synchronize cmake files
Allen ByrneAllen Byrne
e8e48f4a71aAdded toolset and intel checks
Dana RobinsonDana Robinson
fb17369e4f9Added feature flag checks for a few other VFDs in test/vfd.c.
Allen ByrneAllen Byrne
0624bf8f9f1Spelling
Dana RobinsonDana Robinson
e1cf9b48a4cChagned gfortran40 to gfortran in a few config files.
Allen ByrneAllen Byrne
abe7386f032Enhanced the release note using 'Writing Notes in a RELEASE.txt File'
Dana RobinsonDana Robinson
6d0b3024399Fixed misplaced space in config/gnu-flags.
Allen ByrneAllen Byrne
de2070b4b2dNote HDFFV-8611 change
Allen ByrneAllen Byrne
44fefa905deReduce warnings
Dana RobinsonDana Robinson
c6eb1222cd3Minor warning fix.
Dana RobinsonDana Robinson
9f0aa080946More minor warning fixes.
Dana RobinsonDana Robinson
efae38160bdMinor warning fixes in the tools.
Dana RobinsonDana Robinson
28edc68a2f9Minor type fixes to h5watch.
Dana RobinsonDana Robinson
d709c13f95bA few more warnings fixed.
Dana RobinsonDana Robinson
c7ce878710bFixed additional minor warnings.
Dana RobinsonDana Robinson
3ebe74847ceFixed many minor warnings.
Dana RobinsonDana Robinson
ac74d84b7e0Added missing casts for the return value of H5I_object_verify().
Dana RobinsonDana Robinson
ca7cdf255d4* 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
78f8cc5d5e8* 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
4e01f191b55Initialized IDs to -1 and minor code tidy.
Frank WillmoreFrank Willmore
1e5ed5cd531updated MPI error handling call for MPICH2 standard
Frank WillmoreFrank Willmore
b8244ee9a4acleanup
Frank WillmoreFrank Willmore
2398814bf03enabled MPI error handling
Scot BreitenfeldScot Breitenfeld
2160bd56af6add linking flag to cmake, does not fix the issue, still disabled shared with fortran
Scot BreitenfeldScot Breitenfeld
c91310d9452add documention comments for shared Fortran Fix on OSX
Scot BreitenfeldScot Breitenfeld
f7c92ad1816Fix for shared fortran libraries on mac (HDFFV-2772).
Scot BreitenfeldScot Breitenfeld
6d53485a50dFix for shared fortran libraries on mac (HDFFV-2772).
Allen ByrneAllen Byrne
b84d0c128edHDFFV-8611 add autotools test
Allen ByrneAllen Byrne
8526f17c7adRemove obsolete function
Allen ByrneAllen Byrne
fbfee300ebbHDFFV-8611 change h5repack to save the root group creation order Added test and new arguments to control the the input file parsing.
Dana RobinsonDana Robinson
46aa71c968aFixed 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.
Scot BreitenfeldScot Breitenfeld
078a8831abeFix for shared fortran libraries on mac (HDFFV-2772).
Dana RobinsonDana Robinson
c46396f1d31Updated the gnu-flags config file to remove gcc 3.x and 4.0 configurations as well as other minor rework and cleanup.
Quincey KoziolQuincey Koziol
82ec61ec966Fully working freedspace dependencies on dirty entries in the cache.
htang4htang4
a81cf39bddeRemoved unnecessary marks
htang4htang4
f7fff256ab2Finished cache iteration related code and test.
htang4htang4
952c6f2835aFinished SWMR delta t related code and tests
Houjun TangHoujun Tang
a8bef08dba2Added full SWMR deltat related code, add H5ACfreedspace.c to MANIFEST and other places