Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Basic alignment with async branch (#115) (#137) | Quincey Koziol | 2020-11-30 | 1 | -5/+5 |
| | | | | | | | * Basic alignment with async branch - trivial changes to reduce clutter in overall diff. * Update minor error code to reflect change within library * Update the error output to match library | ||||
* | Merge changes from develop | Allen Byrne | 2020-10-08 | 1 | -0/+4 |
| | | | | | Comments and whitespace Skip file-locking and cache changes | ||||
* | Source formatted | Allen Byrne | 2020-10-01 | 1 | -808/+799 |
| | |||||
* | Add clang-format changes from develop. | Allen Byrne | 2020-09-28 | 1 | -3/+3 |
| | |||||
* | Remove redundant calls to set the metadata cache tag | Quincey Koziol | 2020-08-27 | 1 | -22/+22 |
| | |||||
* | Switch H5VM inline routines back to single underscope and put a comment in ↵ | Quincey Koziol | 2020-08-22 | 1 | -1/+1 |
| | | | | their header about this naming | ||||
* | Clean up private / package / static namespace issues (function naming, which | Quincey Koziol | 2020-08-22 | 1 | -22/+14 |
| | | | | | | 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. | ||||
* | Sync with develop | Dana Robinson | 2020-08-01 | 1 | -2/+3 |
| | |||||
* | Whitespace cleanup | Allen Byrne | 2020-05-13 | 1 | -104/+104 |
| | |||||
* | Merge pull request #2094 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/unused to develop | Kimmy Mu | 2020-01-28 | 1 | -1/+1 |
| | | | | | | | | | | | * commit '145ef3ceee20c28a443bd11507c58858bea3f889': more cleanup change it back pick up missing piece fix unused related warnings removed unused parameter more fix and address comments remove unsed var,function,macro, etc | ||||
* | Yanked -Wc++-compat from the flags used to build the C library in both | Dana Robinson | 2019-12-16 | 1 | -24/+24 |
| | | | | the Autotools and CMake. | ||||
* | 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. | ||||
* | Small tidy up. | Quincey Koziol | 2019-08-21 | 1 | -10/+8 |
| | |||||
* | Progress toward movig H5MF* API to use shared file pointers instead of top | Quincey Koziol | 2019-08-21 | 1 | -37/+34 |
| | | | | file pointers. | ||||
* | Progress on moving the H5MF* interface to using shared file pointers instead of | Quincey Koziol | 2019-08-21 | 1 | -39/+38 |
| | | | | top file pointers. | ||||
* | Begin converting the H5MF interface to use shared file pointers instead | Quincey Koziol | 2019-08-21 | 1 | -50/+54 |
| | | | | of top file pointers. | ||||
* | Finish converting H5PB_* routines to use shared file pointer, instead of top | Quincey Koziol | 2019-08-20 | 1 | -1/+1 |
| | | | | file pointer. | ||||
* | Rest of changes for 'top' file pointer to 'shared' file pointer for H5F__accum | Quincey Koziol | 2019-08-19 | 1 | -3/+2 |
| | | | | routines. | ||||
* | (1) Add/remove comments. | Vailin Choi | 2019-06-27 | 1 | -92/+32 |
| | | | | | | | | | | | (2) A temporary fix to address the test/objcopy.c: test_copy_group_deep() test failure with the family driver. The test failure occurs with these configurations in objcopy.c: --with shared src messages (CONFIG_SHARE_SRC) --without shared dst messages (CONFIG_SHARE_DST) --with latest format for source file (CONFIG_SRC_NEW_FORMAT) --without dense attributes (CONFIG_DENSE) --with latest format for destination file (CONFIG_DST_NEW_FORMAT) The temporary fix is in src/H5MFaggr.c (see comments above #ifdef REPLACE/#endif). | ||||
* | Merge branch 'develop' of ↵ | Vailin Choi | 2019-06-26 | 1 | -0/+3 |
|\ | | | | | | | https://bitbucket.hdfgroup.org/scm/~vchoi/my_third_fork into bugfix/new_shutdown_fsm | ||||
| * | Fix for HDFFV-10808 H5Pset_file_space_strategy succeeds when using ↵ | Vailin Choi | 2019-06-24 | 1 | -0/+3 |
| | | | | | | | | | | | | | | H5Pset_libver_bounds v18,v18. Fails file creation when non-default free-space info is set in fcpl and the library version high bound is less than v110 because free-space info message is introduced in library release v110. | ||||
* | | Checkin for new shutting down free-space manager. | Vailin Choi | 2019-06-20 | 1 | -374/+108 |
|/ | |||||
* | Normalization with vol_integration (test code and H5Xtest.c) | Dana Robinson | 2018-09-20 | 1 | -0/+3 |
| | |||||
* | Merge branch 'develop' of ↵ | Larry Knox | 2018-07-18 | 1 | -11/+11 |
|\ | | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop | ||||
| * | Fixed HDFFV-10404 | Binh-Minh Ribler | 2018-07-13 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Apply Cygwin pathches from Marco Atzeri. | Larry Knox | 2018-07-18 | 1 | -9/+9 |
|/ | | | | Commit Joe Lee's typo corrections for src/H5MF.c. | ||||
* | Normalize with vol_integration. | Dana Robinson | 2018-05-29 | 1 | -93/+106 |
| | |||||
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-03-18 | 1 | -3/+1 |
|\ | | | | | | | | | | | 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 | -474/+336 |
|/ | |||||
* | Fixed misc Warnings flagged by VS2017. | Dana Robinson | 2017-11-27 | 1 | -1/+4 |
| | |||||
* | Style cleanups and misc. bugfixes discovered during full SWMR development. | Quincey Koziol | 2017-09-23 | 1 | -0/+1 |
| | |||||
* | Changes made based on RFC review comments | Vailin Choi | 2017-07-18 | 1 | -1/+1 |
| | | | | Test the changes in a branch via daily testing. | ||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 1 | -6/+4 |
| | | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file. | ||||
* | Checkin of additions to cache image parallel test code and | mainzer | 2017-03-16 | 1 | -0/+6 |
| | | | | | | | | | | | | associated bug fixes. Also, modifications to H5PB_dest() to flush the page buffer before destroying the page buffer. This is necessary, as when persistant free space managers are enabled, the page buffer will typically contain dirty FSM data at page buffer destroy time. Tested serial/debug, serial/production, serial/check-vfd/debug, parallel/debug, parallel/production on Jelly. | ||||
* | Final merge of page buffering branch to develop | Quincey Koziol | 2017-03-14 | 1 | -965/+2517 |
| | |||||
* | Bring changes to I/O parameters from page_buffering branch. | Quincey Koziol | 2017-03-13 | 1 | -3/+13 |
| | |||||
* | Align w/incoming page buffering changes. | Quincey Koziol | 2017-02-25 | 1 | -66/+67 |
| | |||||
* | Switch major error code from H5E_FSPACE [back] to H5E_RESOURCE | Quincey Koziol | 2017-02-18 | 1 | -99/+99 |
| | |||||
* | Misc. style cleanups from the page_buffering branch. | Quincey Koziol | 2017-02-18 | 1 | -70/+70 |
| | |||||
* | Cache image feature and testing | Quincey Koziol | 2017-01-29 | 1 | -2/+2 |
| | |||||
* | Bring file shutdown code from cache image branch | Quincey Koziol | 2017-01-05 | 1 | -70/+654 |
| | |||||
* | Merge code from cache image branch to split FSM ring into two types: raw data | Quincey Koziol | 2017-01-04 | 1 | -42/+226 |
| | | | | and metadata. Also, some more ring reset safeties and minor code cleanups. | ||||
* | Align w/incoming cache image changes, and improve recovery on errors. | Quincey Koziol | 2017-01-04 | 1 | -23/+23 |
| | |||||
* | Remove 'const' from cache client pre_serialize callback, to reduce warnings, | Quincey Koziol | 2017-01-03 | 1 | -19/+19 |
| | | | | | and correspondingly remove 'const' from some internal routines. Also rename some H5MF* routines to reflect their static/package usage. | ||||
* | More normalizations against incoming cache image branch. | Quincey Koziol | 2016-12-29 | 1 | -2/+2 |
| | |||||
* | Changed the name of H5MF_alloc_close() to H5MF__alloc_close() | Dana Robinson | 2016-11-30 | 1 | -6/+6 |
| | | | | to make the FUNC_ENTER macro happy. | ||||
* | Added missing TAG macros to H5MF_get_freespace(). | Dana Robinson | 2016-11-30 | 1 | -2/+2 |
| | |||||
* | Added TAG macros to the H5MF package code so H5AC__FREESPACE_TAG | Dana Robinson | 2016-11-30 | 1 | -20/+20 |
| | | | | | | gets set on the dxpl correctly. Also restored the TAG macro to H5FS__cache_hdr_pre_serialize() since otherwise the tag won't be initialized. | ||||
* | [svn-r29924] Description: | Quincey Koziol | 2016-05-12 | 1 | -49/+139 |
| | | | | | | | | Bring h5format_convert tool from revise_chunks branch to trunk. Tested on: MacoSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming) | ||||
* | [svn-r29548] Minor normalization w/ trunk in preparation for big merge. | Dana Robinson | 2016-03-24 | 1 | -1/+1 |
| | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial autotools parallel (MPICH 3.1.4) |