]> granicus.if.org Git - libjpeg-turbo/commit
TurboJPEG: Thread-safe error message retrieval
authorDRC <information@libjpeg-turbo.org>
Fri, 12 May 2017 02:02:29 +0000 (21:02 -0500)
committerDRC <information@libjpeg-turbo.org>
Tue, 27 Jun 2017 15:58:36 +0000 (10:58 -0500)
commitb9ab64d8dbee2db829e59357d335c151680f44f0
tree132979359e995cf1688c7a05cc846285c78a5f44
parent2ac4e9d914353eac83b2395ee992a1c262489bb0
TurboJPEG: Thread-safe error message retrieval

Introduce a new C API function (tjGetErrorStr2()) that can be used to
retrieve compression/decompression/transform error messages in a
thread-safe (i.e. instance-specific) manner.  Retrieving error messages
from global functions is still thread-unsafe.

Addresses a concern expressed in #151.
21 files changed:
BUILDING.md
CMakeLists.txt
ChangeLog.md
doc/html/annotated.html
doc/html/classes.html
doc/html/functions.html
doc/html/functions_vars.html
doc/html/group___turbo_j_p_e_g.html
doc/html/index.html
doc/html/modules.html
doc/html/search/all_74.js
doc/html/search/functions_74.js
doc/html/structtjregion.html
doc/html/structtjscalingfactor.html
doc/html/structtjtransform.html
doxygen.config
turbojpeg-jni.c
turbojpeg-mapfile
turbojpeg-mapfile.jni
turbojpeg.c
turbojpeg.h