]> Creatis software - gdcm.git/history - src
ENH: Get rid of -Wall / -W / -pedantic if present this should get rid of the warnings...
[gdcm.git] / src /
2004-12-03 regrain * Remove memory leaks on the DicomDir
2004-12-03 malaterreENH: Remove warnings on gcc296 about aggregate partly...
2004-12-03 regrain * src/gdcmFile.[h|cxx] : now use FileType instead...
2004-12-03 regrain * src/gdcmPixelWriteConvert.[h|cxx] : new class...
2004-12-03 regrain * Rename src/gdcmPixelConvert.[h|cxx] to src/gdcmPix...
2004-12-02 regrain * Test/TestCopyDicom.cxx : the new dicom created...
2004-11-30 malaterreCOMP: Compilation was broken on borland/vc6
2004-11-30 malaterreENH: Minor tweaks
2004-11-30 malaterreCOMP: no ios_base in gcc2.95
2004-11-30 malaterreCOMP: ios is in std
2004-11-30 malaterreENH: Apply patch from ITK back to main CVS. Fix problem...
2004-11-30 regrain * src/gdcmFile.[h|cxx] : bug fix for ACR-LIBIDO...
2004-11-26 regrain * Remove some useless methods in gdcm::Document...
2004-11-25 regrain fix compilation warnings for the gdcm::Document...
2004-11-25 regrain * src/ : fix compilation warnings for the Write...
2004-11-25 regrain * src/gdcmDocument.[h|cxx] : set the Transfert Synta...
2004-11-25 regrain * src/gdcmDocument.cxx : fix bug... test if the...
2004-11-24 regrain * src/gdcmBinEntry.cxx, gdcmSeqEntry.cxx, gdcmSQItem...
2004-11-24 regrain * Amelioration of code, remove some code copy. For...
2004-11-24 regrain * src/gdcmDocEntryArchive.[h|cxx] : bug fix and...
2004-11-23 regrain * Add usefull comments in Header
2004-11-23 regrain * src/gdcmDocEntryArchive.cxx : complete the print...
2004-11-23 regrain * FIX compilation error for zorglub and smallfry...
2004-11-23 malaterreBUG: This should fix a problem on borland since direct...
2004-11-23 malaterreENH: Mostly cosmetic, but in theory this should be...
2004-11-22 regrain * src/gdcmFile.h : fix compilation errors on zorglub...
2004-11-19 regrain * src/gdcmDocEntry.cxx : remove the copy of the...
2004-11-19 regrain * src/gdcmSeqEntry.cxx : add initialisation of varia...
2004-11-17 malaterreENH: Adding support for GE Private Transfer Syntax...
2004-11-17 regrain*** empty log message ***
2004-11-17 regrain * src/gdcmDocument.cxx : now, when using the Replace...
2004-11-17 malaterreENH: Upcomming gcc4 is more picky about casting streamp...
2004-11-16 malaterreENH: Apply patch from ITK back to gdcm. Solve problem...
2004-11-16 malaterreBUG: Comitting patch from JPR, to support IRAD Data Set
2004-11-16 malaterreBUG: Some compilers complain when isdigit/isalpha/ispri...
2004-11-16 regrain * FIX : now, the DocEntries are all deleted in the...
2004-11-16 frog * src/gdcmDocument.cxx: FIX ::ComputeRLEInfo() rleSe...
2004-11-16 regrain * gdcmElementSet.cxx : Bad patch to pass the test...
2004-11-16 regrain * FIX : src/gdcmDocument.cxx Remove obvious code...
2004-11-16 regrain * FIX: src/gdcmUtil.cxx : to compile with MSVC6
2004-11-16 frog * FIX: src/* fix the doxygen warnings.
2004-11-16 malaterreENH:
2004-11-16 malaterreENH: Slightly bigger patch:
2004-11-16 malaterreENH: Apply first patch toward better string comparison...
2004-11-15 regrain * src/gdcmDocument.[cxx|h] : fix memory leaks. The...
2004-11-15 regrain * src/gdcmFile.cxx : now delete the PixelConvert...
2004-11-15 malaterreSTYLE: Remove VTK'ism, gdcm does not prepend vars by...
2004-11-14 malaterreBUG: All va_start should be close by a va_end in the...
2004-11-12 malaterreBUG: Apply patch proposed by Peter Cech (ITK user)...
2004-11-10 malaterreENH: Commiting 1/2 patch from Jean Michel Rouet, for...
2004-11-10 regrain * Add comments to explain the problem in the code...
2004-11-10 regrain * src/gdcmDocument.cxx : Set the file pointer TP...
2004-11-10 malaterreCOMP: Fix comparison between signed and unisgned
2004-11-09 malaterreBUG: Remaining problem with borland
2004-11-09 malaterreENH: Some more borland issues
2004-11-09 malaterreENH: gdcm now compiles on borland
2004-11-09 regrain * src/gdcmDicomDir.h : bug fix for the last Boix...
2004-11-09 regrain * Bugs fix for the Windows build with VC6
2004-11-09 frog * src/gdcmDicomDit.h the Method typedef is now local...
2004-11-08 malaterreBUG: Could not read image CT1_RLE.dcm from dclunie...
2004-11-08 malaterreENH: Apply pach suggested by JP. This should handle...
2004-11-08 malaterreENH: Solve problem with Theralys images Version0.6.bp
2004-11-07 malaterreENH: Some more minor fixes, to synchronize ITK and...
2004-11-07 malaterreENH: Forgot file for coverage
2004-11-07 malaterreENH: Final -hopefully- change to jpeg lib. In order...
2004-11-07 malaterreENH: Move the jpeg lib around, to match Insight toolkit...
2004-11-05 malaterreBUG: Remove tons of mem leaks. There are still plenty...
2004-11-05 malaterreENH: Improve string manipulation. I now inforce the...
2004-11-04 malaterreBUG: Remove demangle code this was seg faulting on...
2004-11-04 malaterreENH: Fixing bug in the dashboard, the code is buggy...
2004-11-04 malaterreENH: Fix warning about conversion from string constant to
2004-11-04 malaterreBUG: i was shadowing another var
2004-11-03 malaterreENH: /binary_write/ gdcm source. Now even on big endian...
2004-11-03 malaterreBUG: Remaining of the patch
2004-11-03 malaterreCOMP: Fix minor compilation warning on Win32 VS6
2004-11-03 malaterreENH: Now the dictionary is compiled into gdcm lib....
2004-11-02 malaterreBUG: Fix compilation problem with VS7. Unknow was not...
2004-10-28 malaterreBUG: The previous code did not compile on Big endian...
2004-10-28 malaterreENH:
2004-10-28 malaterreENH: Fix a warning %n should be a pointer to an int.
2004-10-28 malaterreBUG: Previous code did not compile with all (=busted...
2004-10-28 malaterreBUG: Fix mem leak
2004-10-28 malaterreENH: Minor cleanup, mostly cosmetic
2004-10-27 malaterreBUG: the fonction was broken but pass all tests...
2004-10-27 malaterreENH: Minor cleanup
2004-10-27 malaterreENH: Minor cleanup, mostly remove comments
2004-10-27 malaterreENH: Remove any possible leaks with the dictionary...
2004-10-27 malaterreENH: Exact same fix as gdcmTS
2004-10-27 malaterreENH: Minor cleanup in arg passing to be const ref,...
2004-10-25 malaterreENH: Add patch from JPR, to support RLE and RGB from...
2004-10-25 malaterreSTYLE: ivars should start with a capital letter. Access...
2004-10-25 malaterreSTYLE: ivars should start with a capital letter. Access...
2004-10-25 malaterreSTYLE: ivars should start with a capital letter. Access...
2004-10-25 malaterreSTYLE: ivars should start with a capital letter. Access...
2004-10-24 malaterreENH: minor cleanup patch, use TagName instead of std...
2004-10-22 frog * Doc/Dicom2004_Part5.pdf added (thanks to JPR).
2004-10-22 malaterreENH: Initial work in gathering all transfer syntax...
2004-10-22 malaterreENH: Removed all FILE* ref and replace by ifstream...
2004-10-20 frog * src/gdcmDocument.cxx: wrong type on return fixed...
2004-10-20 frog Ooops...
next