Skip to content

Commit bba9b35

Browse files
authored
docs: fix outdated or wrong repo URLs (#1811)
* Fix references to old OIIO home * Fix embarrassing release notes generating script botch that accidentally used OpenImageIO URLs where OSL URLs were needed. Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent b859317 commit bba9b35

4 files changed

Lines changed: 66 additions & 48 deletions

File tree

CHANGES.md

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Release 1.13 -- beta 1: December 20, 2023 (compared to 1.12)
4747

4848
* For GPU/OptiX mode, OptiX 6.0 support has been removed. For GPU rendering
4949
with OptiX, a minimum of OptiX 7.0 is required, and the Cuda minimum has
50-
been raised to 9.0 [#1737](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1737)
50+
been raised to 9.0 [#1737](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1737)
5151
* The minimum version OpenImageIO has been raised from 2.2 to 2.4. [#1591](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1591) [#1722](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1722)
5252
* The minimum CMake dependency has been raised from 3.12 to 3.15
5353
[#1724](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1724) (1.13.5.0)
@@ -95,8 +95,8 @@ Release 1.13 -- beta 1: December 20, 2023 (compared to 1.12)
9595
(1.13.2.0/1.12.8.0)
9696
* Fix support for closures with array types. #1630 (1.13.2.0/1.12.8.0)
9797
* Fix bug with masked wide llvm_gen_closure() [#1637](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1637) (by danieldresser-ie) (1.13.2.1)
98-
* Fix Force LLVM Boolean [#1717](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1717) (by Alex Wells)
99-
* Batched pointcloud if "index" is not passed [#1753](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1753) (by Alex Wells)
98+
* Fix Force LLVM Boolean [#1717](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1717) (by Alex Wells)
99+
* Batched pointcloud if "index" is not passed [#1753](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1753) (by Alex Wells)
100100

101101
### 🚀 OptiX GPU rendering
102102

@@ -164,9 +164,9 @@ Release 1.13 -- beta 1: December 20, 2023 (compared to 1.12)
164164
* Give ShadingSystemImpl a handy use_optix() method [#1682](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1682) (1.13.4.0)
165165
* Fix default fmt logic changing in latest openimageio release [#1725](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1725) (1.13.5.0)
166166
* The recently added SS::find_symloc can have const args [#1723](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1723) (1.13.5.0)
167-
* SymOverrideInfo bitfields should be the same type [#1745](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1745)
168-
* Fix wrong offset of MxSheen param [#1751](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1751) (by Rasmus Bonnedal)
169-
* Make get_texture_info robust to empty shaderglobals param [#1731](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1731)
167+
* SymOverrideInfo bitfields should be the same type [#1745](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1745)
168+
* Fix wrong offset of MxSheen param [#1751](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1751) (by Rasmus Bonnedal)
169+
* Make get_texture_info robust to empty shaderglobals param [#1731](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1731)
170170

171171
### 🏗 Build/test/CI and platform ports
172172

@@ -182,7 +182,7 @@ Release 1.13 -- beta 1: December 20, 2023 (compared to 1.12)
182182
* Change cmake option `USE_OPTIX` -> `OSL_USE_OPTIX` [#1668](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1668) (1.13.4.0)
183183
* Fix duplicate osl lexing symbols when building as static libraries
184184
[#1709](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1709) (by Brecht Van Lommel) (1.13.5.0)
185-
* Better cmake verbose behavior [#1752](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1752)
185+
* Better cmake verbose behavior [#1752](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1752)
186186
* Dependency version support:
187187
* Fix some issues that came up with the new icx 2022.0 compiler. #1601
188188
(1.13.1.0)
@@ -194,12 +194,12 @@ Release 1.13 -- beta 1: December 20, 2023 (compared to 1.12)
194194
* Qt6 compatibility [#1655](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1655) (1.13.4.0)
195195
* Fix warnings about Qt compilation and enums [#1661](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1661) (1.13.4.0)
196196
* Changes to support fmt 10.0 [#1691](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1691) (1.13.5.0)
197-
* Raise OpenEXR minimum to 2.4 [#1734](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1734)
198-
* Fix Partio build errors on pointcloud functions for MSVC [#1757](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1757) (by Alex Wells)
199-
* Bump Cuda minimum to 9.0 [#1737](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1737)
200-
* LLVM 16 and 17 support: LLVM opaque pointers support [#1728](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1728),
201-
LLVM new pass manager support [#1729](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1729),
202-
finish LLVM 16 and 17 support [#1730](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1730) (all by Brecht Van Lommel)
197+
* Raise OpenEXR minimum to 2.4 [#1734](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1734)
198+
* Fix Partio build errors on pointcloud functions for MSVC [#1757](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1757) (by Alex Wells)
199+
* Bump Cuda minimum to 9.0 [#1737](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1737)
200+
* LLVM 16 and 17 support: LLVM opaque pointers support [#1728](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1728),
201+
LLVM new pass manager support [#1729](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1729),
202+
finish LLVM 16 and 17 support [#1730](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1730) (all by Brecht Van Lommel)
203203
* Testing and Continuous integration (CI) systems:
204204
* Dynamic analysis using address and leak sanitizers. #1581 (1.13.0.3)
205205
* `testshade --help` now prints TextureSystem options and all hardware
@@ -218,28 +218,28 @@ Release 1.13 -- beta 1: December 20, 2023 (compared to 1.12)
218218
[#1660](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1660) (by Massimo Paladin) (1.13.4.0)
219219
* *ci*: Simplify build_llvm.bash script [#1703](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1703) (1.13.5.0)
220220
* Test interactive parameter initialization in optix testrender [#1687](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1687) (by Chris Hellmuth) (1.13.5.0)
221-
* Fix GPU job not actually enabling OptiX [#1738](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1738) (by Brecht Van Lommel)
222-
* Fix python-oslquery test failure on macOS [#1739](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1739) (by Brecht Van Lommel)
223-
* Disable MacOS-11 CI [#1746](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1746)
224-
* Skip analysis and scorecard workflows on push if only docs changed [#1744](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1744)
225-
* For clarity, use the term 'runner' instead of 'os' [#1743](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1743)
226-
* Test ABI compliance [#1748](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1748)
227-
* Fix tests passing when test commands fail [#1733](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1733) (by Brecht Van Lommel)
221+
* Fix GPU job not actually enabling OptiX [#1738](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1738) (by Brecht Van Lommel)
222+
* Fix python-oslquery test failure on macOS [#1739](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1739) (by Brecht Van Lommel)
223+
* Disable MacOS-11 CI [#1746](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1746)
224+
* Skip analysis and scorecard workflows on push if only docs changed [#1744](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1744)
225+
* For clarity, use the term 'runner' instead of 'os' [#1743](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1743)
226+
* Test ABI compliance [#1748](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1748)
227+
* Fix tests passing when test commands fail [#1733](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1733) (by Brecht Van Lommel)
228228
* Platform support:
229229
* Include `immintrin.h` only when needed. #1605 (1.13.1.0)
230230
* Changed snprintf formatting to satisfy some compilers.
231231
[#1640](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1640) (by pellerington) (1.13.4.0)
232232
* Fix some windows GPU build errors [#1638](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1638) (by Declan Russell) (1.13.4.0)
233233
* Fix for Apple clang 14+ warnings [#1697](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1697) (1.13.5.0)
234-
* Fix struct align/pack for MSVC [#1754](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1754) (by Rasmus Bonnedal)
235-
* Refactor icc/icx specific pragma macros [#1756](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1756) (by Alex Wells)
234+
* Fix struct align/pack for MSVC [#1754](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1754) (by Rasmus Bonnedal)
235+
* Refactor icc/icx specific pragma macros [#1756](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1756) (by Alex Wells)
236236

237237
### 📚 Documentation
238238

239239
* First stab at ReadTheDocs -- new [Experimental OSL Documentation on
240240
ReadTheDocs](https://open-shading-language.readthedocs.io/)
241241
is still a little rough, but eventually will be our primary documentation.
242-
[#1736](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1736)
242+
[#1736](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1736)
243243
* `doc/RELEASING.md` documents our release process and versioning policies.
244244
#1572 (1.13.0.2)
245245
* Improve documentation of `trace` function [#1671](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1671) (by AidanWelch) (1.13.4.0)
@@ -248,8 +248,8 @@ Release 1.13 -- beta 1: December 20, 2023 (compared to 1.12)
248248

249249
### 🏢 Project Administration
250250

251-
* Alert slack "release-announcements" channel upon OSL release [#1740](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1740) [#1749](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1749)
252-
* Update pull request template [#1741](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1741)
251+
* Alert slack "release-announcements" channel upon OSL release [#1740](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1740) [#1749](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1749)
252+
* Update pull request template [#1741](https://github.com/AcademySoftwareFoundation/OpenShadingLangauge/pull/1741)
253253

254254

255255
---
@@ -260,30 +260,30 @@ Release 1.13 -- beta 1: December 20, 2023 (compared to 1.12)
260260
Release 1.12.13.0 -- 1 July 2023 (compared to 1.12.12.0)
261261
--------------------------------------------------------
262262
- *fix*: Fix constant float values being converted to ints
263-
[#1674](https://github.com/OpenImageIO/oiio/pull/1674) (by Declan Russell)
263+
[#1674](https://github.com/OpenShadingLanguage/oiio/pull/1674) (by Declan Russell)
264264
- *build*: Fix builds when USE_PYTHON=OFF
265-
[#1675](https://github.com/OpenImageIO/oiio/pull/1675) (by Declan Russell)
265+
[#1675](https://github.com/OpenShadingLanguage/oiio/pull/1675) (by Declan Russell)
266266
- *build*: Changes to support fmt 10.0
267-
[#1691](https://github.com/OpenImageIO/oiio/pull/1691)
267+
[#1691](https://github.com/OpenShadingLanguage/oiio/pull/1691)
268268
- *cleanup*: Switch deprecated oiio simd names to modern
269-
[#1679](https://github.com/OpenImageIO/oiio/pull/1679)
269+
[#1679](https://github.com/OpenShadingLanguage/oiio/pull/1679)
270270
- *testing*: Avoid deprecated OSLQuery ctr in test example
271-
[#1699](https://github.com/OpenImageIO/oiio/pull/1699)
271+
[#1699](https://github.com/OpenShadingLanguage/oiio/pull/1699)
272272
- *ci*: Fix package name for icc
273-
[#1690](https://github.com/OpenImageIO/oiio/pull/1690)
273+
[#1690](https://github.com/OpenShadingLanguage/oiio/pull/1690)
274274
- *ci*: Add VFX Platform 2023 tests using new ASWF containers
275-
[#1696](https://github.com/OpenImageIO/oiio/pull/1696)
275+
[#1696](https://github.com/OpenShadingLanguage/oiio/pull/1696)
276276
- *ci*: Switch oiio obsolete branch names to immutable tags
277-
[#1701](https://github.com/OpenImageIO/oiio/pull/1701)
277+
[#1701](https://github.com/OpenShadingLanguage/oiio/pull/1701)
278278
- *docs*: Improve documentation of `trace` function
279-
[#1671](https://github.com/OpenImageIO/oiio/pull/1671) (by AidanWelch)
279+
[#1671](https://github.com/OpenShadingLanguage/oiio/pull/1671) (by AidanWelch)
280280
- *docs*: README.md: added filmography and Siggraph OSL course info.
281-
[#1692](https://github.com/OpenImageIO/oiio/pull/1692)
282-
[#1694](https://github.com/OpenImageIO/oiio/pull/1694) (by Mitch Prater)
281+
[#1692](https://github.com/OpenShadingLanguage/oiio/pull/1692)
282+
[#1694](https://github.com/OpenShadingLanguage/oiio/pull/1694) (by Mitch Prater)
283283
- *docs*: Amend the filmography
284-
[#1695](https://github.com/OpenImageIO/oiio/pull/1695)
284+
[#1695](https://github.com/OpenShadingLanguage/oiio/pull/1695)
285285
- *docs*: Fix incorrect links in CONTRIBUTING
286-
[#1688](https://github.com/OpenImageIO/oiio/pull/1688)
286+
[#1688](https://github.com/OpenShadingLanguage/oiio/pull/1688)
287287

288288
Release 1.12.12.0 -- 1 May 2023 (compared to 1.12.11.0)
289289
--------------------------------------------------------

THIRD-PARTY.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ In no particular order:
1212
BSD 3-Clause License
1313
SPDX-License-Identifier: BSD-3-Clause
1414

15-
* OpenImageIO Copyright (c) Larry Gritz, et al.
16-
https://github.com/OpenImageIO/oiio
17-
18-
Many bits of code flow back and forth between OIIO and OSL, especially
19-
parts of the CMake build system.
20-
2115
* OpenEXR, Copyright (c) Contributors to the OpenEXR Project.
2216
https://github.com/AcademySoftwareFoundation/OpenEXR
2317

@@ -107,6 +101,30 @@ Public domain
107101
but of course I'd appreciate it if you kept my name somewhere.
108102

109103

104+
-------------------------------------------------------------------------
105+
106+
Apache 2.0 License.
107+
SPDX-License-Identifier: Apache-2.0
108+
109+
* OpenImageIO Copyright (c) Contributors to the OpenImageIO Project.
110+
https://github.com/AcademySoftwareFoundation/OpenImageIO
111+
112+
Many bits of code flow back and forth between OIIO and OSL, especially
113+
parts of the CMake build system.
114+
115+
Licensed under the Apache License, Version 2.0 (the "License");
116+
you may not use this file except in compliance with the License.
117+
You may obtain a copy of the License at
118+
119+
http://www.apache.org/licenses/LICENSE-2.0
120+
121+
Unless required by applicable law or agreed to in writing, software
122+
distributed under the License is distributed on an "AS IS" BASIS,
123+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
124+
See the License for the specific language governing permissions and
125+
limitations under the License.
126+
127+
110128
-------------------------------------------------------------------------
111129

112130
Modified Apache 2.0 License

doc/build_install/windows/build_osl.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Copyright Contributors to the Open Shading Language project.
33
# SPDX-License-Identifier: Modified Apache 2.0 License
4-
# Coyright Notice From Pixar USD (Modified Apache 2.0 License)
4+
# Copyright Notice From Pixar USD (Modified Apache 2.0 License)
55
# 90% of the content is changed to be compatible for installing OSL and its dependencies
66
#
77
# Based on USD build_scripts by Pixar Animation Studio
@@ -1158,8 +1158,8 @@ def InstallOpenVDB(context, force, buildArgs):
11581158
############################################################
11591159
# OpenImageIO
11601160

1161-
# OIIO_URL = "https://github.com/OpenImageIO/oiio/archive/Release-2.2.7.0.zip"
1162-
OIIO_URL = "https://github.com/OpenImageIO/oiio/archive/Release-2.1.20.0.zip"
1161+
# OIIO_URL = "https://github.com/AcademySoftwareFoundation/OpenImageIO/archive/Release-2.2.7.0.zip"
1162+
OIIO_URL = "https://github.com/AcademySoftwareFoundation/OpenImageIO/archive/Release-2.1.20.0.zip"
11631163

11641164

11651165
def InstallOpenImageIO(context, force, buildArgs):

src/build-scripts/build_openimageio.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Exit the whole script if any command fails.
1010
set -ex
1111

12-
OPENIMAGEIO_REPO=${OPENIMAGEIO_REPO:=OpenImageIO/oiio}
12+
OPENIMAGEIO_REPO=${OPENIMAGEIO_REPO:=AcademySoftwareFoundation/OpenImageIO}
1313
OPENIMAGEIO_VERSION=${OPENIMAGEIO_VERSION:=release}
1414
LOCAL_DEPS_DIR=${LOCAL_DEPS_DIR:=${PWD}/ext}
1515
OPENIMAGEIO_SRCDIR=${OPENIMAGEIO_SRCDIR:=${LOCAL_DEPS_DIR}/OpenImageIO}

0 commit comments

Comments
 (0)