summaryrefslogtreecommitdiffstats
path: root/hl
Commit message (Expand)AuthorAgeFilesLines
* Fix directory variable in shell scripts (#1273)Allen Byrne2021-12-101-11/+2
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-0726-76/+76
* Fix H5DS warnings related to new H5DSwith_new_ref and H5VLobject_is_native AP...jhendersonHDF2021-11-102-19/+19
* Assume C99 fixed sized ints exist, use them (#470)Sean McBride2021-11-082-6/+0
* New references for Dimension Scale APIs (#1139)jhendersonHDF2021-11-0511-375/+684
* Fixed HL_test_packet, incorrect length assignment (#1100)Allen Byrne2021-10-201-2/+2
* Move test utilities to utils/test folder (#1109)Allen Byrne2021-10-205-113/+44
* ASAN fix for test_ld - free sub-allocation of fields (#1052)Allen Byrne2021-10-011-34/+36
* VFD plugins (#602)jhendersonHDF2021-09-291-1/+1
* HDFFV-11266 - add option to build HL tools (#1018)Allen Byrne2021-09-162-3/+14
* Modified gcc/clang warning suppression macros to account for some warnings fl...Sean McBride2021-09-161-4/+4
* Fix several warnings (#720)jhendersonHDF2021-09-141-1/+1
* Fix various warnings and issues in doxygen doc generation (#994)Allen Byrne2021-09-101-0/+29
* Add high-level set/get for `unsigned long long` attributes. (#973)Alessandro Felder2021-09-083-32/+136
* More clang tidy (#908)Sean McBride2021-08-2318-82/+79
* OESS-168:Remove clang warnings. (#835)H. Joe Lee2021-07-263-6/+8
* OESS-168:Remove implicit conversion warnings. (#829)H. Joe Lee2021-07-121-20/+20
* Brings the tools getopt(3) replacement into the main library (#803)Dana Robinson2021-06-291-30/+30
* Cleans up POSIX/C bits in H5private.h (#804)Dana Robinson2021-06-292-15/+15
* Fix several warnings (#747)jhendersonHDF2021-06-163-37/+85
* Moves H5PacketTable default ctor inside source file (#731)Dana Robinson2021-06-062-4/+9
* C++ warning and build fixes (#707)Dana Robinson2021-06-013-13/+10
* Java and fortran cmake changes (#694)Allen Byrne2021-05-291-2/+2
* Remove version from pkgcfg file names (#671)Allen Byrne2021-05-213-6/+6
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-071-1/+1
* Made private my_yyinput function static (#618)Sean McBride2021-05-042-4/+4
* Ubsan fixes (#498)Sean McBride2021-05-031-5/+6
* Parallel builds need the mpi compiler for pkgconfig scripts. (#599)Allen Byrne2021-04-273-3/+15
* CMake changes to byproducts - ninja warnings (#568)Allen Byrne2021-04-241-6/+6
* Update top-level COPYING file and remove COPYING files from subdirectories (#...Larry Knox2021-04-216-78/+0
* Fixes incorrect usage of H5I_BADID (#554)Dana Robinson2021-04-192-172/+172
* Minor warning fixes in develop (#526)Dana Robinson2021-03-311-2/+2
* Update h5LT files with latest flex and Bison available on jelly (#502)Larry Knox2021-03-245-1369/+1436
* Update clang config (#473)Quincey Koziol2021-03-1711-21/+81
* Simplified hl parsing (#399)David Young2021-03-155-1889/+1879
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-103-18/+20
* Applied clang-tidy readability-non-const-parameter warning fixes auto… (#429)Sean McBride2021-03-096-11/+12
* More warning fixes (#400)Sean McBride2021-03-044-14/+27
* Changes found during merge to 1.12 (#414)Allen Byrne2021-03-041-3/+4
* Patches from vtk (#358)Sean McBride2021-02-254-23/+13
* Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361)Sean McBride2021-02-2317-39/+39
* Update license url part2 (#333)Larry Knox2021-02-17131-133/+133
* Fix clang unknown pragma warnings (#337)Sean2021-02-152-2/+6
* Changes for sanitize=address (#312)Allen Byrne2021-02-052-2/+2
* Fix DS examples (#307)Scot Breitenfeld2021-02-042-2/+5
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-292-2/+2
* Reclassify CMake messages - HDFFV-11144 (#253)Allen Byrne2021-01-133-3/+3
* dev -Update pkgconfig settings with version - #218 (#220)Allen Byrne2020-12-223-6/+6
* Fixes a minor memory leak in hl/test/test_file_image.c (#209)Dana Robinson2020-12-201-0/+2
* OESS-98 convert plugin option to FetchContent, add tests (#155)Allen Byrne2020-12-162-1/+48