Closed
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
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
* 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
Collaborator
Author
|
Will close this and do a premerge branch first. |
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.
2.5.0 is offically released now. It needs to be merged into master.