]> Creatis software - gdcm.git/history - src/gdcmDocument.cxx
ENH: Apply patch from ITK back to main CVS. Fix problem with gcc2.95, we may need...
[gdcm.git] / src / gdcmDocument.cxx
2004-11-30 malaterreENH: Apply patch from ITK back to main CVS. Fix problem...
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-19 regrain * src/gdcmSeqEntry.cxx : add initialisation of varia...
2004-11-17 malaterreENH: Adding support for GE Private Transfer Syntax...
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 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 * 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: Slightly bigger patch:
2004-11-15 regrain * src/gdcmDocument.[cxx|h] : fix memory leaks. 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 * src/gdcmDocument.cxx : Set the file pointer TP...
2004-11-09 malaterreENH: gdcm now compiles on borland
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-03 malaterreCOMP: Fix minor compilation warning on Win32 VS6
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 * src/gdcmDocument.cxx ftell() return properly stored...
2004-10-18 frog2004-10-18 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
2004-10-12 malaterreCOMP: warning C4390: ';' : empty controlled statement...
2004-10-12 malaterreENH: Adding 'gdcm' namespace. Be nice with me this...
2004-10-10 frog * CLEANUP_ROUND (10) for gdcmPixelConvert (Xanax...
2004-10-10 malaterreENH: Fix various warnings
2004-10-10 malaterreENH: Encapsulate global functions within gdcmUtil class...
2004-10-09 malaterreENH: Remove one more sprintf
2004-10-08 frog Typos on references.
2004-10-07 malaterreENH: Allow compilation with a not so famous compiler...
2004-10-06 frog * CLEANUP_ROUND (6) for gdcmPixelConvert (man, I...
2004-10-06 frog * CLEANUP_ROUND (5) for gdcmPixelConvert (Upshit...
2004-10-06 frog - src/gdcmDocument.[cxx|h] ::ParseDES and ::ParseSQ...
2004-10-06 frog * CLEANUP_ROUND (3) for gdcmPixelConvert (nightmare...
2004-09-27 frog * src/*.cxx *.h Reference to License.htm fixed to...
2004-09-24 jprCosmetic modifs to be more Coding style compliant
2004-09-23 jpr * VoidArea is now called BinArea (less confusing...
2004-09-23 jpr2004-09-23 Jean-Pierre Roux
2004-09-22 frog Reverting to previous version temporarily. Sorry...
2004-09-22 frog * src/gdcmDocument.cxx: gdcmDocument::~gdcmDocument...
2004-09-22 jprstring "gdcm::Loaded (BinEntry)" replaced by GDCM_BINLOADED
2004-09-22 malaterreFIX: Some unused var, just (void)'ing them
2004-09-21 frog * src/gdcmCommon.h, gdcmDocument.cxx: doxygen typos
2004-09-21 frog * Test/CMakeLists.txt: update to follow gdcmData...
2004-09-20 jprLast modif before gdcmPixelData class introduction :
2004-09-17 frog * ENH: added some utility method that builds a flat...
2004-09-16 frog * gdcmDocEntrySet::SQDepthLevel and gdcmDocEntrySet...
2004-09-16 jprgdcmDocument::ReplaceOrCreateByNumber has now an extra...
2004-09-15 malaterreVery cautiously put gdcmDocentry destr as virtual,...
2004-09-14 jprNow, TestCopyDicom deals with private Entries
2004-09-13 frog * Preparation of writing a gdcmHeader iterator: gener...
2004-09-13 jprdealing with 'zero length' integers
2004-09-10 jprCosmetic modif
2004-09-10 jprDoxygenation
2004-09-09 jprSome fixes to help dealing with UnLoaded values
2004-09-07 jprADD : gdcmGlobal::CountSubstring method
2004-09-03 jprCheckEntryIfExistByNumber returns a bool (no longer...
2004-08-31 jprDoxygenation
2004-08-26 jpr- now, DicomDir stuff stakes into account the 'new...
2004-08-16 malaterreENH: forgot this easy one
2004-08-16 malaterreFIX: There were lot of shadowed variables, could have...
2004-08-02 frog * gdcmPython/testSuite.py checks on CR-MONO1-10-chest...
2004-08-02 frog * gdcmPython/CMakeLists.txt: SWIG_FLAGS doesn't decla...
2004-08-01 malaterreENH: Who would have bet ! Some cosmetic cleanups
2004-08-01 malaterreENH: Minor patch, cosmetic -again-. Remove all this...
2004-07-31 malaterreENH: Minor patch, mostly cosmetic clean up
2004-07-30 frog * src/gdcmDocument.[h|cxx], gdcmFile.[h|cxx], gdcmHea...
2004-07-30 frog * src/gdcmDicomDir.cxx, gdcmDocEntrySet.cxx: removed...
2004-07-28 malaterreFIX: mem leak
2004-07-28 malaterreFIX: valgrind reported this one:
2004-07-20 jprJean-Pierre Roux
2004-07-19 jprNow Examples/PrintFile displays properly Transfert...
2004-07-19 malaterreENH: Fix warnings
2004-07-19 malaterreBUG: There was two bombs at the same time. Guess what...
2004-07-19 malaterreENH: Ok let's be safe
2004-07-19 malaterreBUG: Need to lean c++ (bug in g++ ?)
2004-07-19 malaterreENH: Apply cleanup patch
2004-07-16 malaterreENH: Minor cleanups + ShowDicom now reread a written...
2004-07-14 malaterreFIX: Could not compile with warnings flags on
2004-07-06 frog * WARNING: ctest now depends more tightly on gdcmDat...
2004-07-02 frog - guint16 and guint32 removed. Use ISO C uint16_t...
2004-06-30 frog * Test/CmakeList.txt: removed the following from...
2004-06-29 frog * Test/TestReadWriteReadCompare.cxx was properly...
next