summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-1078-507/+518
* Various clang tidy warning fixes (#448)Sean McBride2021-03-1023-125/+119
* Added C++11 override keyword where appropriate (#433)Sean McBride2021-03-106-32/+39
* Removed checks/workarounds for pre-C++89 compatibility (#449)Sean McBride2021-03-1037-235/+6
* Applied clang-tidy readability-non-const-parameter warning fixes auto… (#429)Sean McBride2021-03-0930-91/+98
* Removed bad function pointer casts (#434)Sean McBride2021-03-0813-106/+106
* fix block coordinate printing example (#437)Mike Smith2021-03-061-5/+6
* Fixed clang-tidy readability-redundant-control-flow warnings (#428)Sean McBride2021-03-0517-170/+0
* Fixed clang-tidy readability-misleading-indentation warnings (#427)Sean McBride2021-03-054-159/+164
* Fixes various warnings noticed on Windows (#425)Dana Robinson2021-03-056-31/+33
* More warning fixes (#400)Sean McBride2021-03-0422-103/+122
* Use do-while trick to force H5Epush_ret() to require trailing semi (#380)Sean McBride2021-03-044-174/+195
* Changes found during merge to 1.12 (#414)Allen Byrne2021-03-0485-243/+254
* H5TS_win32_thread_exit (#396)Allen Byrne2021-03-014-34/+62
* fixed error message typo (#401)Scot Breitenfeld2021-02-271-1/+1
* #386 copyright corrections for java folder (#389)Allen Byrne2021-02-26195-276/+95
* Primary change is HDFFV-11212 - new refs and JNI (#372)Allen Byrne2021-02-25123-1272/+2643
* Patches from vtk (#358)Sean McBride2021-02-2520-85/+71
* Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361)Sean McBride2021-02-23201-587/+587
* Fixed all -Wincompatible-pointer-types-discards-qualifiers warnings (#341)Sean McBride2021-02-2210-32/+34
* Fixed HDFFV-11150 (#356)bmribler2021-02-192-3/+4
* Fix undefined left shifting of negative numbers (#338)Sean McBride2021-02-191-2/+2
* Fixed uninitialized warnings (#360)Sean McBride2021-02-1930-155/+156
* Fixed various clang -Wformat-security warnings (#340)Sean McBride2021-02-193-4/+4
* Update license url part2 (#333)Larry Knox2021-02-17994-1003/+1003
* Update license url (#332)Larry Knox2021-02-17708-710/+710
* Fix for HDFFV-11109 - Copy MPI comm and info object into output FAPL from H5F...jhendersonHDF2021-02-176-7/+224
* Fix clang unknown pragma warnings (#337)Sean2021-02-153-3/+12
* Fix cmake syntax error with regex escaping (#336)Sean2021-02-151-1/+1
* Detect correct long double size with universal binaires (#335)Sean2021-02-151-4/+19
* Check for wrap context before unwrapping file VOL object in H5F__dest (#325)jhendersonHDF2021-02-101-1/+9
* Add option to control gcc 10 warnings diagnostics (#321)Allen Byrne2021-02-088-0/+121
* Remove prohibition against building Universal Binaries on macOS (#318)Sean2021-02-083-18/+7
* Unwrap file VOL object when destroying file (#308)jhendersonHDF2021-02-061-9/+11
* Changes for sanitize=address (#312)Allen Byrne2021-02-053-3/+3
* Fix DS examples (#307)Scot Breitenfeld2021-02-042-2/+5
* Ensure processes always synchronize in t_shapesame test setup (#306)jhendersonHDF2021-02-031-16/+6
* Fixes bin/trace so it doesn't dirty the repo when autogen runs (#295)Dana Robinson2021-02-033-7/+4
* Update supported platforms (#303)Allen Byrne2021-02-034-29/+37
* Modify VDS code to always open source files with H5F_CLOSE_WEAK close (#291)Neil Fortner2021-01-302-2570/+2689
* Remove unused AC_REVISION macro from configure.ac (#292)Dana Robinson2021-01-302-2/+2
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-29146-724/+724
* develop clang-format comments (#286)Allen Byrne2021-01-272-3/+19
* Jan ws changes (#282)Allen Byrne2021-01-2711-108/+114
* Small fixes (#285)Allen Byrne2021-01-277-120/+133
* Java replace switch on string (#273)Allen Byrne2021-01-273-312/+374
* Add H5ESpublic.h to main hdf5.h header (#278)Quincey Koziol2021-01-231-0/+1
* Fix problems with vlens and refs inside compound using H5VLget_file_type() (#...hdf5-1_13_0-rc5Neil Fortner2021-01-2213-36/+151
* Fixes a wayward parenthesis in H5TS.c (#262)hdf5-1_13_0-rc4Dana Robinson2021-01-201-1/+2
* Improve performance of multiple calls to H5Sget_select_elem_pointlist (#270)Neil Fortner2021-01-203-7/+40