Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix MPI test depends | Allen Byrne | 2019-10-23 | 1 | -1/+1 |
| | |||||
* | Update format and fix missing prefix | Allen Byrne | 2019-10-21 | 1 | -185/+112 |
| | |||||
* | Improvements in response to Allen's suggestions. | Larry Knox | 2019-10-09 | 1 | -12/+12 |
| | |||||
* | Corrections and improvements to testh5dump.sh.in changes. | Larry Knox | 2019-10-09 | 1 | -34/+10 |
| | |||||
* | Fix errors in testh5dump.sh tests that grep for reference error messages. | Larry Knox | 2019-10-09 | 1 | -3/+33 |
| | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-10-08 | 12 | -65/+71 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '4c558700ab33934e7358483c5d20fea4823baf9e': Update RELEASE.txt for reference changes Fix reference type comparison in h5dump Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim() Add new H5R API that abstracts object, region and attribute reference types Remove ability to loc by ref from H5VL layer Add support for retrieving object name by token Add H5VL_OBJECT_GET_TYPE to get object type Add H5VL_MAX_TOKEN_SIZE and H5VL_token_t Adapt Jerome's "file info" H5VL 'get' query to retrieve container token info. Fix H5VL_blob_get to return size of blob Add 'blob' callbacks to VOL, along with a native implementation to store them in the global heap, and changed the VL datatype conversion code to use blobs. Remove debugging logic from the new t_bigio test Expanded t_bigio.c to include Jordan's test from HDFFV-10539 Another cleanup pass as suggested by the reviewers. Fix some typos and remove an unused prototype from H5Sprivate.h At the suggestion of the PR reviewers, moved the mpio_create_large_type to H5mpi.c and renamed the function appropriately. Also moved some support functions to set and get the vvalue where we transistion to using derived datatypes. Made code review edit suggested by Jerome, plus various code updates to files that I touched to eliminate compile warnings (on my Linux box). No functional changes, just removed some tab characters Make the initial bug fixes to allow >2GB writes with Independent IO | ||||
| * | Fix reference type comparison in h5dump | Jerome Soumagne | 2019-10-08 | 1 | -1/+5 |
| | | |||||
| * | Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim() | Jerome Soumagne | 2019-10-08 | 12 | -64/+66 |
| | | |||||
* | | Change reference test to grep for specific error | Allen Byrne | 2019-10-07 | 1 | -3/+3 |
|/ | |||||
* | More whitespace changes | Allen Byrne | 2019-10-03 | 2 | -211/+57 |
| | |||||
* | Whitespace cleanup | Allen Byrne | 2019-10-03 | 1 | -159/+157 |
| | |||||
* | HDFFV-10919 merge synching | Allen Byrne | 2019-10-02 | 8 | -301/+189 |
| | |||||
* | HDFFV-10918 add tests for h5repack ext storage | Allen Byrne | 2019-10-01 | 2 | -1/+121 |
| | |||||
* | fix for statement declare of type | Allen Byrne | 2019-09-30 | 1 | -1/+2 |
| | |||||
* | Update versioning to next major version | Allen Byrne | 2019-09-25 | 2 | -2/+4 |
| | |||||
* | Update develop branch version to 1.13.0 after creation of hdf5_1_12 | Larry Knox | 2019-09-25 | 1 | -7/+7 |
| | | | | branch. | ||||
* | Merge branch 'develop' of ↵ | Jacob Smith | 2019-09-24 | 2 | -2/+6 |
|\ | | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into bugfix/repack_external_storage | ||||
| * | Fix missing option and incorrect close | Allen Byrne | 2019-09-24 | 1 | -2/+2 |
| | | |||||
* | | Update to current external file population. | Jacob Smith | 2019-09-24 | 1 | -13/+19 |
| | | |||||
* | | Revert else-if to single line. | Jacob Smith | 2019-09-24 | 1 | -22/+12 |
| | | |||||
* | | Merge branch 'develop' of ↵ | Jacob Smith | 2019-09-23 | 98 | -4847/+6047 |
|\ \ | |/ | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into bugfix/repack_external_storage | ||||
| * | Merge pull request #1936 in HDFFV/hdf5 from ↵ | Dana Robinson | 2019-09-19 | 6 | -59/+62 |
| |\ | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit 'a6930a2bcfd37ea3610baafb608faec883286315': Renamed get/set_time() calls in the tools library to avoid name clash when building static parallel HDF5 w/ static linking to OpenMPI. | ||||
| | * | Renamed get/set_time() calls in the tools library to avoid name | Dana Robinson | 2019-09-19 | 6 | -59/+62 |
| | | | | | | | | | | | | clash when building static parallel HDF5 w/ static linking to OpenMPI. | ||||
| * | | Add missing HD prefix | Allen Byrne | 2019-09-18 | 1 | -1/+1 |
| | | | |||||
| * | | HDFFV-10905 fix test scripts for no zlib | Allen Byrne | 2019-09-17 | 2 | -7/+11 |
| |/ | |||||
| * | HDFFV-10901 add missing config options | Allen Byrne | 2019-09-13 | 2 | -623/+435 |
| | | |||||
| * | use h5test.h | Allen Byrne | 2019-09-05 | 1 | -33/+4 |
| | | |||||
| * | add test library | Allen Byrne | 2019-09-05 | 1 | -2/+2 |
| | | |||||
| * | Correct name and add mingw to 32bit toolchain | Allen Byrne | 2019-09-05 | 1 | -1/+1 |
| | | |||||
| * | Fix build for tools library test | Allen Byrne | 2019-09-05 | 2 | -12/+9 |
| | | |||||
| * | OESS-29 Fix HD prefix in perform and enable test compile | Allen Byrne | 2019-08-27 | 9 | -369/+373 |
| | | |||||
| * | HDFFV-10876 h5dump OPAQUE size should be optional | Allen Byrne | 2019-08-27 | 3 | -18/+17 |
| | | |||||
| * | Add HD prefix | Allen Byrne | 2019-08-27 | 1 | -8/+8 |
| | | |||||
| * | OESS-29 Update HD prefix mostly | Allen Byrne | 2019-08-24 | 4 | -343/+343 |
| | | |||||
| * | Untangle #ifdef mess in ROS3 code. | Dana Robinson | 2019-08-20 | 3 | -30/+27 |
| | | |||||
| * | Add HD prefix to tests | Allen Byrne | 2019-08-15 | 26 | -1371/+1395 |
| | | |||||
| * | Whitespace cleanup | Allen Byrne | 2019-08-15 | 3 | -13/+13 |
| | | |||||
| * | Fix compiler warnings with diabled ROS3 and HDFS VFDs. | Jacob Smith | 2019-08-14 | 3 | -2/+14 |
| | | | | | | | | | | | | Fix misuse of [HD]strncpy and [HD]snprintf. Minor formatting changes. Fix test cleanup issue with java groups example. | ||||
| * | Updated h5trav.c to emit output that doesn't require ddl changes for map | Dana Robinson | 2019-08-13 | 1 | -3/+0 |
| | | | | | | | | support. | ||||
| * | Added the map (H5M) API | Dana Robinson | 2019-08-13 | 6 | -0/+11 |
| | | |||||
| * | Merge reconciliation and VFD test fixes | Allen Byrne | 2019-08-04 | 7 | -18/+128 |
| | | |||||
| * | Fix VFD tests and repack | Allen Byrne | 2019-08-03 | 2 | -40/+83 |
| | | |||||
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-07-29 | 26 | -192/+2798 |
| |\ | | | | | | | | | | | | | | | | | | | | | | * commit 'f97e11e7635a0cd8728d4604ca5dceb3925ba44c': Update comment and check for strtoumax. Modify CMakeLists.txt file for renamed h5tools_test_utils files. Add HD to string functions. Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers. Squashed commit of the following: | ||||
| | * | Modify CMakeLists.txt file for renamed h5tools_test_utils files. | Larry Knox | 2019-07-26 | 1 | -1/+1 |
| | | | |||||
| | * | Add HD to string functions. | Larry Knox | 2019-07-26 | 2 | -14/+13 |
| | | | | | | | | | | | | | | | | | | Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers. | ||||
| | * | Squashed commit of the following: | Larry Knox | 2019-07-25 | 26 | -192/+2799 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge changes from update_merged_S3_HDFS branch into develop. commit d5034315aea88629929ac0c9c59ebfafd5f21a31 Merge: 9c48823 d3fdcd8 Author: Larry Knox <lrknox@hdfgroup.org> Date: Thu Jul 25 08:24:53 2019 -0500 Merge branch 'develop' into update_merged_S3_HDFS | ||||
| * | | Update libvers usage | Allen Byrne | 2019-07-28 | 2 | -2/+4 |
| | | | |||||
| * | | Correct generator and add HD prefix | Allen Byrne | 2019-07-26 | 1 | -14/+4 |
| | | | |||||
| * | | HDFFV-10529 Update CMake tests to use test fixtures | Allen Byrne | 2019-07-23 | 18 | -1920/+449 |
| |/ | |||||
| * | Add missing target root path, check other export macro | Allen Byrne | 2019-07-17 | 1 | -21/+25 |
| | |