summaryrefslogtreecommitdiffstats
path: root/tools/src/h5ls/h5ls.c
Commit message (Expand)AuthorAgeFilesLines
* 1.14 sync with develop (#3660)jhendersonHDF2023-10-121-263/+263
* Sync tools with develop (#3301)Dana Robinson2023-07-281-12/+20
* Remove "Programmer" lines (#3294)Dana Robinson2023-07-271-5/+0
* Brings over most of the HD prefix removal (#3293)Dana Robinson2023-07-271-65/+65
* Fix ROS3 VFD anonymous credential usage with h5dump and h5ls (#2798) (#2800)jhendersonHDF2023-04-241-3/+15
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Corrects some bad format strings in the tools (#1964)Dana Robinson2022-08-031-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-25/+25
* Fixes for S3 and HDFS VFDs with tools (#1740)jhendersonHDF2022-05-061-0/+4
* Fixes unused/unset variable warnings from aocc (#1712)Dana Robinson2022-05-031-4/+1
* Move error-stack text to top of usage display (#1564)Allen Byrne2022-04-011-1/+1
* spelling fixes (#1561)Scot Breitenfeld2022-03-311-1/+1
* Fixes for format string warnings raised by -Wformat=2/-Wformat-security (#1489)Dana Robinson2022-03-111-3/+3
* Sprinkle H5_ATTR_FORMAT over printf(3)-like functions in tools and fix issues...David Young2022-02-211-27/+23
* Remove const from the argv tools/tests main sig. (#1390)Allen Byrne2022-01-281-1/+1
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* VFD plugins (#602)jhendersonHDF2021-09-291-41/+37
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-071-1/+1
* Cleanup tools debug build warnings (#627)Allen Byrne2021-05-051-8/+8
* Tools long double updates (#522)Allen Byrne2021-04-151-5/+0
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-1/+1
* H5TS_win32_thread_exit (#396)Allen Byrne2021-03-011-4/+1
* #386 copyright corrections for java folder (#389)Allen Byrne2021-02-261-1/+4
* Fixed uninitialized warnings (#360)Sean McBride2021-02-191-1/+1
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
* Switch bool/true/false to hbool_t/TRUE/FALSE in a few places (#229)Dana Robinson2020-12-241-1/+1
* Expand 'opt_query' VOL callback to return a bitfield instead of a flag (#136)Quincey Koziol2020-11-301-6/+6
* Clang-format of source filesAllen Byrne2020-09-301-598/+629
* Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-031-1/+1
|\
| * Removes staff email addresses from the repositoryDana Robinson2020-08-071-1/+1
* | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-07-301-262/+13
|\ \ | |/
| * Warnings reduction in toolsAllen Byrne2020-07-301-2/+0
| * Tools refactorAllen Byrne2020-07-151-260/+13
* | Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-071-3/+3
|/
* Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp.Dana Robinson2020-04-211-0/+32
* Separated VFD and VOL parameters in tools.Dana Robinson2020-04-211-8/+6
* Fixed problems with S3 and HDFS VFDs.Dana Robinson2020-04-171-2/+2
* Added support for passing connector info strings via the commandDana Robinson2020-04-091-3/+3
* Fix for passthrough VOL not passing tools tests due to incorrectDana Robinson2020-04-081-6/+1
* Merge branch 'develop' into tools_vol_updateDana Robinson2020-04-061-8/+8
|\
| * Fixed unnecessary H5R casts in the tools that were raising warnings.Dana Robinson2020-04-021-8/+8
* | Added checks for native optional call support in some of the tools.Dana Robinson2020-04-021-26/+38
* | Merge branch 'develop' into tools_vol_updateDana Robinson2020-04-021-7/+7
|\ \ | |/
| * Minor renaming in the tools code.Dana Robinson2020-03-311-7/+7
* | Merge branch 'develop' into tools_vol_updateDana Robinson2020-03-311-0/+2
|\ \ | |/
| * Fix for HDFFV-11065.Gerd Heber2020-03-291-0/+2
* | Misc changes for h5dump VOL changes.Dana Robinson2020-03-301-4/+4
|/
* A few small tweaks to the tools from reviewJordan Henderson2020-03-271-2/+2
* Update Tools library to be better compatible with VOL connectorsJordan Henderson2020-03-171-178/+71
* fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-co...kmu2020-01-271-4/+4