]> Creatis software - gdcm.git/log
gdcm.git
18 years ago * Add the CommandPy and CommandManager to the python wrapping
regrain [Mon, 28 Nov 2005 17:47:38 +0000 (17:47 +0000)]
   * Add the CommandPy and CommandManager to the python wrapping
   -- BeNours

18 years agotestinfo instead of testinfo.h should avoid compile errors
jpr [Mon, 28 Nov 2005 17:28:58 +0000 (17:28 +0000)]
testinfo instead of testinfo.h should avoid compile errors

18 years ago * Fix compilation warnings on linux
regrain [Mon, 28 Nov 2005 17:24:21 +0000 (17:24 +0000)]
   * Fix compilation warnings on linux
   -- BeNours

18 years agoRestore previous state (double/float)
jpr [Mon, 28 Nov 2005 17:23:37 +0000 (17:23 +0000)]
Restore previous state (double/float)

18 years ago * Fix compilation error due to the introduction of the CommandManager
regrain [Mon, 28 Nov 2005 17:09:22 +0000 (17:09 +0000)]
   * Fix compilation error due to the introduction of the CommandManager
   -- BeNours

18 years ago * Remove all gdcmStaticXxxMacro with Xxx : Debug, Warning, Error or Assert when...
regrain [Mon, 28 Nov 2005 16:50:32 +0000 (16:50 +0000)]
   * Remove all gdcmStaticXxxMacro with Xxx : Debug, Warning, Error or Assert when the method isn't static
   -- BeNours

18 years ago * Improvement #2 : the CommandManager is now a static class so,
regrain [Mon, 28 Nov 2005 16:31:19 +0000 (16:31 +0000)]
   * Improvement #2 : the CommandManager is now a static class so,
     there is no inheritance from it. And thus, only one hash-table for all objects.
     This will gain some of memory
   -- BeNours

18 years agoTrack troubles on Big endian processors
jpr [Mon, 28 Nov 2005 16:29:13 +0000 (16:29 +0000)]
Track troubles on Big endian processors

18 years ago * Fix bug -- sorry
regrain [Mon, 28 Nov 2005 15:30:03 +0000 (15:30 +0000)]
   * Fix bug -- sorry
   * Imrpovement by removing the CommandManager from the DicomEntry
   -- BeNours

18 years ago * Add Command and CommandManager to have possible callback
regrain [Mon, 28 Nov 2005 15:20:29 +0000 (15:20 +0000)]
   * Add Command and CommandManager to have possible callback
     on Error/Warning/Debug and too on Progression.
     So more callback types can be added
   * Change the gdcm::Debug macros to have the Command call
   * Change the method names in gdcm::Debug to be more correct of their
     goal
   -- BeNours

18 years agoTrack Big Endian pb
jpr [Mon, 28 Nov 2005 13:33:38 +0000 (13:33 +0000)]
Track Big Endian pb

18 years agoOrienation : iop is float.
jpr [Mon, 28 Nov 2005 11:54:45 +0000 (11:54 +0000)]
Orienation : iop is float.
(again)

18 years ago * Remove commented lines refering to gdcmXxxMacro
regrain [Mon, 28 Nov 2005 10:55:00 +0000 (10:55 +0000)]
   * Remove commented lines refering to gdcmXxxMacro
   -- BeNours

18 years agoCheck transfer syntax more efficient (hope so)
jpr [Mon, 28 Nov 2005 10:32:05 +0000 (10:32 +0000)]
Check transfer syntax more efficient (hope so)

18 years agoENH: Make sure to test all possible failures
malaterre [Fri, 25 Nov 2005 18:47:34 +0000 (18:47 +0000)]
ENH: Make sure to test all possible failures

18 years agoForget to commit this one
jpr [Fri, 25 Nov 2005 15:56:31 +0000 (15:56 +0000)]
Forget to commit this one

18 years agoUpdate.
jpr [Fri, 25 Nov 2005 14:01:00 +0000 (14:01 +0000)]
Update.

18 years agoUpport itk modif (taken from gdcm1.0) around Jolinda Smith's algorithm
jpr [Fri, 25 Nov 2005 13:56:31 +0000 (13:56 +0000)]
Upport itk modif (taken from gdcm1.0) around Jolinda Smith's algorithm

