]> Creatis software - gdcm.git/log
gdcm.git
18 years agoENH: Remove the same warning on a different machine with the EXACT same compiler...
malaterre [Thu, 16 Jun 2005 20:27:46 +0000 (20:27 +0000)]
ENH: Remove the same warning on a different machine with the EXACT same compiler...

18 years agoCOMP: Fix ttyf, might be used unitialized...
malaterre [Thu, 16 Jun 2005 20:26:25 +0000 (20:26 +0000)]
COMP: Fix ttyf, might be used unitialized...

18 years agoENH: Fix a minor compilation problem, adding some jpegls demo code (commented out)
malaterre [Wed, 15 Jun 2005 19:59:39 +0000 (19:59 +0000)]
ENH: Fix a minor compilation problem, adding some jpegls demo code (commented out)

18 years agoBUG: Reremove mpeg2 this is not production stable, sorry bad commit
malaterre [Wed, 15 Jun 2005 15:49:46 +0000 (15:49 +0000)]
BUG: Reremove mpeg2 this is not production stable, sorry bad commit

19 years agoFix misstyping
jpr [Wed, 15 Jun 2005 12:48:40 +0000 (12:48 +0000)]
Fix misstyping

19 years agoUpdate image recap
jpr [Wed, 15 Jun 2005 10:12:03 +0000 (10:12 +0000)]
Update image recap

19 years agoUpdate Credits
jpr [Wed, 15 Jun 2005 10:10:45 +0000 (10:10 +0000)]
Update Credits

19 years agoAdd a user supplied example 'Grey to RGB'
jpr [Wed, 15 Jun 2005 10:06:36 +0000 (10:06 +0000)]
Add a user supplied example 'Grey to RGB'
that converts a 8/16 Bits 'grey level' image (Samples per Pixel = 1)
into an 'RGB image' (Samples per Pixel = 3)
Result may be usefull for performing some checks

19 years agoTypo
jpr [Wed, 15 Jun 2005 09:54:13 +0000 (09:54 +0000)]
Typo

19 years agoGiving the right name to blacklisted images should help
jpr [Wed, 15 Jun 2005 09:42:56 +0000 (09:42 +0000)]
Giving the right name to blacklisted images should help

19 years agoENH: Sltightly better code
malaterre [Tue, 14 Jun 2005 20:53:19 +0000 (20:53 +0000)]
ENH: Sltightly better code

19 years agoENH: proof of concept for usage of VM in gdcm. Extremely early alpha stage don't use
malaterre [Tue, 14 Jun 2005 20:33:53 +0000 (20:33 +0000)]
ENH: proof of concept for usage of VM in gdcm. Extremely early alpha stage don't use

19 years agoENH: Add doc for assert
malaterre [Tue, 14 Jun 2005 19:22:13 +0000 (19:22 +0000)]
ENH: Add doc for assert

19 years agoCOMP: sprintf is declared in stdio.h
malaterre [Tue, 14 Jun 2005 18:37:55 +0000 (18:37 +0000)]
COMP: sprintf is declared in stdio.h

19 years agoENH: Remove an old warning on SunOS/ijg lib
malaterre [Tue, 14 Jun 2005 17:01:10 +0000 (17:01 +0000)]
ENH: Remove an old warning on SunOS/ijg lib

19 years agoENH: Forgot Johan
malaterre [Tue, 14 Jun 2005 16:56:52 +0000 (16:56 +0000)]
ENH: Forgot Johan

19 years agoENH: Ok that's it I am sick of jasper warnings
malaterre [Tue, 14 Jun 2005 16:40:11 +0000 (16:40 +0000)]
ENH: Ok that's it I am sick of jasper warnings

19 years agoCOMP: try to get rid of a warning on gcc/MacOSX
malaterre [Tue, 14 Jun 2005 16:38:12 +0000 (16:38 +0000)]
COMP: try to get rid of a warning on gcc/MacOSX

19 years agoENH: Need to allow hex for expressing size
malaterre [Tue, 14 Jun 2005 16:12:40 +0000 (16:12 +0000)]
ENH: Need to allow hex for expressing size

19 years agoUpdate Doc
jpr [Tue, 14 Jun 2005 14:59:08 +0000 (14:59 +0000)]
Update Doc

