Network

 
AuthorCommitMessageCommit Date
Quincey KoziolQuincey Koziol
c06a042f42dClean up coding style issues.
Quincey KoziolQuincey Koziol
6c384886e82Merge in (missed merge?) FORTRAN changes from trunk.
Quincey KoziolQuincey Koziol
d1e8d96b980Coding style cleanups
Quincey KoziolQuincey Koziol
3ee07157e35Whitespace cleanup to match coding style & develop branch.
Quincey KoziolQuincey Koziol
83479da074dRemove Makefile.in files accidentally left in after tools subdir rearrangement.
derobinsderobins
0e7bf8ee9e2Moved Win32 variables to top of function in H5FDlog.c.
Allen ByrneAllen Byrne
69c37d029d3Update installdir format for windows
Dana RobinsonDana Robinson
4c9106c9c1fAdded subdir-objects to AM_INIT_AUTOMAKE. Quiets automake warnings about forward-compatibility after tools split.
Allen ByrneAllen Byrne
f649052a604Correct name of list
Allen ByrneAllen Byrne
aa22eb65193Factor out path
Allen ByrneAllen Byrne
e4d372061f8On windows there could be a conflict when two processes try to read the same file
Dana RobinsonDana Robinson
ff80ad22b7bAdds a script to undo the action of autogen.sh. Useful when git complains about Makefile.in clobbers, etc.
Dana RobinsonDana Robinson
ba119ac1a58Changed the return type of H5Pget_driver_info() from void * to const void *. Fixes HDFFV-10017.
Quincey KoziolQuincey Koziol
6eaeebad19aClean up comments about unused / removed code.
Quincey KoziolQuincey Koziol
be81dedadc9Clean up a few comments.
Quincey KoziolQuincey Koziol
68a1837c95fUpdate cache structure comments to reflect recent tagging changes.
Quincey KoziolQuincey Koziol
62ffa976a8fBring over missing changes from develop branch.
Allen ByrneAllen Byrne
f3e8b23ad37MMerge pull request #146 in HDFFV/hdf5 from ~BYRN/hdf5_adb:revise_chunks to revise_chunks * commit '79aff8bb8c883bb575c2d2db10a92c961bad81bb': Move #ifdef block to top of function
Allen ByrneAllen Byrne
79aff8bb8c8Move #ifdef block to top of function
Dana RobinsonDana Robinson
8768287978aMMerge pull request #105 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:rc_lock_env_var to revise_chunks Adds the HDF5_USE_FILE_LOCKING environment variable functionality. * commit '6ae5fa185f95bc2f43b352ea8dc1319a219a51e2': Added a check for an HDF5_USE_FILE_LOCKING environment variable that can be used to disable file locking. Also added a test to test/swmr.c. Fix bad indenting in H5F_open() before changing logic to handle file locking environment variable.
Dana RobinsonDana Robinson
6ae5fa185f9Added a check for an HDF5_USE_FILE_LOCKING environment variable that can be used to disable file locking. Also added a test to test/swmr.c. Tested on: 64-bit Ubuntu 16.04 LTS (Linux 4.4.0 x86_64) w/ gcc 5.4.0 autotools serial w/ various environment variable values
Dana RobinsonDana Robinson
2ac8cd5dfafFix bad indenting in H5F_open() before changing logic to handle file locking environment variable.
Allen ByrneAllen Byrne
9caaaa82261MMerge pull request #143 in HDFFV/hdf5 from ~BYRN/hdf5_adb:revise_chunks to revise_chunks * commit '6fc88b9ab8c122d0f3a4579bb91fce5a012c8b97': Correct CDash report dashboard Remove gentest from script, it is already in makefile
Allen ByrneAllen Byrne
6fc88b9ab8cCorrect CDash report dashboard
Allen ByrneAllen Byrne
5c93a09e70aRemove gentest from script, it is already in makefile
Dana RobinsonDana Robinson
47d3ba55ae6MMerge pull request #142 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:revise_chunks to revise_chunks Fixes compilation problems on Windows (log VFD, missing timespec on VS2013 and earlier). * commit '7fcf33c63d6fbe3fd8630728614a98ec31bb7fa4': Fixes Windows compilation errors.
Dana RobinsonDana Robinson
7fcf33c63d6Fixes Windows compilation errors. * Moved some variable declarations to before code statements in the log VFD. * Created a MSC-dependent definition for timespec, which is not included in MSVC time.h before VS2015. Tested on 64-bit Windows 7 w/ VS2013
Dana RobinsonDana Robinson
6baa91a3449MMerge pull request #103 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:rc_errno_help to revise_chunks Merged ERRNO enosys pull request. * commit '31d180753e55508736a7e598f1a49203ce93c07b': Added a check for an errno value of ENOSYS after a file lock call failure. Emits a more helpful error message when occurs. Applies to the core, family, log, sec2, and stdio VFDs. The direct VFD has failures in this branch so it was left unchanged even though it is (technically) supported under SWMR.
Dana RobinsonDana Robinson
31d180753e5Added a check for an errno value of ENOSYS after a file lock call failure. Emits a more helpful error message when occurs. Applies to the core, family, log, sec2, and stdio VFDs. The direct VFD has failures in this branch so it was left unchanged even though it is (technically) supported under SWMR. Tested on: 64-bit Ubuntu 16.04 LTS (Linux 4.4.0 x86_64) w/ gcc 5.4.0 autotools serial w/ check-vfd
Allen ByrneAllen Byrne
fdbf08928b8MMerge pull request #141 in HDFFV/hdf5 from ~BYRN/hdf5_adb:revise_chunks to revise_chunks * commit 'ae623ab2ede5ea7bff6993d82856c4d11fd7a454': Combine OPENCHK and TOOLTEST macros into a single test macro
Allen ByrneAllen Byrne
ae623ab2edeCombine OPENCHK and TOOLTEST macros into a single test macro
Quincey KoziolQuincey Koziol
bc22ea0d81cAlign w/develop
Dana RobinsonDana Robinson
b9c64fe00c5Removed commented-out lines that clean up test files.
Dana RobinsonDana Robinson
44ac00216a6Fixed wayward parentheses in H5Sprivate.h.
Dana RobinsonDana Robinson
fb06cd69efaAdded a test for old- and new-style groups under evict-on-close.
Dana RobinsonDana Robinson
3ab7708c9f2Evict-on-close now works with groups. test/evict_on_close.c has been updated to generate groups but does not yet check EoC works correctly.
Quincey KoziolQuincey Koziol
2a3447c60b1Adjust revise_chunks branch to new tools subdirectory structure.
Quincey KoziolQuincey Koziol
178f2a3de6cBring over rest of current tools directory structure from develop branch.
Quincey KoziolQuincey Koziol
ae45a674146Bring over current tools directory structure from develop branch.
Quincey KoziolQuincey Koziol
ac6e4b552eeMMerge branch 'revise_chunks' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into revise_chunks_official
Dana RobinsonDana Robinson
e2b40ee7590MMerge pull request #137 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:revise_chunks to revise_chunks Adds Windows nanosleep() placeholder. * commit 'eeb09a001480005dc59c7daef9ba74e2261954bb': Adds a Windows placeholder for the POSIX nanosleep function. This will be turned into a real function at a later date.
derobinsderobins
eeb09a00148Adds a Windows placeholder for the POSIX nanosleep function. This will be turned into a real function at a later date.
Frank.WillmoreFrank.Willmore
e1145bb2869Changes to be committed: modified: bittests.c modified: cmpd_dset.c modified: dsets.c modified: dt_arith.c modified: dtypes.c modified: extend.c modified: fillval.c modified: filter_fail.c modified: flush1.c modified: gen_cross.c modified: hyperslab.c modified: istore.c modified: links.c modified: links_env.c modified: objcopy.c modified: plugin.c modified: tcheck_version.c modified: unlink.c modified: unregister.c Minor fixes to repla...
Quincey KoziolQuincey Koziol
9105ad5a7acMinor cleanups found during merge to develop.
Allen ByrneAllen Byrne
d1b516eec25MMerge pull request #129 in HDFFV/hdf5 from ~BYRN/hdf5_adb:revise_chunks to revise_chunks * commit 'e81d54af7348ca62951b47f91769a9b37adac19d': Update reference files with new values for revise_chunks
Allen ByrneAllen Byrne
e81d54af734Update reference files with new values for revise_chunks
Dana RobinsonDana Robinson
c1b1c6d92f9MMerge pull request #124 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:direct_vfd_no_swmr to revise_chunks Removed the direct VFD from the list of SWMR-supported VFDs. * commit '13afd59bd08a29a18cdb2c27d9d16176c9ddfb7f': Removed the direct VFD from the list of VFDs supported by SWMR until resources are available to investigate test failures.
Dana RobinsonDana Robinson
13afd59bd08Removed the direct VFD from the list of VFDs supported by SWMR until resources are available to investigate test failures.
Allen ByrneAllen Byrne
46bdb12b1f9MMerge pull request #128 in HDFFV/hdf5 from ~BYRN/hdf5_adb:revise_chunks to revise_chunks * commit '07828ccac5608ce3ca3a8dfa82b287796c1961b8': Correct call of old version of macro
Allen ByrneAllen Byrne
07828ccac56Correct call of old version of macro