18 years agoMore explanations, for Doxygen (and developpers)
jpr [Fri, 25 Nov 2005 10:29:12 +0000 (10:29 +0000)]
More explanations, for Doxygen (and developpers)

18 years agoBUG: 0,0,0,0,0,0 was a really bad default value
malaterre [Fri, 25 Nov 2005 03:26:41 +0000 (03:26 +0000)]
BUG: 0,0,0,0,0,0 was a really bad default value

18 years agoENH: Interesting a real cvs client should not download gdcmDebug...
malaterre [Wed, 23 Nov 2005 22:49:28 +0000 (22:49 +0000)]
ENH: Interesting a real cvs client should not download gdcmDebug...

18 years agoENH: Some do not have stdint
malaterre [Wed, 23 Nov 2005 16:13:22 +0000 (16:13 +0000)]
ENH: Some do not have stdint

18 years agoENH: Need newline to avoid warning
malaterre [Wed, 23 Nov 2005 16:08:10 +0000 (16:08 +0000)]
ENH: Need newline to avoid warning

18 years agodelete() --> Delete()
jpr [Wed, 23 Nov 2005 13:38:17 +0000 (13:38 +0000)]
delete() --> Delete()

18 years agoCOMP: Fix comp
malaterre [Tue, 22 Nov 2005 20:31:37 +0000 (20:31 +0000)]
COMP: Fix comp

18 years agoCOMP: Fix comp on weird os
malaterre [Tue, 22 Nov 2005 20:30:46 +0000 (20:30 +0000)]
COMP: Fix comp on weird os

18 years agoENH: I cannot remember what was the bug but since noone cares just committing
malaterre [Tue, 22 Nov 2005 20:28:33 +0000 (20:28 +0000)]
ENH: I cannot remember what was the bug but since noone cares just committing

18 years agoENH: Minor style
malaterre [Tue, 22 Nov 2005 20:27:58 +0000 (20:27 +0000)]
ENH: Minor style

18 years agoBUG: Yet another shoot yourself in the foot
malaterre [Tue, 22 Nov 2005 20:26:06 +0000 (20:26 +0000)]
BUG: Yet another shoot yourself in the foot

18 years agoBUG: Yet another shoot yourself in the foot
malaterre [Tue, 22 Nov 2005 20:24:46 +0000 (20:24 +0000)]
BUG: Yet another shoot yourself in the foot

18 years agoLast modif on IsVROfStringRepresentable().
jpr [Tue, 22 Nov 2005 12:09:27 +0000 (12:09 +0000)]
Last modif on IsVROfStringRepresentable().
*never* more try to look for a quicker way : any rotten value would be considered
as OK!

18 years agoNew version Documentation
jpr [Tue, 22 Nov 2005 08:33:35 +0000 (08:33 +0000)]
New version Documentation

18 years agocomment out deprecated method Load(filename), everywhere.
jpr [Mon, 21 Nov 2005 16:28:06 +0000 (16:28 +0000)]
comment out deprecated method Load(filename), everywhere.
Hope there is no longer any warning about it

18 years agomisstyping
jpr [Mon, 21 Nov 2005 16:14:39 +0000 (16:14 +0000)]
misstyping

18 years agoI'll try to understand later why LECAGY causes troubles with Pyton, in that
jpr [Mon, 21 Nov 2005 16:04:43 +0000 (16:04 +0000)]
I'll try to understand later why LECAGY causes troubles with Pyton, in that
case.
Comment out.

18 years agoOF
jpr [Mon, 21 Nov 2005 12:27:35 +0000 (12:27 +0000)]
OF

18 years agoUncomment LEGACY.
jpr [Mon, 21 Nov 2005 12:25:41 +0000 (12:25 +0000)]
Uncomment LEGACY.

18 years agoDeal with OF
jpr [Mon, 21 Nov 2005 12:15:54 +0000 (12:15 +0000)]
Deal with OF

18 years agoDeal with VR 'OF' (Other Float String)
jpr [Mon, 21 Nov 2005 12:15:06 +0000 (12:15 +0000)]
Deal with VR 'OF' (Other Float String)

