Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILE | Jerome Soumagne | 2019-11-27 | 1 | -1/+1 |
| | | | | Remove H5F__get_file_id() and use only private routine instead | ||||
* | Implement H5VLget_file_type() to return a copy of a datatype with the | Neil Fortner | 2019-11-08 | 1 | -1/+4 |
| | | | | | | | | | | | location set to be in a file. Only meant to be used by VOL connectors. Implement H5VLpeek_connector_id() to support connectors querying their own IDs. Fix app_ref with connector IDs in a couple places (external VOLs registered as default through ENV should be visible to the application). Modify vlen and reference interfaces to work with arbitrary VOL connectors. Implement file "post open" specific callback, to enable connectors to update their file structs after a wrap context has been set. | ||||
* | Add 'blob' callbacks to VOL, along with a native implementation to store them | Quincey Koziol | 2019-10-08 | 1 | -4/+8 |
| | | | | | | | in the global heap, and changed the VL datatype conversion code to use blobs. Move encode/decode of sequence lengths into VL datatype callbacks, from native VOL blob routines. | ||||
* | Marked up H5Fget/set_mpi_atomicity() to use the VOL. | Dana Robinson | 2019-09-27 | 1 | -0/+2 |
| | |||||
* | Move ext_path field in H5F_t to H5F_shared_t. | Vailin Choi | 2019-08-31 | 1 | -1/+1 |
| | | | | Remove unused routine H5F_set_coll_md_read(). | ||||
* | Move coll_md_read and coll_md_write fields in H5F_t to H5F_shared_t. | Vailin Choi | 2019-08-31 | 1 | -1/+1 |
| | |||||
* | Added H5Pset/get_mpi_params calls and unified them with the MPI-I/O | Dana Robinson | 2019-08-26 | 1 | -0/+4 |
| | | | | VFD info in H5FDmpio.c. | ||||
* | Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match | Quincey Koziol | 2019-08-22 | 1 | -9/+9 |
| | | | | naming convention for shared structs in rest of library data structures. | ||||
* | Begin converting the H5MF interface to use shared file pointers instead | Quincey Koziol | 2019-08-21 | 1 | -0/+1 |
| | | | | of top file pointers. | ||||
* | Begin converting dataset code to use shared file pointer instead of top file | Quincey Koziol | 2019-08-20 | 1 | -0/+2 |
| | | | | pointer. | ||||
* | First pass of converting H5PB_* routines to use shared file pointers. | Quincey Koziol | 2019-08-19 | 1 | -0/+7 |
| | |||||
* | Partial H5F__accum_* routines. | Quincey Koziol | 2019-08-19 | 1 | -0/+1 |
| | |||||
* | Fix H5F_get_file_id and H5F__get_file_id to take app_ref parameter | Jerome Soumagne | 2019-08-14 | 1 | -1/+1 |
| | | | | Fix app_ref_count from being incremented when private routines are used | ||||
* | Merge pull request #8 in ~VCHOI/my_third_fork from develop to ↵ | Vailin Choi | 2019-06-24 | 1 | -8/+8 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix/new_shutdown_fsm * commit '35fd0ec8ceffe96cee352187154da15c967fb990': Updated H5Tcopy() to get the dataset's datatype through the VOL when that is passed in as the object ID. Fix fortran test and test library linking Update GCC 6 & 7 flags for CMake builds Move -Wnormalized down into GCC 6.x flags Put the memcpy overlap check back into H5MM. Fixed the heap overflow in t_filters_parallel Fixed some low-hanging fruit from -fsanitize in t_filters_parallel. Add lib dir for testing plugins Add support for GCC 7.x warnings, update warnhist script to account for them, clean up warnings. Add H5_HLDLL prefix for windows link HDFFV-10805 cleanup examples and test code Fix minor typo in H5S_select_iter_release Add missing fortran mods HDFFV-10805 Fix test of library libinfo Cleanup possible CMake target conflicts Correct CMake issues | ||||
| * | Add support for GCC 7.x warnings, update warnhist script to account for them, | Quincey Koziol | 2019-06-21 | 1 | -8/+8 |
| | | | | | | | | clean up warnings. | ||||
* | | Checkin for new shutting down free-space manager. | Vailin Choi | 2019-06-20 | 1 | -6/+3 |
|/ | |||||
* | Minor fix: removal of unnecessary enum values. | Songyu Lu | 2019-04-10 | 1 | -3/+1 |
| | |||||
* | Minor fixes: updating the test vds_env.c according to the set up of vds.c. | Songyu Lu | 2019-04-10 | 1 | -1/+1 |
| | |||||
* | HDFFV-10658 - setting and getting properties in API context: | Songyu Lu | 2019-04-09 | 1 | -2/+5 |
| | | | | | 1. switched to use the existing H5F_prefix_open_t for enum type; 2. put the common private function used by external.c and external_env.c into external_common.c | ||||
* | - Added H5MMprivate.h #includes where needed | Dana Robinson | 2019-03-16 | 1 | -0/+1 |
| | | | | | - Added casts to quiet H5MM_memcpy warnings - Removed char * casts from HDmemcpy | ||||
* | Added an H5MM_memcpy call that checks for buffer overlap. | Dana Robinson | 2019-03-16 | 1 | -2/+2 |
| | |||||
* | Merge branch 'develop' of ↵ | Jacob Smith | 2018-12-19 | 1 | -2/+0 |
|\ | | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into dset_ohdr_minimize | ||||
| * | Clear driver properties before returning them to application. | Quincey Koziol | 2018-12-19 | 1 | -2/+0 |
| | | | | | | | | | | Move write_tracking and page_size properties to be inside the core VFD's driver properties. | ||||
* | | Move H5Fset_dset_no_attrs_hint VOL operations to native. | Jacob Smith | 2018-12-18 | 1 | -2/+2 |
| | | | | | | | | | | Move minimzied object header tests from separate file to test/ohdr.c Some formatting changes. | ||||
* | | add missing paramter - macro seemingly unused, but absence results in ↵ | Jacob Smith | 2018-12-13 | 1 | -1/+1 |
| | | | | | | | | compiler complaint | ||||
* | | fix reference; move declaration in file | Jacob Smith | 2018-12-13 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-12 | 1 | -8/+12 |
|\ \ | |/ | |||||
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-11-18 | 1 | -1/+1 |
| |\ | | | | | | | | | | stackable_vol | ||||
| | * | Renamed h5repart's -family_to_sec2 to -family_to_single. | Dana Robinson | 2018-11-14 | 1 | -1/+1 |
| | | | |||||
| * | | Switch driver | plugin => connector. | Quincey Koziol | 2018-11-04 | 1 | -1/+1 |
| | | | |||||
| * | | Squashed commit of private branch changes to support stackable VOL plugins. | Quincey Koziol | 2018-10-25 | 1 | -1/+2 |
| |/ | | | | | | | modified: test/dsets.c | ||||
| * | VOL FEATURE | Dana Robinson | 2018-10-10 | 1 | -3/+4 |
| | | |||||
| * | Remainder of vol_normalization changes (dataset, attribute, files, objects). | Dana Robinson | 2018-09-24 | 1 | -3/+2 |
| | | |||||
* | | Change H5F internals access | Jacob Smith | 2018-09-14 | 1 | -0/+3 |
|/ | |||||
* | Fixed HDFFV-10404 | Binh-Minh Ribler | 2018-07-13 | 1 | -1/+1 |
| | | | | | | | | | Description: Applied the typo fixes from user's report. The previous pull request couldn't be merged because it was too old, and it was too complicated for me to resolve conflicts. Platform tested: Linux/64 (jelly) - very minor | ||||
* | Revert "Merge pull request #1116 in HDFFV/hdf5 from ↵ | hdftest | 2018-06-24 | 1 | -1/+1 |
| | | | | | | | ~HDFTEST/hdf5_hft:hdf5_1_10 to develop" This reverts commit e9f476dad47ce593f13dacb77b1cc664d1f24e7b, reversing changes made to 2ff00b1b937ebe36ac6ddf590c16a4c27fc0b053. | ||||
* | Merge branch 'develop' into hdf5_1_10.sync | M. Scot Breitenfeld | 2018-06-14 | 1 | -9/+5 |
|\ | |||||
| * | Normalization with vol_integration branch. | Dana Robinson | 2018-06-07 | 1 | -9/+5 |
| | | |||||
* | | Fixed libver bounds underscore issue | M. Scot Breitenfeld | 2018-05-11 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'develop' into hdf5_1_10.sync | M. Scot Breitenfeld | 2018-05-08 | 1 | -30/+22 |
|\ \ | |/ | |||||
| * | Merge remote-tracking branch 'origin/develop' into merge_func_enter_vol | Quincey Koziol | 2018-04-01 | 1 | -0/+1 |
| |\ | |||||
| | * | Created internal functions for a couple of H5F calls. | Dana Robinson | 2018-03-30 | 1 | -0/+2 |
| | | | |||||
| * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-03-18 | 1 | -239/+237 |
| |\ \ | | |/ | | | | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros | ||||
| * | | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 1 | -26/+12 |
| | | | |||||
* | | | Merge pull request #943 in HDFFV/hdf5 from develop to hdf5_1_10 | Larry Knox | 2018-03-13 | 1 | -0/+4 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '9247388c3d14510341ea3f07847ce2cbb6e44a8e': Rework new tests into one macro Added a "won't fix" RELEASE.txt entry for HDFFV-10356. Fix CMake test names Fixed typo Add release note for HDFFFV-10397. Added a fix for HDFFV-10358. Fixed documentation Description: - Updated the description of copy constructor for clarification. - Removed unnecessary comments. Platforms tested: Linux/64 (jelly) Enhancement to the tool h5clear (HDFFV-10360) Fix for HDFFV-10209 VDS SWMR test failure Free the object header when there are chksum retries. | ||||
| * | | Enhancement to the tool h5clear (HDFFV-10360) | Vailin Choi | 2018-03-12 | 1 | -0/+4 |
| | | | |||||
| * | | Modifications made based on comments from pull request. | Vailin Choi | 2018-02-07 | 1 | -5/+5 |
| | | | |||||
| * | | Merge branch develop into bugfix/version_bounds | Vailin Choi | 2018-01-12 | 1 | -210/+214 |
| |\ \ | |||||
| | * | | HDFFV-10361 Correct signatures | Allen Byrne | 2018-01-09 | 1 | -3/+1 |
| | | | | |||||
| | * | | HDDFV-10361 combine duplicated prefix utility functions | Allen Byrne | 2018-01-05 | 1 | -0/+6 |
| | | | |