Project

General

Profile

Activity

From 2012-11-16 to 2012-12-15

2012-12-11

12:53 Bug #466 (Closed): Cast error in ofmem (Visual Studio 2008)
ofmem.h(193) : error C2664: 'InterlockedIncrement': Konvertierung des Parameters 1 von 'size_t *' in 'volatile LONG *... Michael Onken
09:44 Bug #463: Assumption of length field size in workaround for wrong attribute VR
The parser-related parts of this are implemented with commit 7a4dc9fa31058dd675b7cf2fc62d58c904aba3f9.
Does anyone...
Uli Schlachter
09:01 Feature #440: Don't install convenience libraries
Always building them as static libs is bad, because static libraries can't be linked into shared libraries on amd64 L... Uli Schlachter

2012-12-04

12:48 Bug #465 (Closed): libwrap does not work on Mac OS X
Argh, that was easier than I expected. (Commit 148fc86171e0bee332a5fabd36d213f76e775a8b) Uli Schlachter
09:08 Bug #465 (Closed): libwrap does not work on Mac OS X
See the following URLs:
* http://forum.dcmtk.org/viewtopic.php?f=3&t=3613
* http://forum.dcmtk.org/viewtopic.php?...
Uli Schlachter

2012-11-27

15:55 Bug #463: Assumption of length field size in workaround for wrong attribute VR
The current behavior seems to be the way it is on purpose: (dcitem.cc, line 966)
/* determine VR read from dat...
Uli Schlachter
12:07 Bug #385: Finishing the "new" CMake files...
Most of the identified issues should be handled now. The remaining ones need to be discussed. Uli Schlachter
12:05 Feature #403 (Closed): Reconcile with latest version of CharLS
After version 1.0, Jan de Vaan did some experiments and tried to implement some streaming things. This doesn't seem s... Uli Schlachter
10:43 Bug #443 (Closed): storescp's option --inetd and --exec-on-eostudy are probably mutually exclusive
Uli Schlachter

2012-11-23

15:50 Feature #464 (New): Several DCMTK tools have no TLS support yet
movescu is the only (?) tool in the dcmnet module that has no TLS support yet:
See http://forum.dcmtk.org/viewtopi...
Jörg Riesmeier

2012-11-22

11:35 Feature #462 (Closed): Zusatz zur Funktion: Ignorieren der expliziten VR (dcmdump/dcmconv)
See issue #463 now which is a duplicate (redmine system does not permit to mark it as such, at the moment). Michael Onken
11:14 Bug #463 (Closed): Assumption of length field size in workaround for wrong attribute VR
The dcmdata parser has the possibility to override the wrong VR given in a DICOM file for an attribute by the officia... Michael Onken
09:49 Feature #451 (Resolved): Use #define WIN32_LEAN_AND_MEAN when including <windows.h>
Other modules are still waiting to be changed ... Jörg Riesmeier

2012-11-21

19:07 Feature #462 (Closed): Zusatz zur Funktion: Ignorieren der expliziten VR (dcmdump/dcmconv)
Ist bei der DICOM-Troubleshooting-Schulung im November 2012 aufgefallen (aus einer E-Mail von ME):
> Bei der neuen...
Jörg Riesmeier
13:55 Feature #451: Use #define WIN32_LEAN_AND_MEAN when including <windows.h>
Fixed in 02c64634b7bd466f2b1bba48c48738699f294443 Jan Schlamelcher
13:20 Bug #408: Warnings with VisualStudio (Windows) when building DLLs
Uli Schlachter wrote:
> The previous approach called the constructor as a static initializer of a global variable, t...
Jan Schlamelcher

2012-11-20

13:02 Bug #408: Warnings with VisualStudio (Windows) when building DLLs
The previous approach called the constructor as a static initializer of a global variable, thus before main() was cal... Uli Schlachter
12:46 Bug #408: Warnings with VisualStudio (Windows) when building DLLs
Afaik the previous approach wasnt thread-safe either, so i listed thread-safety under advantages since the new approa... Jan Schlamelcher
10:11 Bug #408: Warnings with VisualStudio (Windows) when building DLLs
> Restricts the way items can be constructed as it relies on the constructor being called with a single integer param... Uli Schlachter

2012-11-19

17:48 Bug #408: Warnings with VisualStudio (Windows) when building DLLs
Solved the issue using Meyers Singleton instead of static members (see patch proposal)
Advantages:
- No need for ex...
Jan Schlamelcher
 

Also available in: Atom