summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed trailing whitespace from source files.Dana Robinson2020-05-26302-9993/+9993
|
* Changed H5F_file_t to H5F_shared_t (as in develop/1.12)Dana Robinson2020-05-269-46/+46
|
* Merge pull request #2604 in HDFFV/hdf5 from ↵Dana Robinson2020-05-2119-765/+767
|\ | | | | | | | | | | | | ~DEROBINS/hdf5_der:hdf5_1_10_warnings to hdf5_1_10 * commit '0da4c416ce4ef703529023465c494b7bab5f138b': Brought property list code in line with develop.
| * Brought property list code in line with develop.Dana Robinson2020-05-2119-765/+767
| |
* | Merge pull request #2603 in HDFFV/hdf5 from ↵Dana Robinson2020-05-203-49/+77
|\ \ | |/ | | | | | | | | | | ~DEROBINS/hdf5_der:hdf5_1_10_warnings to hdf5_1_10 * commit '2d43fb8f02956d95fffb9b6d17f54d46aa8671bb': Moved srcdir changes over from develop.
| * Moved srcdir changes over from develop.Dana Robinson2020-05-203-49/+77
| |
* | Merge pull request #2602 in HDFFV/hdf5 from ↵Dana Robinson2020-05-205-285/+849
|\ \ | |/ | | | | | | | | | | | | ~DEROBINS/hdf5_der:hdf5_1_10_warnings to hdf5_1_10 * commit 'fd404f711b8a587a5b5534f268a918115884bd56': Added a RELEASE.txt note for the 0-size dataset fix. Brought the dsets test in line with develop. Brings over the fix for 0-size dataset metadata allocation.
| * Added a RELEASE.txt note for the 0-size dataset fix.Dana Robinson2020-05-201-0/+4
| |
| * Brought the dsets test in line with develop. Brings over the fixDana Robinson2020-05-204-285/+845
| | | | | | | | for 0-size dataset metadata allocation.
* | Merge pull request #2597 in HDFFV/hdf5 from ↵Dana Robinson2020-05-2011-267/+305
|\ \ | |/ | | | | | | | | | | ~DEROBINS/hdf5_der:hdf5_1_10_warnings to hdf5_1_10 * commit 'd701855cc128336ef3a18b930634639b7133f24f': Brought H5I, H5Z, and some of H5PL in line with develop/1.12.
| * Merge branch 'hdf5_1_10' into hdf5_1_10_warningsDana Robinson2020-05-2032-349/+115
| |\
| * | Brought H5I, H5Z, and some of H5PL in line with develop/1.12.Dana Robinson2020-05-2011-267/+305
| | |
* | | Merge pull request #2596 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2020-05-203-23/+4
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'af1cd63111adce03f81e2e497890080ef1f51113': Update MANIFEST for removal of older warnings files. Fix max_index in make_vers - must equal current version. -DH5_NO_DEPRECATED_SYMBOLS can no longer be tested with a previous version API: H5Version.h now has a check that disallows it.
| * | Update MANIFEST for removal of older warnings files.Larry Knox2020-05-202-21/+3
| | | | | | | | | | | | Fix max_index in make_vers - must equal current version.
| * | -DH5_NO_DEPRECATED_SYMBOLS can no longer be tested with a previousLarry Knox2020-05-191-2/+1
|/ / | | | | | | version API: H5Version.h now has a check that disallows it.
* | Merge pull request #2594 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2020-05-1929-337/+99
|\ \ | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '22b61f470acc54afad5705dea23a7a8423e65cff': Revise gnu-*flags and cmake/HDF*CompilerFlags.cmake files to add warning flags for GCC compilers version 4.8 and above. Removed files from gnu-warnings that only apply to versions < 4.8. Consolidated warnings from versions < 4.8 that apply to versions >= 4.8 into the 4.8 warnings files.
| * | Revise gnu-*flags and cmake/HDF*CompilerFlags.cmake files to add warningLarry Knox2020-05-1929-337/+99
|/ / | | | | | | | | | | | | flags for GCC compilers version 4.8 and above. Removed files from gnu-warnings that only apply to versions < 4.8. Consolidated warnings from versions < 4.8 that apply to versions >= 4.8 into the 4.8 warnings files.
* | Merge pull request #2588 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-05-181-4/+4
|\ \ | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'ae1e6fa95397248a3be6f995f476bbf0eb06e2d0': Correct spelling
| * \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2020-05-1882-3156/+3235
| |\ \ | | | | | | | | | | | | | | | | | | | | * commit '6c1b7958de946720d920ff4d44417176ac43218e': Updated code in H5Xtest.c files and associated tests. Reverted overlong-strings warning that gives jam issues. Misc library test changes from develop.
| * | | Correct spellingAllen Byrne2020-05-181-4/+4
| | | |
* | | | Merge pull request #2590 in HDFFV/hdf5 from ↵Dana Robinson2020-05-1816-278/+370
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | | | | | | | | | ~DEROBINS/hdf5_der:hdf5_1_10_warnings to hdf5_1_10 * commit '3c1708531d38568bc993394a82c0e1ff0bce8126': Updated the Perl shebang in bin/distdep. Brought the scripts in bin/ in line with develop.
| * | Updated the Perl shebang in bin/distdep.Dana Robinson2020-05-182-21/+24
| | |
| * | Brought the scripts in bin/ in line with develop.Dana Robinson2020-05-1815-258/+347
| | |
* | | Merge pull request #2589 in HDFFV/hdf5 from ↵Dana Robinson2020-05-1882-3156/+3235
|\ \ \ | |/ / | | / | |/ |/| | | | | | | ~DEROBINS/hdf5_der:hdf5_1_10_warnings to hdf5_1_10 * commit '67983bc4313fecf3763f5b337b612357a3ee033b': Updated code in H5Xtest.c files and associated tests. Reverted overlong-strings warning that gives jam issues. Misc library test changes from develop.
| * Updated code in H5Xtest.c files and associated tests.Dana Robinson2020-05-1850-1124/+1115
| | | | | | | | Reverted overlong-strings warning that gives jam issues.
| * Misc library test changes from develop.Dana Robinson2020-05-1741-2032/+2120
| |
* | Merge pull request #2587 in HDFFV/hdf5 from ↵Dana Robinson2020-05-179-589/+633
|\ \ | |/ | | | | | | | | | | | | ~DEROBINS/hdf5_der:hdf5_1_10_warnings to hdf5_1_10 * commit 'eddcc2f800db71d4c4309f74f57ed58ae7854727': Brought error tests in line with develop. Fixes warnings. Brought H5E package in line with develop.
| * Brought error tests in line with develop. Fixes warnings.Dana Robinson2020-05-172-7/+64
| |
| * Brought H5E package in line with develop.Dana Robinson2020-05-177-582/+569
| |
* | Merge pull request #2584 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-05-162-8/+12
|\ \ | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '1be2797e2c438a8c99dc1665460912e8bc2ddcf0': Correct mingw paths Correct mingw path
| * | Correct mingw pathsAllen Byrne2020-05-152-7/+11
| | |
| * | Correct mingw pathAllen Byrne2020-05-151-2/+2
| | |
* | | Merge pull request #2586 in HDFFV/hdf5 from ↵Dana Robinson2020-05-1623-218/+259
|\ \ \ | |/ / |/| / | |/ | | | | | | ~DEROBINS/hdf5_der:hdf5_1_10_warnings to hdf5_1_10 * commit '63b538ab781d76aa1261d980674c871c944890d3': Misc fixes and changes from develop.
| * Misc fixes and changes from develop.Dana Robinson2020-05-1623-218/+259
| |
* | Merge pull request #2581 in HDFFV/hdf5 from ↵Dana Robinson2020-05-15113-527/+591
|\ \ | |/ | | | | | | | | | | ~DEROBINS/hdf5_der:hdf5_1_10_warnings to hdf5_1_10 * commit 'c30cf6d59664f63573b31efa4e73b41de168e381': Moved H5MM_memcpy and H5MM_xfree_const from develop
| * Moved H5MM_memcpy and H5MM_xfree_const from developDana Robinson2020-05-15113-527/+591
| |
* | Merge pull request #2580 in HDFFV/hdf5 from ↵Dana Robinson2020-05-1532-400/+961
|\ \ | |/ | | | | | | | | | | ~DEROBINS/hdf5_der:hdf5_1_10_warnings to hdf5_1_10 * commit '730d6cc53f3914f951e1177fc29835486b61dcdb': Normalization of high-level library with develop. Also brings the warnhist script over.
| * Normalization of high-level library with develop. Also brings theDana Robinson2020-05-1532-400/+961
|/ | | | warnhist script over.
* Merge pull request #2578 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to ↵Dana Robinson2020-05-1515-209/+477
|\ | | | | | | | | | | | | hdf5_1_10 * commit '6266d0fe88bbb6c823bda15295e583643b7204bf': Manual merge of H5T_copy constification (avoids VOL changes and messy diff).
| * Manual merge of H5T_copy constification (avoids VOL changes andDana Robinson2020-05-1415-209/+477
|/ | | | messy diff).
* Merge pull request #2570 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-05-087-14/+18
|\ | | | | | | | | | | | | | | | | hdf5_1_10 * commit '64a9fccecf37b1aff531e5aa1a5504b7387e4745': disable pr action and enable fail fast Correct filename OESS-65 Fix packaging
| * disable pr action and enable fail fastAllen Byrne2020-05-081-3/+3
| |
| * Correct filenameAllen Byrne2020-05-081-7/+7
| |
| * OESS-65 Fix packagingAllen Byrne2020-05-086-4/+8
|/
* Merge pull request #2563 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-05-075-3/+87
|\ | | | | | | | | | | | | | | hdf5_1_10 * commit '691228c4d8adb4f91c7d752339908df74d1c51f8': Correct path Add github actions file and cleanup java
| * Correct pathAllen Byrne2020-05-071-1/+1
| |
| * Add github actions file and cleanup javaAllen Byrne2020-05-065-3/+87
|/
* Merge pull request #2560 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2020-05-056-77/+70
|\ | | | | | | | | | | | | hdf5_1_10 * commit 'c61a2a024875eba5adce53394ddc25c7fb6920b9': Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.
| * Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.David Young2020-05-056-77/+70
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce gratuitous casts---e.g., (size_t)1. Use the right format string for a pointer. In the H5C sanity checks, change a "size increase" variable from ssize_t (too narrow) to int64_t (wide enough). Parenthesize every appearance of `storage` in the macro `H5D_CHUNK_STORAGE_INDEX_CHK(storage)` so that you can pass in an expression like &sc and it works properly. Disallow re-assignment of the `dset` parameter to H5D__chunk_init() because it helped assure me that it's safe to replace the repeating expression `&dset->shared->layout.storage.u.chunk` with `sc` throughout. Replace lengthy expressions such as `&dset->shared->layout.storage.u.chunk` with `sc` throughout several functions in H5Dchunk.c ISTR that the compiler warned that `sc` was declared but unused in a couple of functions, and then I found that `sc` could be used in many places. Maybe the disused `sc` appeared because a bunch of code was copied and pasted, I don't know. Anyway, it's a lot tighter code now that I use `sc`. In H5D__chunk_update_old_edge_chunks() and H5D__chunk_delete() I actually expand `sc` and another temporary variable, `pline`, because they're used only in !defined(NDEBUG) code. This squashes unused-variable warnings in the defined(NDEBUG) configuration. Don't drop the `volatile` qualification with a cast in tools/src/h5import/h5import.c.
* Merge pull request #2555 in HDFFV/hdf5 from ↵Dana Robinson2020-04-302-3/+61
|\ | | | | | | | | | | | | ~DEROBINS/hdf5_der:hdf5_1_10_merge to hdf5_1_10 * commit '75507128004be6241befeab95aaf34cfd68a1249': Merged HDFFV-10792 parallel compression fix from develop. This was a manual cherry pick.