Network

 
AuthorCommitMessageCommit Date
Quincey KoziolQuincey Koziol
30ca70b0969MMerge pull request #46 in HDFFV/hdf5 from ~KOZIOL/hdf5:features/warning_cleanups to develop * commit '5a7880183025f56421cf6f2274d9f1ac36f59641': Clean up hardcoded constants and check return values better. (Comments from group code review) Description: Cleanups from Dana's review. Description: Further warning cleanups: from 667 warnings to 503.
Quincey KoziolQuincey Koziol
5a788018302Clean up hardcoded constants and check return values better. (Comments from group code review)
Quincey KoziolQuincey Koziol
1853868fdc9Description: Cleanups from Dana's review. Tested on: MacOSX/64 10.11.5 (amazon) w/C++ & FORTRAN (h5committest forthcoming)
Quincey KoziolQuincey Koziol
fa66428a6ddDescription: Further warning cleanups: from 667 warnings to 503.
Neil FortnerNeil Fortner
a7fb4ede860MMerge pull request #42 in HDFFV/hdf5 from ~NFORTNE2/hdf5_nf:talos-0179 to develop * commit '748d6f318c5ebe4fa7ee5d8e4ca2681d69792b70': Change check for number of dimensions for old-style arrays in datatype decoding routine from an assertion to an if/HGOTO_ERROR check, since it is inappropriate to assert the contents of a file will be what we expect.
Neil FortnerNeil Fortner
748d6f318c5MMerge branch 'develop' into talos-0179
Neil FortnerNeil Fortner
bc10fd219e6Change check for number of dimensions for old-style arrays in datatype decoding routine from an assertion to an if/HGOTO_ERROR check, since it is inappropriate to assert the contents of a file will be what we expect.
Neil FortnerNeil Fortner
51c6e5b595eMMerge pull request #41 in HDFFV/hdf5 from ~NFORTNE2/hdf5_nf:talos-0177 to develop * commit '866d17f57f47414b6e778d63fcdcc2a82b208683': Fix bug in "nooptype" decode in fix for TALOS-0177. Fix issues in H5Znbit.c where the decompression algorithm would not check the compressed data for validity, potentially causing a buffer overflow.
Neil FortnerNeil Fortner
866d17f57f4MMerge branch 'develop' into talos-0177
Neil FortnerNeil Fortner
391a231b76cFix bug in "nooptype" decode in fix for TALOS-0177.
Neil FortnerNeil Fortner
2409f991667Fix issues in H5Znbit.c where the decompression algorithm would not check the compressed data for validity, potentially causing a buffer overflow.
Neil FortnerNeil Fortner
afd8d14a1e4MMerge pull request #40 in HDFFV/hdf5 from ~NFORTNE2/hdf5_nf:talos-0176 to develop * commit '62d7562fbd6c6f9f2892cc9a3894f5a68a2b6fdc': Replace assertion in H5O_dtype_decode_helper for number of array dimensions with a check and error. The assertion was inappropriate because it is operating on data read from the file, which the library does not always have direct control of.
Neil FortnerNeil Fortner
62d7562fbd6MMerge branch 'develop' into talos-0176
Neil FortnerNeil Fortner
b1eb1b3ee86Replace assertion in H5O_dtype_decode_helper for number of array dimensions with a check and error. The assertion was inappropriate because it is operating on data read from the file, which the library does not always have direct control of.
Dana RobinsonDana Robinson
86555361711MMerge branch 'evict_on_close' of https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into evict_on_close
Dana RobinsonDana Robinson
430ff33b5c6Added "Purpose:" information to the API call comments for the new functions.
Dana RobinsonDana Robinson
5ac0b328c8dMMerge pull request #32 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:evict_on_close to evict_on_close Sync with develop and cleaned up feature. Feature works with datasets but testing is minimal. * commit '2646f917adb5b2e17404260e433dc3ed7c39a602': (102 commits) Cleaned up feature for dissemination to LLNL: - Removed support for datatypes. - Commented out support for groups - General change clean-up - Added a list of improvements to BRANCH.txt Removed blank line in Fortran file ...
Dana RobinsonDana Robinson
31b033e2147Added full implementation of EoC cache test.
Dana RobinsonDana Robinson
a2fe6f7db93Added code to create the test file for all chunk index and layout types.
Dana RobinsonDana Robinson
ce11185fbb8Fleshed out evict on close test that inspects cache.
Dana RobinsonDana Robinson
2638cbbbffcAdded the beginnings of a file generator to the test.
Dana RobinsonDana Robinson
36fd53f70f3Fixed typo
Dana RobinsonDana Robinson
2646f917adbCleaned up feature for dissemination to LLNL: - Removed support for datatypes. - Commented out support for groups - General change clean-up - Added a list of improvements to BRANCH.txt
Dana RobinsonDana Robinson
29b169abb3aRemoved blank line in Fortran file (leftover from last commit)
Dana RobinsonDana Robinson
7f99d42583eReverted H5T code since datatypes will not be supported at this time.
Dana RobinsonDana Robinson
73bd8b7c2feFixed format_convert and fortran files (bad merge?).
Dana RobinsonDana Robinson
12fbb4426aeUpdated manifest. Was missing BRANCH.txt.
Dana RobinsonDana Robinson
24037651a16MMerge branch 'develop' into evict_on_close
Dana RobinsonDana Robinson
7f817fea7c5MMerge branch 'develop' into evict_on_close
Dana RobinsonDana Robinson
c1c384878baAdded missing evict on close test file line to test/CMakeLists.txt.
Dana RobinsonDana Robinson
c15d93826b1M[svn-r30118] Sync with trunk.
Dana RobinsonDana Robinson
3d13b7c6eee[svn-r30110] Added missing evict_on_close.c file to test/.
Dana RobinsonDana Robinson
88c8c78763d[svn-r30108] Moved group flush and evict code to H5G_close from H5Gclose.
Dana RobinsonDana Robinson
35f8a064c50[svn-r30107] Moved dataset flush and evict code to H5D_close from H5Dclose.
Dana RobinsonDana Robinson
b236c216010[svn-r30106] Moved datatype close code to new internal function. H5Oclose() now supports evict-on-close for datatypes.
Dana RobinsonDana Robinson
f9312d49d52[svn-r30105] Datatypes and Groups now support evict-on-close.
Dana RobinsonDana Robinson
29cb102f121M[svn-r30104] Fixes evict-on-close feature by propagating global flush flag up the function call stack and not setting it during H5Dclose().
Dana RobinsonDana Robinson
75aa26981b4[svn-r30084] First pass at the evict-on-close feature. The features is controlled via H5Pset/get_evict_on_close() and is currently enabled by default (it will be disabled by default in the final implementation). There is a bug in the code where the eviction of tagged metadata fails due to some of the metadata being dirty, resulting in error return values and test failures.
Dana RobinsonDana Robinson
77a22334755[svn-r30083] Added BRANCH.txt
Binh-Minh RiblerBinh-Minh Ribler
fdb1202f507Description: Added test file titerate.cpp. Platform tested: Verified with bin/chkmanifest
Binh-Minh RiblerBinh-Minh Ribler
c38f4af65bfDescription: Removed commented out lines. Platform tested Jam (only comments)
Binh-Minh RiblerBinh-Minh Ribler
3c0afffb9d9Purpose: Fix bug HDFFR-9920 cont. Description: Added new test file titerate.cpp.
Binh-Minh RiblerBinh-Minh Ribler
e0bf9046c20Purpose: Updated documentation Description: Revised class brief description and other comments for up-to-date info. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Binh-Minh RiblerBinh-Minh Ribler
3291ceb0eeeMMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_CppAPI into develop
Allen ByrneAllen Byrne
be3ad225228MMerge pull request #38 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '583af563d9f7eb8cedba6a8bb12d3218f55addf6': Add missing target depends command Correct clear objects working dir
Allen ByrneAllen Byrne
583af563d9fAdd missing target depends command
Allen ByrneAllen Byrne
a25cf226632Correct clear objects working dir
Allen ByrneAllen Byrne
f240c5c4221MMerge pull request #37 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'bc1d833a80190a83bb11151f2d60035acdae3d2c': Fix typo Add missing SH to target name Add gen file technique to HL and test fortran libraries
Allen ByrneAllen Byrne
bc1d833a801Fix typo
Allen ByrneAllen Byrne
408aaba9022Add missing SH to target name