2005-10-26 |
regrain | * Fix memory leaks |
tree | commitdiff |
2005-10-25 |
jpr | Modify the creation order of gdcmFileHelper / gdcmFile... |
tree | commitdiff |
2005-10-25 |
regrain | * Some classes inherit now from gdcm::RefCounter |
tree | commitdiff |
2005-10-25 |
regrain | * Remove memory leaks |
tree | commitdiff |
2005-10-24 |
malaterre | BUG: No comment |
tree | commitdiff |
2005-10-24 |
malaterre | COMP: Remove TestInline from non UNIX os... please... |
tree | commitdiff |
2005-10-24 |
regrain | *** empty log message *** |
tree | commitdiff |
2005-10-24 |
regrain | * Change the DocEntry inheritance to RefCounter |
tree | commitdiff |
2005-10-24 |
malaterre | COMP: Fix comp on Win32 machine |
tree | commitdiff |
2005-10-24 |
jpr | Avoid compile warning. |
tree | commitdiff |
2005-10-24 |
malaterre | COMP: Fix warning, fabs returns double |
tree | commitdiff |
2005-10-24 |
malaterre | COMP: Try to fix JPR last commit to compile...hopefully |
tree | commitdiff |
2005-10-23 |
malaterre | ENH: Note for myself: Never work on gdcm without first... |
tree | commitdiff |
2005-10-23 |
malaterre | BUG: Hopefully fix pb on 64bits machine. Temp hack... |
tree | commitdiff |
2005-10-23 |
jpr | Add TestInline |
tree | commitdiff |
2005-10-23 |
jpr | Add some comments for better understanding the gdcm... |
tree | commitdiff |
2005-10-23 |
jpr | Add a test to 'visualize' the difference betwwen inline... |
tree | commitdiff |
2005-10-21 |
jpr | Speed up -a little bit- the Loading, avoiding to parse... |
tree | commitdiff |
2005-10-21 |
malaterre | ENH: Rearchitecture the test to test one file at a... |
tree | commitdiff |
2005-10-21 |
malaterre | BUG: ooops |
tree | commitdiff |
2005-10-21 |
malaterre | ENH: You can now do os << TagKey .... rahhhhh finally |
tree | commitdiff |
2005-10-21 |
malaterre | BUG: TestAllPrint actually is doing something now.... |
tree | commitdiff |
2005-10-21 |
malaterre | ENH: Adding a test for VM and validity... should allow... |
tree | commitdiff |
2005-10-21 |
regrain | * Reactivate TestVR because the problem was already... |
tree | commitdiff |
2005-10-21 |
jpr | Comment out TestVR. |
tree | commitdiff |
2005-10-21 |
jpr | add comments |
tree | commitdiff |
2005-10-21 |
jpr | Add some prints |
tree | commitdiff |
2005-10-21 |
jpr | Use SetLoadMode(gdcm::LD_ALL), better than 0 |
tree | commitdiff |
2005-10-21 |
regrain | * Fix bug when reading the DicomVR.dic file |
tree | commitdiff |
2005-10-20 |
regrain | * Add a RefCounter object that is deleted only when... |
tree | commitdiff |
2005-10-20 |
malaterre | COMP: I don't think this is needed |
tree | commitdiff |
2005-10-20 |
malaterre | ENH: Add a very bizarre case |
tree | commitdiff |
2005-10-20 |
regrain | * Fix some compilation warnings |
tree | commitdiff |
2005-10-19 |
malaterre | COMP: Please VS6 |
tree | commitdiff |
2005-10-19 |
regrain | * Remove memory leaks |
tree | commitdiff |
2005-10-18 |
malaterre | ENH: Several change, fix compilation warnings, and... |
tree | commitdiff |
2005-10-18 |
regrain | * Correctly use the VRKey for all vr variables.... |
tree | commitdiff |
2005-10-18 |
regrain | * Minor coding-style clean up |
tree | commitdiff |
2005-10-17 |
jpr | Don't use any longer deprecated method names |
tree | commitdiff |
2005-10-12 |
malaterre | COMP: I am not joking gdcm wont compile otherwise on... |
tree | commitdiff |
2005-10-12 |
malaterre | COMP: I am not joking gdcm wont compile otherwise on... |
tree | commitdiff |
2005-10-11 |
jpr | Comment out DebugOn(), in order not to trouble Benoit... |
tree | commitdiff |
2005-10-11 |
regrain | * Fix cmakelists bug when the GDCM_DATA_ROOT isn... |
tree | commitdiff |
2005-10-10 |
malaterre | STYLE: Typo |
tree | commitdiff |
2005-10-01 |
malaterre | ENH: Refactorize code, from PrintFile into the class... |
tree | commitdiff |
2005-09-22 |
jpr | Avoid Warning |
tree | commitdiff |
2005-09-22 |
jpr | Add TestLoadAllDocumentsNoPrivNoSeq, to improve test... |
tree | commitdiff |
2005-09-19 |
malaterre | ENH: Adding an exe that seg fault on AMD64/gcc. |
tree | commitdiff |
2005-09-19 |
jpr | comment out TestAllEntryVerify |
tree | commitdiff |
2005-09-16 |
jpr | To avoid bcc 5.5 warnings |
tree | commitdiff |
2005-09-16 |
jpr | Black list some recently added images |
tree | commitdiff |
2005-09-08 |
jpr | Remove useless affectation, to avoid bcc5.5 warnings |
tree | commitdiff |
2005-09-07 |
jpr | Avoid infinite loop for 'long' image file names |
tree | commitdiff |
2005-09-06 |
jpr | Add some verbosity when something wrong occurs |
tree | commitdiff |
2005-08-31 |
jpr | Replace stupid method names : |
tree | commitdiff |
2005-08-30 |
regrain | * Remove #define and replace then by the call to... |
tree | commitdiff |
2005-08-30 |
regrain | * Rename the NO_SEQ, NO_SHADOW, NO_SHADOWSEQ to |
tree | commitdiff |
2005-08-30 |
jpr | Add some verbosity while running tests |
tree | commitdiff |
2005-08-29 |
regrain | * Fix bug while wrapping python. The DicomDir SetSta... |
tree | commitdiff |
2005-08-22 |
malaterre | COMP: Remove problem with static being define in a... |
tree | commitdiff |
2005-08-20 |
jpr | Use new style FileHelper contructor |
tree | commitdiff |
2005-08-19 |
malaterre | ENH: Provide a GetVersion function, apparently need... |
tree | commitdiff |
2005-07-27 |
malaterre | BUG: Put back deprecated code since it makes the test... |
tree | commitdiff |
2005-07-23 |
malaterre | COMP: Remove deprecated calls |
tree | commitdiff |
2005-07-21 |
jpr | LEGACY warnings hunting |
tree | commitdiff |
2005-07-21 |
jpr | Remove LEGACY warnings |
tree | commitdiff |
2005-07-17 |
jpr | Check some more usages |
tree | commitdiff |
2005-07-11 |
malaterre | ENH: A TagKey is a TagKey and not a string or TagName... |
tree | commitdiff |
2005-07-11 |
malaterre | ENH: Minor cleanup |
tree | commitdiff |
2005-07-11 |
jpr | Use new gdcm2 style for Load |
tree | commitdiff |
2005-07-11 |
malaterre | BUG: Remove a jpeg2000, irreversible transform momentar... |
tree | commitdiff |
2005-07-08 |
jpr | New gdcm2 style syntax for Load() |
tree | commitdiff |
2005-07-08 |
jpr | Use new style for DicomDir loading |
tree | commitdiff |
2005-07-06 |
jpr | Now TestAllReadCompareDicom.cxx TestReadWriteReadCompar... |
tree | commitdiff |
2005-07-05 |
malaterre | ENH: Put back testing on JPEG2000 since borland is... |
tree | commitdiff |
2005-07-05 |
jpr | Coding style |
tree | commitdiff |
2005-07-02 |
malaterre | ENH: Adding test for benchmark |
tree | commitdiff |
2005-07-02 |
malaterre | ENH: Simplify the old mess |
tree | commitdiff |
2005-06-22 |
malaterre | ENH: Remove jpeg2000 from borland test |
tree | commitdiff |
2005-06-15 |
jpr | Giving the right name to blacklisted images should... |
tree | commitdiff |
2005-06-14 |
malaterre | ENH: proof of concept for usage of VM in gdcm. Extremel... |
tree | commitdiff |
2005-06-14 |
jpr | Black list 16 Bits images with 16 Bits LUT |
tree | commitdiff |
2005-06-13 |
jpr | #Something stupid occured in the code for LibIDO... |
tree | commitdiff |
2005-06-08 |
malaterre | COMP: Fixing other people's code |
tree | commitdiff |
2005-06-03 |
jpr | Upgrade TestWriteSimple to conform with harden File... |
tree | commitdiff |
2005-06-03 |
jpr | A 'prepared image' built ex nihilo just before, has... |
tree | commitdiff |
2005-06-02 |
jpr | Modify output to make it easily grepable |
tree | commitdiff |
2005-06-02 |
jpr | Give up defaulting NO_SHADOW (because of some bugged... |
tree | commitdiff |
2005-05-30 |
malaterre | ENH: jpeg2000 seems to be somehow working, let's try it |
tree | commitdiff |
2005-05-26 |
malaterre | COMP: Fix compilation, previous checkin was not meant... |
tree | commitdiff |
2005-05-21 |
malaterre | ENH: Ok I am pretty confident that it compiles everywhe... |
tree | commitdiff |
2005-05-20 |
jpr | To see at a glance what are the most time consuming... |
tree | commitdiff |
2005-05-20 |
jpr | Comment out TestAllEntryVerify.cxx during the transient... |
tree | commitdiff |
2005-05-20 |
jpr | To avoid warning |
tree | commitdiff |
2005-05-11 |
malaterre | BUG: Fix previously instroduce cmake bug, now should... |
tree | commitdiff |
2005-05-11 |
malaterre | ENH: Some minor enhance: |
tree | commitdiff |
2005-05-02 |
malaterre | ENH: Minor cleanup, also clearly specify how many pixel... |
tree | commitdiff |
2005-05-02 |
malaterre | ENH: Set a maximum of difference to avoid generating... |
tree | commitdiff |
2005-04-27 |
regrain | * Amelioration of TestAllReadCompareDicom |
tree | commitdiff |
2005-04-26 |
jpr | Fix some checking |
tree | commitdiff |
next |