-
-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from byrnHDF/hdf5_1_8
Merge from develop
- Loading branch information
Showing
15 changed files
with
3,799 additions
and
3,763 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,36 +7,34 @@ | |
# Order is important. The last matching pattern has the most precedence. | ||
# So if a pull request only touches javascript files, only these owners | ||
# will be requested to review. | ||
*.cmake @byrnHDF | ||
CMakeLists.txt @byrnHDF | ||
CMakeTests.* @byrnHDF | ||
*.cmake @byrnHDF @derobins | ||
CMakeLists.txt @byrnHDF @derobins | ||
CMakeTests.* @byrnHDF @derobins | ||
|
||
/bin/ @lrknox @derobins @byrnHDF | ||
/bin/ @lrknox @derobins @qkoziol | ||
|
||
/c++/ bmribler@hdfgroup.org | ||
/c++/ @bmribler @byrnHDF | ||
|
||
/config/ @lrknox @derobins @byrnHDF | ||
/config/ @lrknox @derobins @qkoziol @byrnHDF | ||
|
||
/doc/ @gnuoyd [email protected] | ||
/doc/ @gnuoyd @jrmainzer | ||
|
||
/examples/ @lrknox @derobins [email protected] | ||
/examples/ @lrknox @derobins @bljhdf | ||
|
||
/fortran/ @brtnfld @epourmal | ||
|
||
/hl/ [email protected] | ||
|
||
/java/ @jhendersonHDF @byrnHDF | ||
/hl/ @bmribler @byrnHDF | ||
|
||
/m4/ @lrknox @derobins | ||
|
||
/release_docs/ @lrknox [email protected] @byrnHDF | ||
/release_docs/ @lrknox @bljhdf @byrnHDF | ||
|
||
/src/ @jhendersonHDF @derobins @fortnern @qkoziol @soumagne @vchoi-hdfgroup [email protected] | ||
/src/ @jhendersonHDF @derobins @fortnern @qkoziol @soumagne @vchoi-hdfgroup @jrmainzer | ||
|
||
/test/ @jhendersonHDF @derobins @fortnern @qkoziol @soumagne @vchoi-hdfgroup [email protected] | ||
/test/ @jhendersonHDF @derobins @fortnern @qkoziol @soumagne @vchoi-hdfgroup @jrmainzer | ||
|
||
/testpar/ @jhendersonHDF @rawarren [email protected] | ||
/testpar/ @jhendersonHDF @rawarren @jrmainzer @qkoziol | ||
|
||
/tools/ @byrnHDF | ||
/tools/ @byrnHDF @bmribler | ||
|
||
/utils/ @lrknox @byrnHDF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,26 @@ | ||
#!/bin/bash | ||
# | ||
# Recursively format all C & C++ sources and header files, except those in the | ||
# 'config' directory and generated files, such as H5LTanalyze.c, etc. | ||
# | ||
# Note that any files or directories that are excluded here should also be | ||
# added to the 'exclude' list in .github/workflows/clang-format-check.yml | ||
# | ||
# (Remember to update both bin/format_source and bin/format_source_patch) | ||
|
||
find . -type d \( -path ./config \) -prune \ | ||
-o -iname *.h -o -iname *.c -o -iname *.cpp -o -iname *.hpp \ | ||
-or \( \( \! \( \ | ||
-name H5LTanalyze.c \ | ||
-or -name H5LTparse.c \ | ||
-or -name H5LTparse.h \ | ||
-or -name H5Epubgen.h \ | ||
-or -name H5Einit.h \ | ||
-or -name H5Eterm.h \ | ||
-or -name H5Edefin.h \ | ||
-or -name H5version.h \ | ||
-or -name H5overflow.h \ | ||
\) \) \ | ||
-and \( -iname *.h -or -iname *.c -or -iname *.cpp -or -iname *.hpp \) \) \ | ||
| xargs clang-format -style=file -i -fallback-style=none | ||
|
||
exit 0 | ||
exit 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ use strict; | |
# If you do not have access to either file, you may request a copy from | ||
# [email protected]. | ||
# | ||
# Robb Matzke <[email protected]> | ||
# Robb Matzke | ||
# 17 July 1998 | ||
|
||
### Purpose | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,11 +12,9 @@ | |
# [email protected]. | ||
# | ||
|
||
## This script wasextracted from h5redeploy to find hdf5 compile scripts and | ||
## remove build paths from hdf5 compile scripts. Script is intended to be | ||
## called from the make18xxTarFiles.pl script, so it could be stripped of options. | ||
## Actions are predetermined and written in this script instead of in a command | ||
## file. | ||
## Remove paths to libraries used to build HDF5 when packaging HDF5 | ||
## binaries. | ||
## For help page, use "h5rmflags -help" | ||
|
||
# Constants definitions | ||
EXIT_SUCCESS=0 | ||
|
Oops, something went wrong.