Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port PR #291 to 1.10 branch: Allow using virtual datasets in files opened ↵ | Neil Fortner | 2021-02-08 | 1 | -1/+29 |
| | | | | | | | | | | with H5F_CLOSE_SEMI and H5F_CLOSE_STRONG (#323) * Modify VDS code to always open source files with H5F_CLOSE_WEAK close (#291) degree. Add test cases to VDS test for this, and reduce the amount of output from that test. * Run formatter on H5Dvirtual.c and test/vds.c | ||||
* | 1 10 merges from develop (#298) | Allen Byrne | 2021-02-04 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | * HDFFV-10865 - merge from dev, HDFArray perf fix. * Remove duplicate setting * Whitespace changes after clang format * Undo version 11 clang format changes * Merge CMake changes from develop * test testing script merge from develop * Update supported platforms | ||||
* | 1 10 Whitespace changes after clang-format run (#287) | Allen Byrne | 2021-01-29 | 8 | -35/+35 |
| | | | | | | | | | * HDFFV-10865 - merge from dev, HDFArray perf fix. * Remove duplicate setting * Whitespace changes after clang format * Undo version 11 clang format changes | ||||
* | Improve performance of multiple calls to H5Sget_select_elem_pointlist (#270) ↵ | Neil Fortner | 2021-01-22 | 2 | -7/+31 |
| | | | | | | | | | | | (#276) * Cache the pointer to the next point to process after the last call to H5S__get_select_elem_pointlist. This allows the normal process of iterating over the points in batches to be much more efficient, as the library does not need to traverse the entirety of the preceding points every time the funciton is re-entered. * Update RELEASE.txt for point selection iteration performance fix. | ||||
* | Add doxygen framework for CMake and autotools (#90) | Allen Byrne | 2020-11-20 | 2 | -2/+46 |
| | |||||
* | Fix spelling of metadata | Larry Knox | 2020-11-13 | 1 | -1/+1 |
| | |||||
* | Whitespace changes | Allen Byrne | 2020-10-19 | 4 | -23/+23 |
| | |||||
* | OESS-98 add CMake option to build plugins project within hdf5 | Allen Byrne | 2020-10-16 | 1 | -22/+22 |
| | |||||
* | Mostly whitespace and comment cleanup. (#39) | Allen Byrne | 2020-10-15 | 15 | -244/+238 |
| | |||||
* | Merge from develop and 1.12 | Allen Byrne | 2020-10-08 | 25 | -6016/+6050 |
| | | | | Comments and whitespace No cache, select or file-locking changes | ||||
* | h5repacktest VFD fix and formatting changes | Allen Byrne | 2020-10-05 | 1 | -2/+2 |
| | |||||
* | Source formatted | Allen Byrne | 2020-10-01 | 453 | -98612/+92085 |
| | |||||
* | Merge of clang-format changes from develop | Allen Byrne | 2020-09-30 | 24 | -4074/+4158 |
| | |||||
* | Fixed errant comma | Dana Robinson | 2020-09-03 | 1 | -1/+1 |
| | |||||
* | Brings Quincey's parallel collective MD write bugfix from develop | Dana Robinson | 2020-09-03 | 8 | -231/+25 |
| | |||||
* | Moves some H5S iterator symbols to H5Sprivate.h | Dana Robinson | 2020-08-27 | 2 | -29/+29 |
| | | | | | These only need to be public in VOL branches and they show up on the binary compatibility report. It's better to hide them. | ||||
* | Removes unused H5I_SPACE_SEL_ITER value from H5I_type_t | Dana Robinson | 2020-08-27 | 11 | -20/+0 |
| | |||||
* | Adds helpful error messages to the HDFS VFD stubs. | Dana Robinson | 2020-08-26 | 1 | -2/+14 |
| | |||||
* | Adds binary compatibility HDFS VFD stubs. | Dana Robinson | 2020-08-26 | 2 | -3/+39 |
| | |||||
* | Fixes issues with HDFS VFD. | Dana Robinson | 2020-08-24 | 2 | -11/+22 |
| | | | | | | | - Warning from hdfs.h interpreted as an error under gcc - Incorrect order of headers results inn incorrect initialization - <hdfs.h> not "hdfs.h" - Other misc tidying | ||||
* | Update version to 1.8.0-1 for CMake test failure. | Larry Knox | 2020-08-24 | 1 | -2/+2 |
| | | | | | | | | | | | if (H5_VERS_SUBRELEASE) set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}-${H5_VERS_SUBRELEASE}") else () if (${H5_VERS_SUBRELEASE} STREQUAL "") set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}") else () set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}-${H5_VERS_SUBRELEASE}") endif () | ||||
* | Brings the MPI datatype fixes from develop | Dana Robinson | 2020-08-22 | 1 | -54/+60 |
| | |||||
* | Add missing mirror files | Allen Byrne | 2020-08-21 | 1 | -0/+3 |
| | |||||
* | Add missing '-'. | Larry Knox | 2020-08-19 | 1 | -1/+1 |
| | |||||
* | Updated HDF5 1.10 support branch version number to 1.10.8-0 | Larry Knox | 2020-08-19 | 1 | -3/+3 |
| | |||||
* | Fixed one last trailing whitespace character | Dana Robinson | 2020-08-18 | 1 | -1/+1 |
| | |||||
* | Fixed trailing whitespace from revert. | Dana Robinson | 2020-08-18 | 3 | -31/+31 |
| | |||||
* | Revert "Don't track file offset position when using pread / pwrite." | Dana Robinson | 2020-08-18 | 4 | -80/+32 |
| | | | | This reverts commit 9e5a68214a5e40bb8e43c5ec2a928dc70e8a6017. | ||||
* | Adds missing HDstrtoumax for S3 VFD | Dana Robinson | 2020-08-18 | 1 | -0/+3 |
| | |||||
* | Merge of develop PRs to 1.10 | Dana Robinson | 2020-08-18 | 5 | -97/+155 |
| | |||||
* | Merge pull request #2799 in HDFFV/hdf5 from ↵ | Larry Knox | 2020-08-18 | 1 | -0/+4 |
|\ | | | | | | | | | | | | | ~BMRIBLER/hdf5_bmr2020:hdf5_bmr2020_addrsani_110 to hdf5_1_10 * commit 'ede1b9b1dd53caad6dfce8ec7bc4aa7b3dbce62c': Fix HDFFV-11101 | ||||
| * | Fix HDFFV-11101 | Binh-Minh Ribler | 2020-08-18 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | Description Added initialization to local structs in the src function H5MF_settle_raw_data_fsm() and the test function test_bt2_hdr_fd() to prevent the following error in two different occurrences: MemorySanitizer: use-of-uninitialized-value Platforms tested: Linux/64 (jelly) | ||||
* | | Merge pull request #2772 in HDFFV/hdf5 from ↵ | Larry Knox | 2020-08-18 | 3 | -13/+92 |
|\ \ | |/ |/| | | | | | | | | | | | ~BMRIBLER/hdf5_bmr:hdf5_bmr_HDFFV-10933_110 to hdf5_1_10 * commit '538bdb35ae932a1445f32a04e8173f8805d404f8': Updated for HDFFV-10933 Fixed HDFFV-10933 | ||||
| * | Fixed HDFFV-10933 | Binh-Minh Ribler | 2020-08-14 | 3 | -13/+92 |
| | | | | | | | | | | | | | | | | | | | | | | Description: Fixed to allow the creation of a dataset when the combination of type, space, etc doesn't work for filter and the filter is optional. Currently, it was supposed to be skipped as indicated in the documentation, but it was not skipped and the creation failed. The function H5Z_ignore_filters was added and used in H5D__create. Platforms tested: Linux/64 (jelly) | ||||
* | | Brings H5Fstart_swmr_write changes from develop | Dana Robinson | 2020-08-18 | 4 | -7/+36 |
| | | |||||
* | | Merge branch 'hdf5_1_10' into h5f_start_swmr_write_locks | Dana Robinson | 2020-08-18 | 10 | -787/+2305 |
|\ \ | |||||
| * \ | Merge pull request #2789 in HDFFV/hdf5 from ↵ | Dana Robinson | 2020-08-18 | 10 | -787/+2305 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5ac_skiplist_optimization_1_10 to hdf5_1_10 * commit '90fa429c015649fee878530817e503393e9f269c': Brings the MDC skiplist optimizations from develop | ||||
| | * | | Brings the MDC skiplist optimizations from develop | Dana Robinson | 2020-08-17 | 10 | -787/+2305 |
| | | | | |||||
* | | | | Merge branch 'hdf5_1_10' into h5f_start_swmr_write_locks | Dana Robinson | 2020-08-17 | 4 | -2425/+1310 |
|\ \ \ \ | |/ / / | |||||
| * | | | Brings over S3 and HDFS VFD changes from develop | Dana Robinson | 2020-08-17 | 4 | -2425/+1310 |
| |/ / | |||||
* | | | Adds fix for H5Fstart_swmr_write lock issue | Dana Robinson | 2020-08-17 | 2 | -4/+16 |
|/ / | | | | | | | Needs a final review pass. | ||||
* | | Removes email and Modifications sections | Dana Robinson | 2020-08-17 | 80 | -670/+202 |
| | | |||||
* | | Minor normalizations with develop | Dana Robinson | 2020-08-16 | 66 | -985/+472 |
| | | |||||
* | | Minor normalizations with develop | Dana Robinson | 2020-08-16 | 100 | -1867/+1509 |
| | | |||||
* | | Normalizations with develop | Dana Robinson | 2020-08-16 | 43 | -373/+276 |
| | | |||||
* | | Even more normalization with develop | Dana Robinson | 2020-08-15 | 15 | -165/+101 |
| | | |||||
* | | More normalizations with develop | Dana Robinson | 2020-08-15 | 1 | -22/+18 |
| | | |||||
* | | Misc normalizations with develop | Dana Robinson | 2020-08-15 | 2 | -57/+35 |
| | | |||||
* | | Brings monotonic timer changes from develop | Dana Robinson | 2020-08-15 | 10 | -725/+1182 |
| | | |||||
* | | Brings Mirror VFD to 1.10 from develop | Dana Robinson | 2020-08-14 | 8 | -1/+2494 |
| | |