18 years agomisstyping
jpr [Mon, 21 Nov 2005 11:31:06 +0000 (11:31 +0000)]
misstyping

18 years agoAdd missing VR :
jpr [Mon, 21 Nov 2005 10:51:55 +0000 (10:51 +0000)]
Add missing VR :
OF Other Float String   // String of 32-bits IEEE754:1985 floating point words

18 years agoTrack bug on Darwin
jpr [Mon, 21 Nov 2005 10:29:44 +0000 (10:29 +0000)]
Track bug on Darwin

18 years agoTrack bug on bcc
jpr [Mon, 21 Nov 2005 10:06:47 +0000 (10:06 +0000)]
Track bug on bcc

18 years agoRemove useless bug track displays
jpr [Mon, 21 Nov 2005 10:02:57 +0000 (10:02 +0000)]
Remove useless bug track displays

18 years agoDoxygenation
jpr [Mon, 21 Nov 2005 09:46:24 +0000 (09:46 +0000)]
Doxygenation

18 years agoAdd verbosity when something wrong occurs.
jpr [Mon, 21 Nov 2005 09:43:43 +0000 (09:43 +0000)]
Add verbosity when something wrong occurs.

18 years agoTo avoid futher confusion in Validator, when the VR found on disc missmatches
jpr [Mon, 21 Nov 2005 09:41:46 +0000 (09:41 +0000)]
To avoid futher confusion in Validator, when the VR found on disc missmatches
with the dicomV3.dic one, the virtual entry is now created with the original VM
(don't use any longer a strange default value)

18 years agoJPEGFragmentsInfo declares PixelReadConvert as friend.
jpr [Fri, 18 Nov 2005 14:49:15 +0000 (14:49 +0000)]
JPEGFragmentsInfo declares PixelReadConvert as friend.
All its members are private, in order not to confuse users.

18 years agoUpdate gdcm.h
jpr [Fri, 18 Nov 2005 14:40:36 +0000 (14:40 +0000)]
Update gdcm.h

18 years agoRLEFrame RLEFramesInfo declare File as friend.
jpr [Fri, 18 Nov 2005 14:33:24 +0000 (14:33 +0000)]
RLEFrame RLEFramesInfo declare File as friend.
All their members are private, in order not to confuse users.

18 years agoIn order to avois user confusion, *all* members class DocEntryArchive are
jpr [Fri, 18 Nov 2005 11:54:01 +0000 (11:54 +0000)]
In order to avois user confusion, *all* members class DocEntryArchive are
private;
Class gdcm::DocEntryArchive declares as friend gdcm::FileHelper

18 years agoremove temp modif
jpr [Fri, 18 Nov 2005 11:46:37 +0000 (11:46 +0000)]
remove temp modif

18 years agogdcm::Orientation uses RefCounter
jpr [Fri, 18 Nov 2005 11:42:48 +0000 (11:42 +0000)]
gdcm::Orientation uses RefCounter

18 years agoRefCounter
jpr [Fri, 18 Nov 2005 11:09:06 +0000 (11:09 +0000)]
RefCounter

18 years agoValidator uses RefCounter.
jpr [Fri, 18 Nov 2005 11:07:53 +0000 (11:07 +0000)]
Validator uses RefCounter.

18 years agoDelete() should avoid memory leaks
jpr [Fri, 18 Nov 2005 10:31:22 +0000 (10:31 +0000)]
Delete() should avoid memory leaks

18 years agocomment out useless TestInline
jpr [Fri, 18 Nov 2005 08:52:11 +0000 (08:52 +0000)]
comment out useless TestInline

18 years agoForget to commit this one
jpr [Thu, 17 Nov 2005 18:01:59 +0000 (18:01 +0000)]
Forget to commit this one
CVS ----------------------------------------------------------------------

18 years agoAvoid warning with icc
jpr [Thu, 17 Nov 2005 17:44:24 +0000 (17:44 +0000)]
Avoid warning with icc

18 years agoENH:Bye Bye Miss Jasper...
malaterre [Wed, 16 Nov 2005 16:37:38 +0000 (16:37 +0000)]
ENH:Bye Bye Miss Jasper...

18 years agoENH: Ok since OJ warnings are not going to be fixed anytime soon remove them
malaterre [Wed, 16 Nov 2005 16:35:50 +0000 (16:35 +0000)]
ENH: Ok since OJ warnings are not going to be fixed anytime soon remove them

18 years agoENH: Put back old Name, for once the pdf was correct (my mistake), thanks to JP for...
malaterre [Wed, 16 Nov 2005 15:21:56 +0000 (15:21 +0000)]
ENH: Put back old Name, for once the pdf was correct (my mistake), thanks to JP for report

18 years agoENH: Still some more (minor) fixes
malaterre [Tue, 15 Nov 2005 20:48:36 +0000 (20:48 +0000)]
ENH: Still some more (minor) fixes

18 years agoFix the test suite, when there is no mistake in the library ;-)
jpr [Tue, 15 Nov 2005 11:43:22 +0000 (11:43 +0000)]
Fix the test suite, when there is no mistake in the library ;-)

