From: regrain Date: Wed, 10 Dec 2003 11:37:16 +0000 (+0000) Subject: * Update Windows projects and .cvsignore files X-Git-Tag: Version0.3.1~22 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=f3985ba6c7bb644767b1f190d6c679b71a281582;p=gdcm.git * Update Windows projects and .cvsignore files -- BeNours --- diff --git a/ChangeLog b/ChangeLog index 2a356594..c6ce492c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,22 +1,25 @@ +2003-12-10 Benoit Regrain + * Update Windows projects and .cvsignore files + 2003-11-12 Jean-Pierre Roux *ENH gdcmHeader constructor has one more parameter (default value : false) that allows the user to 'go inside' the SeQuences only if he wants to. gdcmElValSet:Print takes it into account - + 2003-11-12 Mathieu Malaterre *ENH: Update gdcmPython/CMakeLists *FIX: (gdcmHeaderHelper) GetRescale and GetSlope *FIX: (gdcmElValSet) char 'tag' was overiding private members (VC++) - + 2003-11-10 Jean-Pierre Roux - *FIX : gdcmHeader::LoadElements is now based - on the ListTag listElem member, + *FIX : gdcmHeader::LoadElements is now based + on the ListTag listElem member, not longer on the TagElValueHT tagHt member *ENH : PrintPubElVal shows (temporarily) both results, with the tagHt member and the listElem member. (it's easier to 'see' the problems when using Printheader) - + *FIX : old private member LgrElem is now splitted into ReadLength : Length actually found on disk (updated only if bug fixing is necessary), for internal @@ -25,7 +28,7 @@ or to allow Parser going on. Will allow to re-write a kosher header when a SeQuence with a length (not 0000) is found - Warning : gdcmFile::Write still uses the TagHt (not ListElem) + Warning : gdcmFile::Write still uses the TagHt (not ListElem) because gdcmElValSet::Add does not update ListElem (to be written) @@ -39,15 +42,15 @@ *ENH: vtkgdcmViewer now works with LUT dicom (OT-PAL-face ...) 2003-11-05 Mathieu Malaterre - *ENH: vtkGdcmReader now supports LUT ! + *ENH: vtkGdcmReader now supports LUT ! (vtkgdcmViewer for now is not able to use them though) - + 2003-11-05 Jean-Pierre Roux * in testSuite.py : new files names for checking the package * Fix : Forgot to commit gdcmFile::GetImageDataSizeRaw(); that returns the pixel area size to the *aware* (vtk) user that DOESN'T want to turn the PALETTE COLOR image into an RGB image - + 2003-11-05 Benoit Regrain * in testSuite.py : Modify the rules for checking the paths : Explicit error messages diff --git a/gdcmPython/.cvsignore b/gdcmPython/.cvsignore index ab5d103c..c700f9cd 100644 --- a/gdcmPython/.cvsignore +++ b/gdcmPython/.cvsignore @@ -10,6 +10,7 @@ Makefile Makefile.in *.lo *.la +*.dll .libs .deps _gdcm.so diff --git a/gdcmPython/win32/_vtkGdcm.dsp b/gdcmPython/win32/_vtkGdcm.dsp index 0fc813e3..a1cce459 100644 --- a/gdcmPython/win32/_vtkGdcm.dsp +++ b/gdcmPython/win32/_vtkGdcm.dsp @@ -4,7 +4,7 @@ # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 -CFG=_vtkGdcm - Win32 Debug +CFG=_vtkGdcm - Win32 Release !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -13,7 +13,7 @@ CFG=_vtkGdcm - Win32 Debug !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "_vtkGdcm.mak" CFG="_vtkGdcm - Win32 Debug" +!MESSAGE NMAKE /f "_vtkGdcm.mak" CFG="_vtkGdcm - Win32 Release" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE @@ -90,6 +90,10 @@ SOURCE=..\..\src\gdcmHeader.cxx # End Source File # Begin Source File +SOURCE=..\..\src\gdcmHeaderHelper.cxx +# End Source File +# Begin Source File + SOURCE=..\..\src\gdcmHeaderIdo.cxx # End Source File # Begin Source File @@ -106,7 +110,7 @@ SOURCE=..\..\src\gdcmJpeg2000.cxx # End Source File # Begin Source File -SOURCE=..\..\src\gdcmJpegIdo.cxx +SOURCE=..\..\src\gdcmParse.cxx # End Source File # Begin Source File diff --git a/gdcmPython/win32/gdcmpyembedded.dsp b/gdcmPython/win32/gdcmpyembedded.dsp index 78cfc75e..80265df1 100644 --- a/gdcmPython/win32/gdcmpyembedded.dsp +++ b/gdcmPython/win32/gdcmpyembedded.dsp @@ -53,7 +53,7 @@ LINK32=link.exe # Begin Special Build Tool ProjDir=. SOURCE="$(InputPath)" -PostBuild_Cmds=move $(ProjDir)\gdcm.py $(ProjDir)\..\ +PostBuild_Cmds=move $(ProjDir)\gdcm.py $(ProjDir)\..\ # End Special Build Tool # Begin Target @@ -128,7 +128,7 @@ SOURCE=..\..\src\gdcmJpeg2000.cxx # End Source File # Begin Source File -SOURCE=..\..\src\gdcmJpegIdo.cxx +SOURCE=..\..\src\gdcmParse.cxx # End Source File # Begin Source File diff --git a/src/win32/gdcmdll.dsp b/src/win32/gdcmdll.dsp index 86f281ac..febe3eb8 100644 --- a/src/win32/gdcmdll.dsp +++ b/src/win32/gdcmdll.dsp @@ -58,7 +58,7 @@ LINK32=link.exe # Begin Special Build Tool SOURCE="$(InputPath)" PostBuild_Desc=Copy for test -PostBuild_Cmds=copy ..\..\lib\gdcmdll.dll ..\..\gdcmPython\ copy ..\..\lib\gdcmdll.dll ..\..\test\ copy Release\gdcmdll.lib ..\..\lib\ +PostBuild_Cmds=copy ..\..\lib\gdcmdll.dll ..\..\gdcmPython\ copy ..\..\lib\gdcmdll.dll ..\..\test\ copy Release\gdcmdll.lib ..\..\lib\ # End Special Build Tool !ELSEIF "$(CFG)" == "gdcmdll - Win32 Debug" @@ -90,7 +90,7 @@ LINK32=link.exe # Begin Special Build Tool SOURCE="$(InputPath)" PostBuild_Desc=Copy for test -PostBuild_Cmds=copy ..\..\lib\gdcmdll.dll ..\..\gdcmPython\ copy ..\..\lib\gdcmdll.dll ..\..\test\ copy Debug\gdcmdll.lib ..\..\lib\ +PostBuild_Cmds=copy ..\..\lib\gdcmdll.dll ..\..\gdcmPython\ copy ..\..\lib\gdcmdll.dll ..\..\test\ copy Debug\gdcmdll.lib ..\..\lib\ # End Special Build Tool !ENDIF @@ -156,6 +156,10 @@ SOURCE=..\gdcmJpeg2000.cxx # End Source File # Begin Source File +SOURCE=..\gdcmParse.cxx +# End Source File +# Begin Source File + SOURCE=..\gdcmRLE.cxx # End Source File # Begin Source File diff --git a/vtk/.cvsignore b/vtk/.cvsignore index d729749f..d5b1a8eb 100644 --- a/vtk/.cvsignore +++ b/vtk/.cvsignore @@ -5,4 +5,5 @@ Makefile vtkgdcmdemo *.la *.lo +*.dll vtkGdcmReaderPython.cxx diff --git a/vtk/win32/vtkgdcm.dsp b/vtk/win32/vtkgdcm.dsp index 109bdc25..c7a47bd5 100644 --- a/vtk/win32/vtkgdcm.dsp +++ b/vtk/win32/vtkgdcm.dsp @@ -152,7 +152,7 @@ SOURCE=..\..\src\gdcmJpeg2000.cxx # End Source File # Begin Source File -SOURCE=..\..\src\gdcmJpegIdo.cxx +SOURCE=..\..\src\gdcmParse.cxx # End Source File # Begin Source File