2005-08-30 |
jpr | Closing the file even when something wrong happens... |
blob | commitdiff | raw |
2005-08-30 |
regrain | * Remove #define and replace then by the call to... |
blob | commitdiff | raw | diff to current |
2005-08-30 |
regrain | * Rename the NO_SEQ, NO_SHADOW, NO_SHADOWSEQ to |
blob | commitdiff | raw | diff to current |
2005-08-29 |
jpr | Finish (?) a cleaning out session, while time consuming... |
blob | commitdiff | raw | diff to current |
2005-08-29 |
jpr | Add |
blob | commitdiff | raw | diff to current |
2005-08-29 |
regrain | * Bug fix for python use |
blob | commitdiff | raw | diff to current |
2005-08-24 |
jpr | Remove printf |
blob | commitdiff | raw | diff to current |
2005-08-24 |
jpr | Removal of QD patch for Private Sequence + Immplicit VR. |
blob | commitdiff | raw | diff to current |
2005-08-23 |
jpr | To avoid spuroius warning messages when debug is ON |
blob | commitdiff | raw | diff to current |
2005-08-23 |
jpr | Brutal patch, waiting till we find a clever way to... |
blob | commitdiff | raw | diff to current |
2005-07-11 |
malaterre | ENH: Remove stupid debug code... |
blob | commitdiff | raw | diff to current |
2005-07-11 |
malaterre | ENH: Ok all tests are now passing even using FASTKEY |
blob | commitdiff | raw | diff to current |
2005-07-07 |
jpr | On the way to gdcm2 ... |
blob | commitdiff | raw | diff to current |
2005-07-07 |
jpr | Comment out the time consuming, never used/useless |
blob | commitdiff | raw | diff to current |
2005-07-07 |
jpr | Move code lines LTTG so save some CPU time. |
blob | commitdiff | raw | diff to current |
2005-07-06 |
jpr | According to Mathieu's requirement, Load twice the... |
blob | commitdiff | raw | diff to current |
2005-07-06 |
jpr | - Clean out the Entries if a Document is parsed more... |
blob | commitdiff | raw | diff to current |
2005-07-06 |
jpr | - Comment out a for the moment too much verbose warning... |
blob | commitdiff | raw | diff to current |
2005-07-06 |
malaterre | COMP: Fix warning about uninitialized var |
blob | commitdiff | raw | diff to current |
2005-07-05 |
jpr | Comments |
blob | commitdiff | raw | diff to current |
2005-07-03 |
jpr | Should avoid some troubles with 'no length' SQItems... |
blob | commitdiff | raw | diff to current |
2005-07-02 |
malaterre | ENH: Add function declaration for atoi and isdigit |
blob | commitdiff | raw | diff to current |
2005-06-29 |
jpr | Add the NO_SHADOWSEQ load mode |
blob | commitdiff | raw | diff to current |
2005-06-24 |
jpr | Extend warning message for debuging purpose. |
blob | commitdiff | raw | diff to current |
2005-06-23 |
jpr | Extend warning message, for debugging purpose |
blob | commitdiff | raw | diff to current |
2005-06-22 |
jpr | Comments |
blob | commitdiff | raw | diff to current |
2005-06-20 |
jpr | Preventive bug fix for LUT Data. |
blob | commitdiff | raw | diff to current |
2005-06-19 |
jpr | To avoid warnings at compile time |
blob | commitdiff | raw | diff to current |
2005-06-17 |
jpr | Add comments |
blob | commitdiff | raw | diff to current |
2005-06-10 |
jpr | Bug fix in Load method. |
blob | commitdiff | raw | diff to current |
2005-06-07 |
jpr | Fix comments |
blob | commitdiff | raw | diff to current |
2005-06-03 |
jpr | Fix VR processing, to be CP-288 conform. |
blob | commitdiff | raw | diff to current |
2005-06-02 |
jpr | Doxygenation |
blob | commitdiff | raw | diff to current |
2005-05-25 |
jpr | Should avoid some memory leaks |
blob | commitdiff | raw | diff to current |
2005-05-18 |
jpr | Fix : now dcm deals with 'No preamble', Big Endian... |
blob | commitdiff | raw | diff to current |
2005-05-03 |
jpr | Load returns now a bool (allow user not to call IsReada... |
blob | commitdiff | raw | diff to current |
2005-04-29 |
jpr | Don't abort the prog when File not open |
blob | commitdiff | raw | diff to current |
2005-04-26 |
jpr | Should leave gdcm::Document constructor in a much quicker |
blob | commitdiff | raw | diff to current |
2005-04-24 |
malaterre | BUG: A test that cannot open an image SHOULD fail |
blob | commitdiff | raw | diff to current |
2005-04-22 |
jpr | Modify Print() output |
blob | commitdiff | raw | diff to current |
2005-04-05 |
jpr | Comments |
blob | commitdiff | raw | diff to current |
2005-03-22 |
jpr | * FIX : element 0x0000 of shadow groups is now force... |
blob | commitdiff | raw | diff to current |
2005-03-09 |
jpr | Typo, comments |
blob | commitdiff | raw | diff to current |
2005-02-25 |
malaterre | ENH: Backport change from ITK. Fix compilation warnings |
blob | commitdiff | raw | diff to current |
2005-02-14 |
jpr | Remove some useless mask operations, to save CPU time |
blob | commitdiff | raw | diff to current |
2005-02-11 |
malaterre | ENH: Adding new option in CMake: GDCM_FORCE_BIGENDIAN_E... |
blob | commitdiff | raw | diff to current |
2005-02-11 |
malaterre | ENH: Code simplification |
blob | commitdiff | raw | diff to current |
2005-02-11 |
jpr | Comments |
blob | commitdiff | raw | diff to current |
2005-02-09 |
malaterre | STYLE: Minor tweaks |
blob | commitdiff | raw | diff to current |
2005-02-07 |
regrain | * gdcmPython/gdcm.i : bug fix. Now string are correc... |
blob | commitdiff | raw | diff to current |
2005-02-06 |
jpr | * Add method File::AnonymizeNoLoad, to allow anomymizin... |
blob | commitdiff | raw | diff to current |
2005-02-05 |
malaterre | BUG: Apparently on Borland uses unsigned char to store... |
blob | commitdiff | raw | diff to current |
2005-02-03 |
jpr | Typo normalization |
blob | commitdiff | raw | diff to current |
2005-02-02 |
malaterre | BUG: Try real bytes swapping formula... |
blob | commitdiff | raw | diff to current |
2005-02-02 |
regrain | * Reorder source code |
blob | commitdiff | raw | diff to current |
2005-02-02 |
jpr | Normalization |
blob | commitdiff | raw | diff to current |
2005-02-01 |
regrain | * src/*.cxx : first parss to normalize file organisation |
blob | commitdiff | raw | diff to current |
2005-01-31 |
jpr | Cosmetics |
blob | commitdiff | raw | diff to current |
2005-01-28 |
regrain | * src/gdcmFile.cxx, gdcmDocument.cxx : fix the bug... |
blob | commitdiff | raw | diff to current |
2005-01-28 |
regrain | * Test/TestVR.cxx : fix memory leaks |
blob | commitdiff | raw | diff to current |
2005-01-26 |
regrain | * move RLEInfo & JPEGInfo from Document to File |
blob | commitdiff | raw | diff to current |
2005-01-26 |
regrain | * FIX : remove so many friend between classes |
blob | commitdiff | raw | diff to current |
2005-01-26 |
regrain | * FIX : remove so many friend between classes |
blob | commitdiff | raw | diff to current |
2005-01-26 |
jpr | Typo |
blob | commitdiff | raw | diff to current |
2005-01-25 |
regrain | * src/ : rename some methods on Entry (SetXxx, Inser... |
blob | commitdiff | raw | diff to current |
2005-01-25 |
regrain | * Test/VTKTest*.cxx : remove the show variable in... |
blob | commitdiff | raw | diff to current |
2005-01-25 |
regrain | * src/gdcmDocument.cxx : bug fix on potential memory... |
blob | commitdiff | raw | diff to current |
2005-01-24 |
jpr | Fix compile warning |
blob | commitdiff | raw | diff to current |
2005-01-24 |
jpr | Stage 3 of normalization : |
blob | commitdiff | raw | diff to current |
2005-01-24 |
regrain | * src/gdcmDicomDirElement.h, gdcmDict.h : rename... |
blob | commitdiff | raw | diff to current |
2005-01-23 |
jpr | Some normalizations : |
blob | commitdiff | raw | diff to current |
2005-01-20 |
jpr | The following methods |
blob | commitdiff | raw | diff to current |
2005-01-20 |
regrain | * src/gdcmSQItem[h|cxx] : rename some methods to... |
blob | commitdiff | raw | diff to current |
2005-01-20 |
regrain | * src/gdcmDebug.h : remove the Debug test in the... |
blob | commitdiff | raw | diff to current |
2005-01-19 |
regrain | * src/gdcmDocEntry.h : DocEntry is now secure. User... |
blob | commitdiff | raw | diff to current |
2005-01-19 |
jpr | GetDocEntry,GetValEntry,GetBinEntry,GetSeqEntry are... |
blob | commitdiff | raw | diff to current |
2005-01-18 |
jpr | Add missing Document::GetSeqEntry() method |
blob | commitdiff | raw | diff to current |
2005-01-18 |
jpr | Taking into account of 'Transfer Syntax' value |
blob | commitdiff | raw | diff to current |
2005-01-18 |
malaterre | BUG: Fix compilation on mingw |
blob | commitdiff | raw | diff to current |
2005-01-18 |
jpr | 2005-01-18 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr> |
blob | commitdiff | raw | diff to current |
2005-01-17 |
jpr | Forget this one |
blob | commitdiff | raw | diff to current |
2005-01-17 |
jpr | in order to be able to use fearlessly copy-paste group... |
blob | commitdiff | raw | diff to current |
2005-01-17 |
jpr | * FIX 'Item' entry (fffe,e000) is now correctly... |
blob | commitdiff | raw | diff to current |
2005-01-15 |
malaterre | ENH: Apparently implementation of GetMacAddress linux... |
blob | commitdiff | raw | diff to current |
2005-01-14 |
regrain | * src/gdcmDocument.[h|cxx] : comment all methods... |
blob | commitdiff | raw | diff to current |
2005-01-13 |
jpr | Now DicomDir::IsReadable() works |
blob | commitdiff | raw | diff to current |
2005-01-13 |
jpr | ENH : Entry fffe have never VR. Don't verbose useless... |
blob | commitdiff | raw | diff to current |
2005-01-13 |
jpr | 2005-01-13 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr> |
blob | commitdiff | raw | diff to current |
2005-01-12 |
malaterre | ENH put a debug macro trying to find problem with maked... |
blob | commitdiff | raw | diff to current |
2005-01-12 |
malaterre | STYLE: Remove warning about unused var |
blob | commitdiff | raw | diff to current |
2005-01-12 |
jpr | FIX : comparison between GDCM_NOTLOADED and Transfer... |
blob | commitdiff | raw | diff to current |
2005-01-12 |
jpr | 2005-01-12 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr> |
blob | commitdiff | raw | diff to current |
2005-01-12 |
jpr | Enhence some comments |
blob | commitdiff | raw | diff to current |
2005-01-11 |
malaterre | ENH: Minor cleanup. Moved the cleanup of the transfer... |
blob | commitdiff | raw | diff to current |
2005-01-11 |
malaterre | ENH: Since HandleOutOfGroup0002 need access to the... |
blob | commitdiff | raw | diff to current |
2005-01-11 |
malaterre | BUG: Fix bug for Philips NTSCAN, this was fixed everyw... |
blob | commitdiff | raw | diff to current |
2005-01-11 |
malaterre | BUG: Remove left over from LibIDO. SwapCode = 12 /... |
blob | commitdiff | raw | diff to current |
2005-01-11 |
malaterre | STYLE: print address in hex, for hexedit |
blob | commitdiff | raw | diff to current |
2005-01-11 |
malaterre | BUG: Solve the previous stoopid bug introduce while... |
blob | commitdiff | raw | diff to current |
2005-01-11 |
malaterre | STYLE: minor clean up |
blob | commitdiff | raw | diff to current |
next |