Skip to content

Commit

Permalink
Update interface version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3dJan committed Jul 9, 2024
1 parent 1842f9f commit 7ab2649
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 35 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -506,29 +506,13 @@ jobs:
cmake --build .
./Example_ExtractInfo ../../../Examples/Files/Helix.3mf
deploy-source-code-with-submodules:
runs-on: ubuntu-20.04
needs: [ set-lib3mf-version, assemble-sdk ]
env:
LIB3MF_VERSION: ${{ needs.set-lib3mf-version.outputs.lib3mf-version }}
steps:
- uses: actions/checkout@v4
with:
submodules: true
- run: |
mkdir -p lib3mf-${{ env.LIB3MF_VERSION }}-source-with-submodules
rsync -av --progress . ./lib3mf-${{ env.LIB3MF_VERSION }}-source-with-submodules --exclude .git --exclude .gitignore --exclude .github --exclude .gitmodules --exclude *.yml --exclude lib3mf-${{ env.LIB3MF_VERSION }}-source-with-submodules
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: lib3mf-${{ env.LIB3MF_VERSION }}-source-with-submodules
path: lib3mf-${{ env.LIB3MF_VERSION }}-source-with-submodules
set-integration-tests-status:
runs-on: ubuntu-20.04
needs: [ deploy-linux, deploy-windows, deploy-macos, deploy-source-code-with-submodules ]
needs: [ deploy-linux, deploy-windows, deploy-macos ]
outputs:
run_integration_tests: ${{ steps.set-status.outputs.run_integration_tests }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion Autogenerated/Bindings/CppDynamic/lib3mf_abi.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This file has been generated by the Automatic Component Toolkit (ACT) version 1.
Abstract: This is an autogenerated C++-Header file in order to allow an easy
use of the 3MF Library
Interface version: 2.3.2
Interface version: 2.4.0
*/

Expand Down
2 changes: 1 addition & 1 deletion Autogenerated/Bindings/Go/lib3mf_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This file has been generated by the Automatic Component Toolkit (ACT) version 1.
Abstract: This is an autogenerated Go implementation file in order to allow an easy
use of the 3MF Library
Interface version: 2.3.2
Interface version: 2.4.0
*/

Expand Down
2 changes: 1 addition & 1 deletion Autogenerated/Source/lib3mf_abi.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This file has been generated by the Automatic Component Toolkit (ACT) version 1.
Abstract: This is an autogenerated C++-Header file in order to allow an easy
use of the 3MF Library
Interface version: 2.3.2
Interface version: 2.4.0
*/

Expand Down
2 changes: 1 addition & 1 deletion Autogenerated/Source/lib3mf_interfaceexception.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This file has been generated by the Automatic Component Toolkit (ACT) version 1.
Abstract: This is an autogenerated C++ Implementation file with the basic internal
exception type in order to allow an easy use of the 3MF Library
Interface version: 2.3.2
Interface version: 2.4.0
*/

Expand Down
2 changes: 1 addition & 1 deletion SDK/Examples/CSharp/Lib3MF_Example.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This file has been generated by the Automatic Component Toolkit (ACT) version 1.
Abstract: This is an autogenerated CSharp application that demonstrates the
usage of the CSharp bindings of the 3MF Library
Interface version: 2.3.2
Interface version: 2.4.0
*/

Expand Down
2 changes: 1 addition & 1 deletion SDK/Examples/Pascal/Lib3MF_Example.lpr
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Abstract: This is an autogenerated Pascal application that demonstrates the
usage of the Pascal bindings of the 3MF Library
Interface version: 2.3.2
Interface version: 2.4.0
*)

Expand Down
2 changes: 1 addition & 1 deletion SDK/Examples/Python/3mf_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Abstract: An example to convert between 3MF and STL
Interface version: 2.3.2
Interface version: 2.4.0
'''

Expand Down
2 changes: 1 addition & 1 deletion SDK/Examples/Python/Lib3MF_Example.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Abstract: This is an autogenerated Python application that demonstrates the
usage of the Python bindings of the 3MF Library
Interface version: 2.3.2
Interface version: 2.4.0
'''

Expand Down
2 changes: 1 addition & 1 deletion SDK/Examples/Python/add_triangle.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Abstract: Simplest 3mf example that just includes a single triangle
Interface version: 2.3.2
Interface version: 2.4.0
'''

Expand Down
2 changes: 1 addition & 1 deletion SDK/Examples/Python/beam_lattice.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Abstract: Beam Lattice example
Interface version: 2.3.2
Interface version: 2.4.0
'''

Expand Down
2 changes: 1 addition & 1 deletion SDK/Examples/Python/color_cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Abstract: Color cube example
Interface version: 2.3.2
Interface version: 2.4.0
'''

Expand Down
2 changes: 1 addition & 1 deletion SDK/Examples/Python/create_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Abstract: An example that creates multiple components using transformations
Interface version: 2.3.2
Interface version: 2.4.0
'''

