summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Update copyright headers with reproduction notice in 5 files (#993)Larry Knox2021-09-085-42/+37
| | * Correction of pkg-config compile script. (#974)Allen Byrne2021-09-072-1/+9
| | * Sync CMake java macros with cmake repo (#982)Allen Byrne2021-09-075-369/+537
| | * Small doxygen fixes plus simple doc fixes (#989)Allen Byrne2021-09-044-12/+9
| | * Synch CMake doxygen options with autotools configure (#983)Allen Byrne2021-09-021-1/+2
| | * A batch of life-cycle examples for different modules (#654)Gerd Heber2021-09-0182-2063/+4126
| | * Rework of PR #826 (#972)Scot Breitenfeld2021-08-304-3/+133
| | * Fixed failure on BE with xlf (#968)Scot Breitenfeld2021-08-301-2/+5
| | * More various warnings (#958)Sean McBride2021-08-2513-51/+50
| | * Move pwd header check to alphabetical order (#954)Dana Robinson2021-08-231-1/+1
| | * More clang tidy (#908)Sean McBride2021-08-2352-227/+219
| | * cmake: simplify try_run result comparisons (#950)Ben Boeckel2021-08-231-5/+5
| | * Remove incorrect compiler check for windows clang sanitizer (#942)Allen Byrne2021-08-201-1/+1
| | * Get class name null str (#899)Sean McBride2021-08-201-2/+3
| | * CMake: (fix) ph5example test (#935)Jan-Willem Blokland2021-08-191-2/+5
| | * CMake should use the output dir programs for shell scripts (#928)Allen Byrne2021-08-194-144/+52
| | * Fix issue #924 in develop branch: the ${HDF5_CXXLINKER} does not work in h5c...Larry Knox2021-08-191-3/+3
| | * Develop windows compiler fixes (#912)Allen Byrne2021-08-195-33/+42
| | * Correct number of args to Windows HDunsetenv macro (#939)Allen Byrne2021-08-191-1/+1
| | * Remove non-published short arg names (#917)Allen Byrne2021-08-183-303/+0
| | * Correct dataset close in java test (#919)Allen Byrne2021-08-181-1/+1
| | * Fix formatting (#923)Allen Byrne2021-08-181-1/+1
| | * Fixed the CMake processing for C++ warnings and flags (#888)Allen Byrne2021-08-168-275/+348
| | * Fix clang/sanitizer for windows (#883)Allen Byrne2021-08-162-7/+12
| | * Update examples version used by CMake (#882)Allen Byrne2021-08-125-7/+9
| | * Fixes a bad memory read and unfreed memory in fsinfo code (#893)Dana Robinson2021-08-126-14/+97
| | * Guard the SKIP_MPICXX macros against redefinition. (#892)David Wells2021-08-121-0/+4
| | * Fix link issue with perf/h5perf in parallel library (#889)jhendersonHDF2021-08-111-4/+4
| | * Reorg tools perform to provide h5perf for installation (#884)Allen Byrne2021-08-1019-268/+678
| | * Add parallel version of h5pfc script (#881)Allen Byrne2021-08-071-0/+13
| | * Removes partial long options from the tools (#872)Dana Robinson2021-08-0311-235/+29
| | * Updates the RELEASE.txt file with a note about the variable-length fill (#871)Dana Robinson2021-08-031-0/+4
| | * Unsigned comparison to 0 warning avoidance (#869)Larry Knox2021-08-021-3/+4
| | * Added int variable for comparison with H5_VERS_RELEASE in H5.c to avoid (#866)Larry Knox2021-07-301-1/+3
| | * Updates a comment in H5mpi.c (#863)Dana Robinson2021-07-281-1/+1
| | * Remove version-check for relnum in H5check. (#812)Allen Byrne2021-07-275-147/+227
| | * Only test h5diff_830 in serial (#858)Allen Byrne2021-07-271-29/+34
| | * OESS-168:Remove clang warnings. (#835)H. Joe Lee2021-07-263-6/+8
| | * Removes unused commented-out code from h5jamgentest.c (#851)Dana Robinson2021-07-221-77/+0
| | * Fixes a couple of warnings: (#849)Dana Robinson2021-07-224-164/+370
| | * Avoid popping API context when one wasn't pushed (#848)jhendersonHDF2021-07-221-3/+16
| | * Issue #833 fix setting return result (#843)Allen Byrne2021-07-211-2/+2
| | * Allow parallel filters feature for comm size of 1 (#840)jhendersonHDF2021-07-201-3/+11
| | * Perform option arg variables (#834)Allen Byrne2021-07-154-16/+6
| | * Changes to docs for using plugins (#814)Allen Byrne2021-07-148-23/+51
| | * CMake: (feature) libaec (#703)Jan-Willem Blokland2021-07-142-3/+30
| | * Add support for parallel filters to h5repack (#832)jhendersonHDF2021-07-141-4/+21
| | * OESS-168:Remove implicit conversion warnings. (#829)H. Joe Lee2021-07-122-579/+579
| | * Removes develop header cruft (#828)Dana Robinson2021-07-094-8/+2
| | * Remove checks for winsock2.h (#813)Dana Robinson2021-07-066-22/+10