Port from master to RB-2.0 - Adsk Contrib - Improve File Rules support for v1 configs (#1417) #1441
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Patrick Hodoul Patrick.Hodoul@autodesk.com
Signed-off-by: Patrick Hodoul Patrick.Hodoul@autodesk.com
Adsk Contrib - Fix some bugs found by Maya and SonarCloud (Adsk Contrib - Fix some bugs found by Maya and SonarCloud #1403)
Adsk Contrib - Fix some bugs found by Maya and SonarCloud
Signed-off-by: Patrick Hodoul Patrick.Hodoul@autodesk.com
Signed-off-by: Patrick Hodoul Patrick.Hodoul@autodesk.com
After Effects and Photoshop plug-in updates (After Effects and Photoshop plug-in updates #1373)
Set Mac OS deployment target to 10.10
Signed-off-by: Brendan Bolles brendan@fnordware.com
Signed-off-by: Brendan Bolles brendan@fnordware.com
Signed-off-by: Brendan Bolles brendan@fnordware.com
Signed-off-by: Brendan Bolles brendan@fnordware.com
Signed-off-by: Brendan Bolles brendan@fnordware.com
Signed-off-by: Brendan Bolles brendan@fnordware.com
Signed-off-by: Brendan Bolles brendan@fnordware.com
Signed-off-by: Brendan Bolles brendan@fnordware.com
Signed-off-by: Brendan Bolles brendan@fnordware.com
Signed-off-by: Brendan Bolles brendan@fnordware.com
Signed-off-by: Brendan Bolles brendan@fnordware.com
Signed-off-by: Brendan Bolles brendan@fnordware.com
Signed-off-by: Brendan Bolles brendan@fnordware.com
Signed-off-by: Brendan Bolles brendan@fnordware.com
Signed-off-by: Brendan Bolles brendan@fnordware.com
Signed-off-by: Brendan Bolles brendan@fnordware.com
Signed-off-by: Brendan Bolles brendan@fnordware.com
Signed-off-by: Brendan Bolles brendan@fnordware.com
Co-authored-by: Patrick Hodoul patrick.hodoul@autodesk.com
Signed-off-by: Patrick Hodoul Patrick.Hodoul@autodesk.com
Add OpenColorIOConfig.cmake generation (Add OpenColorIOConfig.cmake generation #1397)
Initial OpenColorIO Config CMake implementation
Signed-off-by: Rémi Achard remiachard@gmail.com
Signed-off-by: Rémi Achard remiachard@gmail.com
Co-authored-by: Patrick Hodoul patrick.hodoul@autodesk.com
Signed-off-by: Patrick Hodoul Patrick.Hodoul@autodesk.com
Use CMake visibility flags (Use CMake visibility flags #1411)
Update install doc minimal version numbers
Signed-off-by: Rémi Achard remiachard@gmail.com
Signed-off-by: Rémi Achard remiachard@gmail.com
Signed-off-by: Rémi Achard remiachard@gmail.com
Signed-off-by: Rémi Achard remiachard@gmail.com
Co-authored-by: Patrick Hodoul patrick.hodoul@autodesk.com
Signed-off-by: Patrick Hodoul Patrick.Hodoul@autodesk.com
Signed-off-by: Patrick Hodoul Patrick.Hodoul@autodesk.com
Co-authored-by: Michael Dolan michdolan@gmail.com
Signed-off-by: Patrick Hodoul Patrick.Hodoul@autodesk.com
Co-authored-by: Michael Dolan michdolan@gmail.com
Signed-off-by: Patrick Hodoul Patrick.Hodoul@autodesk.com
When creating libOpenColorIO.so, we lacked the linker commands that
hide symbol visibility from the dependent libraries, which is
necessary to prevent OCIO from exporting the symbols from Expat and
the other dependencies that OCIO needs to use internally but is not
trying intentionally to expose via its API.
Failing to do this can result in symbol clashes and all sorts of
subtle errors if OCIO is used in an app that also uses and is linked
against a potentially different version of Expat (or any of the other
deps).
Signed-off-by: Larry Gritz lg@larrygritz.com
Co-authored-by: Larry Gritz lg@larrygritz.com
Signed-off-by: Patrick Hodoul Patrick.Hodoul@autodesk.com
Adsk Contrib - Improve DX11 & Cg fragment shader language support (Adsk Contrib - Improve DX11 & Cg fragment shader language support #1406)
Adsk Contrib - Improve DX11 support
Signed-off-by: Patrick Hodoul Patrick.Hodoul@autodesk.com
Signed-off-by: Patrick Hodoul Patrick.Hodoul@autodesk.com
Signed-off-by: Patrick Hodoul Patrick.Hodoul@autodesk.com
Signed-off-by: Patrick Hodoul Patrick.Hodoul@autodesk.com
Co-authored-by: Brendan Bolles brendan@fnordware.com
Co-authored-by: Rémi Achard remiachard@gmail.com
Co-authored-by: Michael Dolan michdolan@gmail.com
Co-authored-by: Larry Gritz lg@larrygritz.com
Co-authored-by: doug-walker 43830961+doug-walker@users.noreply.github.com