Skip to content

Commit

Permalink
Update version of cpacs_gen
Browse files Browse the repository at this point in the history
  • Loading branch information
svengoldberg committed Nov 19, 2024
1 parent 95c6668 commit bd076e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/cpacs_gen
Submodule cpacs_gen updated 41 files
+44 −0 .github/workflows/cmake.yml
+0 −1 .gitignore
+11 −2 CMakeLists.txt
+1 −1 README.md
+491 −104 src/lib/CodeGen.cpp
+17 −0 src/lib/Filesystem.cpp
+3 −0 src/lib/Filesystem.h
+65 −43 src/lib/SchemaParser.cpp
+5 −2 src/lib/SchemaParser.h
+3 −1 src/lib/Tables.cpp
+21 −2 src/lib/TixiDocument.h
+173 −124 src/lib/TypeSystem.cpp
+4 −0 src/lib/TypeSystem.h
+90 −118 src/lib/runtime/TixiHelper.h
+3 −63 src/lib/runtime/UniquePtr.h
+18 −12 test/data/all/ref.cpp
+4 −0 test/data/basetypewithparent/ParentPointer.txt
+1,026 −0 test/data/basetypewithparent/ref.cpp
+37 −0 test/data/basetypewithparent/schema.xsd
+211 −0 test/data/cdata/ref.cpp
+55 −0 test/data/cdata/schema.xsd
+18 −12 test/data/choice/ref.cpp
+1,177 −0 test/data/collapsedifferentenums/ref.cpp
+81 −0 test/data/collapsedifferentenums/schema.xsd
+3 −0 test/data/complextypewithsimplecontent/TypeSubstitution.txt
+1,078 −0 test/data/complextypewithsimplecontent/ref.cpp
+34 −0 test/data/complextypewithsimplecontent/schema.xsd
+3 −0 test/data/custombasetype/CustomTypes.txt
+403 −0 test/data/custombasetype/ref.cpp
+24 −0 test/data/custombasetype/schema.xsd
+18 −12 test/data/documentation/ref.cpp
+29 −21 test/data/sequence/ref.cpp
+4 −0 test/data/simplebasetypewithparent/ParentPointer.txt
+657 −0 test/data/simplebasetypewithparent/ref.cpp
+27 −0 test/data/simplebasetypewithparent/schema.xsd
+402 −0 test/data/uidinbasetype/ref.cpp
+24 −0 test/data/uidinbasetype/schema.xsd
+3 −0 test/data/uidreferencevector/TypeSubstitution.txt
+249 −0 test/data/uidreferencevector/ref.cpp
+38 −0 test/data/uidreferencevector/schema.xsd
+32 −0 test/main.cpp

0 comments on commit bd076e7

Please sign in to comment.