summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Adds platform-independent basename and dirname (#1951)Dana Robinson2022-08-0510-1/+831
* Sanity checks for H5Xcreate_anon functions to make sure the IDs passed in are...raylu-hdf2022-08-053-1/+16
* Subfiling updates for release (#1963)jhendersonHDF2022-08-0416-574/+1004
* Corrects some bad format strings in the tools (#1964)Dana Robinson2022-08-032-8/+11
* Onion VFD (#1953)Dana Robinson2022-08-0255-39/+10632
* Removes the Win32 macro for strdup (#1960)Dana Robinson2022-08-011-1/+0
* Removes Windows getlogin() equivalents (#1958)Dana Robinson2022-08-014-22/+1
* Removes (void *) cast from memset on Windows (#1957)Dana Robinson2022-08-011-1/+0
* Fixes clang warnings in H5Tconv.c (long) double macros (#1956)Dana Robinson2022-07-311-4/+4
* Fixes format string warnings in tselect w/ clang 14 (#1955)Dana Robinson2022-07-311-11/+11
* Reverts the autogen.sh changes from e3800e1 (#1906) (#1954)Dana Robinson2022-07-301-6/+165
* Cleanup of mirror VFD test code (#1949)Dana Robinson2022-07-304-1568/+1319
* Created a pull request templateDana Robinson2022-07-291-0/+8
* Update issue templatesDana Robinson2022-07-292-0/+45
* Fixes #1946 (#1947)Gerd Heber2022-07-291-3/+12
* H5Tconv: fix H5T_CONV_INTERNAL_ checks (#1936)Dana Robinson2022-07-271-1/+1
* Misc clang production warning fixes (#1932)Dana Robinson2022-07-277-57/+79
* Develop clang 13 format (#1933)Allen Byrne2022-07-26685-6967/+6992
* Subfiling VFD misc fixes (#1938)jhendersonHDF2022-07-263-91/+15
* Removes padding-right from Doxygen href tags (#1934)Dana Robinson2022-07-261-1/+0
* Implement improved CMake fortran module folder from GH#1411 (#1922)Allen Byrne2022-07-2610-20/+77
* Updates uthash and makes some tweaks (#1928)Dana Robinson2022-07-253-68/+38
* Switches the tagged metadata list from a skip list to a hash table (#1925)Dana Robinson2022-07-255-130/+98
* Avoid allocating chunk map for contiguous and compact dataset I/O (#1927)jhendersonHDF2022-07-251-5/+15
* Removes the CodeQL action as it mainly outputs noise (#1926)Dana Robinson2022-07-231-80/+0
* Switch to vector I/O for collective metadata writes (#1911)jhendersonHDF2022-07-223-65/+123
* Subfiling VFD (#1883)jhendersonHDF2022-07-22145-837/+18675
* Updates the release schedule (#1923)Dana Robinson2022-07-223-3/+3
* Fixes an incorrect brief description for H5Dopen2() (#1920)Dana Robinson2022-07-211-1/+1
* Fix for MSVC compile failures in h5dumpgentest due to VLA use (#1916)Dana Robinson2022-07-211-9/+9
* Removes the ability to build h5perf and h5perf_serial in standalone mode (#1897)Dana Robinson2022-07-2014-1454/+36
* Fix bug in swmr.c introduced with recent merge (double_t) (#1913)Neil Fortner2022-07-191-3/+3
* Marks H5Fformat_convert as internal in Doxygen (#1910)Dana Robinson2022-07-191-6/+5
* Updates H5Zdevelop.h with better memory alloc/free advice (#1909)Dana Robinson2022-07-191-3/+30
* Persist dataset access properties when using H5Fstart_swmr_write (#1862)Neil Fortner2022-07-195-31/+495
* Greatly simplifies Autotools bits of autogen.sh (#1906)Dana Robinson2022-07-181-165/+6
* Remove perf tool from CMakeTests file (#1907)jhendersonHDF2022-07-181-4/+0
* Fix some hard-coded MPI I/O VFD checks (#1898)jhendersonHDF2022-07-182-4/+16
* Removed compiler messages for language elements that are not standard in Fort...Scot Breitenfeld2022-07-182-2/+2
* Updates comments in the gcc 4.8 warnings files (#1902)Dana Robinson2022-07-182-8/+0
* Fixes a stack overflow in the h5dump test generator (#1903)Dana Robinson2022-07-183-30/+31
* Fixes warnings when the deflate filter is not built (#1904)Dana Robinson2022-07-183-6/+14
* Adds Autotools dependencies to CodeQL workflowDana Robinson2022-07-171-0/+5
* Set up CodeQL analysis for developDana Robinson2022-07-171-0/+75
* Removes the small perf tool (#1896)Dana Robinson2022-07-174-832/+13
* Updates branches-explained.md (#1900)Dana Robinson2022-07-151-16/+15
* Create CODE_OF_CONDUCT.mdDana Robinson2022-07-141-0/+128
* Add utility JNI function for 1.10 style references (#1888)Allen Byrne2022-07-144-0/+98
* Remove superfluous dot from hl doxygen. (#1891)vchoi-hdfgroup2022-07-147-17/+13
* Eliminate unnecessary error output (#1879)Allen Byrne2022-07-142-17/+20