Skip to content

Commit 98587df

Browse files
committed
CHANGES and stage for 1.12.7.0
Signed-off-by: Larry Gritz <[email protected]>
1 parent 822518f commit 98587df

File tree

2 files changed

+29
-15
lines changed

2 files changed

+29
-15
lines changed

CHANGES.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
22
<!-- Copyright Contributors to the Open Shading Language Project. -->
33

4-
Release 1.12.7.0 -- 1 Nov?? 2022 (compared to 1.12.6.2)
4+
Release 1.12.7.0 -- 1 Nov 2022 (compared to 1.12.6.2)
55
-------------------------------------------------------
6-
6+
* Optix: Change naming of certain compiler-generated constants in a way that
7+
improves use of the PTX cache. #1570
8+
* Batch: Fix uninitialized members in ReadEvent internals. #1575
9+
* `testshade --help` now prints TextureSystem options and hardware info. #1584
10+
* oslc: Fix memory leak in ASTvariable_declaration. #1576
11+
* Fix memory leaks in light path expression code. #1593 #1594
12+
* Include the immintrin.h header only when needed. #1605
13+
* icx: Improvements to fix problems exposed by new icx 2022.2 compiler. #1601
14+
* Testing: CMake cache variables to control the testing timeout length. #1571
15+
* CI: Add a dynamic analysis test using address and leak sanitizers. #1581
16+
* CI: Now using SonarCloud static analysis. #1551
17+
* CI: Many improvements in testing code coverage #1607
18+
* CI: Make sure to run pointcloud tests when partio is found. #1611
19+
* Developers: platform.h now defines OSL_ALLOCA macro. #1589
20+
* Developers: platform.h now defines OSL::bitcast utility. #1610
721

822
Release 1.12 -- 1 Oct 2022 (compared to 1.11)
923
----------------------------------------------

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -480,19 +480,19 @@ The current project leadership is documented in the
480480
Many people have contributed features, bug fixes, and other changes to OSL
481481
over the years: Steve Agland, Shane Ambler, Martijn Berger, Farchad
482482
Bidgolirad, Nicholas Bishop, Solomon Boulos, Stefan Bruens, Stefan Büttner,
483-
Matthaus G. Chajdas, Clark Chen, Alejandro Conty, Dieter De Baets, Thomas
484-
Dinges, Mads Drøschler, Luke Emrose, Louis Feng, Mark Final, Henri Fousse,
485-
Stephen Friedman, Syoyo Fujita, Tim Grant, Larry Gritz, Nicolas Guiard, Euan
486-
Haahr, Derek Haase, Sven-Hendrik Haase, John Haddon, Niklas Harrysson, Daniel
487-
Heckenberg, Chris Hellmuth, Adrien Herubel, Thiago Ize, Matt Johnson, Ronan
488-
Keryell, Chris Kulla, Elvic Liang, Max Liani, Adam Martinez, John Mertic,
489-
Bastien Montagne, Steena Monteiro, Alexis Oblet, Erich Ocean, Mikko Ohtamaa,
490-
Jino Park, Alexei Pawlow, Jay Reynolds, Declan Russell, Benoit Ruiz, Patrick
491-
Scheibe, Alex Schworer, Jonathan Scruggs, Sergey Sharybin, Sandip Shukla, Mark
492-
Sisson, Cliff Stein, Stephan Steinbach, Luya Tshimbalanga, Esteban Tovagliari,
493-
Brecht Van Lommel, Alexander von Knorring, Alex Wells, Roman Zulak. (Listed
494-
alphabetically; if we've left anybody out, it is inadvertent, please let us
495-
know.)
483+
Matthaus G. Chajdas, Clark Chen, Alejandro Conty, Damien Courtois, Dieter De
484+
Baets, Thomas Dinges, Mads Drøschler, Luke Emrose, Louis Feng, Mark Final,
485+
Henri Fousse, Stephen Friedman, Syoyo Fujita, Tim Grant, Larry Gritz, Nicolas
486+
Guiard, Euan Haahr, Derek Haase, Sven-Hendrik Haase, John Haddon, Niklas
487+
Harrysson, Daniel Heckenberg, Chris Hellmuth, Adrien Herubel, Dan Horák,
488+
Thiago Ize, Matt Johnson, Ronan Keryell, Chris Kulla, Elvic Liang, Max Liani,
489+
Adam Martinez, John Mertic, Bastien Montagne, Steena Monteiro, Alexis Oblet,
490+
Erich Ocean, Mikko Ohtamaa, Jino Park, Alexei Pawlow, Jay Reynolds, Declan
491+
Russell, Benoit Ruiz, Patrick Scheibe, Alex Schworer, Jonathan Scruggs, Sergey
492+
Sharybin, Sandip Shukla, Mark Sisson, Cliff Stein, Stephan Steinbach, Luya
493+
Tshimbalanga, Esteban Tovagliari, Brecht Van Lommel, Alexander von Knorring,
494+
Alex Wells, Roman Zulak. (Listed alphabetically; if we've left anybody out, it
495+
is inadvertent, please let us know.)
496496

497497
We cannot possibly express sufficient gratitude to the managers at Sony
498498
Pictures Imageworks who allowed this project to proceed, supported it

0 commit comments

Comments
 (0)