File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11<!-- SPDX-License-Identifier: CC-BY-4.0 -->
22<!-- Copyright Contributors to the Open Shading Language Project. -->
33
4- Release 1.11.15 -- 1 Jul? 2021 (compared to 1.11.14)
5- -----------------------------------------------------
6-
7-
8- Release 1.11.14.1 -- 1 Jun 2021 (compared to 1.11.14)
9- -----------------------------------------------------
4+ Release 1.11.14.2 -- 1 Jul 2021 (compared to 1.11.14.1)
5+ -------------------------------------------------------
6+ * Fix warnings that occur when compiling with clang and C++17 mode. #1379
7+ * CI/testing: Additional CI tests for clang+c++17 (#1379 ), gcc11 (#1381 ),
8+ llvm 12 (#1381 ), speed up CI builds by not building the testing components
9+ of OIIO (#1380 ).
10+
11+ Release 1.11.14.1 -- 1 Jun 2021 (compared to 1.11.14.0)
12+ -------------------------------------------------------
1013* Fix library setup for LLVM installations consisting of static libraries.
1114 This fixes a build problem that can crop up on MacOS using
1215 Homebrew-installed LLVM 12. #1375
Original file line number Diff line number Diff line change 33# https://github.com/AcademySoftwareFoundation/OpenShadingLanguage
44
55cmake_minimum_required (VERSION 3.12)
6- project (OSL VERSION 1.11.15.0
6+ project (OSL VERSION 1.11.14.2
77 LANGUAGES CXX C
88 HOMEPAGE_URL "https://github.com/AcademySoftwareFoundation/OpenShadingLanguage" )
99set (PROJ_NAME ${PROJECT_NAME} ) # short name
You can’t perform that action at this time.
0 commit comments