Skip to content

Commit fbc9126

Browse files
committed
Migrate pending changes
Signed-off-by: Dan Bailey <[email protected]>
1 parent 1598f15 commit fbc9126

File tree

8 files changed

+50
-21
lines changed

8 files changed

+50
-21
lines changed

CHANGES

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,30 @@ OpenVDB Version History
33

44
Version 8.1.1 - In development
55

6+
Improvements:
7+
- Moved from the deprecated TBB task scheduler to TBB arenas. Various
8+
methods now respect the TBB arena state they were invoked from.
9+
- Introduced a new thread/Threading.h header to consolidate calls to
10+
third-party threading methods.
11+
- Minor performance improvements to dilation calls in fast sweeping
12+
algorithms.
13+
14+
Houdini:
15+
- Fix crash in VDB Combine in Copy B mode if the second input has
16+
more VDBs than the first.
17+
- VDB Vector Merge SOP is now VDB Vector From Scalar SOP to distinguish
18+
it from the VDB Merge SOP. It keeps the same internal name so this
19+
is merely a label change.
620

21+
Build:
22+
- Added support for TBB 2021.
23+
- Enabled the OPENVDB_FUTURE_DEPRECATION variable by default to warn on
24+
upcoming deprecations.
25+
- Introduced a OPENVDB_DOXYGEN_INTERNAL CMake variable which is ON by
26+
default and removes the majority of internal namespaces from the
27+
generated doxygen.
28+
- Improved the doxygen deprecation listings, folder layouts and fixes
29+
issues when using later versions of doxygen.
730

831
Version 8.1.0 - In development
932

doc/changes.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,33 @@
66
@par
77
<B>Version 8.1.1</B> - <I>In development</I>
88

9+
@par
10+
Improvements:
11+
- Moved from the deprecated TBB task scheduler to TBB arenas. Various
12+
methods now respect the TBB arena state they were invoked from.
13+
- Introduced a new thread/Threading.h header to consolidate calls to
14+
third-party threading methods.
15+
- Minor performance improvements to dilation calls in fast sweeping
16+
algorithms.
17+
18+
@par
19+
Houdini:
20+
- Fix crash in VDB Combine in Copy B mode if the second input has
21+
more VDBs than the first.
22+
- VDB Vector Merge SOP is now VDB Vector From Scalar SOP to distinguish
23+
it from the VDB Merge SOP. It keeps the same internal name so this
24+
is merely a label change.
25+
26+
@par
27+
Build:
28+
- Added support for TBB 2021.
29+
- Enabled the OPENVDB_FUTURE_DEPRECATION variable by default to warn on
30+
upcoming deprecations.
31+
- Introduced a OPENVDB_DOXYGEN_INTERNAL CMake variable which is ON by
32+
default and removes the majority of internal namespaces from the
33+
generated doxygen.
34+
- Improved the doxygen deprecation listings, folder layouts and fixes
35+
issues when using later versions of doxygen.
936

1037

1138
@htmlonly <a name="v8_1_0_changes"></a>@endhtmlonly

pendingchanges/dep_warnings.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

pendingchanges/doxygen_improvements.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

pendingchanges/fast_sweep_improvement.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

pendingchanges/rename_vdbvectormerge_sop.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

pendingchanges/tbb2021.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

pendingchanges/vdbcombinefix.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)