Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CURA-10951_gh_build_curapackage #29

Merged
merged 7 commits into from
Sep 8, 2023
Merged

Commits on Aug 29, 2023

  1. Update build and test environment in conanfile.py

    Conan test and build environment configuration has been revised and optimized. The commit includes changes in imports, dependencies, defining build requirements, generating virtual environments etc. Amended to support more strongly typed Conan feature, supporting cross-compilation, improving auto-detection settings for compiler abilities, and improving overall Conanfile structure. This change aims to improve build performance, reduce potential issues and make the project more maintainable.
    
    contributes to CURA-10951
    jellespijker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1e16d86 View commit details
    Browse the repository at this point in the history
  2. no longer a use for conandata

    requirements are specified in conanfile.py directly
    
    contributes to CURA-10951
    jellespijker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    96fb8a4 View commit details
    Browse the repository at this point in the history
  3. bump up minimum versions

    contributes to CURA-10951
    jellespijker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e8ea70d View commit details
    Browse the repository at this point in the history
  4. removed duplicate validate method

    contributes to CURA-10951
    jellespijker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    64b2dd7 View commit details
    Browse the repository at this point in the history
  5. removed redundant scm atrribute

    no longer used in conan 2.0
    
    contributes to CURA-10951
    jellespijker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    51227eb View commit details
    Browse the repository at this point in the history
  6. make min_cppstd a property

    contributes to CURA-10951
    jellespijker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    87ab45a View commit details
    Browse the repository at this point in the history
  7. Use libnest2d from CURA-10951

    contributes to CURA-10951
    jellespijker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    44e0191 View commit details
    Browse the repository at this point in the history