19 years agoBlack list 16 Bits images with 16 Bits LUT
jpr [Tue, 14 Jun 2005 14:40:48 +0000 (14:40 +0000)]
Black list 16 Bits images with 16 Bits LUT
(waiting to be sure)

19 years agoTypo + Doxygen
jpr [Tue, 14 Jun 2005 14:00:03 +0000 (14:00 +0000)]
Typo + Doxygen

19 years agoNow gdcm deals with 16 bits per pixel images with 16 bits Palette colors
jpr [Tue, 14 Jun 2005 13:56:41 +0000 (13:56 +0000)]
Now gdcm deals with 16 bits per pixel images with 16 bits Palette colors
(3 * 65536 short int ...)
Nice fat header.
"Segmented Palettes" pb still pending, but I never saw any viewer dealing with it.

19 years agoTo avoid 'unused' warning
jpr [Tue, 14 Jun 2005 09:21:00 +0000 (09:21 +0000)]
To avoid 'unused' warning

19 years agoTypo
jpr [Tue, 14 Jun 2005 09:09:50 +0000 (09:09 +0000)]
Typo

19 years agoTo avoid warning on smallfry
jpr [Tue, 14 Jun 2005 09:08:46 +0000 (09:08 +0000)]
To avoid warning on smallfry

19 years agoTo avoid 'performance warning' on joebar
jpr [Tue, 14 Jun 2005 09:04:59 +0000 (09:04 +0000)]
To avoid 'performance warning' on joebar

19 years agoUpdate TS dictionary, in order not to be confused by Philips IE33 Private SOP
jpr [Mon, 13 Jun 2005 16:57:24 +0000 (16:57 +0000)]
Update TS dictionary, in order not to be confused by  Philips IE33 Private SOP

19 years ago #Something stupid occured in the code for LibIDO images.
jpr [Mon, 13 Jun 2005 16:09:32 +0000 (16:09 +0000)]
  #Something stupid occured in the code for LibIDO images.
  #I Black list them for a while. JP
  "gdcm-ACR-LibIDO.acr"
  "LIBIDO-24-ACR_NEMA-Rectangle.dcm"

19 years agoSome more oddities dealt with.
jpr [Mon, 13 Jun 2005 15:43:48 +0000 (15:43 +0000)]
Some more oddities dealt with.
Doesn't work yet with 65536 entries 16 Bits LUT (?!?), with 16 bits pixels.
Still looking for accurate info on the web about it

19 years agoCOMP: Remove warnings with VS6
malaterre [Mon, 13 Jun 2005 15:06:36 +0000 (15:06 +0000)]
COMP: Remove warnings with VS6

19 years agoCOMP: Fix compilation on macosx and global symbol
malaterre [Mon, 13 Jun 2005 15:02:59 +0000 (15:02 +0000)]
COMP: Fix compilation on macosx and global symbol

19 years agoENH: Remove a warning I thought I was already removing...
malaterre [Mon, 13 Jun 2005 13:49:33 +0000 (13:49 +0000)]
ENH: Remove a warning I thought I was already removing...

19 years agoCOMP: alright please VS7 and sorry for VS6
malaterre [Mon, 13 Jun 2005 04:04:31 +0000 (04:04 +0000)]
COMP: alright please VS7 and sorry for VS6

19 years agoENH: adding a thin wrapper around fstream to deal with fragments
malaterre [Mon, 13 Jun 2005 00:22:14 +0000 (00:22 +0000)]
ENH: adding a thin wrapper around fstream to deal with fragments

19 years agoENH: Remove some more warnings on XCode
malaterre [Sun, 12 Jun 2005 15:55:33 +0000 (15:55 +0000)]
ENH: Remove some more warnings on XCode

19 years agoCOMP: make the code compile with c++ compiler
malaterre [Sun, 12 Jun 2005 15:53:21 +0000 (15:53 +0000)]
COMP: make the code compile with c++ compiler

19 years agoCOMP: VS6 was not happy to cast an int into ushort
malaterre [Sat, 11 Jun 2005 17:50:27 +0000 (17:50 +0000)]
COMP: VS6 was not happy to cast an int into ushort

19 years agoCOMP: Remove string lenght warning problem with jpegls
malaterre [Sat, 11 Jun 2005 16:00:01 +0000 (16:00 +0000)]
COMP: Remove string lenght warning problem with jpegls

