]> Creatis software - gdcm.git/history - src/gdcmDocument.cxx
use GDCM_NAME_SPACE:: instead of gdcm::, even in Examples ...
[gdcm.git] / src / gdcmDocument.cxx
2005-09-20 jpr //DICOM PS 3-5 7.8.1 a) states that those
2005-09-20 jprTo avoid warnings around 'catch'
2005-09-16 jprTo avoid bcc 5.5 warnings
2005-09-08 jpravoid bcc5.5 warnings
2005-09-07 jprCosmetics for making ProntFile more clear when forceLoa...
2005-09-07 jprAdd some verbosity when something wrong occurs
2005-09-07 jprMeta Elements group length (follows previous commit)
2005-08-30 jprClosing the file even when something wrong happens...
2005-08-30 regrain * Remove #define and replace then by the call to...
2005-08-30 regrain * Rename the NO_SEQ, NO_SHADOW, NO_SHADOWSEQ to
2005-08-29 jprFinish (?) a cleaning out session, while time consuming...
2005-08-29 jprAdd
2005-08-29 regrain * Bug fix for python use
2005-08-24 jprRemove printf
2005-08-24 jprRemoval of QD patch for Private Sequence + Immplicit VR.
2005-08-23 jprTo avoid spuroius warning messages when debug is ON
2005-08-23 jpr Brutal patch, waiting till we find a clever way to...
2005-07-11 malaterreENH: Remove stupid debug code...
2005-07-11 malaterreENH: Ok all tests are now passing even using FASTKEY
2005-07-07 jprOn the way to gdcm2 ...
2005-07-07 jprComment out the time consuming, never used/useless
2005-07-07 jprMove code lines LTTG so save some CPU time.
2005-07-06 jprAccording to Mathieu's requirement, Load twice the...
2005-07-06 jpr- Clean out the Entries if a Document is parsed more...
2005-07-06 jpr- Comment out a for the moment too much verbose warning...
2005-07-06 malaterreCOMP: Fix warning about uninitialized var
2005-07-05 jprComments
2005-07-03 jprShould avoid some troubles with 'no length' SQItems...
2005-07-02 malaterreENH: Add function declaration for atoi and isdigit
2005-06-29 jprAdd the NO_SHADOWSEQ load mode
2005-06-24 jprExtend warning message for debuging purpose.
2005-06-23 jprExtend warning message, for debugging purpose
2005-06-22 jprComments
2005-06-20 jprPreventive bug fix for LUT Data.
2005-06-19 jprTo avoid warnings at compile time
2005-06-17 jprAdd comments
2005-06-10 jprBug fix in Load method.
2005-06-07 jprFix comments
2005-06-03 jprFix VR processing, to be CP-288 conform.
2005-06-02 jprDoxygenation
2005-05-25 jprShould avoid some memory leaks
2005-05-18 jprFix : now dcm deals with 'No preamble', Big Endian...
2005-05-03 jprLoad returns now a bool (allow user not to call IsReada...
2005-04-29 jprDon't abort the prog when File not open
2005-04-26 jprShould leave gdcm::Document constructor in a much quicker
2005-04-24 malaterreBUG: A test that cannot open an image SHOULD fail
2005-04-22 jprModify Print() output
2005-04-05 jprComments
2005-03-22 jpr* FIX : element 0x0000 of shadow groups is now force...
2005-03-09 jprTypo, comments
2005-02-25 malaterreENH: Backport change from ITK. Fix compilation warnings
2005-02-14 jprRemove some useless mask operations, to save CPU time
2005-02-11 malaterreENH: Adding new option in CMake: GDCM_FORCE_BIGENDIAN_E...
2005-02-11 malaterreENH: Code simplification
2005-02-11 jprComments
2005-02-09 malaterreSTYLE: Minor tweaks
2005-02-07 regrain * gdcmPython/gdcm.i : bug fix. Now string are correc...
2005-02-06 jpr* Add method File::AnonymizeNoLoad, to allow anomymizin...
2005-02-05 malaterreBUG: Apparently on Borland uses unsigned char to store...
2005-02-03 jprTypo normalization
2005-02-02 malaterreBUG: Try real bytes swapping formula...
2005-02-02 regrain * Reorder source code
2005-02-02 jprNormalization
2005-02-01 regrain * src/*.cxx : first parss to normalize file organisation
2005-01-31 jprCosmetics
2005-01-28 regrain * src/gdcmFile.cxx, gdcmDocument.cxx : fix the bug...
2005-01-28 regrain * Test/TestVR.cxx : fix memory leaks
2005-01-26 regrain * move RLEInfo & JPEGInfo from Document to File
2005-01-26 regrain * FIX : remove so many friend between classes
2005-01-26 regrain * FIX : remove so many friend between classes
2005-01-26 jprTypo
2005-01-25 regrain * src/ : rename some methods on Entry (SetXxx, Inser...
2005-01-25 regrain * Test/VTKTest*.cxx : remove the show variable in...
2005-01-25 regrain * src/gdcmDocument.cxx : bug fix on potential memory...
2005-01-24 jprFix compile warning
2005-01-24 jprStage 3 of normalization :
2005-01-24 regrain * src/gdcmDicomDirElement.h, gdcmDict.h : rename...
2005-01-23 jprSome normalizations :
2005-01-20 jprThe following methods
2005-01-20 regrain * src/gdcmSQItem[h|cxx] : rename some methods to...
2005-01-20 regrain * src/gdcmDebug.h : remove the Debug test in the...
2005-01-19 regrain * src/gdcmDocEntry.h : DocEntry is now secure. User...
2005-01-19 jprGetDocEntry,GetValEntry,GetBinEntry,GetSeqEntry are...
2005-01-18 jprAdd missing Document::GetSeqEntry() method
2005-01-18 jprTaking into account of 'Transfer Syntax' value
2005-01-18 malaterreBUG: Fix compilation on mingw
2005-01-18 jpr2005-01-18 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
2005-01-17 jprForget this one
2005-01-17 jprin order to be able to use fearlessly copy-paste group...
2005-01-17 jpr * FIX 'Item' entry (fffe,e000) is now correctly...
2005-01-15 malaterreENH: Apparently implementation of GetMacAddress linux...
2005-01-14 regrain * src/gdcmDocument.[h|cxx] : comment all methods...
2005-01-13 jprNow DicomDir::IsReadable() works
2005-01-13 jprENH : Entry fffe have never VR. Don't verbose useless...
2005-01-13 jpr 2005-01-13 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
2005-01-12 malaterreENH put a debug macro trying to find problem with maked...
2005-01-12 malaterreSTYLE: Remove warning about unused var
2005-01-12 jprFIX : comparison between GDCM_NOTLOADED and Transfer...
2005-01-12 jpr2005-01-12 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
2005-01-12 jprEnhence some comments
next