Activity
From 2013-03-11 to 2013-04-09
2013-04-09
-
17:26 Bug #466 (Resolved): Cast error in ofmem (Visual Studio 2008)
- Already fixed in commit 6373779842995bc308b1852ad82c3de573f47212, seems i just forgot to update this issue. Solved by...
-
16:40 Bug #471: DcmAttributeFilter doesn't like DLLs
- I think I remember fighting with VC6 for a while and the problem was that either VC6 or GCC didn't like the code. I t...
2013-04-08
-
18:11 Bug #471 (Feedback): DcmAttributeFilter doesn't like DLLs
- I now used #if defined checks in the testfile, so the iterator based functionality is not tested when compiling with ...
-
17:02 Bug #471: DcmAttributeFilter doesn't like DLLs
- For me even the proposed patch does not help as when the createIteratorBasedFilter-method is "fixed", the linker is m...
-
18:09 Bug #470 (Feedback): MSC6 weirdness in dcmnet/scppool.h
- Should be fixed now. It seems that typename != typename. One appearance of typename had to be replaced by "OFTypename...
2013-04-04
-
14:29 Bug #471: DcmAttributeFilter doesn't like DLLs
- That patch should work, but reduces the functionality for all other (non INSANE) compilers. Deducing the iterator typ...
2013-03-19
-
13:19 Bug #388: DICOMDIR causing a crash in the destructor of DcmDicomDir
- Please don't output a tag like that (separate group and element number). There is an output operator for tag keys ...
-
12:37 Bug #388: DICOMDIR causing a crash in the destructor of DcmDicomDir
- The attached patch fixes the crash and some quick testing suggests that it doesn't break anything. However, this seem...
-
09:50 Bug #386: Check whether the VR-Scanner can manage UTF-8 and other MBCS
- For UTF-8, Wikipedia shows which byte values are valid: http://en.wikipedia.org/wiki/UTF-8#Codepage_layout
All tog...
2013-03-13
-
12:28 Bug #429: Doxygen API documentation for Windows
- Btw, it would also be interesting to mark the platform-specific API in the documentation, i.e. add something like "Wi...
-
12:22 Bug #429: Doxygen API documentation for Windows
- IMHO the best solution would be to add a new define DCMTK_RUNNING_UNDER_DOXYGEN and using that to modify all #ifdefs ...
-
11:37 Bug #442 (Closed): Confusing error message from storescu
- This seems to be already fixed. It works with latest storescu, but still fails with storescu from release 3.6.0. Sadl...
-
08:24 Patch #508 (Closed): Patch für Parallel Make von Tilman Vogel
- Mail was sent
2013-03-11
-
15:20 Bug #509 (WontFix): BUILD_SINGLE_SHARED_LIBRARY broken with MSC6 and many modules
- This was reported in the forum: http://forum.dcmtk.org/viewtopic.php?f=3&t=3651
The problem seems to be that CMake... -
14:56 Patch #507: Diverse Bugfixes von Per Inge Mathisen
- Half of the change to oflog was applied to log4cplus: https://sourceforge.net/p/log4cplus/bugs/162/
-
12:16 Patch #507 (Feedback): Diverse Bugfixes von Per Inge Mathisen
- ofstringoffbyone.diff: NAK, reserve(n) makes sure there is an array of size at least (n+1), so this already makes sur...
-
11:21 Patch #508 (Feedback): Patch für Parallel Make von Tilman Vogel
- I tested this with BSD Make from FreeBSD 9.0 (supports .NOTPARALLEL) and make from SunOS 5.9 (doesn't support paralle...
-
10:41 Feature #416: Vollständiges und vor allem funktionierendes "FindDCMTK.cmake" schreiben
- Oh and I just noticed this gem:...
-
10:37 Feature #416: Vollständiges und vor allem funktionierendes "FindDCMTK.cmake" schreiben
- I tried to figure out what Kent's patch actually does and thus started undoing the rewrite of CMake/3rdparty.cmake (w...
Also available in: Atom