2005-01-13 |
jpr | Remove redundant (with TestDicomDir) PrintDicomDir... |
tree | commitdiff |
2005-01-13 |
regrain | * Test/*DicomDir*.cxx : Verification that DicomDir... |
tree | commitdiff |
2005-01-11 |
malaterre | STYLE: minor clean up |
tree | commitdiff |
2005-01-11 |
malaterre | ENH: Untangle the transfer syntax from the Document... |
tree | commitdiff |
2005-01-11 |
jpr | Add verbosity |
tree | commitdiff |
2005-01-11 |
malaterre | STYLE: minor |
tree | commitdiff |
2005-01-11 |
malaterre | ENH: Adding a new method on TS: IsTransferSyntax. Where... |
tree | commitdiff |
2005-01-08 |
malaterre | ENH: Update for new sstream |
tree | commitdiff |
2005-01-08 |
jpr | According to Benoit's suggestion, and without any objec... |
tree | commitdiff |
2005-01-06 |
jpr | Coding Style + Doxygenation |
tree | commitdiff |
2005-01-06 |
malaterre | ENH: update test for tesing MAC adrress |
tree | commitdiff |
2005-01-06 |
regrain | * src/gdcmDocument.[h|cxx] : remove all copy of... |
tree | commitdiff |
2005-01-06 |
jpr | Doxygenation |
tree | commitdiff |
2004-12-14 |
regrain | * Fix few compilation warnings |
tree | commitdiff |
2004-12-13 |
malaterre | ENH: Thanks to JMR patch we can now properly read jpeg... |
tree | commitdiff |
2004-12-10 |
rouet | Added return status variable initialization. |
tree | commitdiff |
2004-12-10 |
regrain | * Add a Writer from nothing test |
tree | commitdiff |
2004-12-10 |
regrain | * src/gdcmFile.[h|cxx], gdcmPixelReadConvert.[h... |
tree | commitdiff |
2004-12-10 |
regrain | * Black listing of GE_RHAPSODE-16-MONO2-JPEG-Fragmen... |
tree | commitdiff |
2004-12-08 |
regrain | * vtk/vtkGdcmReader.[h|cxx] : bug fix. Plane order... |
tree | commitdiff |
2004-12-07 |
regrain | * Test/ShowDicom.cxx, TestWriteWithVTK.cxx : bug... |
tree | commitdiff |
2004-12-07 |
regrain | * vtk/vtkGdcmWriter.[h|cxx] : add a first version... |
tree | commitdiff |
2004-12-07 |
malaterre | ENH: Adding a non-working test again |
tree | commitdiff |
2004-12-07 |
regrain | * Test/TestUtil.cxx : reformat the source code |
tree | commitdiff |
2004-12-07 |
regrain | * Comment unused variables |
tree | commitdiff |
2004-12-04 |
regrain | * Bug fix due my last commit (compilation under... |
tree | commitdiff |
2004-12-03 |
malaterre | COMP: Borland could not compile gdcm... BTW there is... |
tree | commitdiff |
2004-12-03 |
malaterre | ENH: * Huge cleanup: |
tree | commitdiff |
2004-12-03 |
regrain | * Remove memory leaks on the DicomDir |
tree | commitdiff |
2004-12-02 |
regrain | * Test/TestCopyDicom.cxx : the new dicom created... |
tree | commitdiff |
2004-11-30 |
regrain | * src/gdcmFile.[h|cxx] : bug fix for ACR-LIBIDO... |
tree | commitdiff |
2004-11-26 |
regrain | * Remove some useless methods in gdcm::Document... |
tree | commitdiff |
2004-11-25 |
regrain | * src/gdcmDocument.cxx : fix bug... test if the... |
tree | commitdiff |
2004-11-25 |
regrain | * FIX : warning on linux plateforms for differents... |
tree | commitdiff |
2004-11-24 |
regrain | * src/gdcmBinEntry.cxx, gdcmSeqEntry.cxx, gdcmSQItem... |
tree | commitdiff |
2004-11-24 |
regrain | * src/gdcmDocEntryArchive.[h|cxx] : bug fix and... |
tree | commitdiff |
2004-11-18 |
regrain | * Test/TestCopyDicom.cxx : avoid compilation warnings. |
tree | commitdiff |
2004-11-17 |
regrain | * src/gdcmDocument.cxx : now, when using the Replace... |
tree | commitdiff |
2004-11-16 |
frog | * src/gdcmDocument.cxx: FIX ::ComputeRLEInfo() rleSe... |
tree | commitdiff |
2004-11-16 |
malaterre | ENH: Add license to tests since they belong to gdcm |
tree | commitdiff |
2004-11-16 |
malaterre | ENH: Slightly bigger patch: |
tree | commitdiff |
2004-11-16 |
malaterre | ENH: Apply first patch toward better string comparison... |
tree | commitdiff |
2004-11-15 |
regrain | * src/gdcmFile.cxx : now delete the PixelConvert... |
tree | commitdiff |
2004-11-15 |
malaterre | BUG: Fix mem leak |
tree | commitdiff |
2004-11-09 |
malaterre | ENH: gdcm now compiles on borland |
tree | commitdiff |
2004-11-09 |
regrain | * src/TestAllReadCompareDicom.cxx : test the existenc... |
tree | commitdiff |
2004-11-09 |
regrain | * Bugs fix for the Windows build with VC6 |
tree | commitdiff |
2004-11-05 |
malaterre | BUG: Remove a broken image from the MAC baseline |
tree | commitdiff |
2004-11-05 |
malaterre | ENH: Do not stop test at first failure, it lower coverage. |
tree | commitdiff |
2004-11-05 |
malaterre | BUG: Remove tons of mem leaks. There are still plenty... |
tree | commitdiff |
2004-11-05 |
malaterre | BUG: Thankfully VS6 catch it :) |
tree | commitdiff |
2004-11-05 |
malaterre | ENH: Improve string manipulation. I now inforce the... |
tree | commitdiff |
2004-11-03 |
malaterre | ENH: Rewrite the test to allow use to use it an image... |
tree | commitdiff |
2004-11-02 |
malaterre | BUG: Moving gdcmCommon to gdcm namespace broke some... |
tree | commitdiff |
2004-10-28 |
malaterre | ENH: Minor cleanup, mostly cosmetic |
tree | commitdiff |
2004-10-25 |
malaterre | STYLE: ivars should start with a capital letter. Access... |
tree | commitdiff |
2004-10-15 |
malaterre | ENH: as frog mention there were images that could be... |
tree | commitdiff |
2004-10-14 |
malaterre | COMP: Fix compilation |
tree | commitdiff |
2004-10-12 |
malaterre | COMP: Fix compilation on cygwin |
tree | commitdiff |
2004-10-12 |
malaterre | ENH: Adding 'gdcm' namespace. Be nice with me this... |
tree | commitdiff |
2004-10-10 |
malaterre | ENH: Fix a warning with gcc4: TestHash.cxx:20: warning... |
tree | commitdiff |
2004-10-07 |
malaterre | ENH: Hopefully these were the last remaining warnings |
tree | commitdiff |
2004-10-07 |
malaterre | ENH: TestHash.cxx add gdcm header to shut up stoopid... |
tree | commitdiff |
2004-09-27 |
malaterre | ENH: Afterall a Dashboard on Win32 is usefull :) |
tree | commitdiff |
2004-09-25 |
malaterre | FIX: SIEMENS_GBS_III-16-ACR_NEMA_1.acr was breaking... |
tree | commitdiff |
2004-09-23 |
jpr | * VoidArea is now called BinArea (less confusing... |
tree | commitdiff |
2004-09-23 |
jpr | 2004-09-23 Jean-Pierre Roux |
tree | commitdiff |
2004-09-22 |
jpr | GetImageData is now done *before* copying the docEntries |
tree | commitdiff |
2004-09-22 |
jpr | Code indentation |
tree | commitdiff |
2004-09-22 |
malaterre | ENH: Sorry OT-PAL-8-face.dcm is still seg faulting... |
tree | commitdiff |
2004-09-22 |
malaterre | ENH: Some unused vars |
tree | commitdiff |
2004-09-21 |
frog | * Test/CMakeLists.txt: update to follow gdcmData... |
tree | commitdiff |
2004-09-20 |
jpr | uncomment no longer ctest breaker images |
tree | commitdiff |
2004-09-17 |
jpr | uncomment ShowDicom |
tree | commitdiff |
2004-09-17 |
jpr | inclusion of code for jpeg compression |
tree | commitdiff |
2004-09-16 |
jpr | gdcmDocument::ReplaceOrCreateByNumber has now an extra... |
tree | commitdiff |
2004-09-15 |
malaterre | ENH: Warnings about shadow vars, + unused var |
tree | commitdiff |
2004-09-15 |
malaterre | # As of 14/09 this image creates a crash: |
tree | commitdiff |
2004-09-14 |
jpr | Now, TestCopyDicom deals with private Entries |
tree | commitdiff |
2004-09-13 |
jpr | new version of TestCopyDicom |
tree | commitdiff |
2004-09-12 |
malaterre | Disabls TestChangeHeader, this is not a test right now |
tree | commitdiff |
2004-09-12 |
malaterre | FIX: icc could not build otherwise |
tree | commitdiff |
2004-09-09 |
jpr | WARNING : This was not designed as a 'Test' program... |
tree | commitdiff |
2004-09-09 |
malaterre | ENH: Adding a test I know that segfault |
tree | commitdiff |
2004-09-07 |
jpr | ADD : gdcmGlobal::CountSubstring method |
tree | commitdiff |
2004-09-02 |
malaterre | STYLE: No need to use c string |
tree | commitdiff |
2004-09-02 |
malaterre | ENH: minor tweaks |
tree | commitdiff |
2004-09-02 |
malaterre | New test for testing the copying for creating dicom... |
tree | commitdiff |
2004-09-01 |
jpr | remove commented out line after fix of gdcmFile::SetIm... |
tree | commitdiff |
2004-08-31 |
jpr | Doxygenation |
tree | commitdiff |
2004-08-26 |
jpr | Eric Boix |
tree | commitdiff |
2004-08-04 |
frog | * Test/TestAllEntryVerify.cxx minor fix and added... |
tree | commitdiff |
2004-08-03 |
frog | * gdcmPython/testSuite.py: all the test suite in... |
tree | commitdiff |
2004-08-02 |
frog | * gdcmPython/testSuite.py checks on CR-MONO1-10-chest... |
tree | commitdiff |
2004-07-31 |
malaterre | ENH: Test now support passing argument, thus instead... |
tree | commitdiff |
2004-07-30 |
frog | * src/gdcmDocument.[h|cxx], gdcmFile.[h|cxx], gdcmHea... |
tree | commitdiff |
2004-07-29 |
frog | * Test/CMakeLists.txt: newly re-introduced SIEMENS_So... |
tree | commitdiff |
2004-07-27 |
malaterre | FIX: Finally *.nema are taken into account |
tree | commitdiff |
2004-07-20 |
jpr | JPR: |
tree | commitdiff |
2004-07-18 |
malaterre | BUG: doh, forgot this one (char* vs string) + untabify |
tree | commitdiff |
next |