| Commit message (Expand) | Author | Age | Files | Lines |
* | Undo my changes to the HD macros, hadn't really intended those to be on | David Young | 2020-05-20 | 1 | -7/+7 |
|
|
* | Cast to the parameter type, H5VL_token_t *, instead of to unsigned char *. | David Young | 2020-05-20 | 1 | -1/+1 |
|
|
* | Change hdset_reg_ref_t and H5R_ref_t from arrays of unsigned char to | David Young | 2020-05-20 | 1 | -2/+6 |
|
|
* | Explicitly initialize `type_flags`; the compiler does not realize that | David Young | 2020-05-20 | 1 | -2/+2 |
|
|
* | Initialize a couple of return values to avoid used-before-set warnings. | David Young | 2020-05-20 | 1 | -2/+2 |
|
|
* | Initialize a couple of variables that the compiler does not realize are | David Young | 2020-05-20 | 2 | -2/+2 |
|
|
* | To quiet a warning, initialize some `struct timeval`s that the compiler | David Young | 2020-05-20 | 1 | -2/+2 |
|
|
* | Delete unused variable. | David Young | 2020-05-20 | 1 | -1/+0 |
|
|
* | Change a signed variable to unsigned to avoid a warning about the sign | David Young | 2020-05-20 | 1 | -1/+1 |
|
|
* | Delete variables that are unused or set and unused. | David Young | 2020-05-20 | 1 | -12/+0 |
|
|
* | Change some GCC warnings to errors. Fix code to quiet some warnings. | David Young | 2020-05-20 | 6 | -28/+30 |
|
|
* | Add documentation for H5CX_get_ohdr_flags | Chris Hogan | 2020-05-20 | 1 | -0/+13 |
|
|
* | Add object header flags to API context | Chris Hogan | 2020-05-20 | 4 | -5/+72 |
|
|
* | Use major error code of calling package | Chris Hogan | 2020-05-20 | 1 | -2/+2 |
|
|
* | Handle H5CX_state_t for lcpl | Chris Hogan | 2020-05-20 | 1 | -0/+21 |
|
|
* | Add character encoding to lcpl context | Chris Hogan | 2020-05-20 | 3 | -43/+54 |
|
|
* | Change LC property name from 'create_intermediate_group' to 'intermediate_group' | Chris Hogan | 2020-05-20 | 1 | -9/+9 |
|
|
* | Use API context to store/retrieve LCPL when creating intermediate groups | Chris Hogan | 2020-05-20 | 10 | -11/+167 |
|
|
* | Modify H5Ssel_iter_get_seq_list() to accept iterators that have reached | Neil Fortner | 2020-05-20 | 1 | -1/+1 |
|
|
* | Fixed the H5_mpi_get_bigio_count function prototype | Richard Warren | 2020-05-20 | 1 | -1/+1 |
|
|
* | Correct file extension | Allen Byrne | 2020-05-20 | 1 | -1/+1 |
|
|
* | Implement public H5Sselect_project_intersection(). Updated internal | Neil Fortner | 2020-05-20 | 7 | -122/+308 |
|
|
* | Fix issue where H5R__reopen_file did not make the file "post open" | Neil Fortner | 2020-05-20 | 2 | -1/+10 |
|
|
* | Implement H5VLget_file_type() to return a copy of a datatype with the | Neil Fortner | 2020-05-20 | 34 | -289/+656 |
|
|
* | Partial fix for HDFFV-10792 | Jordan Henderson | 2020-05-20 | 1 | -4/+45 |
|
|
* | In H5FD_vfd_swmr_read(), do not verify checksums on shadow entries | David Young | 2020-05-13 | 1 | -157/+63 |
|
|
* | When an entry changes size, remove it from the tick list and add it back | David Young | 2020-05-11 | 1 | -0/+10 |
|
|
* | In H5MF__xfree_impl(), always invalidate the page-table entries | David Young | 2020-05-11 | 1 | -20/+53 |
|
|
* | Split VFD_SWMR_TEST_FOR_END_OF_TICK() into VFD_SWMR_ENTER() and | David Young | 2020-05-09 | 1 | -12/+25 |
|
|
* | Let the reader-side tick instrumentation know about the first tick read | David Young | 2020-04-23 | 1 | -0/+2 |
|
|
* | Relax an assertion condition. | David Young | 2020-04-23 | 1 | -1/+1 |
|
|
* | Bug fix: in the freespace manager, use a new routine, | David Young | 2020-04-23 | 3 | -5/+55 |
|
|
* | Delete an assertion that doesn't hold true for multipage entries. | David Young | 2020-04-21 | 1 | -3/+0 |
|
|
* | Prevent a spurious assertion by using the correct index, oops! | David Young | 2020-04-21 | 1 | -1/+1 |
|
|
* | Straggler from last: provide stub implementations | David Young | 2020-04-21 | 1 | -0/+27 |
|
|
* | Add a second bool argument to H5F_vfd_swmr_writer_end_of_tick() that | David Young | 2020-04-21 | 7 | -17/+31 |
|
|
* | Condense H5F_vfd_swmr_close_or_flush() for readability: remove | David Young | 2020-04-21 | 1 | -25/+14 |
|
|
* | Retire globals vfd_swmr_writer_g and end_of_tick_g. | David Young | 2020-04-20 | 2 | -24/+2 |
|
|
* | Stragglers from previous: globally declare some hlog outlets and add | David Young | 2020-04-16 | 1 | -1/+4 |
|
|
* | Add a log outlet for metadata cache (MDC) invalidations, | David Young | 2020-04-16 | 3 | -39/+82 |
|
|
* | Delete unused line, shorten a comment, wrap some lines, add missing | David Young | 2020-04-16 | 1 | -12/+13 |
|
|
* | Re-enable reclamation of disused shadow-index entries. | David Young | 2020-04-16 | 1 | -6/+4 |
|
|
* | Remove unnecessary pointer test: it cannot possibly be NULL. | David Young | 2020-04-16 | 1 | -6/+4 |
|
|
* | Remove gratuitous initialization, comment, and assertions. | David Young | 2020-04-16 | 1 | -6/+2 |
|
|
* | Extract a subroutine, H5F_vfd_swmr_process_eot_queue(), from the | David Young | 2020-04-16 | 2 | -46/+58 |
|
|
* | Improve diagnostic logging. | David Young | 2020-04-16 | 1 | -5/+7 |
|
|
* | Oops, properly the outlet symbol-name prefix with the rest of the symbol | David Young | 2020-04-16 | 1 | -6/+8 |
|
|
* | When hlog_set_state() changes the state of an outlet, reset each | David Young | 2020-04-16 | 1 | -0/+11 |
|
|
* | Log page-buffer reads and writes no matter what storage type. (Used to | David Young | 2020-04-16 | 1 | -8/+4 |
|
|
* | Put multiline if-body in curly braces, repair indentation, remove | David Young | 2020-04-14 | 1 | -7/+9 |
|
|