-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from dneg/v0.0.2
Version 0.0.2 - October 8, 2018
- Loading branch information
Showing
37 changed files
with
897 additions
and
690 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
OpenVDB AX Version History | ||
========================== | ||
|
||
Version 0.0.2 - October 8, 2018 | ||
|
||
Improvements: | ||
- Added library version naming for libopenvdb_ax. | ||
- Updated Compute Generator initialization methods to leverage the | ||
function signature framework. | ||
- Improved the usage of CustomData for runtime retrieval of user parameters. | ||
- Add Travis CI support for the core library. | ||
- A variety of comment fixes and improvements. | ||
- Added COPYRIGHT and CHANGES file. | ||
|
||
Bug fixes: | ||
- Compilation fixes to the vdb_ax command-line binary. | ||
[Reported by Elisa Prana] | ||
- Fixed an issue where LLVM would assert due to void pointer instantiation. | ||
[Reported by Elisa Prana] | ||
- Fixed an issue where MCJIT was not being linked in on some platforms. | ||
[Reported by Elisa Prana] | ||
- CMake and build fixes for Houdini 17. | ||
|
||
API Changes: | ||
- Refactoring of the Compute Functions and their usage within their | ||
corresponding Executables. Moved a portion of compiler specific code | ||
into the compiler directory and out of codegen. | ||
- Moved LeafLocalData into the compiler directory. | ||
- Added m prefix to members of CompilerOptions. | ||
- Added a constant shared pointer typedef to CustomData. | ||
- Removed the getFunctionList() compute generator function. | ||
- The CustomData argument for Executable::compiler now has a default empty | ||
argument and is optional. | ||
- Removed CustomData argument from the ComputeGenerator class constructors. | ||
|
||
|
||
Version 0.0.1 - August 10 2018 (initial public release) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Copyright (c) 2015-2018 DNEG Visual Effects | ||
|
||
All rights reserved. This software is distributed under the | ||
Mozilla Public License 2.0 ( http://www.mozilla.org/MPL/2.0/ ) | ||
|
||
Redistributions of source code must retain the above copyright | ||
and license notice and the following restrictions and disclaimer. | ||
|
||
* Neither the name of DNEG Visual Effects nor the names | ||
of its contributors may be used to endorse or promote products derived | ||
from this software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | ||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | ||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | ||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | ||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY INDIRECT, INCIDENTAL, | ||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
IN NO EVENT SHALL THE COPYRIGHT HOLDERS' AND CONTRIBUTORS' AGGREGATE | ||
LIABILITY FOR ALL CLAIMS REGARDLESS OF THEIR BASIS EXCEED US$250.00. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.