Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COMP: DCMTK 3.6.4 updated function signatures #845

Merged
merged 1 commit into from
Dec 31, 2018

Conversation

hjmjohnson
Copy link
Contributor

The locking mechanism for the dcmtk global
dictionary was changed to support:

Class OFReadWriteLock now uses SRW locks on Windows.

Unfortunately SRW locks require different functions for unlocking read
and write locks, which causes an API change in class OFReadWriteLock and
in class GlobalDcmDataDictionary (which internally uses a read/write
lock to protect access to the DICOM dictionary.)

The locking mechanism for the dcmtk global
dictionary was changed to support:

Class OFReadWriteLock now uses SRW locks on Windows.

Unfortunately SRW locks require different functions for unlocking read
and write locks, which causes an API change in class OFReadWriteLock and
in class GlobalDcmDataDictionary (which internally uses a read/write
lock to protect access to the DICOM dictionary.)
@pieper
Copy link
Member

pieper commented Dec 31, 2018

Makes sense to me. Thanks @hjmjohnson

For reference: DCMTK/dcmtk@1e6aefd#diff-90661471eaa762ad2a5133d2c01a9878

@pieper pieper merged commit a42a671 into commontk:master Dec 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants