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

Handle negative security margin #312

Merged
merged 52 commits into from
Jul 7, 2022

Commits on Jun 23, 2022

  1. gjk: add more comments

    jcarpent committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    0c6bd4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17c202f View commit details
    Browse the repository at this point in the history
  3. convex: fix warnings

    jcarpent committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    588c3f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    574055c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0cd3811 View commit details
    Browse the repository at this point in the history
  6. test: test shape inflation

    jcarpent committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    dd2dc9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b01cbcb View commit details
    Browse the repository at this point in the history
  8. doc: fix table

    jcarpent committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    59aa8fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e8de943 View commit details
    Browse the repository at this point in the history
  10. core: fix

    jcarpent committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    74bc6b9 View commit details
    Browse the repository at this point in the history
  11. cmake: add missing file

    jcarpent committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    b3189be View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    95660dc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d09cfce View commit details
    Browse the repository at this point in the history
  14. core: add missing noalias

    jcarpent committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    1749142 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    97971f6 View commit details
    Browse the repository at this point in the history
  16. core: move shape_traits in a dedicated file

    And starts to add feature for inflating the shapes or adding support for inflated support function
    jcarpent committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    ecc373d View commit details
    Browse the repository at this point in the history
  17. shape: rework inflated method

    Only the supported meshes are now accounted
    jcarpent committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    1abbeca View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1b86993 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f9efa82 View commit details
    Browse the repository at this point in the history
  20. core: remove useless code

    jcarpent committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    f6bc77d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8f9bd09 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a5a6af6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8581667 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d53ac30 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f4068cd View commit details
    Browse the repository at this point in the history
  26. cor: fix some throw

    jcarpent committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    b6701dc View commit details
    Browse the repository at this point in the history
  27. all: fix include

    jcarpent committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    ae338f2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d0829c6 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fd2eeaa View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f5436ee View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c15be21 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    3b7fe10 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    4665200 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    af828ef View commit details
    Browse the repository at this point in the history
  35. core: remove useless HPP_FCL_DLLAPI

    was causing the compilation errors `definition of dllimport function not allowed template`
    jcarpent committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    bf7c115 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    b581294 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    9dc35fc View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    123c516 View commit details
    Browse the repository at this point in the history
  39. core: update throw message

    jcarpent committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    ec1333e View commit details
    Browse the repository at this point in the history
  40. hfields: fix bug

    jcarpent committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    84b0754 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    b1d3c66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    753439d View commit details
    Browse the repository at this point in the history
  3. core: remove useless codes

    It appears that the proposed solution to handle negative security margin was a bit overkilled
    jcarpent committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    eecc2cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4ed2f0 View commit details
    Browse the repository at this point in the history
  5. gjk: fix BoundingVolumeGuess

    jcarpent committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    27373a2 View commit details
    Browse the repository at this point in the history
  6. gjk: normalize guess

    jcarpent committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    331c6d6 View commit details
    Browse the repository at this point in the history
  7. debug

    jcarpent committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    dab4323 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    fdd1f9d View commit details
    Browse the repository at this point in the history
  2. test: remove useless print

    jcarpent committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    c93b22b View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. core: remove warning

    jcarpent committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    5dc47e9 View commit details
    Browse the repository at this point in the history
  2. core: remove useless lines

    They were related to shape deflations
    jcarpent committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    793b5ec View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

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