summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* develop - Javadoc warning fixes (#506)Allen Byrne2021-03-2412-54/+386
* Align with "parallel fence" changes (#479)Quincey Koziol2021-03-2413-393/+148
* Removes c99_(v)snprintf() calls from the standalone test code (#509)Dana Robinson2021-03-242-56/+32
* Misc warning fixes (#495)Dana Robinson2021-03-249-61/+73
* Update h5LT files with latest flex and Bison available on jelly (#502)Larry Knox2021-03-245-1369/+1436
* Removes support for pre-2015 Visual Studio (#496)Dana Robinson2021-03-243-180/+21
* Updates HSYS_GOTO_ERROR to emit GetLastError() values on Win32 (#492)Dana Robinson2021-03-232-1/+57
* Disable long double tests and remove CMake flag groups (#494)Allen Byrne2021-03-225-218/+99
* small edits (#481)Scot Breitenfeld2021-03-221-20/+19
* Applied clang-tidy readability-delete-null-pointer fixes (#430)Sean McBride2021-03-2216-70/+38
* File locks now work on Windows (#480)Dana Robinson2021-03-225-54/+140
* Adds an implementation for nanosleep on Windows (#483)Dana Robinson2021-03-223-30/+24
* Fix CMake error message location. (#478)H. Joe Lee2021-03-201-2/+2
* Purge the buffer used in type conversion. (#263)Yu Feng2021-03-191-6/+6
* Fixed HDFFV-10480 (CVE-2018-11206) and HDFFV-11159 (CVE-2018-14033) (#405)bmribler2021-03-198-20/+99
* Added description of the current HDF5 branches; added a draft of contribution...epourmal2021-03-193-0/+130
* Suppresses the tcheck_version test's abort dialog on Windows (#477)Dana Robinson2021-03-171-0/+23
* Fix typos and grammar errors. (#476)H. Joe Lee2021-03-171-23/+16
* Cleans up a couple of MSVC warnings in testhdf5 (#475)Dana Robinson2021-03-172-5/+7
* Fix display of long double in tools (#469)Allen Byrne2021-03-1712-7/+93
* Correct syntax error. (#474)H. Joe Lee2021-03-171-1/+1
* Update clang config (#473)Quincey Koziol2021-03-17126-913/+3346
* Simplified hl parsing (#399)David Young2021-03-155-1889/+1879
* Removed workarounds for pre-standard inline keyword (#423)Sean McBride2021-03-123-37/+20
* develop JNI export references and java updates (#467)Allen Byrne2021-03-1216-226/+559
* Replaces checks for fork, etc. with checks for unistd.h (#457)Dana Robinson2021-03-119-67/+77
* clang format push commit for develop (#453)Allen Byrne2021-03-115-5/+32
* 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