-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Did a lot of submodule updates in the BRL-CAD/* projects, which will …
…break patching and potentially building in bext. Start introducing the updates gradually with patch and astyle
- Loading branch information
1 parent
f3b623c
commit 8261440
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule astyle
updated
18 files
+1 −1 | README.md | |
+40 −20 | doc/astyle.html | |
+9 −9 | doc/development.html | |
+4 −4 | doc/index.html | |
+2 −2 | doc/install.html | |
+15 −9 | doc/news.html | |
+6 −6 | doc/newsArchives.html | |
+39 −13 | doc/notes.html | |
+5 −5 | doc/notesArchives.html | |
+7 −3 | man/astyle.1 | |
+1 −1 | sh-completion/astyle.bash | |
+1 −0 | sh-completion/astyle.fish | |
+1 −0 | sh-completion/astyle.zsh | |
+55 −8 | src/ASBeautifier.cpp | |
+54 −26 | src/ASFormatter.cpp | |
+10 −9 | src/ASResource.cpp | |
+11 −1 | src/astyle.h | |
+9 −1 | src/astyle_main.cpp |
Submodule patch
updated
3 files
+1 −2 | include/patch/file.h | |
+1 −1 | src/patch.cpp | |
+41 −0 | tests/test_applier.cpp |