2005-07-25 |
malaterre | BUG: Set proper cmake command. Thanks to Aris -again- |
tree | commitdiff |
2005-07-25 |
malaterre | ENH: Install jasper and jpegls. Thanks to Aris Basic... |
tree | commitdiff |
2005-07-25 |
malaterre | COMP: Fix compilation sqrt need prototype |
tree | commitdiff |
2005-07-24 |
malaterre | ENH: Minor tweek |
tree | commitdiff |
2005-07-24 |
malaterre | ENH: Moving Orientation stuff into its own class. gdcm... |
tree | commitdiff |
2005-07-24 |
malaterre | COMP: Try to get read of the float issues |
tree | commitdiff |
2005-07-24 |
malaterre | COMP: Too bad gcc3.3 on APPLE does not supported deprec... |
tree | commitdiff |
2005-07-24 |
malaterre | COMP: OK pow and powf are just to much pain for a simpl... |
tree | commitdiff |
2005-07-23 |
malaterre | COMP: Remove warning about unused var /type/ |
tree | commitdiff |
2005-07-23 |
malaterre | COMP: Fix some more deprecated forward |
tree | commitdiff |
2005-07-23 |
malaterre | COMP: Remove deprecated call from cascade deprecated... |
tree | commitdiff |
2005-07-23 |
malaterre | BUG: Fix ProductVectorial. Big thanks to Sean McInerney... |
tree | commitdiff |
2005-07-23 |
malaterre | COMP: Apparently bcc5.5 and bcc6 do not provide powf... |
tree | commitdiff |
2005-07-22 |
malaterre | COMP: Fix compilation |
tree | commitdiff |
2005-07-21 |
jpr | ==> Add File::TypeOrientation( ) method |
tree | commitdiff |
2005-07-21 |
jpr | Doxygenation |
tree | commitdiff |
2005-07-21 |
jpr | LEGACY purpose |
tree | commitdiff |
2005-07-21 |
jpr | Extend 'Restriction' syntax : |
tree | commitdiff |
2005-07-20 |
jpr | Use GDCM_LEGACY for DicomDir, as well |
tree | commitdiff |
2005-07-20 |
jpr | We can now anonymize 'BinEntries' as well |
tree | commitdiff |
2005-07-20 |
jpr | Add ArgMgrGetXInt16Enum to decode from the command... |
tree | commitdiff |
2005-07-19 |
jpr | Add some comments on the 'Patient Position' |
tree | commitdiff |
2005-07-19 |
malaterre | ENH: gdcm now almost compile with GDCM_LEGACY_REMOVE on |
tree | commitdiff |
2005-07-19 |
malaterre | ENH: Adding a deprecation mechanism to gdcm via two... |
tree | commitdiff |
2005-07-19 |
jpr | Add SerieHelper::AddGdcmFile(File *header) method. |
tree | commitdiff |
2005-07-18 |
jpr | In order to prepare the future extension of SerieHelper... |
tree | commitdiff |
2005-07-17 |
jpr | Comments |
tree | commitdiff |
2005-07-17 |
jpr | Use new style for Loading files |
tree | commitdiff |
2005-07-17 |
jpr | Doxygenation |
tree | commitdiff |
2005-07-12 |
jpr | set FASTTAGKEY to 0 again, waiting for the complete... |
tree | commitdiff |
2005-07-12 |
jpr | To speed up DicomDir, instead of copying -and removing... |
tree | commitdiff |
2005-07-12 |
jpr | Comments |
tree | commitdiff |
2005-07-11 |
malaterre | ENH: Remove stupid debug code... |
tree | commitdiff |
2005-07-11 |
malaterre | ENH: Ok all tests are now passing even using FASTKEY |
tree | commitdiff |
2005-07-11 |
malaterre | BUG: Rahhhh std::right and std::ios::right are two... |
tree | commitdiff |
2005-07-11 |
malaterre | COMP: Add support for gcc295 |
tree | commitdiff |
2005-07-11 |
malaterre | ENH: Ok PrintFile should be working with FASTKEY 1 |
tree | commitdiff |
2005-07-11 |
malaterre | ENH: On win32 std::binary is necessary |
tree | commitdiff |
2005-07-11 |
jpr | DictEntry::TranslateToKey was used a wrong way in gdcm... |
tree | commitdiff |
2005-07-11 |
malaterre | BUG: grrrr not now |
tree | commitdiff |
2005-07-11 |
malaterre | BUG: Fix PrintFile + minor cleanup |
tree | commitdiff |
2005-07-11 |
malaterre | COMP: Forgot to change string to TagKey... |
tree | commitdiff |
2005-07-11 |
malaterre | ENH: NEW FEATURE: TagKey is now a union of two uint16_t... |
tree | commitdiff |
2005-07-11 |
malaterre | COMP: ooops forgot about feature from VS6 (does not... |
tree | commitdiff |
2005-07-11 |
malaterre | COMP: ooops forgot about feature from VS6 (does not... |
tree | commitdiff |
2005-07-11 |
malaterre | ENH: A TagKey is a TagKey and not a string or TagName... |
tree | commitdiff |
2005-07-11 |
malaterre | ENH: A TagKey is a TagKey and not a string or TagName... |
tree | commitdiff |
2005-07-11 |
malaterre | BUG: Trying to debug jasper... |
tree | commitdiff |
2005-07-11 |
jpr | Doxygenation |
tree | commitdiff |
2005-07-11 |
jpr | Doxygenation |
tree | commitdiff |
2005-07-11 |
jpr | Reorder methods |
tree | commitdiff |
2005-07-11 |
jpr | Fix tagKey description |
tree | commitdiff |
2005-07-09 |
malaterre | COMP: Fix compilation on broken compiler (scope/for... |
tree | commitdiff |
2005-07-08 |
jpr | Add the VISIT object within DicomDir |
tree | commitdiff |
2005-07-08 |
jpr | To remain unimpared, gdcm::FileHelper class needs also its |
tree | commitdiff |
2005-07-08 |
jpr | New features for DicomDir |
tree | commitdiff |
2005-07-07 |
malaterre | ENH: Fix compilation on mingw32, also minor cleanup... |
tree | commitdiff |
2005-07-07 |
jpr | On the way to gdcm2 ... |
tree | commitdiff |
2005-07-07 |
jpr | Comment out the time consuming, never used/useless |
tree | commitdiff |
2005-07-07 |
jpr | Move code lines LTTG so save some CPU time. |
tree | commitdiff |
2005-07-07 |
jpr | Due to something stupid in the gdcm::File constructor... |
tree | commitdiff |
2005-07-06 |
jpr | According to Mathieu's requirement, Load twice the... |
tree | commitdiff |
2005-07-06 |
jpr | Now gdcmFile::Load() returns false if file is not gdcm... |
tree | commitdiff |
2005-07-06 |
jpr | - Clean out the Entries if a Document is parsed more... |
tree | commitdiff |
2005-07-06 |
jpr | Comments |
tree | commitdiff |
2005-07-06 |
jpr | - Comment out a for the moment too much verbose warning... |
tree | commitdiff |
2005-07-06 |
malaterre | COMP: Fix warning about uninitialized var |
tree | commitdiff |
2005-07-05 |
malaterre | COMP: Fix compilation on BCB6. Thanks again to Luca... |
tree | commitdiff |
2005-07-05 |
malaterre | ENH: Now any new compiler should be supported (not... |
tree | commitdiff |
2005-07-05 |
malaterre | ENH: Propage cmake var |
tree | commitdiff |
2005-07-05 |
malaterre | ENH: Adding a cmake script to find which compiler retur... |
tree | commitdiff |
2005-07-05 |
malaterre | ENH: Adding a cmake script to find which compiler retur... |
tree | commitdiff |
2005-07-05 |
malaterre | BUG: Provide a fix(=hack) for bcc32, since jasper does... |
tree | commitdiff |
2005-07-05 |
malaterre | ENH: Adding debug |
tree | commitdiff |
2005-07-05 |
malaterre | BUG: Put back original value for jasper. This will... |
tree | commitdiff |
2005-07-05 |
jpr | Comments |
tree | commitdiff |
2005-07-05 |
malaterre | ENH: More patch from Luca to fix compilation on BCB6 |
tree | commitdiff |
2005-07-03 |
jpr | Enh warning message |
tree | commitdiff |
2005-07-03 |
jpr | - Speed up DICOMDIR analyse |
tree | commitdiff |
2005-07-03 |
jpr | Should avoid some troubles with 'no length' SQItems... |
tree | commitdiff |
2005-07-02 |
malaterre | COMP: Need to check first if __BORLANDC__ is defined |
tree | commitdiff |
2005-07-02 |
malaterre | ENH: Applying some more patch from Luca Picello to... |
tree | commitdiff |
2005-07-02 |
malaterre | ENH: Add function declaration for atoi and isdigit |
tree | commitdiff |
2005-07-02 |
malaterre | ENH: Adding support for BCB6, big thanks to Luca Picell... |
tree | commitdiff |
2005-07-01 |
malaterre | ENH: Remove mem leak |
tree | commitdiff |
2005-07-01 |
malaterre | BUG: Hopefully fixing the bug for Borland (optimization ON) |
tree | commitdiff |
2005-07-01 |
jpr | Initialize RLEInfo and JPEGInfo to 0 a avoid further... |
tree | commitdiff |
2005-06-30 |
malaterre | ENH: Apply (temp?) patch proposed by Marco Eichelberg... |
tree | commitdiff |
2005-06-30 |
jpr | To avoid compile time warnings |
tree | commitdiff |
2005-06-30 |
jpr | Enhance gdcm::File::IsReable() heuristics to be able... |
tree | commitdiff |
2005-06-29 |
jpr | Add the NO_SHADOWSEQ load mode |
tree | commitdiff |
2005-06-25 |
malaterre | BUG: Need to commit all files for a patch... |
tree | commitdiff |
2005-06-24 |
jpr | Summer nights are really too hot to sleep. |
tree | commitdiff |
2005-06-24 |
jpr | Extend warning message for debuging purpose. |
tree | commitdiff |
2005-06-24 |
jpr | Pixel Spacing related problems : update comments. |
tree | commitdiff |
2005-06-23 |
jpr | Extend warning message, for debugging purpose |
tree | commitdiff |
2005-06-23 |
jpr | to avoid warnings |
tree | commitdiff |
2005-06-22 |
jpr | Coding Style |
tree | commitdiff |
2005-06-22 |
jpr | coding style |
tree | commitdiff |
2005-06-22 |
jpr | Comments |
tree | commitdiff |
next |