Skip to content

Commit

Permalink
Update to latest ELFIO and undo any changes directly to ELFIO
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Jan 4, 2023
1 parent ae06a5d commit c9ccf0f
Show file tree
Hide file tree
Showing 23 changed files with 4,927 additions and 2,753 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- name: clang-format
run: |
docker run --rm -v ${PWD}:/src wiiuenv/clang-format:13.0.0-2 -r ./source
docker run --rm -v ${PWD}:/src wiiuenv/clang-format:13.0.0-2 -r ./source --exclude ./source/elfio
build-binary:
runs-on: ubuntu-22.04
needs: clang-format
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- name: clang-format
run: |
docker run --rm -v ${PWD}:/src wiiuenv/clang-format:13.0.0-2 -r ./source
docker run --rm -v ${PWD}:/src wiiuenv/clang-format:13.0.0-2 -r ./source --exclude ./source/elfio
check-build-with-logging:
runs-on: ubuntu-22.04
needs: clang-format
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ docker run -it --rm -v ${PWD}:/project wiiupluginloaderbackend-builder make clea

## Format the code via docker

`docker run --rm -v ${PWD}:/src wiiuenv/clang-format:13.0.0-2 -r ./source -i`
`docker run --rm -v ${PWD}:/src wiiuenv/clang-format:13.0.0-2 -r ./source --exclude ./source/elfio -i`

# Credits
- Maschell
Expand Down
1,821 changes: 1,158 additions & 663 deletions source/elfio/elf_types.hpp

Large diffs are not rendered by default.

Loading

0 comments on commit c9ccf0f

Please sign in to comment.