19 years agoCOMP: Remove warning about jasper on Sun
malaterre [Sat, 11 Jun 2005 15:56:27 +0000 (15:56 +0000)]
COMP: Remove warning about jasper on Sun

19 years agoCOMP: Hopefully this patch is the right one to get jasper to compile on macosx
malaterre [Sat, 11 Jun 2005 15:24:36 +0000 (15:24 +0000)]
COMP: Hopefully this patch is the right one to get jasper to compile on macosx

19 years agoBUG: Need to save the damn file with correct filename
malaterre [Sat, 11 Jun 2005 15:20:44 +0000 (15:20 +0000)]
BUG: Need to save the damn file with correct filename

19 years agoCOMP: EXTERN was conflicting with the one in ijg, rename the one in jasper.
malaterre [Sat, 11 Jun 2005 14:23:07 +0000 (14:23 +0000)]
COMP: EXTERN was conflicting with the one in ijg, rename the one in jasper.

19 years agoCOMP: screw me, I forgot to checkin those things I send to jasper ML...
malaterre [Sat, 11 Jun 2005 02:05:14 +0000 (02:05 +0000)]
COMP: screw me, I forgot to checkin those things I send to jasper ML...

19 years agoBUG: hum interesting
malaterre [Fri, 10 Jun 2005 17:10:36 +0000 (17:10 +0000)]
BUG: hum interesting

19 years agoENH: ooops I also need this one
malaterre [Fri, 10 Jun 2005 17:03:55 +0000 (17:03 +0000)]
ENH: ooops I also need this one

19 years agoENH: Remove the prebinding thingy that only happen on XCode/MacOSX...
malaterre [Fri, 10 Jun 2005 16:57:36 +0000 (16:57 +0000)]
ENH: Remove the prebinding thingy that only happen on XCode/MacOSX...

19 years agoBUG: Need to force the value if set to something else
malaterre [Fri, 10 Jun 2005 16:50:36 +0000 (16:50 +0000)]
BUG: Need to force the value if set to something else

19 years agoENH: doh! support also the other case...
malaterre [Fri, 10 Jun 2005 16:37:01 +0000 (16:37 +0000)]
ENH: doh! support also the other case...

19 years agoENH: Adding support for removing warnings from the dashboard.
malaterre [Fri, 10 Jun 2005 16:11:43 +0000 (16:11 +0000)]
ENH: Adding support for removing warnings from the dashboard.

19 years agoEnhancement of Rewrite (use may choose if he wants LUT or RGB Pixels)
jpr [Fri, 10 Jun 2005 14:10:22 +0000 (14:10 +0000)]
Enhancement of Rewrite (use may choose if he wants LUT or RGB Pixels)

19 years agoCOMP: another cast needed for vs7
malaterre [Fri, 10 Jun 2005 14:09:38 +0000 (14:09 +0000)]
COMP: another cast needed for vs7

19 years agoCOMP: A few stupid cast needed for vs7
malaterre [Fri, 10 Jun 2005 14:07:43 +0000 (14:07 +0000)]
COMP: A few stupid cast needed for vs7

19 years agoBug fix in Load method.
jpr [Fri, 10 Jun 2005 14:05:37 +0000 (14:05 +0000)]
Bug fix in Load method.
Thx to Benoit for providing fix.

19 years agoCOMP: locale_cscanline/pscanline might be used unitialized in this function
malaterre [Fri, 10 Jun 2005 14:04:34 +0000 (14:04 +0000)]
COMP: locale_cscanline/pscanline might be used unitialized in this function

19 years agoCOMP: why the heck did they used 'lf' for printing a double ?
malaterre [Fri, 10 Jun 2005 14:02:29 +0000 (14:02 +0000)]
COMP: why the heck did they used 'lf' for printing a double ?

19 years agoCOMP: id is assigned a value that is never used
malaterre [Fri, 10 Jun 2005 13:57:22 +0000 (13:57 +0000)]
COMP: id is assigned a value that is never used

19 years agoCOMP: dmc is assigned a value that is never user
malaterre [Fri, 10 Jun 2005 13:55:31 +0000 (13:55 +0000)]
COMP: dmc is assigned a value that is never user

19 years agoCOMP: Fix compilation on mingw
malaterre [Fri, 10 Jun 2005 13:50:09 +0000 (13:50 +0000)]
COMP: Fix compilation on mingw

