| 2005-10-27 | 
malaterre | COMP: Fix compilation with -pedantic and -Wwrite-strings | 
commit | commitdiff | tree | snapshot | 
| 2005-10-27 | 
malaterre | ENH: IO abstract layer is finally working | 
commit | commitdiff | tree | snapshot | 
| 2005-10-27 | 
jpr | Remove useless local variable, to avoid warnings | 
commit | commitdiff | tree | snapshot | 
| 2005-10-27 | 
jpr | Still doesn't work on Big Endian processor, but we...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-27 | 
jpr | How didn't I get one before? | 
commit | commitdiff | tree | snapshot | 
| 2005-10-27 | 
jpr | Message | 
commit | commitdiff | tree | snapshot | 
| 2005-10-27 | 
jpr | Fix comments (due to removal of difference between...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-27 | 
jpr | Messages | 
commit | commitdiff | tree | snapshot | 
| 2005-10-27 | 
jpr | Avoid useless work at reading time | 
commit | commitdiff | tree | snapshot | 
| 2005-10-27 | 
jpr | Improve IsCoherent method | 
commit | commitdiff | tree | snapshot | 
| 2005-10-27 | 
jpr | Remove useless warning message | 
commit | commitdiff | tree | snapshot | 
| 2005-10-27 | 
jpr | Detail use of gdcmDebug, gdcmWarning, gdcmError, assert | 
commit | commitdiff | tree | snapshot | 
| 2005-10-27 | 
jpr | To avoid useless warnings | 
commit | commitdiff | tree | snapshot | 
| 2005-10-27 | 
jpr | Create Explicit VR images first. | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
malaterre | ENH: Compile now on C90 compilers | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
malaterre | ENH: This lib was leaking like crazy... | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
malaterre | ENH: Continue cleaning of open/write/seek ... | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
malaterre | ENH: Start working again on the MPEG2 stuff. Gather...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
malaterre | BUG: Fix seg fault | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
malaterre | BUG: Fix declaration of vars within a switch/case | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
jpr | Force commit, adding a space character | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
malaterre | ENH: Change the unsafe type char to the full enum type...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
jpr | Oops. | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
jpr | Swap64 deals with double (VR=FD) | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
jpr | To avoid warnings | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
malaterre | ENH: If Ref count is -1, also delete the object (in...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
malaterre | BUG: identifier are meaningful in this case... | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
malaterre | ENH: Add copy constructor. STYLE: inline keyword shall...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
malaterre | ENH: Remove check on value we know is true, also remove...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
malaterre | BUG: ooops msg was removed from the macro if errno...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
malaterre | ENH: Get rid of errno is op is success | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
jpr | Should avoid compile error or dash8.kitware/GDCM-g...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
jpr | Avoid warnings | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
regrain |    * Fix bug in the Python demo | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
jpr | Fix SplitOnPosition() | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
jpr | --> Optional Element 0x0000 (group length) is no longer...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
jpr | Add over verbose debug message -to be removed withing...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
regrain |    * Fix memory leaks | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
regrain |    * Remove compilation warnings | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
jpr | Update CMakeLists.txt | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
jpr | Remove useless Example/TestChangeHeader | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
jpr | Remove useless Example/TestCopyDicom | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
jpr | Save some CPU time, when parsing ACR-NAMA files  : | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
jpr | None of the ACR-NEMA file has a Transfer Syntax field. | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
jpr | Add comment on files with no "Transfer Syntax" | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
jpr | Typo | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
jpr | Comment out too much verbose warning message. | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
jpr | add comment on Conversion Type | 
commit | commitdiff | tree | snapshot | 
| 2005-10-26 | 
jpr | Don't write elem 0x0000 -group length- of groups | 
commit | commitdiff | tree | snapshot | 
| 2005-10-25 | 
malaterre | BUG: Ok I dont understand gdcm internals anymore. Whoev...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-25 | 
malaterre | BUG: Ok someone messed up with the code... and I give...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-25 | 
malaterre | ENH: Fix nasty bug. Thanks to bcc55 for actually doing...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-25 | 
jpr | Modify the creation order of gdcmFileHelper / gdcmFile...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-25 | 
jpr | add exXcoherentFileSet | 
commit | commitdiff | tree | snapshot | 
| 2005-10-25 | 
jpr | Typo | 
commit | commitdiff | tree | snapshot | 
| 2005-10-25 | 
jpr | Commit *very first* version of an example for using...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-25 | 
malaterre | ENH: When using your fancy find/replace, try using...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-25 | 
regrain |    * Some classes inherit now from gdcm::RefCounter | 
commit | commitdiff | tree | snapshot | 
| 2005-10-25 | 
malaterre | BUG: Wow, bcc55 actually did caught this one :) nice | 
commit | commitdiff | tree | snapshot | 
| 2005-10-25 | 
malaterre | COMP: Fix bcc55 warnings | 
commit | commitdiff | tree | snapshot | 
| 2005-10-25 | 
malaterre | COMP: Fix comp on bcc55, CLOCKS_PER_SEC is a float...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-25 | 
jpr | Doxygenation | 
commit | commitdiff | tree | snapshot | 
| 2005-10-25 | 
jpr | Avoid polluting output | 
commit | commitdiff | tree | snapshot | 
| 2005-10-25 | 
jpr | Huge comment on CheckMandatoryElements | 
commit | commitdiff | tree | snapshot | 
| 2005-10-25 | 
jpr | avoid polluting output | 
commit | commitdiff | tree | snapshot | 
| 2005-10-25 | 
jpr | Bug fix in XCoherent filestet splitting | 
commit | commitdiff | tree | snapshot | 
| 2005-10-25 | 
regrain |    * Remove memory leaks | 
commit | commitdiff | tree | snapshot | 
| 2005-10-25 | 
jpr | Forget this one | 
commit | commitdiff | tree | snapshot | 
| 2005-10-25 | 
jpr | Avoid useless warnings while stepping jpeg fragments | 
commit | commitdiff | tree | snapshot | 
| 2005-10-25 | 
malaterre | COMP: Get rid of: Warning(510): friend function 'operat...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | COMP: Quickly fix comp on bcc55, dont understand why...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | ENH: ran dciodvfy on test.acr... getting closer to...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | BUG: Fix first bug reported by dciodvfy (one chance...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | STYLE: Fix spacing, and change cerr to gdcmErrorMacor | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | COMP: Remove call to problematic fprintf | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | COMP: Ok coffee was bad... | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | COMP: Avoid MACRO redifinition, shared and static shoul...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | COMP: Fix static lib on win32, plus add a comment about...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | COMP: Fix warning | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | BUG: Need to link agains gdcmoj | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | ENH: Cleanup | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | COMP: comment within comment | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | COMP: Some compiler dont like C++ comments | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | BUG: No comment | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | ENH: update | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | COMP: Fix warning on vs7 | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | COMP: Remove TestInline from non UNIX os... please...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | BUG: Fix a nasty problem, C does not require function...  | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | COMP: Fix a few dummy warnings | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | COMP: Need to export those symbols too | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
regrain | *** empty log message *** | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
regrain |    * Change the DocEntry inheritance to RefCounter | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | ENH: Rebuild lib when file change | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | COMP: Fix comp for shared lib on win32 | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | STYLE: Cleanup code | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | BUG: Proper name (gdcm namespace avoid pollution) | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | BUG: Remove codec by default, dev only | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | ENH: Remove ref to jasper, add OpenJPEG implementation | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | ENH: Adding the OpenJPEG (j2k) lib to gdcm | 
commit | commitdiff | tree | snapshot | 
| 2005-10-24 | 
malaterre | COMP: Fix comp on Win32 machine | 
commit | commitdiff | tree | snapshot | 
| next |