Files
test/intern/cycles
Sergey Sharybin 74c293863d Cycles: Remove use of sprintf() in MD5 code
The new Xcode declares the `sprintf()` function deprecated and
suggests to sue `snprintf()` as a safer alternative.

This change actually moves away from any formatted printing and
uses inlined byte-to-hex-string conversion which is also safe
and is (unmesurably) faster.

Differential Revision: https://developer.blender.org/D16378
2022-11-03 15:10:37 +01:00
..
2022-10-19 21:37:10 +11:00
2022-11-01 12:24:58 +11:00
2022-11-03 12:11:08 +11:00
2022-11-01 12:24:58 +11:00
2022-11-03 12:11:08 +11:00