Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clang format push commit for 1 12 #454

Merged
merged 48 commits into from
Mar 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
6dc618c
OESS-98 fix tools test for plugins
byrnHDF Dec 15, 2020
1682bdf
sync fork
byrnHDF Jan 11, 2021
f856d77
Merge of changes from dev
byrnHDF Jan 15, 2021
317148f
Move problem option to bottom of the list until fixed
byrnHDF Jan 17, 2021
3cdb272
HDFFV-11106 - fix parsing optional args
byrnHDF Jan 19, 2021
2ccd184
HDFFV-11106 add note
byrnHDF Jan 19, 2021
0d0f7db
grammer fix
byrnHDF Jan 19, 2021
ffae47b
Merge branch 'hdf5_1_12' of https://github.com/HDFGroup/hdf5.git into…
byrnHDF Jan 20, 2021
0c86a42
Merge branch 'hdf5_1_12' of https://github.com/HDFGroup/hdf5.git into…
byrnHDF Jan 23, 2021
7839aa8
Whitespace after clang formatting
byrnHDF Jan 27, 2021
687da3b
Merge branch 'hdf5_1_12' of https://github.com/HDFGroup/hdf5.git into…
byrnHDF Jan 28, 2021
68407f1
Undo format version 11 changes
byrnHDF Jan 28, 2021
5ae710c
Update check to working version
byrnHDF Jan 28, 2021
9aa3dfb
Merge branch 'hdf5_1_12' of https://github.com/HDFGroup/hdf5.git into…
byrnHDF Feb 1, 2021
95a2b2e
Merge workflow and minor changes from develop
byrnHDF Feb 1, 2021
bac4c43
Update supported platforms
byrnHDF Feb 2, 2021
f0620df
Merge branch 'hdf5_1_12' of https://github.com/HDFGroup/hdf5.git into…
byrnHDF Feb 3, 2021
f2ce0fc
Merge branch 'hdf5_1_12' of https://github.com/HDFGroup/hdf5.git into…
byrnHDF Feb 4, 2021
f87bd33
PR#3 merge from develop
byrnHDF Feb 4, 2021
9c925ad
Merge gcc 10 diagnostics option from develop
byrnHDF Feb 8, 2021
c14d750
Merge branch 'hdf5_1_12' of https://github.com/HDFGroup/hdf5.git into…
byrnHDF Feb 8, 2021
ce8ce57
Merge branch 'hdf5_1_12' of https://github.com/HDFGroup/hdf5.git into…
byrnHDF Feb 9, 2021
7e5fa9d
Merge #318 OSX changes from develop
byrnHDF Feb 9, 2021
098f01d
Merge branch 'hdf5_1_12' of https://github.com/HDFGroup/hdf5.git into…
byrnHDF Feb 9, 2021
7c90450
Merge serval small changes from dev
byrnHDF Feb 16, 2021
c9734a2
fix typo
byrnHDF Feb 17, 2021
63cc7be
Merge branch 'hdf5_1_12' of https://github.com/HDFGroup/hdf5.git into…
byrnHDF Feb 17, 2021
be2c50a
Minor non-space formatting changes
byrnHDF Feb 18, 2021
3bceb92
Merge branch 'hdf5_1_12' of https://github.com/HDFGroup/hdf5.git into…
byrnHDF Feb 19, 2021
304fb27
Merge branch 'hdf5_1_12' of https://github.com/HDFGroup/hdf5.git into…
byrnHDF Feb 20, 2021
321404e
Merge branch 'hdf5_1_12' of https://github.com/HDFGroup/hdf5.git into…
byrnHDF Feb 24, 2021
c2e100b
GH #386 copyright corrections for java folder
byrnHDF Feb 26, 2021
8691d6c
revert because logic requires false return
byrnHDF Mar 1, 2021
a4e9510
Merge branch 'hdf5_1_12' of https://github.com/HDFGroup/hdf5.git into…
byrnHDF Mar 1, 2021
373b5aa
Merges from develop
byrnHDF Mar 2, 2021
b90fd9d
Remove case statement for H5I_EVENTSET
byrnHDF Mar 2, 2021
afb1136
Correct call with versioning
byrnHDF Mar 2, 2021
6e44b70
Remove tabs
byrnHDF Mar 2, 2021
4db7f18
Double underscore change
byrnHDF Mar 2, 2021
f5e53b9
Merge branch 'hdf5_1_12' of https://github.com/HDFGroup/hdf5.git into…
byrnHDF Mar 3, 2021
910aa4e
Merges from develop
byrnHDF Mar 3, 2021
7acfb1e
Merge branch 'hdf5_1_12' of https://github.com/HDFGroup/hdf5.git into…
byrnHDF Mar 5, 2021
5b62cc0
Merge #380 from develop
byrnHDF Mar 5, 2021
d42b8de
Correct date entry
byrnHDF Mar 5, 2021
fc27669
Merge branch 'hdf5_1_12' of https://github.com/HDFGroup/hdf5.git into…
byrnHDF Mar 8, 2021
76aa329
Split format source and commit changes on repo push
byrnHDF Mar 10, 2021
8f11079
remove pre-split setting
byrnHDF Mar 10, 2021
c93ecd7
Change windows TS to use older VS.
byrnHDF Mar 10, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: clang-format Check
on: [workflow_dispatch, push, pull_request]
on:
pull_request:
jobs:
formatting-check:
name: Formatting Check
Expand Down
25 changes: 25 additions & 0 deletions .github/workflows/clang-format-fix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: clang-format Check
on:
workflow_dispatch:
push:
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip-ci')"
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C programs.
uses: DoozyX/clang-format-lint-action@v0.11
with:
source: '.'
extensions: 'c,h,cpp,hpp'
clangFormatVersion: 10
inplace: True
style: file
exclude: './config ./hl/src/H5LTanalyze.c ./hl/src/H5LTparse.c ./hl/src/H5LTparse.h ./src/H5Epubgen.h ./src/H5Einit.h ./src/H5Eterm.h ./src/H5Edefin.h ./src/H5version.h ./src/H5overflow.h'
- uses: EndBug/add-and-commit@v7
with:
author_name: github-actions
author_email: 41898282+github-actions[bot]@users.noreply.github.com
message: 'Committing clang-format changes'
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# Threadsafe runs
- name: "Windows TS MSVC"
artifact: "Windows-MSVCTS.tar.xz"
os: windows-latest
os: windows-2016
build_type: "Release"
toolchain: ""
cpp: OFF
Expand All @@ -91,7 +91,7 @@ jobs:
ts: ON
hl: OFF
parallel: OFF
generator: "-G \"Visual Studio 16 2019\" -A x64"
generator: "-G \"Visual Studio 15 2017 Win64\""
- name: "Ubuntu TS GCC"
artifact: "LinuxTS.tar.xz"
os: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
# Threadsafe runs
- name: "Windows TS MSVC"
artifact: "Windows-MSVCTS.tar.xz"
os: windows-latest
os: windows-2016
build_type: "Release"
toolchain: ""
cpp: OFF
Expand All @@ -86,7 +86,7 @@ jobs:
ts: ON
hl: OFF
parallel: OFF
generator: "-G \"Visual Studio 16 2019\" -A x64"
generator: "-G \"Visual Studio 15 2017 Win64\""
- name: "Ubuntu TS GCC"
artifact: "LinuxTS.tar.xz"
os: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

./.clang-format
./.github/CODEOWNERS _DO_NOT_DISTRIBUTE_
./.github/workflows/clang-format-fix.yml _DO_NOT_DISTRIBUTE_
./.github/workflows/clang-format-check.yml _DO_NOT_DISTRIBUTE_
./.github/workflows/main.yml _DO_NOT_DISTRIBUTE_
./.github/workflows/pr-check.yml _DO_NOT_DISTRIBUTE_
Expand Down