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

Add cq_cache decorator #17

Merged
merged 27 commits into from
Apr 21, 2021
Merged

Add cq_cache decorator #17

merged 27 commits into from
Apr 21, 2021

Commits on Apr 1, 2021

  1. Create cq_cache.py

    Jojain committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    f1a40a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bc6e38 View commit details
    Browse the repository at this point in the history
  3. Create __init__.py

    Jojain committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    c666773 View commit details
    Browse the repository at this point in the history
  4. creating tests

    Jojain committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    d9ea7fd View commit details
    Browse the repository at this point in the history
  5. Update test_cq_cache.py

    Jojain committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    6108068 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Jojain committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    001f6e1 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    Jojain committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    f5bf632 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Configuration menu
    Copy the full SHA
    19f74f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. move to BREP files, add good returning type

    changed from step to brep caching
    
    Added logic to handle all the cadquery types and returning the good ones after importing cached geometry
    Jojain committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    4e42236 View commit details
    Browse the repository at this point in the history
  2. Update test_cq_cache.py

    Jojain committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    1580b02 View commit details
    Browse the repository at this point in the history
  3. Update test_cq_cache.py

    Jojain committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    25e18c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Configuration menu
    Copy the full SHA
    f83e694 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Update plugins/cq_cache/README.md

    Co-authored-by: Jeremy Wright <[email protected]>
    Jojain and jmwright authored Apr 14, 2021
    Configuration menu
    Copy the full SHA
    4be9336 View commit details
    Browse the repository at this point in the history
  2. Update plugins/cq_cache/README.md

    Co-authored-by: Jeremy Wright <[email protected]>
    Jojain and jmwright authored Apr 14, 2021
    Configuration menu
    Copy the full SHA
    3e0f584 View commit details
    Browse the repository at this point in the history
  3. Update plugins/cq_cache/README.md

    Co-authored-by: Jeremy Wright <[email protected]>
    Jojain and jmwright authored Apr 14, 2021
    Configuration menu
    Copy the full SHA
    54db9fc View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. Add docstrings to functions

    Jojain committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    1e3d391 View commit details
    Browse the repository at this point in the history
  2. Update cq_cache.py

    Jojain committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    b627bf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    542b997 View commit details
    Browse the repository at this point in the history
  4. removed useless var

    Jojain committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    41195b5 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'cq_cache' of https:/Jojain/cadquery-plugins

    …into cq_cache
    Jojain committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    c546e37 View commit details
    Browse the repository at this point in the history
  6. run black

    Jojain committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    a8dabd9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. black

    marcus7070 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    68eee00 View commit details
    Browse the repository at this point in the history
  2. extra test

    marcus7070 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    ba08ae8 View commit details
    Browse the repository at this point in the history
  3. use __name__ and not eval

    marcus7070 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    9ae8f46 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Use md5 hash

    * added a test to check if different arguments returned different cache
    hits
    
    * added a test for TypeErrors from Workplane arguments
    marcus7070 committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    dfa5f32 View commit details
    Browse the repository at this point in the history
  2. docs

    marcus7070 committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    c33e7f2 View commit details
    Browse the repository at this point in the history
  3. better docs

    marcus7070 committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    f3ef925 View commit details
    Browse the repository at this point in the history