]> Creatis software - gdcm.git/history - src/gdcmElementSet.cxx
Fix mistypings
[gdcm.git] / src / gdcmElementSet.cxx
2008-05-19 malaterreCOMP: do not ask...
2007-10-19 jpravoid warnings
2007-08-29 jprJpeg writter is no longer confused by DataElements...
2007-07-26 jprWe are no longer cheated by Elem belonging to group...
2007-05-23 jprIn order to allow to use current version (1.3) of gdcm...
2007-03-23 jprTypo
2006-10-23 jprSome ACR readers *need* the DataElement (0x0008,0x0000...
2006-02-16 malaterreENH: Try to sync gdcm CVS and gdcm 1.2. ~2000 lines...
2006-01-31 jprAdd the method int ElementSet::IsVRCoherent( uint16_t...
2005-11-29 regrain * Add the Copy method in all datas
2005-10-27 jprHow didn't I get one before?
2005-10-26 jpr--> Optional Element 0x0000 (group length) is no longer...
2005-10-26 jprDon't write elem 0x0000 -group length- of groups
2005-10-24 regrain * Change the DocEntry inheritance to RefCounter
2005-10-18 regrain * Remove useless constructor of gdcm::Document
2005-10-18 regrain * Minor coding-style clean up
2005-10-11 jprWithin Print method, change the 'warning value' for...
2005-08-24 jprRemoval of QD patch for Private Sequence + Immplicit VR.
2005-07-11 malaterreENH: Remove stupid debug code...
2005-07-11 malaterreENH: Ok all tests are now passing even using FASTKEY
2005-07-11 malaterreENH: A TagKey is a TagKey and not a string or TagName...
2005-06-24 jprSummer nights are really too hot to sleep.
2005-02-07 regrain * Remove useless methods added by JPR for Python...
2005-02-06 jprTypo
2005-02-05 malaterreBUG: Apparently on Borland uses unsigned char to store...
2005-02-04 malaterreCOMP: Fix -other people- warnings. I guess this is...
2005-02-04 jpr * Add GetFirstValEntry + GetNexxtValEntry, for Python...
2005-02-02 regrain * Reorder source code
2005-02-01 regrain * src/*.cxx : first parss to normalize file organisation
2005-01-25 regrain * src/ : rename some methods on Entry (SetXxx, Inser...
2005-01-25 regrain * src/gdcmDocument.cxx : bug fix on potential memory...
2005-01-24 jprStage 3 of normalization :
2005-01-23 jprSome normalizations :
2005-01-20 jprThe following methods
2005-01-19 jprFix bug on DicomDir utilities
2005-01-18 jprDoxygenation (Print method)
2005-01-18 jprSolve pb when structure (list, map, ...) is empty.
2005-01-18 jpr2005-01-18 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
2005-01-16 malaterreBUG: Remove the Print indent mess. Please only one...
2005-01-14 regrain * src/gdcmDocument.[h|cxx] : comment all methods...
2005-01-11 malaterreSTYLE: minor clean up
2005-01-07 malaterreENH: First pass at removing name of function from hardc...
2005-01-07 malaterreENH: update gdcmDebug after Benoit comments
2005-01-07 malaterreENH: Change the gdcmDebug approach. Remov the global...
2005-01-06 jprCoding Style + Doxygenation
2004-12-16 regrain * src/gdcmBase.[h|cxx] : new base class. Contains...
2004-12-16 regrain * src/gdcmFile.[h|cxx] : add the Print method
2004-12-03 regrain * Remove memory leaks on the DicomDir
2004-11-25 regrain * src/ : fix compilation warnings for the Write...
2004-11-24 regrain * src/gdcmDocEntryArchive.[h|cxx] : bug fix and...
2004-11-16 regrain * FIX : now, the DocEntries are all deleted in the...
2004-11-16 regrain * gdcmElementSet.cxx : Bad patch to pass the test...
2004-11-16 regrain * FIX: src/gdcmUtil.cxx : to compile with MSVC6
2004-11-16 malaterreENH: Slightly bigger patch:
2004-11-05 malaterreBUG: Remove tons of mem leaks. There are still plenty...
2004-10-22 malaterreENH: Removed all FILE* ref and replace by ifstream...
2004-10-12 malaterreENH: Adding 'gdcm' namespace. Be nice with me this...
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-22 malaterreFIX: Some unused var, just (void)'ing them
2004-09-17 frog * ENH: added some utility method that builds a flat...
2004-09-16 frog * gdcmDocEntrySet::SQDepthLevel and gdcmDocEntrySet...
2004-09-03 jprFIX :
2004-08-31 jprDoxygenation
2004-07-19 malaterreENH: Apply cleanup patch
2004-07-02 frog - guint16 and guint32 removed. Use ISO C uint16_t...
2004-06-25 malaterreEMH: *Add PrintAllDocument, dog slow right now
2004-06-23 frog gdcmDocEntry::PrintCommonPart() and ::WriteCommonP...
2004-06-22 jprWell ...
2004-06-22 jprENH : method gdcmValEntry::Write doesn't need the...
2004-06-22 malaterreENH: stdify
2004-06-22 jpr2004-06-22 Jean-Pierre Roux
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-08 frog Sub-minor std-related fixes... Jpr+Frog
2004-06-07 jprLast commit before the final(?) one, for the new version.
2004-05-18 jprPLEASE : keep on waiting for the final version !
2004-05-12 jprgeneral commit of (future) new classes.
2004-05-04 jprTaking into account the 'Dicom Sequences' leads up...