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

Rearrange tests #577

Closed
wants to merge 100 commits into from
Closed

Rearrange tests #577

wants to merge 100 commits into from

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    325d45d View commit details
    Browse the repository at this point in the history
  2. Fix incorrect function use

    gkjohnson committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    4d50cba View commit details
    Browse the repository at this point in the history
  3. Fix ups

    gkjohnson committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    0d03853 View commit details
    Browse the repository at this point in the history
  4. Fix incorrect field

    gkjohnson committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    cdf8d7e View commit details
    Browse the repository at this point in the history
  5. Fix

    gkjohnson committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    be8c5ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b903f76 View commit details
    Browse the repository at this point in the history
  7. comments

    gkjohnson committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    b25b34d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cc349cc View commit details
    Browse the repository at this point in the history
  9. Adjust refit

    gkjohnson committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    b93431c View commit details
    Browse the repository at this point in the history
  10. Add deserialize support

    gkjohnson committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    104f125 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    03bb122 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1c06a60 View commit details
    Browse the repository at this point in the history
  13. handle mesh bvh struct

    gkjohnson committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    f1cb0d7 View commit details
    Browse the repository at this point in the history
  14. MeshBVH test

    gkjohnson committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    e52aebe View commit details
    Browse the repository at this point in the history
  15. Add tests

    gkjohnson committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    26e3e38 View commit details
    Browse the repository at this point in the history
  16. Improved tests

    gkjohnson committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    203731e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    772a06f View commit details
    Browse the repository at this point in the history
  18. distance to point cleanup

    gkjohnson committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    cd79fdc View commit details
    Browse the repository at this point in the history
  19. Fix tests

    gkjohnson committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    4568ffc View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. fix bvhcast

    gkjohnson committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    39c5530 View commit details
    Browse the repository at this point in the history
  2. simplify partition sort

    gkjohnson committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    68f8c11 View commit details
    Browse the repository at this point in the history
  3. lint fix

    gkjohnson committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    87bf205 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8aec8b6 View commit details
    Browse the repository at this point in the history
  5. fix filename

    gkjohnson committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    5d78bad View commit details
    Browse the repository at this point in the history
  6. Updates

    gkjohnson committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    7a06cad View commit details
    Browse the repository at this point in the history
  7. Update timing

    gkjohnson committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    e2c6605 View commit details
    Browse the repository at this point in the history
  8. Adjust table

    gkjohnson committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    17dc01f View commit details
    Browse the repository at this point in the history
  9. Small perf gain

    gkjohnson committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    e3b68fb View commit details
    Browse the repository at this point in the history
  10. Merge pull request #555 from gkjohnson/indirect

    Add indirect buffer
    gkjohnson authored Aug 20, 2023
    Configuration menu
    Copy the full SHA
    9235a44 View commit details
    Browse the repository at this point in the history
  11. migrate bvhcast

    gkjohnson committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    7d8c27f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d71bec0 View commit details
    Browse the repository at this point in the history
  13. Migrate refit function

    gkjohnson committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    2f0a6c2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e27bd53 View commit details
    Browse the repository at this point in the history
  15. lint fix

    gkjohnson committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    ce554e0 View commit details
    Browse the repository at this point in the history
  16. Lint fix

    gkjohnson committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    15a93c4 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #563 from gkjohnson/migrate-functions

    Move functions to separate files
    gkjohnson authored Aug 20, 2023
    Configuration menu
    Copy the full SHA
    e9b3084 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Merge commit '2cc51f6c4fdd105a51a91aeb9c01afcf08752382' into indirect…

    …-redo
    
    # Conflicts:
    #	src/core/MeshBVH.js
    #	src/core/cast/_bvhcast.js
    #	src/core/cast/bvhcast.js
    #	src/core/cast/closestPointToGeometry.js
    #	src/core/cast/refit.js
    gkjohnson committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    90b3ea0 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Merge branch 'master' into indirect-redo

    # Conflicts:
    #	src/core/build/buildTree.js
    #	src/core/build/computeBoundsUtils.js
    #	src/core/cast/closestPointToGeometry.js
    gkjohnson committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    494d600 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Merge branch 'master' into indirect-redo

    # Conflicts:
    #	benchmark/make-benchmark-log.js
    gkjohnson committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    bd0747d View commit details
    Browse the repository at this point in the history
  2. Fix critical range

    gkjohnson committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    ae85f6d View commit details
    Browse the repository at this point in the history
  3. more adjustments

    gkjohnson committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    a1b5a8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    757c5a2 View commit details
    Browse the repository at this point in the history
  5. Flag update spots

    gkjohnson committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0249852 View commit details
    Browse the repository at this point in the history
  6. Remove workflow

    gkjohnson committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    7f41c5a View commit details
    Browse the repository at this point in the history
  7. Update names

    gkjohnson committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d5bca1e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c10944 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Add more conditions

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    a7f9db9 View commit details
    Browse the repository at this point in the history
  2. More indirect use

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    0db7607 View commit details
    Browse the repository at this point in the history
  3. Generate all files

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    a1e484a View commit details
    Browse the repository at this point in the history
  4. Update config

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    7903987 View commit details
    Browse the repository at this point in the history
  5. Add iteration template

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    5c3a203 View commit details
    Browse the repository at this point in the history
  6. Rename config

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e2475c8 View commit details
    Browse the repository at this point in the history
  7. rename to templates

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b387b80 View commit details
    Browse the repository at this point in the history
  8. gitignore generated files

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    0ff9f9c View commit details
    Browse the repository at this point in the history
  9. Use indirect files

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    41518e8 View commit details
    Browse the repository at this point in the history
  10. Update scripts

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    7ba234f View commit details
    Browse the repository at this point in the history
  11. Fix

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f748a36 View commit details
    Browse the repository at this point in the history
  12. improved logs

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c3321ff View commit details
    Browse the repository at this point in the history
  13. Fix regex

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    18566d4 View commit details
    Browse the repository at this point in the history
  14. re kickoff

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9c21db1 View commit details
    Browse the repository at this point in the history
  15. One more line

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    31c9b75 View commit details
    Browse the repository at this point in the history
  16. update workflows

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    0be1d42 View commit details
    Browse the repository at this point in the history
  17. remove liens

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6958ced View commit details
    Browse the repository at this point in the history
  18. workflows update

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b3826d1 View commit details
    Browse the repository at this point in the history
  19. Update codeql workflow

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    110d48c View commit details
    Browse the repository at this point in the history
  20. fix benchmark run

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    833042a View commit details
    Browse the repository at this point in the history
  21. fix codeql

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d6764dc View commit details
    Browse the repository at this point in the history
  22. Fixes

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    76ee15d View commit details
    Browse the repository at this point in the history
  23. Lint

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b2d6509 View commit details
    Browse the repository at this point in the history
  24. fix refit

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    488fd80 View commit details
    Browse the repository at this point in the history
  25. cleanup

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b9a428f View commit details
    Browse the repository at this point in the history
  26. fix else

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    29e6118 View commit details
    Browse the repository at this point in the history
  27. lint fix

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    5ffcf3b View commit details
    Browse the repository at this point in the history
  28. fix lint

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    afdc60a View commit details
    Browse the repository at this point in the history
  29. ignore builds

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    450a865 View commit details
    Browse the repository at this point in the history
  30. add build before bench

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    642bb27 View commit details
    Browse the repository at this point in the history
  31. silent build

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    30d3182 View commit details
    Browse the repository at this point in the history
  32. fix closestPointToGeometry

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    57a6d52 View commit details
    Browse the repository at this point in the history
  33. Remove build steps

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f557cc3 View commit details
    Browse the repository at this point in the history
  34. cleanup

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    cfda0f4 View commit details
    Browse the repository at this point in the history
  35. Cleanup

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    600e07d View commit details
    Browse the repository at this point in the history
  36. rearrange loops

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b83c85a View commit details
    Browse the repository at this point in the history
  37. lint fixes

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    635b731 View commit details
    Browse the repository at this point in the history
  38. remove builds

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1538a79 View commit details
    Browse the repository at this point in the history
  39. Merge pull request #572 from gkjohnson/preprocess-indirect

    Tool for generating indirect function variants
    gkjohnson authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2795e83 View commit details
    Browse the repository at this point in the history
  40. Update docs

    gkjohnson committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    90b4b6e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Fix tests

    gkjohnson committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    0d6b668 View commit details
    Browse the repository at this point in the history
  2. README update

    gkjohnson committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    245dbfa View commit details
    Browse the repository at this point in the history
  3. updates

    gkjohnson committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    80f3cf5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #576 from gkjohnson/docs

    Update docs
    gkjohnson authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    6549436 View commit details
    Browse the repository at this point in the history
  5. comments

    gkjohnson committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    ce9c31c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb264a2 View commit details
    Browse the repository at this point in the history
  7. test clean up

    gkjohnson committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    bfe0172 View commit details
    Browse the repository at this point in the history
  8. Add indirect benchmark

    gkjohnson committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    0a77c50 View commit details
    Browse the repository at this point in the history
  9. update tests

    gkjohnson committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    0d3c4ed View commit details
    Browse the repository at this point in the history
  10. Update tests

    gkjohnson committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    d9e85e1 View commit details
    Browse the repository at this point in the history
  11. Move points error

    gkjohnson committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    b259e4b View commit details
    Browse the repository at this point in the history
  12. Clean up

    gkjohnson committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    b0d0681 View commit details
    Browse the repository at this point in the history
  13. add comment

    gkjohnson committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    713b9bd View commit details
    Browse the repository at this point in the history
  14. Fix MeshBVHUniformStruct

    gkjohnson committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    e3ed3ba View commit details
    Browse the repository at this point in the history