]> Creatis software - gdcm.git/commit - src/gdcmDocument.h
ENH: * Huge cleanup:
authormalaterre <malaterre>
Fri, 3 Dec 2004 20:16:55 +0000 (20:16 +0000)
committermalaterre <malaterre>
Fri, 3 Dec 2004 20:16:55 +0000 (20:16 +0000)
commitba78e6c6d47d6db1528e8e88e5ebde7296a26692
treee5cf5b504dadbec91c4155e1dcce11ffbb864a35
parentaa0fc6ed66dc186bae363418702f402dc3f0ea21
ENH: * Huge cleanup:
     - Remove printf / sprintf
     - include iostream AFTER gdcm so we don't get warnings
     - GDCM_NO_ANSI_STRING_STREAM shouldn't be used explitely ouside of gdcm source
     - Also remove tons of include from header files, hopefully this should speeup the compilation time, since it was becoming a dog slow.
     - Remove gdcm.h as it include way too many files and slow down compilation (plus it is not up to date)
     - remove /using namespace std/ this is BAD
67 files changed:
ChangeLog
Example/BuildUpDicomDir.cxx
Example/CMakeLists.txt
Example/FindTags.cxx
Example/FlatHashTablePrint.cxx
Example/PrintDicomDir.cxx
Example/PrintDocument.cxx
Example/PrintFile.cxx
Example/PrintHeader.cxx
Example/TestDcm2Acr.cxx
Example/TestWrite.cxx
Example/TestWriteSimple.cxx
Example/Write.cxx
Example/WriteDicom.cxx
Example/WriteRead.cxx
Example/makeDicomDir.cxx
Testing/CMakeLists.txt
Testing/TestAllReadCompareDicom.cxx
Testing/TestBug.cxx
Testing/TestChangeHeader.cxx
Testing/TestCopyDicom.cxx
Testing/TestDicomDir.cxx
Testing/TestUtil.cxx
src/gdcmBinEntry.h
src/gdcmDebug.h
src/gdcmDicomDir.cxx
src/gdcmDicomDir.h
src/gdcmDicomDirMeta.cxx
src/gdcmDicomDirMeta.h
src/gdcmDicomDirObject.cxx
src/gdcmDicomDirObject.h
src/gdcmDicomDirPatient.cxx
src/gdcmDicomDirPatient.h
src/gdcmDicomDirSerie.cxx
src/gdcmDicomDirSerie.h
src/gdcmDicomDirStudy.cxx
src/gdcmDicomDirStudy.h
src/gdcmDict.h
src/gdcmDictSet.h
src/gdcmDocEntry.cxx
src/gdcmDocEntry.h
src/gdcmDocEntryArchive.cxx
src/gdcmDocEntryArchive.h
src/gdcmDocEntrySet.cxx
src/gdcmDocument.cxx
src/gdcmDocument.h
src/gdcmElementSet.h
src/gdcmException.h
src/gdcmFile.cxx
src/gdcmFile.h
src/gdcmGlobal.cxx
src/gdcmGlobal.h
src/gdcmHeader.h
src/gdcmJPEGFragment.h
src/gdcmJPEGFragmentsInfo.h
src/gdcmJpeg2000.cxx
src/gdcmPixelReadConvert.cxx
src/gdcmPixelReadConvert.h
src/gdcmRLEFrame.h
src/gdcmRLEFramesInfo.h
src/gdcmSQItem.cxx
src/gdcmSeqEntry.h
src/gdcmSerieHeader.cxx
src/gdcmSerieHeader.h
src/gdcmTS.h
src/gdcmValEntry.h
vtk/vtkGdcmReader.cxx