Skip to content

Merging develop into toolpath branch#448

Open
alexanderoster wants to merge 63 commits intotoolpath_squashedfrom
develop
Open

Merging develop into toolpath branch#448
alexanderoster wants to merge 63 commits intotoolpath_squashedfrom
develop

Conversation

@alexanderoster
Copy link
Contributor

No description provided.

jschobben and others added 30 commits April 3, 2025 00:27
* Bump cmake_minimum_required to 3.5

CMake 4.0 has dropped support for older versions, and fails to build.
GHA's runners have now been (partially) updated to use CMake 4.0, causing the builds to fail.

* Bump cmake from 2.6->3.5 in SDK/Examples/Cpp/CMakeLists.txt
Inclusion of <algorithm> is needed in order to use std::find, but it was
missing, leading to compiler errors with gcc-14 on Debian Trixie.
* Include changes to accomodate spec info for triangle sets, volumetric and implicit. Version numbers are not correctly updated yet. Will do so after confirmation. Tests will fail too.

* Set correct spec version for trianglesets, volumetric and implicit
updating windows version from 2019 to 2022 github actions
…for tests

[CMakeLists.txt] Update OpenSSL linking logic based on USE_INCLUDED_SSL flag
[UnitTest_EncryptionUtils.cpp] Implement cleanup logic for OpenSSL version compatibility
…equired beam lattice ball extensions and add tests for namespace compliance
fixing initialization order

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…t.cpp


fixing initialization order

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ilures and MUSTFAIL passes for latest release and commit
…h helper function to extract zip entry from buffer
3dJan and others added 25 commits October 17, 2025 13:04
- Include detailed context in CImplicitNode::FindInputOrThrow and FindOutputOrThrow when throwing invalid-param (report port id and node id)
- Replace generic CNMRException throws in CModelImplicitNode accessors/mutators with descriptive messages for invalid node types and uninitialized values (constant, vector, matrix, resource id, accurate range, scalar/vector names)
- Update CNodeIterator includes and factory to instantiate BeamLattice, FunctionGradient and NormalizeDistance node wrappers
…fore linking, strengthen pointer assertions and validate function iteration order
…mf into 3djan/volumetric_beamlattice_gradient
…ce_gradient

3djan/volumetric beamlattice gradient
…on_2.5.0

updating cpp documentation for 2.5.0 release
@gangatp gangatp requested a review from Copilot February 18, 2026 07:20
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review this pull request. There are 300 or more changed files, try reducing the number of files in this pull request and requesting a review from Copilot again.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

* Bump version in CMakeLists.txt

* Switch .sh for .py

* fix artifact caching

* Mac libraries might not obey alpha or beta.

* Update actions to capture artifacts properly

* Fix YAML syntax error

* Yet another attempt at fixing artifact name

* Cache test suite (remove from artifacts)

* Static library support

* Guard shared vs static properly
@codecov
Copy link

codecov bot commented Feb 18, 2026

Codecov Report

❌ Patch coverage is 83.58974% with 32 lines in your changes missing coverage. Please review.
✅ Project coverage is 59.66%. Comparing base (ea5dbe1) to head (8632cc9).
⚠️ Report is 29 commits behind head on toolpath_squashed.

Files with missing lines Patch % Lines
Autogenerated/Bindings/Cpp/lib3mf_implicit.hpp 83.58% 32 Missing ⚠️
Additional details and impacted files
@@                  Coverage Diff                  @@
##           toolpath_squashed     #448      +/-   ##
=====================================================
+ Coverage              59.08%   59.66%   +0.58%     
=====================================================
  Files                     64       64              
  Lines                  23589    24646    +1057     
=====================================================
+ Hits                   13937    14705     +768     
- Misses                  9652     9941     +289     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

* Release/2.3.2 (#384)

* skipping leading whitespaces

* Update CMakeLists.txt to ignore cmake_osx_architecture in TESTS

Previously libreSSL could not be built on arm64 machines, so there was a flag to build the test only for intel x86_64 machines. 

After updating the libreSSL library, it might not be the case anymore. So removing the CMAKE_OSX_ARCHITECTURE flag.

* First batch of python examples

* Update 3mf copyright based on existing template

* Modify python imports to work with SDK package too (Even if lib3mf is not installed through PyPI, the examples would work as long as the SDK structure is maintained)

* Integration tests (#367)

* Added CMake and CPack configuration for building and packaging lib3mf across all platforms, including Debian and RPM builds + VCPKG.
* Updated and debugged workflows, .gitignore, and integration tests, ensuring smooth deployment and artifact handling.
* Fixed paths and linking issues across Windows, macOS, and Linux, including handling symlinks and double zipping problems.    
* Enhanced SDK generation and included examples for various build variants, ensuring compatibility and thorough testing.    
* Cleaned up and finalized actions, environment variables, and documentation for consistent and efficient builds and deployments.

* Integration tests (#367) + CMake Refactoring + CPack based Packaging introduction + CI / CD action improvements

* Added CMake and CPack configuration for building and packaging lib3mf across all platforms, including Debian and RPM builds + VCPKG.
* Updated and debugged workflows, .gitignore, and integration tests, ensuring smooth deployment and artifact handling.
* Fixed paths and linking issues across Windows, macOS, and Linux, including handling symlinks and double zipping problems.
* Enhanced SDK generation and included examples for various build variants, ensuring compatibility and thorough testing.
* Cleaned up and finalized actions, environment variables, and documentation for consistent and efficient builds and deployments.

* Issue-363: changing int to long long for putDoubleFactor

* fixing stringRepResenationsDiffer to use long long putFactor

* Include a additional entry to build.yml to pack source code + submodules (#372)

* Include an additional artifact that packs the code with submodules

* exclude unnecessary stuff

* avoid recursion

* avoid zip.zip

* Included a new script to automatically update lib3mf version in all the required places

* Include some rudimentary documentation in lib3mf_version_update.py

* updating zlib 1.3.1

* updating zlib 1.3.1 version file

* Update README.md

* Modify integration tests

* Fix some mistakes in integration tests

* Accidentally reverted zlib version. Switching back

* Include total must pass and must fail in all integration test outputs

* There's multiple release artifacts with .zip extension. Some adjustments are required

* Fix the issue in 2 integration test workflows. Only 1 must fail now

* Attempting to fix the last two releases action

* Cleaned a little more. All Integration tests should pass now.

* Introduce some more generics in actions (Integration test suite url is not hard coded anymore)

* Make test suite url fetching local to the test jobs

* Switch to hard coded urls for now. Can switch in the next release

* Weird osx build error fix in .yml and .sh

---------

Co-authored-by: Martin Weismann <30837766+martinweismann@users.noreply.github.com>
Co-authored-by: Vijai Kumar S <vijaiaeroastro@users.noreply.github.com>
Co-authored-by: Vijai Kumar S <vijai@vijaikumar.in>

* Remove alpha from release candidate

* Emscripten bindings wired into CMake + Actions

* Gate MSVC flags properly

* Add conan recipe for 2.5.0

* Towards an improved VCPKG release

* VCPKG + CMake improvements + More examples in Github actions

* Fix examples that fail in Github actions

* Adjust WASM build flags for browser + worker support

* Fix a mistake from automatic merge conflicts

---------

Co-authored-by: Martin Weismann <30837766+martinweismann@users.noreply.github.com>
Co-authored-by: gangatp <145573667+gangatp@users.noreply.github.com>
Co-authored-by: Vijai Kumar S <vijaiaeroastro@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants