Skip to content

Commit

Permalink
Sync with fb469ad (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
qnzhou authored May 1, 2024
1 parent 930f894 commit fa7ac42
Show file tree
Hide file tree
Showing 110 changed files with 2,732 additions and 2,190 deletions.
2 changes: 2 additions & 0 deletions .github/tsan.suppressions.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ race:openvdb::*::tools::mesh_to_volume_internal::ComputeIntersectingVoxelSign
race:openvdb::*::tools::v2s_internal::UpdatePoints
# See https://github.com/embree/embree/issues/469
race_top:embree::parallel_any_of
# Well... this one isn't gonna fix itself.
race:^triangleinit
2 changes: 1 addition & 1 deletion LagrangeOptions.cmake.sample
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
# set(USE_SANITIZER
# "Address;Undefined"
# CACHE STRING
# "Compile with a sanitizer. Options are: Address, Memory, MemoryWithOrigins, Undefined, Thread, Leak, 'Address;Undefined'"
# "Compile with a sanitizer. Options are: Address, Memory, MemoryWithOrigins, Undefined, Thread, Leak, 'Address;Undefined', CFI"
# )

# Code coverage.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.21.1
6.22.0
Loading

0 comments on commit fa7ac42

Please sign in to comment.