Merging develop into toolpath branch#448
Open
alexanderoster wants to merge 63 commits intotoolpath_squashedfrom
Open
Merging develop into toolpath branch#448alexanderoster wants to merge 63 commits intotoolpath_squashedfrom
alexanderoster wants to merge 63 commits intotoolpath_squashedfrom
Conversation
* 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.
…runners for all Linux actions (#422)
* 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
…e Debian reference
…equired beam lattice ball extensions and add tests for namespace compliance
…l mode and count in BeamLattice
…d radius in BeamLattice namespace
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>
…provements and fail only on regression
…ilures and MUSTFAIL passes for latest release and commit
… before it is beeing referenced
…tion for ZLIB integration
…h helper function to extract zip entry from buffer
… usage instructions
…e_fix 3djan/beamlattice namespace fix
- 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
3djan/fix resource order
…mf into 3djan/volumetric_beamlattice_gradient
…ce_gradient 3djan/volumetric beamlattice gradient
Include surface as an object type
…on_2.5.0 updating cpp documentation for 2.5.0 release
Contributor
There was a problem hiding this comment.
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 Report❌ Patch coverage is
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. 🚀 New features to boost your workflow:
|
* 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.