-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
84517ab
commit f05b96e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule liborigin
updated
16 files
+1 −1 | .gitignore | |
+124 −130 | CMakeLists.txt | |
+231 −233 | OriginAnyParser.cpp | |
+9 −20 | OriginAnyParser.h | |
+44 −62 | OriginFile.cpp | |
+6 −26 | OriginFile.h | |
+36 −56 | OriginObj.h | |
+68 −93 | OriginParser.cpp | |
+12 −31 | OriginParser.h | |
+18 −12 | README | |
+8 −0 | _clang-format | |
+2 −0 | clang-format.sh | |
+4 −4 | config.h.in | |
+7 −27 | endianfstream.hh | |
+32 −31 | opj2dat.cpp | |
+78 −76 | tree.hh |