Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01 | Quincey Koziol | 2020-08-07 | 1 | -0/+127 |
|\ | |||||
| * | Squash merge of file locking fixes | Dana Robinson | 2020-08-03 | 1 | -0/+127 |
| | | |||||
* | | Switch H5VM inline routines back to single underscope and put a comment in ↵ | Quincey Koziol | 2020-08-06 | 1 | -11/+11 |
| | | | | | | | | their header about this naming | ||||
* | | Clean up private / package / static namespace issues (function naming, which | Quincey Koziol | 2020-08-06 | 1 | -110/+54 |
|/ | | | | | | header file, FUNC_ENTER / LEAVE, etc). Removed remaining personal email addresses from library source code (still needs cleaned from other directories). Misc. warning, style, and whitespace cleanup. | ||||
* | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 1 | -1/+1 |
| | |||||
* | H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables and | David Young | 2020-02-10 | 1 | -1/+2 |
| | | | | parameters that are unused under some configurations. | ||||
* | Updated the 'const memory free' changes based on PR feedback. | Dana Robinson | 2020-01-31 | 1 | -17/+4 |
| | |||||
* | Added a free wrapper that lets us free constant pointers without | Dana Robinson | 2020-01-30 | 1 | -7/+10 |
| | | | | | | | generating warnings. Also, brought the const-ness of the VOL connector info in line with the VFD info (not visible externally). | ||||
* | merge and fix conflict | kmu | 2020-01-19 | 1 | -1/+1 |
|\ | |||||
* | | fix unused related warnings | kmu | 2020-01-13 | 1 | -4/+4 |
|/ | |||||
* | Added H5Pset/get_mpi_params calls and unified them with the MPI-I/O | Dana Robinson | 2019-08-26 | 1 | -15/+529 |
| | | | | VFD info in H5FDmpio.c. | ||||
* | Cleaned up misc warnings. | Dana Robinson | 2019-06-29 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/develop' into env_vol_load | Quincey Koziol | 2019-04-03 | 1 | -10/+10 |
|\ | |||||
| * | Added an H5MM_memcpy call that checks for buffer overlap. | Dana Robinson | 2019-03-16 | 1 | -10/+10 |
| | | |||||
* | | Specify the default VOL connector to use with an environment variable. | Quincey Koziol | 2019-03-10 | 1 | -0/+37 |
|/ | | | | | | | | This implicitly adds support for changing the VOL connector for command-line tools or any application linked with the library. Also, add 'make check-vol' support for all directories, clearing up necessary issues in testing scripts, etc. | ||||
* | Revise "management" VOL callbacks into 'info' and object 'wrap / retrieval' | Quincey Koziol | 2019-02-23 | 1 | -1/+1 |
| | | | | classes. | ||||
* | Moved private native VOL connector functions to H5VLnative_private.h. | Dana Robinson | 2018-12-20 | 1 | -1/+1 |
| | |||||
* | Clear driver properties before returning them to application. | Quincey Koziol | 2018-12-19 | 1 | -107/+0 |
| | | | | | Move write_tracking and page_size properties to be inside the core VFD's driver properties. | ||||
* | Refactor infrastructure for setting FAPL information from environment | Quincey Koziol | 2018-11-28 | 1 | -3/+3 |
| | | | | | | variables during testing, including connecting native, pass-through, and dynamically loaded VOL connectors. Also bring native and pass-through VOL connectors into alignment, removing the "H5VLnative_private.h" header. | ||||
* | Added 'notify' callback for async requests; switched VOL class and info | Quincey Koziol | 2018-11-28 | 1 | -4/+10 |
| | | | | | | comparison to return comparison value as parameter, so they can return error values; "cancelled" -> "canceled"; switched order of 'wrap_object' and 'free_wrap_ctx' management callbacks. | ||||
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-11-18 | 1 | -7/+8 |
|\ | | | | | | | stackable_vol | ||||
| * | Renamed h5repart's -family_to_sec2 to -family_to_single. | Dana Robinson | 2018-11-14 | 1 | -7/+8 |
| | | |||||
* | | Add VOL connector info to the flie access property list returned from | Quincey Koziol | 2018-11-18 | 1 | -106/+7 |
| | | | | | | | | H5Fget_access_plist(). Also, other misc. cleanups, etc. | ||||
* | | Switch driver | plugin => connector. | Quincey Koziol | 2018-11-04 | 1 | -119/+119 |
| | | |||||
* | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-10-25 | 1 | -2/+2 |
|\ \ | |/ | | | | | stackable_vol | ||||
| * | Split H5VLnative.h into public and private files and updated | Dana Robinson | 2018-10-20 | 1 | -1/+1 |
| | | |||||
* | | Squashed commit of private branch changes to support stackable VOL plugins. | Quincey Koziol | 2018-10-25 | 1 | -165/+171 |
|/ | | | | modified: test/dsets.c | ||||
* | VOL FEATURE | Dana Robinson | 2018-10-10 | 1 | -0/+523 |
| | |||||
* | Normalization with vol_integration (property lists, file drivers, | Dana Robinson | 2018-09-21 | 1 | -129/+129 |
| | | | | other misc). | ||||
* | Fixed HDFFV-10404 | Binh-Minh Ribler | 2018-07-13 | 1 | -10/+10 |
| | | | | | | | | | 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 | -11/+11 |
| | | | | | | | ~HDFTEST/hdf5_hft:hdf5_1_10 to develop" This reverts commit e9f476dad47ce593f13dacb77b1cc664d1f24e7b, reversing changes made to 2ff00b1b937ebe36ac6ddf590c16a4c27fc0b053. | ||||
* | Merge pull request #943 in HDFFV/hdf5 from develop to hdf5_1_10 | Larry Knox | 2018-03-13 | 1 | -0/+21 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | * 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/+21 |
| | | |||||
| * | HDDFV-10414 correct location of error change | Allen Byrne | 2018-03-07 | 1 | -91/+91 |
| | | |||||
| * | HDFFV-10414 restore Ctl char - do we really need these anymore | Allen Byrne | 2018-03-05 | 1 | -89/+89 |
| | | |||||
| * | HDFFV-10414 change minor error_number | Allen Byrne | 2018-03-05 | 1 | -101/+101 |
| | | |||||
| * | Modifications made based on comments from pull request. | Vailin Choi | 2018-02-07 | 1 | -18/+18 |
| | | |||||
| * | Merge branch develop into bugfix/version_bounds | Vailin Choi | 2018-01-12 | 1 | -469/+470 |
| |\ | |||||
| * \ | Merge branch 'develop' into bugfix/version_bounds | Vailin Choi | 2017-12-08 | 1 | -15/+13 |
| |\ \ | | | | | | | | | | | | | Merge from develop. | ||||
| * | | | Initial checkin for library version bounds | Vailin Choi | 2017-10-03 | 1 | -33/+145 |
| | | | | | | | | | | | | | | | | Code changes to provide versioning support when adding to the enumerated defines for H5F_libver_t. | ||||
* | | | | Needs to sync with lib version and Sencode. | M. Scot Breitenfeld | 2018-03-07 | 1 | -121/+234 |
| | | | | |||||
* | | | | synced with develop | M. Scot Breitenfeld | 2018-01-05 | 1 | -469/+469 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | HDFFV-9724 Corrected files and verified tests | Allen Byrne | 2017-12-28 | 1 | -469/+469 |
| | | | | |||||
| * | | | Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ↵ | lrknox | 2017-12-22 | 1 | -469/+469 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop" This reverts commit b1223dd653e65e076af92b2dfe236f3704da81c8, reversing changes made to b25f123f5f5e25c1447a6a02861cb7c7265c12f2. | ||||
| * | | | HDFFV-9724 Remove VDS file cache functionality | Allen Byrne | 2017-12-20 | 1 | -81/+0 |
| | | | | |||||
| * | | | Fix VDS file cache var names | Allen Byrne | 2017-12-13 | 1 | -9/+9 |
| | | | | |||||
| * | | | Added java wrappers and tests | Allen Byrne | 2017-12-12 | 1 | -471/+483 |
| | | | | |||||
| * | | | HDFFV-9724 Initial changes and test | Allen Byrne | 2017-12-11 | 1 | -0/+69 |
| | |/ | |/| | |||||
* | | | Merge branch 'develop' into hdf5_1_10 | M. Scot Breitenfeld | 2017-12-12 | 1 | -15/+13 |
|\ \ \ | |/ / | |||||
| * | | Normalization with VOL integration branch. | Dana Robinson | 2017-12-01 | 1 | -2/+2 |
| | | |