2004-11-30 |
regrain | * src/gdcmFile.[h|cxx] : bug fix for ACR-LIBIDO... |
commit | commitdiff | tree | snapshot |
2004-11-27 |
regrain | * Ommited change on the vtk part concerning the... |
commit | commitdiff | tree | snapshot |
2004-11-26 |
regrain | * Remove some useless methods in gdcm::Document... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
regrain | fix compilation warnings for the gdcm::Document... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
regrain | * src/ : fix compilation warnings for the Write... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
regrain | * src/gdcmDocument.[h|cxx] : set the Transfert Synta... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
regrain | * vtk/vtkGdcmReader.cxx : compilation bug fix for... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
regrain | * src/gdcmDocument.cxx : fix bug... test if the... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
regrain | * FIX : warning on linux plateforms for differents... |
commit | commitdiff | tree | snapshot |
2004-11-24 |
regrain | * src/gdcmBinEntry.cxx, gdcmSeqEntry.cxx, gdcmSQItem... |
commit | commitdiff | tree | snapshot |
2004-11-24 |
regrain | * Amelioration of code, remove some code copy. For... |
commit | commitdiff | tree | snapshot |
2004-11-24 |
regrain | * src/gdcmDocEntryArchive.[h|cxx] : bug fix and... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
regrain | * Add usefull comments in Header |
commit | commitdiff | tree | snapshot |
2004-11-23 |
regrain | * src/gdcmDocEntryArchive.cxx : complete the print... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
regrain | * FIX compilation error for zorglub and smallfry... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
malaterre | BUG: This should fix a problem on borland since direct... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
malaterre | ENH: Mostly cosmetic, but in theory this should be... |
commit | commitdiff | tree | snapshot |
2004-11-22 |
regrain | * src/gdcmFile.h : fix compilation errors on zorglub... |
commit | commitdiff | tree | snapshot |
2004-11-19 |
regrain | * src/gdcmDocEntry.cxx : remove the copy of the... |
commit | commitdiff | tree | snapshot |
2004-11-19 |
regrain | * src/gdcmSeqEntry.cxx : add initialisation of varia... |
commit | commitdiff | tree | snapshot |
2004-11-19 |
regrain | * Example/TestCopyDicom.cxx : avoid compilation... |
commit | commitdiff | tree | snapshot |
2004-11-18 |
regrain | * Test/TestCopyDicom.cxx : avoid compilation warnings. |
commit | commitdiff | tree | snapshot |
2004-11-17 |
malaterre | ENH: Adding support for GE Private Transfer Syntax... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
regrain | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2004-11-17 |
regrain | * src/gdcmDocument.cxx : now, when using the Replace... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
malaterre | ENH: Upcomming gcc4 is more picky about casting streamp... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
malaterre | update my tasks |
commit | commitdiff | tree | snapshot |
2004-11-16 |
malaterre | ENH: Apply patch from ITK back to gdcm. Solve problem... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
malaterre | BUG: Comitting patch from JPR, to support IRAD Data Set |
commit | commitdiff | tree | snapshot |
2004-11-16 |
malaterre | BUG: Some compilers complain when isdigit/isalpha/ispri... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
regrain | * FIX : now, the DocEntries are all deleted in the... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
frog | * src/gdcmDocument.cxx: FIX ::ComputeRLEInfo() rleSe... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
regrain | * gdcmElementSet.cxx : Bad patch to pass the test... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
regrain | * FIX : src/gdcmDocument.cxx Remove obvious code... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
regrain | * FIX: src/gdcmUtil.cxx : to compile with MSVC6 |
commit | commitdiff | tree | snapshot |
2004-11-16 |
frog | * FIX: src/* fix the doxygen warnings. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
malaterre | update |
commit | commitdiff | tree | snapshot |
2004-11-16 |
malaterre | ENH: |
commit | commitdiff | tree | snapshot |
2004-11-16 |
malaterre | ENH: Add license to tests since they belong to gdcm |
commit | commitdiff | tree | snapshot |
2004-11-16 |
malaterre | ENH: Add license to examples since they belong to gdcm |
commit | commitdiff | tree | snapshot |
2004-11-16 |
malaterre | ENH: Slightly bigger patch: |
commit | commitdiff | tree | snapshot |
2004-11-16 |
malaterre | update |
commit | commitdiff | tree | snapshot |
2004-11-16 |
malaterre | ENH: Apply first patch toward better string comparison... |
commit | commitdiff | tree | snapshot |
2004-11-15 |
regrain | * src/gdcmDocument.[cxx|h] : fix memory leaks. The... |
commit | commitdiff | tree | snapshot |
2004-11-15 |
regrain | * src/gdcmFile.cxx : now delete the PixelConvert... |
commit | commitdiff | tree | snapshot |
2004-11-15 |
malaterre | BUG: Fix mem leak |
commit | commitdiff | tree | snapshot |
2004-11-15 |
malaterre | STYLE: Remove VTK'ism, gdcm does not prepend vars by... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
malaterre | BUG: All va_start should be close by a va_end in the... |
commit | commitdiff | tree | snapshot |
2004-11-12 |
malaterre | BUG: Apply patch proposed by Peter Cech (ITK user)... |
commit | commitdiff | tree | snapshot |
2004-11-10 |
malaterre | ENH: Commiting 1/2 patch from Jean Michel Rouet, for... |
commit | commitdiff | tree | snapshot |
2004-11-10 |
regrain | * Add comments to explain the problem in the code... |
commit | commitdiff | tree | snapshot |
2004-11-10 |
regrain | * src/gdcmDocument.cxx : Set the file pointer TP... |
commit | commitdiff | tree | snapshot |
2004-11-10 |
malaterre | COMP: Fix comparison between signed and unisgned |
commit | commitdiff | tree | snapshot |
2004-11-09 |
malaterre | BUG: Remaining problem with borland |
commit | commitdiff | tree | snapshot |
2004-11-09 |
malaterre | ENH: Some more borland issues |
commit | commitdiff | tree | snapshot |
2004-11-09 |
malaterre | ENH: gdcm now compiles on borland |
commit | commitdiff | tree | snapshot |
2004-11-09 |
regrain | * src/TestAllReadCompareDicom.cxx : test the existenc... |
commit | commitdiff | tree | snapshot |
2004-11-09 |
regrain | * src/gdcmDicomDir.h : bug fix for the last Boix... |
commit | commitdiff | tree | snapshot |
2004-11-09 |
regrain | * Bugs fix for the Windows build with VC6 |
commit | commitdiff | tree | snapshot |
2004-11-09 |
frog | * src/gdcmDicomDit.h the Method typedef is now local... |
commit | commitdiff | tree | snapshot |
2004-11-08 |
malaterre | BUG: Could not read image CT1_RLE.dcm from dclunie... |
commit | commitdiff | tree | snapshot |
2004-11-08 |
malaterre | ENH: Apply pach suggested by JP. This should handle... |
commit | commitdiff | tree | snapshot |
2004-11-08 |
malaterre | ENH: update version |
commit | commitdiff | tree | snapshot |
2004-11-08 |
malaterre | ENH: Solve problem with Theralys images Version0.6.bp |
commit | commitdiff | tree | snapshot |
2004-11-07 |
malaterre | ENH: Some more minor fixes, to synchronize ITK and... |
commit | commitdiff | tree | snapshot |
2004-11-07 |
malaterre | ENH: Forgot file for coverage |
commit | commitdiff | tree | snapshot |
2004-11-07 |
malaterre | ENH: Final -hopefully- change to jpeg lib. In order... |
commit | commitdiff | tree | snapshot |
2004-11-07 |
malaterre | ENH: Move the jpeg lib around, to match Insight toolkit... |
commit | commitdiff | tree | snapshot |
2004-11-05 |
malaterre | BUG: Remove a broken image from the MAC baseline |
commit | commitdiff | tree | snapshot |
2004-11-05 |
malaterre | ENH: Do not stop test at first failure, it lower coverage. |
commit | commitdiff | tree | snapshot |
2004-11-05 |
malaterre | BUG: Remove tons of mem leaks. There are still plenty... |
commit | commitdiff | tree | snapshot |
2004-11-05 |
malaterre | BUG: Thankfully VS6 catch it :) |
commit | commitdiff | tree | snapshot |
2004-11-05 |
malaterre | ENH: Improve string manipulation. I now inforce the... |
commit | commitdiff | tree | snapshot |
2004-11-04 |
malaterre | BUG: Remove demangle code this was seg faulting on... |
commit | commitdiff | tree | snapshot |
2004-11-04 |
malaterre | ENH: Fixing bug in the dashboard, the code is buggy... |
commit | commitdiff | tree | snapshot |
2004-11-04 |
malaterre | ENH: Fix warning about conversion from string constant to |
commit | commitdiff | tree | snapshot |
2004-11-04 |
malaterre | BUG: i was shadowing another var |
commit | commitdiff | tree | snapshot |
2004-11-03 |
malaterre | ENH: Rewrite the test to allow use to use it an image... |
commit | commitdiff | tree | snapshot |
2004-11-03 |
malaterre | ENH: /binary_write/ gdcm source. Now even on big endian... |
commit | commitdiff | tree | snapshot |
2004-11-03 |
malaterre | BUG: Remaining of the patch |
commit | commitdiff | tree | snapshot |
2004-11-03 |
malaterre | ENH: update about dict compiled into lib |
commit | commitdiff | tree | snapshot |
2004-11-03 |
malaterre | COMP: Fix minor compilation warning on Win32 VS6 |
commit | commitdiff | tree | snapshot |
2004-11-03 |
malaterre | ENH: Now the dictionary is compiled into gdcm lib.... |
commit | commitdiff | tree | snapshot |
2004-11-03 |
frog | Trial to get gdcmPython working. demo/PrintHeader... |
commit | commitdiff | tree | snapshot |
2004-11-02 |
malaterre | BUG: Moving gdcmCommon to gdcm namespace broke some... |
commit | commitdiff | tree | snapshot |
2004-11-02 |
malaterre | BUG: Fix compilation problem with VS7. Unknow was not... |
commit | commitdiff | tree | snapshot |
2004-10-29 |
malaterre | ENH: There were minors typoes in the previous dict |
commit | commitdiff | tree | snapshot |
2004-10-29 |
malaterre | ENH: Firs step to have the dicom dict as resource |
commit | commitdiff | tree | snapshot |
2004-10-29 |
malaterre | ENH: Dont use capital letter for hex integer |
commit | commitdiff | tree | snapshot |
2004-10-28 |
malaterre | BUG: The previous code did not compile on Big endian... |
commit | commitdiff | tree | snapshot |
2004-10-28 |
malaterre | ENH: For some reason it was commented |
commit | commitdiff | tree | snapshot |
2004-10-28 |
malaterre | ENH: Ooops new cmake version didn't like previous verion |
commit | commitdiff | tree | snapshot |
2004-10-28 |
malaterre | ENH: |
commit | commitdiff | tree | snapshot |
2004-10-28 |
malaterre | ENH: Fix a warning %n should be a pointer to an int. |
commit | commitdiff | tree | snapshot |
2004-10-28 |
malaterre | BUG: Previous code did not compile with all (=busted... |
commit | commitdiff | tree | snapshot |
2004-10-28 |
malaterre | BUG: Fix mem leak |
commit | commitdiff | tree | snapshot |
2004-10-28 |
malaterre | ENH: Minor cleanup, mostly cosmetic |
commit | commitdiff | tree | snapshot |
2004-10-27 |
malaterre | BUG: the fonction was broken but pass all tests... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
malaterre | ENH: Minor cleanup |
commit | commitdiff | tree | snapshot |
2004-10-27 |
malaterre | ENH: Minor cleanup, mostly remove comments |
commit | commitdiff | tree | snapshot |
next |