]> Creatis software - gdcm.git/history - src
ENH: Some cosmetic cleanup of gdcmFile, main changes are: lgrTotal -> ImageDataSize...
[gdcm.git] / src /
2004-06-26 malaterreENH: Some cosmetic cleanup of gdcmFile, main changes...
2004-06-25 malaterreENH: * 3'tabify
2004-06-25 malaterreENH: flipping -W -Wall into -Wall -W does not produce...
2004-06-25 jprremoval of methode gdcmDocument::WriteF, replaced by...
2004-06-25 jprtabs
2004-06-25 frog * Test/PrintAllDocument.cxx: looping on files is...
2004-06-25 jprtest
2004-06-25 malaterreEMH: *Add PrintAllDocument, dog slow right now
2004-06-24 jprJean-Pierre Roux
2004-06-24 frog * DEVELOPPER: added a proposition of coding style.
2004-06-23 jpr'(' and ')' removed around the return
2004-06-23 jprminor modif to avoid casts
2004-06-23 frog Bugfixes. --- JPR (with frog)
2004-06-23 frog src/gdcmDocument.cxx: bug fix.
2004-06-23 frog gdcmDocEntry::PrintCommonPart() and ::WriteCommonP...
2004-06-23 jprgdcmDocument.cxx
2004-06-23 malaterreSTYLE: Cleanup outside API, there is still too much...
2004-06-23 malaterreFIX: GDCM was not compiling with -W -Wall
2004-06-22 jprNow Binary data are loaded, whenever it's possible...
2004-06-22 jprRemoval of now useless gdcmDocument::LoadVLEntry method
2004-06-22 jprWell ...
2004-06-22 jprENH : method gdcmValEntry::Write doesn't need the...
2004-06-22 jprremove tabs
2004-06-22 malaterreplease compile before commit
2004-06-22 malaterreENH: stdify
2004-06-22 jprremove tabs
2004-06-22 jprremove tabs
2004-06-22 jpr2004-06-22 Jean-Pierre Roux
2004-06-21 malaterreERR: Remove bad legacy mode
2004-06-21 frog * src/gdcmBinEntry.cxx, gdcmValEntry.cxx: gdcmBinEn...
2004-06-21 frog * Test/TestWriteSimple.cxx: fix to gdcmHeader-gdcmH...
2004-06-21 malaterreENH: const'ify gdcmFile thus remove double signature...
2004-06-21 malaterreENH: Ok second chunk of patch, tests seems to go smoothly
2004-06-21 malaterreENH:First chunk of patch:
2004-06-20 frog * Erroneous leading white fix:
2004-06-19 frog * In order to fix memory leaks:
2004-06-18 frog * In order to fix writing of dicom files:
2004-06-18 frog * Valgrind note: after Mathieu Malaterre teached...
2004-06-15 frog * src/gdcmDocument.[h|cxx]:
2004-06-15 jprJean-Pierre Roux
2004-06-15 jprJean-Pierre Roux
2004-06-14 frog * Memory leak hunt with the following command:
2004-06-10 jprnow gdcmFile::GetImageData loads pixels *and* updates...
2004-06-10 frog * src/gdcmHeader.[cxx|h]:
2004-06-09 frog * src/gdcmValEntry.h: member voidArea type changed...
2004-06-09 jprsub-minor ... and so forth
2004-06-09 frog Sub-minor fixes on std inclusion... JPR + Frog
2004-06-09 jprStill in a debugging status.
2004-06-08 frog src/CMakeLists.txt :
2004-06-08 frog Sub-minor std-related fixes... Jpr+Frog
2004-06-08 jprForget this one
2004-06-08 jprmoved from gdcmParser to gdcmDocument.
2004-06-07 malaterreENH: scandir was leaking like crazy, we shouldnt be...
2004-06-07 jprLast commit before the final(?) one, for the new version.
2004-05-19 jprSooooon, it will be OK
2004-05-18 jprPLEASE : keep on waiting for the final version !
2004-05-18 regrain * gdcmPython/gdcm.i : remove useless lines concerni...
2004-05-12 jprgeneral commit of (future) new classes.
2004-05-12 malaterreRemove my comments
2004-05-05 malaterreBUG: JP suggest me to do this change
2004-05-05 regrain * src/gdcmCommon.h, gdcmDicomDir.cxx, gdcmFile...
2004-05-05 jprforget this one
2004-05-05 regrain * src/gdcmFile.cxx, gdcmHeader.cxx : bug fix for...
2004-05-05 jprabout compile errors
2004-05-05 jprThe shows goes on
2004-05-05 malaterreBUG: Write was clearly broken...can only blame myself
2004-05-04 jprTaking into account the 'Dicom Sequences' leads up...
2004-05-03 jprto avoid compile time warning
2004-05-03 malaterreReplace the DEBUG on the stack with a global entry...
2004-04-30 frog Doxygenation.
2004-04-30 frog * Doc/CMakeLists.txt: the main page is now properl...
2004-04-30 jprgdcmParser doesn't loop any longer inside the Pixel...
2004-04-30 frog Doxygenation.
2004-04-29 malaterreENH: 1. Remove remp solution of gdcmTests.cxx+ gdcmMain...
2004-04-28 malaterreAdding std::
2004-04-28 jpr2004-04-28 Jean-Pierre Roux
2004-04-26 malaterreFIX: Building on cygwin is fine now
2004-04-26 malaterreENH: Remove redundancie about GDCM_DICT stuff, now...
2004-04-25 malaterreFix warnings, add a GDCM_DATA_ROOT to CMake
2004-04-25 malaterreENH: Adding automatic testing
2004-04-23 jpr2004-04-22 Jean-Pierre Roux
2004-04-23 jprminor modif to gdcmHeaderEntry::Print()
2004-04-23 malaterreENH: change malloc/calloc/free with there c++ equivalent
2004-04-23 malaterresome cosmetic cleanup so that compilation : -W -Wall...
2004-04-21 jprComments added
2004-04-21 jpr2004-21-02 Jean-Pierre Roux
2004-04-19 jprdoxygenation
2004-04-19 jpr2004-19-02 Jean-Pierre Roux
2004-04-17 malaterreupdate CMakeLists
2004-04-05 jprAdded a lot of comments to explain the tricks about...
2004-04-02 jpr * FIX : gdcmParser::WriteEntryTagVRLength emprovem...
2004-03-30 jprFIX gdcmParser::ReplaceOrCreateByNumber shouldn't seg...
2004-03-30 frog * src/gdcmParser.[cxx|h] and gdcmHeader.[cxx.h...
2004-03-29 jprFIX : gdcmObject::ResetBoundaries now stops properly...
2004-03-29 frog Preliminary work to subsequent work.
2004-03-29 frog * src/gdcmCommon.h: FileType enum entry DICOMDIR...
2004-03-29 frog * src/gdcmUtil.cxx: added forgotten iostream include.
2004-03-29 jprCheck whether we want ACR or not if moved fro of WriteE...
2004-03-29 frog * src/gdcmParser.cxx: removal of all TAB character...
2004-03-27 frog Zilch.
next