18 years agoFix warnings on Readablity/Parsabiblity
jpr [Tue, 15 Nov 2005 10:40:45 +0000 (10:40 +0000)]
Fix warnings on Readablity/Parsabiblity

18 years agoAdd IsParsable() method, to avoid confusion with IsReadable()
jpr [Tue, 15 Nov 2005 10:30:46 +0000 (10:30 +0000)]
Add IsParsable() method, to avoid confusion with IsReadable()

18 years agoENH: Minor optimization
malaterre [Mon, 14 Nov 2005 18:54:04 +0000 (18:54 +0000)]
ENH: Minor optimization

18 years agoENH: Cleanup, remove orig subdir...
malaterre [Mon, 14 Nov 2005 18:40:46 +0000 (18:40 +0000)]
ENH: Cleanup, remove orig subdir...

18 years agoOops.
jpr [Mon, 14 Nov 2005 17:40:48 +0000 (17:40 +0000)]
Oops.
I forgot this one.

18 years agoUse New(), Delete().
jpr [Mon, 14 Nov 2005 15:56:55 +0000 (15:56 +0000)]
Use New(), Delete().

18 years agoUse New(), Delete();
jpr [Mon, 14 Nov 2005 15:55:17 +0000 (15:55 +0000)]
Use New(), Delete();

18 years agoSerieHelper uses RefCounter.
jpr [Mon, 14 Nov 2005 15:50:33 +0000 (15:50 +0000)]
SerieHelper uses RefCounter.

18 years agoMove as private some methods, in order not to confuse the users
jpr [Mon, 14 Nov 2005 14:23:43 +0000 (14:23 +0000)]
Move as private some methods, in order not to confuse the users

