hdf5/bin
Sean McBride c17b4b93d6
Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361)
* Fixed many -Wreserved-id-macro warnings by fixing header guard spelling

Removed leading underscore(s) from header guard spelling.  Used 2 regexes:

` _H5(.*)_H`
` __H5(.*)_H`

Applied case-insensitively to only .h files.

* Modified scripts that generate header files to not use underscore prefix

Interestingly, there was already no leading underscore in the trailing comment at the end of the file

* Fixed remaining -Wreserved-id-macro warning not caught by regex
2021-02-22 22:29:56 -06:00
..
batch Trim trailing whitespace 2020-04-20 18:12:00 -05:00
pkgscrpts Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
bbrelease Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
buildhdf5 Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
checkapi Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
checkposix Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
chkconfigure Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
chkcopyright Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
chkmanifest Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
cmakehdf5 Add cmakehdf5 command line option to turn on shell script testing. 2018-07-19 09:49:32 -05:00
COPYING Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
debug-ohdr Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
dependencies Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
deploy Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
distdep Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
errors Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
format_source Revert "Switch ID code to use a hash table instead of a skip list (#52)" (#104) 2020-11-19 20:54:00 -06:00
format_source_patch Revert "Switch ID code to use a hash table instead of a skip list (#52)" (#104) 2020-11-19 20:54:00 -06:00
gcov_script Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
genparser Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5cc.in Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5redeploy.in Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5vers Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
iostats Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
locate_sw Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
make_err Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) 2021-02-22 22:29:56 -06:00
make_overflow Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) 2021-02-22 22:29:56 -06:00
make_vers Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) 2021-02-22 22:29:56 -06:00
Makefile.am Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
makehelp Add support for "make check-vol", along with a few minor cleanups, etc. 2018-11-28 19:07:30 -06:00
mkdirs Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
newer Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
output_filter.sh Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
README [svn-r18365] Edit README file to test svk sync. 2010-03-03 16:46:17 -05:00
release Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
restore.sh Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
runbkgprog Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
runtest Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
snapshot Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
snapshot_version Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
switch_maint_mode Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
timekeeper Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
trace Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
warnhist Add compiler flags for GCC 10, along with updating warnhist script to accommodate them. (#217) 2020-12-21 12:57:18 -06:00
yodconfigure Update license url part2 (#333) 2021-02-17 08:52:36 -06:00

The daily tests run copies of some of the scripts in this directory from another repository, notably snapshot and runtest.  The copies in this directory should work, but are not used in daily tests, though they should be tested occasionally.