summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|
* HDFFV-4359 Add C,HL,CXX filesAllen Byrne2018-03-081-0/+48
|
* HDDFV-10414 correct location of error changeAllen Byrne2018-03-071-91/+91
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-03-0638-127/+183
|\ | | | | | | | | | | | | * commit 'd8723ac1178a69c4dff7164203d999d61c2159bb': Fix for HDFFV-10357 (CVE-2017-17508). Fix for HDFFV-10355 (CVE-2017-17506). Fix for HDFFV-10354 (CVE-2017-17505).
| * Merge branch 'develop' into hdffv_10355Dana Robinson2018-03-063-15/+34
| |\
| | * Merge branch 'develop' into hdffv_10354Dana Robinson2018-03-052-1/+6
| | |\
| | | * Merge pull request #911 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdffv_10357 to ↵Dana Robinson2018-03-051-0/+5
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit 'ce005900d6ad539cc7556ab225b771d24632f4f1': Fix for HDFFV-10357 (CVE-2017-17508).
| | | | * Fix for HDFFV-10357 (CVE-2017-17508).Dana Robinson2018-02-271-0/+5
| | | | |
| | * | | Fix for HDFFV-10354 (CVE-2017-17505).Dana Robinson2018-02-261-15/+29
| | | |/ | | |/|
| * | | Fix for HDFFV-10355 (CVE-2017-17506).Dana Robinson2018-02-2738-113/+150
| |/ /
* | | HDFFV-10414 restore Ctl char - do we really need these anymoreAllen Byrne2018-03-051-89/+89
| | |
* | | HDFFV-10414 change minor error_numberAllen Byrne2018-03-051-101/+101
| |/ |/|
* | Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-1/+1
|/
* Fix for daily test failuresVailin Choi2018-02-144-4/+11
| | | | | | | | Move the declarations for the three arrays of versions from H5Opkg.h: (1) H5O_layout_vers_bounds to H5Dpkg.h (2) H5O_dtype_ver_bounds to H5Tpkg.h (3) H5O_sdspace_ver_bounds to H5Spkg.h This is to fix Windows' complaint for unresolved symbols.
* Merge pull request #876 in HDFFV/hdf5 from ↵Vailin Choi2018-02-1432-968/+1512
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~VCHOI/my_hdf5_fork:bugfix/version_bounds to develop * commit 'b4294d8d3e5937527e9814f23d04df412ebbe770': Added comment for clarification about latest as 1.10. Platforms tested: Linux/64 (jelly) Linux/32 (jam) Fixed typos Platforms tested: Linux/32 (jam) Additional tests Description: - Revised and add more variety to version bound tests per review - Revised gen_bounds.c per review Platforms tested: Linux/64 (jelly) Linux/32 (jam) Darwin (osx1010test) Added gen_bounds Cleaned up per comments in PR# 876 Modifications made based on comments from pull request. Added gen_bounds.c Added gen_bounds.c Fix bounds check for the generation of cache image. Modify usage description for -j and -k options so that it is more informative. Modify h5repack usage so that it is more descriptive. Changes made based on code reviews. Further improvement Fixed comment. Adding data file generator Description: Added gen_bounds.c to generate the following files: - bounds_earliest_latest.h5 - bounds_earliest_v18.h5 - bounds_latest_latest.h5 - bounds_v18_latest.h5 - bounds_v18_v18.h5 for testing the version bounds fix in 1.8 and 1.6. Initial checkin for library version bounds Code changes to provide versioning support when adding to the enumerated defines for H5F_libver_t.
| * Modifications made based on comments from pull request.Vailin Choi2018-02-079-552/+554
| |
| * Fix bounds check for the generation of cache image.Vailin Choi2018-01-223-9/+4
| |
| * Merge branch develop into bugfix/version_boundsVailin Choi2018-01-1214-1052/+1506
| |\
| * | Changes made based on code reviews.Vailin Choi2018-01-1224-103/+305
| | |
| * | Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-12-0833-1383/+1209
| |\ \ | | | | | | | | | | | | Merge from develop.
| * \ \ Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-2711-253/+310
| |\ \ \ | | | | | | | | | | | | | | | Merge from develop to keeep the branch up-to-date.
| * \ \ \ (1) Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-2548-6214/+5783
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (2) Add two new options to h5repack for low and high bounds as in H5Pset_libver_bounds. (3) Modify message pre_copy callbacks so that H5Ocopy can handle version bounds check. (4) Add version bounds check for cache image feature.
| * \ \ \ \ Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-10-173-806/+690
| |\ \ \ \ \
| * | | | | | Initial checkin for library version boundsVailin Choi2017-10-0324-325/+539
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Code changes to provide versioning support when adding to the enumerated defines for H5F_libver_t.
* | | | | | | HDFFV-10345 whitespace correctionsAllen Byrne2018-02-051-10/+10
| | | | | | |
* | | | | | | HDFFV-10345 spelling errorsAllen Byrne2018-02-052-58/+58
| | | | | | |
* | | | | | | HDFFV-10398 add support for Emscriptem build systemAllen Byrne2018-01-301-0/+6
| | | | | | |
* | | | | | | HDFFV-10398 avoid sanitizer failuresAllen Byrne2018-01-301-511/+527
| | | | | | |
* | | | | | | HDFFV-10398 use the target name for custom commandsAllen Byrne2018-01-301-8/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #852 in HDFFV/hdf5 from ↵Allen Byrne2018-01-104-579/+381
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~BYRN/hdf5_adb:bugfix/HDFFV-10361-hdffv-9724-fix-has-duplicated to develop * commit '9c2a9cec1f708039dbc625bcc6827ab64282e065': HDFFV-10361 Correct signatures HDFFV-10361 Update release note for vds prefix HDDFV-10361 combine duplicated prefix utility functions
| * | | | | | HDFFV-10361 Correct signaturesAllen Byrne2018-01-092-19/+17
| | | | | | |
| * | | | | | HDDFV-10361 combine duplicated prefix utility functionsAllen Byrne2018-01-054-579/+383
| | | | | | |
* | | | | | | Snapshot version 1.11 release 2hdftest2018-01-051-2/+2
| | | | | | |
* | | | | | | Snapshot version 1.11 release 1hdftest2018-01-051-2/+2
|/ / / / / /
* | | | | | HDFFV-9724 init var to nullAllen Byrne2017-12-291-1/+1
| | | | | |
* | | | | | HDFFV-9724 prefix of 0 length should be null valueAllen Byrne2017-12-291-1/+1
| | | | | |
* | | | | | HDFFV-9724 Corrected files and verified testsAllen Byrne2017-12-2811-726/+1377
| | | | | |
* | | | | | Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ↵lrknox2017-12-2211-1359/+726
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop" This reverts commit b1223dd653e65e076af92b2dfe236f3704da81c8, reversing changes made to b25f123f5f5e25c1447a6a02861cb7c7265c12f2.
* | | | | | Add HD prefixAllen Byrne2017-12-201-1/+1
| | | | | |
* | | | | | HDFFV-9724 Remove VDS file cache functionalityAllen Byrne2017-12-203-84/+0
| | | | | |
* | | | | | Because of MPI requirements in library ALWAYS add include pathAllen Byrne2017-12-201-12/+0
| | | | | |
* | | | | | HDFFV-9724 Copy efc_open search from Lextern_traverseAllen Byrne2017-12-152-20/+212
| | | | | |
* | | | | | HDFFV-9724 combine efc and vds into one functionAllen Byrne2017-12-132-102/+31
| | | | | |
* | | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-12-137-65/+65
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '758b9667b3e07a7562107f19f7dabee027e5bd53': (41 commits) HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmake removed duplicate exports of DS subroutines removed duplicate exports of DS subroutines Normalization with VOL integration branch. clean-up moved dll export to Module Fixed typo. removed parameters added missing parameter added missing parameter removed duplicate exports of DS subroutines removed fortran comments Various code cleanup Description: - Replaced H5Location::exists with H5Location::nameExists and marked H5Location::exists as deprecated. - Miscellaneous test cleanup for consistency. Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test) exported global variables for windows export var. initialized integer constants Update macros Changed casts to const void * Casted pointers to void to quiet warnings on Linux. Added CHECK_PTR_EQ macro to testhdf5 to quiet cast warnings on Windows. ...
| * | | | | Normalization with VOL integration branch.Dana Robinson2017-12-058-67/+67
| | | | | |
* | | | | | Correct var nameAllen Byrne2017-12-131-4/+4
| | | | | |
* | | | | | Fix VDS file cache var namesAllen Byrne2017-12-132-221/+221
| | | | | |
* | | | | | Added java wrappers and testsAllen Byrne2017-12-121-471/+483
| | | | | |
* | | | | | HDFFV-9724 Initial changes and testAllen Byrne2017-12-118-15/+605
| | | | | |
* | | | | | Changed reference from dl to CMake variableAllen Byrne2017-12-041-2/+2
| | | | | |