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

clearing memory stack #950

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Commits on Apr 12, 2024

  1. clearing memory stack

    CURA-11658
    saumyaj3 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    2d6a327 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    225e27c View commit details
    Browse the repository at this point in the history
  3. Remove unused Sys import and fix code formatting

    CURA-11658
    saumyaj3 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    90aad6b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Enhance memory cleanup in various operation types

    This update refines the cleanup process across different parts of the application. Node reset functionality has been introduced which thoroughly cleans up the memory. Clear functions within SettingOverrideDecorator, SceneNodeDecorator, ConvexHullDecorator and others are improved to completely cleanse after usage. This approach ensures a more efficient use and management of memory resources.
    
    CURA-11658
    saumyaj3 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    bb9ba9a View commit details
    Browse the repository at this point in the history
  2. Optimize operation stack memory cleanup

    only the set of operations within the specified range are deleted. This fine-tuned approach minimizes needless memory cleanups and enhances overall memory management.
    
    CURA-11658
    saumyaj3 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    772ec57 View commit details
    Browse the repository at this point in the history
  3. correcting the index for clearing memory

    CURA-11658
    saumyaj3 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f1df76f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afc5f50 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Rename "clear" method to "clearDecoratorData"

    The "clear" method has been renamed to "clearDecoratorData" to improve clarity on its function in several classes. This change affects the SettingOverrideDecorator, SceneNodeDecorator, ConvexHullDecorator, and SceneNode classes.
    
    CURA-11658
    saumyaj3 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    cf7378d View commit details
    Browse the repository at this point in the history