summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change some GCC warnings to errors. Fix code to quiet some warnings.David Young2020-05-2018-61/+147
* Remove unneeded flag overwritesAllen Byrne2020-05-201-8/+0
* 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
* Comment correctionAllen Byrne2020-05-202-2/+2
* Minor correctionAllen Byrne2020-05-201-1/+1
* Update list of tested platformsAllen Byrne2020-05-201-23/+8
* Add VS2019 supportAllen Byrne2020-05-2011-16/+64
* 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
* Use HD prefix.David Young2020-05-201-8/+8
* Fix issue where H5R__reopen_file did not make the file "post open"Neil Fortner2020-05-202-1/+10
* Apparently, + has no special meaning, and neither does \+, in so-calledDavid Young2020-05-206-5/+6
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2020-05-2034-289/+656
* HDFFV-10876 Update h5dump and h5ls for new ref api.Allen Byrne2020-05-2063-3083/+5694
* Make these scripts relocatable again: derive a relative path for theDavid Young2020-05-204-4/+97
* Get the path to prefix right: needs a ../ to back out of subdirectoryDavid Young2020-05-201-1/+1
* Make this script relocatable again: derive a relative path for theDavid Young2020-05-201-2/+25
* Let us override the examples directory using --with-examplesdir=DIR.David Young2020-05-201-0/+22
* Partial fix for HDFFV-10792Jordan Henderson2020-05-202-4/+58
* Add missing newline to dbgf() statement.David Young2020-05-151-1/+1
* Make `-q` actually quiet the program.David Young2020-05-151-1/+1
* Make the personality detection more robust like I did forDavid Young2020-05-151-4/+11
* Let us change the chunk size with command-line options, -r rows and -cDavid Young2020-05-151-84/+152
* Fix inverted logic: report "soft" errors if there were *not* 0 of them.David Young2020-05-131-1/+1
* This test doesn't need to log/modify traps in the global heap, so don'tDavid Young2020-05-131-11/+0
* In H5FD_vfd_swmr_read(), do not verify checksums on shadow entriesDavid Young2020-05-131-157/+63
* When an entry changes size, remove it from the tick list and add it backDavid Young2020-05-111-0/+10
* Don't initialize `seed` without need. NFCI.David Young2020-05-111-1/+1
* Look for the personality in the program name *suffix*, because onDavid Young2020-05-111-2/+4
* In H5MF__xfree_impl(), always invalidate the page-table entriesDavid Young2020-05-111-20/+53
* Split VFD_SWMR_TEST_FOR_END_OF_TICK() into VFD_SWMR_ENTER() andDavid Young2020-05-091-12/+25
* Extend VFD SWMR tick length and maximum lag parameters.David Young2020-05-091-2/+2
* Delete extra line. NFCI.David Young2020-05-091-1/+0
* Add missing return-value check.David Young2020-05-091-0/+3
* Take care not to leak property lists or data spaces.David Young2020-05-091-8/+12
* Fix bugs in the dataset dimensions checks.David Young2020-05-071-4/+6
* Create a reader for the extensible datasets tests.David Young2020-05-072-26/+236
* Add my work-in-progress dataset test. It writes a handful of datasetsDavid Young2020-05-062-1/+405
* Add esnprintf that prints to the given buffer, observing the givenDavid Young2020-05-062-0/+18
* Insert a random delay between zoo-writer test steps. Let us controlDavid Young2020-04-304-7/+75
* Use a one-character buffer to send/receive messages to/fromDavid Young2020-04-301-7/+11
* Avoid deadlock of reader and writer: make the writer flush file contentDavid Young2020-04-301-0/+6