Activity
From 2012-10-23 to 2012-11-21
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... -
13:55 Feature #451: Use #define WIN32_LEAN_AND_MEAN when including <windows.h>
- Fixed in 02c64634b7bd466f2b1bba48c48738699f294443
-
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...
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...
-
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...
-
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...
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...
2012-11-13
-
11:24 Bug #408: Warnings with VisualStudio (Windows) when building DLLs
- Google gave me:
http://social.msdn.microsoft.com/Forums/en-US/vclanguage/thread/1cdfb076-ca3c-4469-a4fd-48201ac97...
2012-11-06
-
10:21 Bug #459 (Closed): Wrong "Host type" on Windows 7 (64 bit) system with 64 bit binaries
- CMake says: "Works as documented" http://public.kitware.com/Bug/print_bug_page.php?bug_id=9065
MSDN says: http:/...
2012-11-05
-
19:47 Bug #459: Wrong "Host type" on Windows 7 (64 bit) system with 64 bit binaries
- No, the DCMTK binary was really build on a 64-bit Windows system with Visual Studio 2010 Professional (64-bit). The s...
-
10:05 Bug #459: Wrong "Host type" on Windows 7 (64 bit) system with 64 bit binaries
- ofconapp.cc: (*output) << OFendl << "Host type: " << CANONICAL_HOST_TYPE << OFendl;
So we are looking at CANONICAL... -
10:35 Bug #36: Undefinierter Rückgabewert bei isalpha(), isdigit(), isupper(),...
- For future reference, the list of functions which take an unsigned char cast to int as their argument:
$ git g...
2012-11-02
-
12:08 Feature #460 (New): dcm2pnm, dcmj2pnm and dcmscale should support scaling in both direction at the same time
- Currently, all these command line tools check for the following options as being mutually exclusive (although it is n...
-
12:00 Bug #453 (Closed): Crash during image scaling (c't algorithm)
- This issue should be fixed with the following commit: http://git.dcmtk.org/web?p=dcmtk.git;a=commit;h=e9c3550bb350766...
2012-11-01
-
12:07 Bug #459 (Closed): Wrong "Host type" on Windows 7 (64 bit) system with 64 bit binaries
- The --version output of a command line tool is "Host type: x86-Windows", i.e. there is no indication on 64 bit support.
-
12:05 Bug #458 (Closed): Many warnings with Visual Studio 2010 Pro on Windows 7 (64 bit)
- There are hundreds or even thousands of warnings when compiling with Visual Studio 2010 Pro (Win64) on Windows 7 (64 ...
2012-10-29
-
09:43 Bug #457 (Closed): Check whether Modality LUT Transformation should be applied
- According to this newsgroup posting, the Modality LUT Transformation should not always be applied to the pixel data, ...
2012-10-26
-
14:41 Feature #404: Update "oflog" to latest log4cplus release
- Log4cplus 1.1.0 does not build with MSC6 (774 errors, the first one being "cannot convert from 'void (__thiscall log4...
-
11:09 Feature #404: Update "oflog" to latest log4cplus release
- Since I am pretty sure that I won't be handling this on first checking (remind me to remind Jörg to do a snapshot bef...
-
09:31 Feature #456 (New): Template parameters should be documented with Doxygen
- There is a special Doxygen keyword/command for template parameters: @tparam
2012-10-25
-
16:46 Feature #455 (Closed): Add support for Doxygen's "tag files"
- These tag files can be used to link the DCMTK documentation from external projects. See: http://www.stack.nl/~dimitri...
2012-10-23
-
08:44 Feature #454 (Closed): Inappropriate default "data files path" in wlmscpfs
- In the constructor of WlmConsoleEngineFileSystem (file "dcmwlm/apps/wlcefs.cc"), the following statement can be found...
Also available in: Atom