18 years agoTry to track Big Endian problems (are the in the library, or in the test
jpr [Mon, 14 Nov 2005 12:27:57 +0000 (12:27 +0000)]
Try to track Big Endian problems (are the in the library, or in the test
programs ?)

18 years agoRemoving 'typedef' from enum declaration should avoid compile error with gcc4.
jpr [Mon, 14 Nov 2005 09:55:46 +0000 (09:55 +0000)]
Removing 'typedef' from enum declaration should avoid compile error with gcc4.

18 years agoENH: Move xml file to gdcm2
malaterre [Sat, 12 Nov 2005 20:39:37 +0000 (20:39 +0000)]
ENH: Move xml file to gdcm2

18 years agoENH: PDF contains a duplicate element: Blood Signal Nulling
malaterre [Sat, 12 Nov 2005 18:36:50 +0000 (18:36 +0000)]
ENH: PDF contains a duplicate element: Blood Signal Nulling

18 years agoENH: update DICOM dict
malaterre [Sat, 12 Nov 2005 15:03:10 +0000 (15:03 +0000)]
ENH: update DICOM dict

18 years agoENH: Add 0020,1003/1005 see post of dicom newsgroup
malaterre [Sat, 12 Nov 2005 15:00:59 +0000 (15:00 +0000)]
ENH: Add 0020,1003/1005 see post of dicom newsgroup

18 years agoENH: Some more fixes... damn ny eyes are tired...
malaterre [Fri, 11 Nov 2005 22:45:14 +0000 (22:45 +0000)]
ENH: Some more fixes... damn ny eyes are tired...

18 years agoENH: Tons of fix:
malaterre [Fri, 11 Nov 2005 22:31:39 +0000 (22:31 +0000)]
ENH: Tons of fix:
- SQ not declared as SQ
- Regular Element declared as SQ
- Element not retired
- Element missing
- Waveform problem rappear (I swear I clean them already)
the 50/60 needs to be update to propagate the RET thing... too lazy to do it.
- Update some name (missing s, missing Overlay...)
- DS declared as CS, vice versa...

18 years agoCOMP: Fix comp on bcc
malaterre [Thu, 10 Nov 2005 18:02:26 +0000 (18:02 +0000)]
COMP: Fix comp on bcc

18 years agoENH: Remove MPEG symbols too
malaterre [Thu, 10 Nov 2005 13:39:55 +0000 (13:39 +0000)]
ENH: Remove MPEG symbols too

18 years agoCOMP: Remove MPEG
malaterre [Thu, 10 Nov 2005 12:41:46 +0000 (12:41 +0000)]
COMP: Remove MPEG

18 years agoENH: Adding proof of concept to replace current implementation of string VR by an...
malaterre [Wed, 9 Nov 2005 19:17:26 +0000 (19:17 +0000)]
ENH: Adding proof of concept to replace current implementation of string VR by an enum type

18 years agoENH: Saving initial problem
malaterre [Wed, 9 Nov 2005 14:49:14 +0000 (14:49 +0000)]
ENH: Saving initial problem

18 years agoDebug vs Warning
jpr [Wed, 9 Nov 2005 11:22:51 +0000 (11:22 +0000)]
Debug vs Warning

18 years agoWarning vs Error
jpr [Wed, 9 Nov 2005 11:21:47 +0000 (11:21 +0000)]
Warning vs Error
(Not an "Error", since we go on anyway, and it works!)

18 years agoDebug vs Warning
jpr [Wed, 9 Nov 2005 11:04:20 +0000 (11:04 +0000)]
Debug vs Warning

18 years agoSetWarning on
jpr [Wed, 9 Nov 2005 10:52:37 +0000 (10:52 +0000)]
SetWarning on

18 years agoIndentation OpenJPEG.Version1.2
jpr [Wed, 9 Nov 2005 10:28:33 +0000 (10:28 +0000)]
Indentation

18 years agoDebug vs Warning
jpr [Wed, 9 Nov 2005 10:18:43 +0000 (10:18 +0000)]
Debug vs Warning

18 years agoForget to commit this indentation fix
jpr [Wed, 9 Nov 2005 08:37:45 +0000 (08:37 +0000)]
Forget to commit this indentation fix

18 years agoTry to track 'FIXME' VM problem
jpr [Wed, 9 Nov 2005 08:36:47 +0000 (08:36 +0000)]
Try to track 'FIXME' VM problem

18 years agoComments
jpr [Wed, 9 Nov 2005 08:34:29 +0000 (08:34 +0000)]
Comments

18 years agoTry to track the "FIXME" problem for VM
jpr [Wed, 9 Nov 2005 08:32:50 +0000 (08:32 +0000)]
Try to track the "FIXME" problem for VM

18 years agorevert to old printf syntax (better warning on some compilers than error on some
jpr [Wed, 9 Nov 2005 08:14:08 +0000 (08:14 +0000)]
revert to old printf syntax (better warning on some compilers than error on some
others!)

18 years agoSTYLE: Remove personal comments...make patch more difficult
malaterre [Tue, 8 Nov 2005 19:42:24 +0000 (19:42 +0000)]
STYLE: Remove personal comments...make patch more difficult

18 years agoFix mouse slipping (derapage de mulot, in french language)
jpr [Tue, 8 Nov 2005 18:10:41 +0000 (18:10 +0000)]
Fix mouse slipping (derapage de mulot, in french language)

18 years agoENH: update comment to reflect API change
malaterre [Tue, 8 Nov 2005 16:40:02 +0000 (16:40 +0000)]
ENH: update comment to reflect API change