19 years agoTo avoid warnings
jpr [Fri, 10 Jun 2005 08:00:20 +0000 (08:00 +0000)]
To avoid warnings

19 years agoENH: make gdcmjasper more portable. It is now fully independant from the toplevel...
malaterre [Thu, 9 Jun 2005 23:16:49 +0000 (23:16 +0000)]
ENH: make gdcmjasper more portable. It is now fully independant from the toplevel GDCM project

19 years agoCOMP: Can now configure gdcmjpegls as a separate project, also fix the inline keyword...
malaterre [Thu, 9 Jun 2005 22:24:38 +0000 (22:24 +0000)]
COMP: Can now configure gdcmjpegls as a separate project, also fix the inline keyword test was failing with compiler that support inline.

19 years agoCOMP: applying another patch send to jasper group, to please bcc32 5.5.1
malaterre [Thu, 9 Jun 2005 22:09:39 +0000 (22:09 +0000)]
COMP: applying another patch send to jasper group, to please bcc32 5.5.1

19 years agoCOMP: applying partial patch sent to jasper group, to please VS7.1
malaterre [Thu, 9 Jun 2005 22:01:59 +0000 (22:01 +0000)]
COMP: applying partial patch sent to jasper group, to please VS7.1

19 years agoCOMP: Fixing warnings on bcc32
malaterre [Thu, 9 Jun 2005 21:42:45 +0000 (21:42 +0000)]
COMP: Fixing warnings on bcc32

19 years agoCOMP: Removing warning
malaterre [Thu, 9 Jun 2005 21:32:14 +0000 (21:32 +0000)]
COMP: Removing warning

19 years agoCOMP: Specify we are using long, should get rid of the warning
malaterre [Thu, 9 Jun 2005 21:27:18 +0000 (21:27 +0000)]
COMP: Specify we are using long, should get rid of the warning

19 years agoBUG: JPEGLS IS JPEG
malaterre [Thu, 9 Jun 2005 21:14:43 +0000 (21:14 +0000)]
BUG: JPEGLS IS JPEG

19 years agoShould avoid some warnings
jpr [Thu, 9 Jun 2005 11:27:54 +0000 (11:27 +0000)]
Should avoid some warnings

19 years agoTo avoid warnings
jpr [Thu, 9 Jun 2005 09:36:51 +0000 (09:36 +0000)]
To avoid warnings

19 years agoCOMP: trying to simplify the shared lib on win32... still a mess
malaterre [Wed, 8 Jun 2005 18:42:18 +0000 (18:42 +0000)]
COMP: trying to simplify the shared lib on win32... still a mess

19 years agoCOMP: How the f* did it ever work before...
malaterre [Wed, 8 Jun 2005 18:00:41 +0000 (18:00 +0000)]
COMP: How the f* did it ever work before...

19 years agoCOMP: Remove warning with -pedantic
malaterre [Wed, 8 Jun 2005 17:45:13 +0000 (17:45 +0000)]
COMP: Remove warning with -pedantic

19 years agoCOMP: jasper compiles with the paranoid -pedantic option now
malaterre [Wed, 8 Jun 2005 17:39:36 +0000 (17:39 +0000)]
COMP: jasper compiles with the paranoid -pedantic option now

19 years agoCOMP: enter_run was set but never used...
malaterre [Wed, 8 Jun 2005 17:26:22 +0000 (17:26 +0000)]
COMP: enter_run was set but never used...

19 years agoCOMP: psfix was set but never used...
malaterre [Wed, 8 Jun 2005 17:25:13 +0000 (17:25 +0000)]
COMP: psfix was set but never used...

19 years agoCOMP: Fixing some warnings
malaterre [Wed, 8 Jun 2005 17:22:37 +0000 (17:22 +0000)]
COMP: Fixing some warnings

19 years agoCOMP: Getting rid of the unsigned thing warning
malaterre [Wed, 8 Jun 2005 17:12:49 +0000 (17:12 +0000)]
COMP: Getting rid of the unsigned thing warning

19 years agoCOMP: Fix compilation in macosx, for more info read the comment
malaterre [Wed, 8 Jun 2005 17:08:58 +0000 (17:08 +0000)]
COMP: Fix compilation in macosx, for more info read the comment

