summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix issues with using H5Pget_fill_value() with file datatypes retrievedNeil Fortner2020-05-201-4/+4
* Add support for scalar dataspaces to H5Sproject_intersection. AddNeil Fortner2020-05-202-87/+130
* Add OAPL parameter to H5Rcreate_ APIsJordan Henderson2020-05-203-9/+40
* Fix failing test and retain semantics for chunk cache properties in non-chunk...Chris Hogan2020-05-201-4/+34
* Add two missing calls to H5I_dec_ref for new dapl_idChris Hogan2020-05-201-4/+7
* Community-proposed fixChris Hogan2020-05-202-7/+22
* Fix missing free in H5T__ref_mem_read()Neil Fortner2020-05-201-0/+2
* Fix bugs in H5VL file comparison code. Add short circuit success toNeil Fortner2020-05-203-10/+16
* Implement file comparison VOL callback. Other changes to allowNeil Fortner2020-05-204-31/+152
* H5R: fix H5Tconv to check for null referencesJerome Soumagne2020-05-204-42/+300
* Add support for point selections to H5S_select_project_intersection.Neil Fortner2020-05-201-17/+113
* Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILEJerome Soumagne2020-05-2016-103/+88
* Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2020-05-2020-79/+53
* Revert "Oops, remove more C99 designated initializers for VS 2010 compatibili...David Young2020-05-202-3/+2
* Move checking for zero offset in selection adjust calls to the selection call...Neil Fortner2020-05-203-87/+100
* Replace H5Sselect_adjust_u() and H5Shyper_adjust_s() withNeil Fortner2020-05-209-60/+210
* Trivial parameter renaming in VOL API calls.Dana Robinson2020-05-204-23/+23
* Oops, remove more C99 designated initializers for VS 2010 compatibility.David Young2020-05-202-2/+3
* Add an #include to get a function declaration.David Young2020-05-201-0/+1
* Don't use C99 designated initializers, they're not compatible withDavid Young2020-05-203-16/+24
* Quiet some more maybe-uninitialized warnings---each is a false positive,David Young2020-05-203-3/+16
* Mention the -Werror= flags in libhdf5.settings.in.David Young2020-05-201-1/+1
* Quiet decleration-after-statement warnings.David Young2020-05-201-1/+1
* Move a statement under some declarations since some vintages of VisualDavid Young2020-05-201-1/+2
* Document H5D__chunk_mem_xfree_wrapper().David Young2020-05-201-0/+5
* Undo my changes to the HD macros, hadn't really intended those to be onDavid Young2020-05-201-7/+7
* Cast to the parameter type, H5VL_token_t *, instead of to unsigned char *.David Young2020-05-201-1/+1
* Change hdset_reg_ref_t and H5R_ref_t from arrays of unsigned char toDavid Young2020-05-201-2/+6
* Explicitly initialize `type_flags`; the compiler does not realize thatDavid Young2020-05-201-2/+2
* Initialize a couple of return values to avoid used-before-set warnings.David Young2020-05-201-2/+2
* Initialize a couple of variables that the compiler does not realize areDavid Young2020-05-202-2/+2
* To quiet a warning, initialize some `struct timeval`s that the compilerDavid Young2020-05-201-2/+2
* Delete unused variable.David Young2020-05-201-1/+0
* Change a signed variable to unsigned to avoid a warning about the signDavid Young2020-05-201-1/+1
* Delete variables that are unused or set and unused.David Young2020-05-201-12/+0
* Change some GCC warnings to errors. Fix code to quiet some warnings.David Young2020-05-206-28/+30
* Add documentation for H5CX_get_ohdr_flagsChris Hogan2020-05-201-0/+13
* Add object header flags to API contextChris Hogan2020-05-204-5/+72
* Use major error code of calling packageChris Hogan2020-05-201-2/+2
* Handle H5CX_state_t for lcplChris Hogan2020-05-201-0/+21
* Add character encoding to lcpl contextChris Hogan2020-05-203-43/+54
* Change LC property name from 'create_intermediate_group' to 'intermediate_group'Chris Hogan2020-05-201-9/+9
* Use API context to store/retrieve LCPL when creating intermediate groupsChris Hogan2020-05-2010-11/+167
* Modify H5Ssel_iter_get_seq_list() to accept iterators that have reachedNeil Fortner2020-05-201-1/+1
* Fixed the H5_mpi_get_bigio_count function prototypeRichard Warren2020-05-201-1/+1
* Correct file extensionAllen Byrne2020-05-201-1/+1
* Implement public H5Sselect_project_intersection(). Updated internalNeil Fortner2020-05-207-122/+308
* Fix issue where H5R__reopen_file did not make the file "post open"Neil Fortner2020-05-202-1/+10
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2020-05-2034-289/+656
* Partial fix for HDFFV-10792Jordan Henderson2020-05-201-4/+45