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

Simplify chunked octree traversals #84

Merged
merged 22 commits into from
Nov 27, 2024
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
4be1065
Explicitly define struct ctors for compatibility with emplace_back
victorreijgwart Nov 8, 2024
1f365fb
Refactor TfTransformer to return by value, signal failure using optional
victorreijgwart Nov 8, 2024
ab59bd9
Use ChunkedNdtreeNodeRef to simplify chunked map accessors
victorreijgwart Nov 9, 2024
0b1a86f
Minor code cleanup
victorreijgwart Nov 10, 2024
af7ecc4
Simplify integrator code by using new ChunkedNdtree API features
victorreijgwart Sep 25, 2024
129f95b
Add QueryAccelerator for chunked wavelet octrees
victorreijgwart Nov 11, 2024
4f85fd8
Correctly handle constness in chunked octree node ptrs/refs
victorreijgwart Nov 11, 2024
bd9cfcf
Minor code cleanup
victorreijgwart Nov 11, 2024
35ec8ae
Add accelerated HashedChunkedWaveletOctree accessors to Python API
victorreijgwart Nov 11, 2024
6eade89
Improve consistency between coding using regular and chunked octrees
victorreijgwart Nov 11, 2024
d6e7f74
Simplify and improve clarity of old code
victorreijgwart Nov 12, 2024
26fba56
Add method to erase individual nodes from chunked octrees
victorreijgwart Nov 12, 2024
beb4c5c
Simplify thresholding and pruning code
victorreijgwart Nov 18, 2024
642680f
Optimize child node access by eliminating redundant lookup
victorreijgwart Nov 18, 2024
9269a3b
Code cleanup and consistency improvements to prepare PR#84
victorreijgwart Nov 21, 2024
620f161
Tidy up constructors and moves vs copies
victorreijgwart Nov 21, 2024
3de0323
Attempt to address 'maybe uninitialized' warnings from GCC >= 11
victorreijgwart Nov 21, 2024
d7a20b3
Switch from `nullptr_t` to `std::nullptr_t` type for portability
victorreijgwart Nov 21, 2024
75f4edf
Reintroduce the option to profile with Tracy
victorreijgwart Nov 22, 2024
57ad3bc
Revert "Reintroduce the option to profile with Tracy"
victorreijgwart Nov 25, 2024
9c9554d
Minor release management script improvements
victorreijgwart Nov 25, 2024
85320a0
Update changelogs
victorreijgwart Nov 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor release management script improvements
  • Loading branch information
victorreijgwart committed Nov 25, 2024
commit 9c9554de29dd7be243467150fd6d80cbb35797a7
Loading
Loading