Patrick Hodoul

Results 49 comments of Patrick Hodoul

> calling strncpy_s on Windows is probably more desirable than using a _CRT_SECURE_NO_WARNINGS Agree. Anyway there is nothing blocking an occasional Windows contributor. That's much more an annoyance because of...

Hi @Simran-B, Can we close the issue?

If you want to keep track of other ASWF projects, the best would be to create a defect in their repo. On the other hand having a disclaimer in the...

I faced a file path length issue when compiling OCIO for Maya on Windows, and I used `CMAKE_OBJECT_PATH_MAX` to set the size to 400. The default is 255 on Windows....

@doug-walker being part of the ACES CLF WG, he proposed some ops/capabilities he designed for the Autodesk CTF format, be considered for the ACES CLF format.

> the practical effect is that the system sends the app a "content://..." URL that is not parsable by native APIs. If we focus on reading a config file and...

Hi @sobotka & @nadiashomali Thanks for your contribution. There two points to fix: 1. The DCO failed. 2. There is a unit failure: ``` 2: [ 528/1024] [MathUtils / halfs_differ_test...

Hi @sobotka & @nadiashomali. Your finding remains a bug that it would be great to have in the next releases. After my review I found that the fix is not...

@jordibares If you can use `Ninja` the build process is simple, uniform and successful on all platforms: - git clone https://github.com/AcademySoftwareFoundation/OpenColorIO.git ocio - cd ocio - mkdir build - cd...

The goal of the check is to validate that the build is doing what it's expected to do. If a dev requests `debug` then the build must do in debug...