comparison TODO @ 2977:ee0b2c5ad49b

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Dec 2018 12:27:30 +0100
parents e62e296a5714
children 706b60e7ee1e
comparison
equal deleted inserted replaced
2976:cb5d75143da0 2977:ee0b2c5ad49b
132 132
133 * Use Semaphore::Locker everywhere (instead of explicit 133 * Use Semaphore::Locker everywhere (instead of explicit
134 Release() and Acquire()) 134 Release() and Acquire())
135 * Avoid direct calls to FromDcmtkBridge (make most of its 135 * Avoid direct calls to FromDcmtkBridge (make most of its
136 methods private), go through ParsedDicomFile wherever possible 136 methods private), go through ParsedDicomFile wherever possible
137 * avoid boost::bad_lexical_cast exception at least in happy path
138 by using boost::conversion::try_lexical_convert
139 137
140 ================= 138 =================
141 Platform-specific 139 Platform-specific
142 ================= 140 =================
143 141