19 years agoCOMP: Trying to get this /thing/ to compile correctly... I thought gdcm was written...
malaterre [Wed, 8 Jun 2005 15:21:58 +0000 (15:21 +0000)]
COMP: Trying to get this /thing/ to compile correctly... I thought gdcm was written in c++ for a minute

19 years ago*** empty log message ***
regrain [Wed, 8 Jun 2005 15:00:30 +0000 (15:00 +0000)]
*** empty log message ***

19 years agoENH: Adding support for checking if inline keyword is supported by C compiler
malaterre [Wed, 8 Jun 2005 13:38:13 +0000 (13:38 +0000)]
ENH: Adding support for checking if inline keyword is supported by C compiler

19 years agoENH: Adding support for checking if inline keyword is supported by C compiler
malaterre [Wed, 8 Jun 2005 13:32:49 +0000 (13:32 +0000)]
ENH: Adding support for checking if inline keyword is supported by C compiler

19 years agoDoxygen
jpr [Wed, 8 Jun 2005 12:51:27 +0000 (12:51 +0000)]
Doxygen

19 years ago * src/gdcmUtil.cxx : change call to Util::Format to sprintf because of
regrain [Wed, 8 Jun 2005 12:24:51 +0000 (12:24 +0000)]
   * src/gdcmUtil.cxx : change call to Util::Format to sprintf because of
     lantency with the Util::Format function
   -- BeNours

19 years agoAdd Web CVS entry
jpr [Wed, 8 Jun 2005 12:03:09 +0000 (12:03 +0000)]
Add Web CVS entry

19 years agoto avoid warnings (conversion char ** <-> const char **)
jpr [Wed, 8 Jun 2005 09:24:17 +0000 (09:24 +0000)]
to avoid warnings (conversion char ** <-> const char **)

19 years ago * Remove all old python demo using an older gdcm version
regrain [Wed, 8 Jun 2005 09:04:22 +0000 (09:04 +0000)]
   * Remove all old python demo using an older gdcm version
   -- BeNours

19 years agoTo avoid warnings
jpr [Wed, 8 Jun 2005 08:58:22 +0000 (08:58 +0000)]
To avoid warnings

19 years agoFix misstyping
jpr [Wed, 8 Jun 2005 08:42:10 +0000 (08:42 +0000)]
Fix misstyping

19 years agoRemove copy/paste spurious line
jpr [Wed, 8 Jun 2005 08:09:07 +0000 (08:09 +0000)]
Remove copy/paste spurious line

19 years agoTo avoid warnings (just forget that 'atof' returns a 'double')
jpr [Wed, 8 Jun 2005 08:06:55 +0000 (08:06 +0000)]
To avoid warnings (just forget that 'atof' returns a 'double')

19 years agoCOMP: Fixing other people's code
malaterre [Wed, 8 Jun 2005 04:01:41 +0000 (04:01 +0000)]
COMP: Fixing other people's code

19 years agoENH: getting toward win32 support
malaterre [Tue, 7 Jun 2005 21:19:19 +0000 (21:19 +0000)]
ENH: getting toward win32 support

19 years agoCOMP: Tons of warnings fix...cannot believe how poorly written this was
malaterre [Tue, 7 Jun 2005 21:03:24 +0000 (21:03 +0000)]
COMP: Tons of warnings fix...cannot believe how poorly written this was

19 years agoCOMP: Remove comp warning
malaterre [Tue, 7 Jun 2005 20:23:13 +0000 (20:23 +0000)]
COMP: Remove comp warning

19 years agoENH: Remove debug printf
malaterre [Tue, 7 Jun 2005 20:21:57 +0000 (20:21 +0000)]
ENH: Remove debug printf

19 years agoENH: No brainer activity = removing all warnings
malaterre [Tue, 7 Jun 2005 19:22:42 +0000 (19:22 +0000)]
ENH: No brainer activity = removing all warnings

19 years agoENH: Properly link jasper against (default) jpeg 8bits lossy.
malaterre [Tue, 7 Jun 2005 19:04:38 +0000 (19:04 +0000)]
ENH: Properly link jasper against (default) jpeg 8bits lossy.

19 years agoENH: add comment
malaterre [Tue, 7 Jun 2005 18:36:16 +0000 (18:36 +0000)]
ENH: add comment