Expand Down
2 changes: 1 addition & 1 deletion SDK/Examples/Python/create_cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Abstract: Create a simple cube
Interface version: 2.3.2
Interface version: 2.4.0
'''

Expand Down
2 changes: 1 addition & 1 deletion SDK/Examples/Python/extract_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Abstract: Extract info from a 3MF model
Interface version: 2.3.2
Interface version: 2.4.0
'''

Expand Down
2 changes: 1 addition & 1 deletion SDK/Examples/Python/lib3mf_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Abstract: Common set of functions that are used across all examples
Interface version: 2.3.2
Interface version: 2.4.0
'''

Expand Down
2 changes: 1 addition & 1 deletion Source/API/lib3mf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This file has been generated by the Automatic Component Toolkit (ACT) version 1.
Abstract: This is an autogenerated C++ implementation file in order to allow easy
development of the 3MF Library. It needs to be generated only once.
Interface version: 2.3.2
Interface version: 2.4.0
*/

Expand Down
2 changes: 1 addition & 1 deletion submodules/zlib
Submodule zlib updated 73 files
+1 −11 .gitignore
+19 −24 CMakeLists.txt
+0 −10 ChangeLog
+2 −1 FAQ
+8 −8 Makefile.in
+3 −3 README
+4 −5 configure
+1 −1 contrib/delphi/ZLib.pas
+1 −1 contrib/dotzlib/DotZLib/ChecksumImpl.cs
+1 −1 contrib/dotzlib/DotZLib/UnitTests.cs
+3 −3 contrib/infback9/inftree9.c
+2 −2 contrib/infback9/inftree9.h
+2 −2 contrib/iostream3/zfstream.h
+1 −1 contrib/minizip/Makefile
+1 −1 contrib/minizip/configure.ac
+1 −1 contrib/minizip/ioapi.h
+2 −16 contrib/minizip/miniunz.c
+4 −4 contrib/minizip/unzip.c
+1 −1 contrib/minizip/unzip.h
+5 −16 contrib/minizip/zip.c
+2 −2 contrib/minizip/zip.h
+0 −43 contrib/nuget/nuget.csproj
+0 −22 contrib/nuget/nuget.sln
+1 −1 contrib/pascal/zlibpas.pas
+4 −4 contrib/puff/puff.c
+75 −81 contrib/vstudio/readme.txt
+4 −4 contrib/vstudio/vc10/zlib.rc
+1 −1 contrib/vstudio/vc10/zlibvc.def
+4 −4 contrib/vstudio/vc11/zlib.rc
+1 −1 contrib/vstudio/vc11/zlibvc.def
+4 −4 contrib/vstudio/vc12/zlib.rc
+1 −1 contrib/vstudio/vc12/zlibvc.def
+4 −4 contrib/vstudio/vc14/zlib.rc
+1 −1 contrib/vstudio/vc14/zlibvc.def
+0 −409 contrib/vstudio/vc17/miniunz.vcxproj
+0 −405 contrib/vstudio/vc17/minizip.vcxproj
+0 −473 contrib/vstudio/vc17/testzlib.vcxproj
+0 −409 contrib/vstudio/vc17/testzlibdll.vcxproj
+0 −32 contrib/vstudio/vc17/zlib.rc
+0 −602 contrib/vstudio/vc17/zlibstat.vcxproj
+0 −158 contrib/vstudio/vc17/zlibvc.def
+0 −179 contrib/vstudio/vc17/zlibvc.sln
+0 −875 contrib/vstudio/vc17/zlibvc.vcxproj
+4 −4 contrib/vstudio/vc9/zlib.rc
+1 −1 contrib/vstudio/vc9/zlibvc.def
+11 −36 deflate.c
+2 −33 deflate.h
+1 −1 doc/algorithm.txt
+2 −2 examples/gzlog.c
+1 −1 examples/zran.c
+6 −2 gzguts.h
+6 −6 gzlib.c
+1 −1 inflate.c
+3 −3 inftrees.c
+2 −2 inftrees.h
+1 −1 old/visual-basic.txt
+1 −1 os400/README400
+3 −3 os400/zlib.inc
+5 −5 qnx/package.qpg
+12 −13 test/example.c
+16 −16 test/minigzip.c
+2 −2 treebuild.xml
+3 −17 trees.c
+18 −2 win32/DLL_FAQ.txt
+4 −4 win32/README-WIN32.txt
+9 −1 zconf.h
+9 −1 zconf.h.cmakein
+9 −1 zconf.h.in
+3 −3 zlib.3
+ zlib.3.pdf
+11 −11 zlib.h
+100 −100 zlib.map
+24 −3 zutil.h

0 comments on commit 7ab2649

Please sign in to comment.