]> Creatis software - gdcm.git/shortlog
gdcm.git
2005-10-26 regrain * Fix bug in the Python demo
2005-10-26 jprFix SplitOnPosition()
2005-10-26 jpr--> Optional Element 0x0000 (group length) is no longer...
2005-10-26 jprAdd over verbose debug message -to be removed withing...
2005-10-26 regrain * Fix memory leaks
2005-10-26 regrain * Remove compilation warnings
2005-10-26 jprUpdate CMakeLists.txt
2005-10-26 jprRemove useless Example/TestChangeHeader
2005-10-26 jprRemove useless Example/TestCopyDicom
2005-10-26 jprSave some CPU time, when parsing ACR-NAMA files :
2005-10-26 jprNone of the ACR-NEMA file has a Transfer Syntax field.
2005-10-26 jprAdd comment on files with no "Transfer Syntax"
2005-10-26 jprTypo
2005-10-26 jprComment out too much verbose warning message.
2005-10-26 jpradd comment on Conversion Type
2005-10-26 jprDon't write elem 0x0000 -group length- of groups
2005-10-25 malaterreBUG: Ok I dont understand gdcm internals anymore. Whoev...
2005-10-25 malaterreBUG: Ok someone messed up with the code... and I give...
2005-10-25 malaterreENH: Fix nasty bug. Thanks to bcc55 for actually doing...
2005-10-25 jprModify the creation order of gdcmFileHelper / gdcmFile...
2005-10-25 jpradd exXcoherentFileSet
2005-10-25 jprTypo
2005-10-25 jprCommit *very first* version of an example for using...
2005-10-25 malaterreENH: When using your fancy find/replace, try using...
2005-10-25 regrain * Some classes inherit now from gdcm::RefCounter
2005-10-25 malaterreBUG: Wow, bcc55 actually did caught this one :) nice
2005-10-25 malaterreCOMP: Fix bcc55 warnings
2005-10-25 malaterreCOMP: Fix comp on bcc55, CLOCKS_PER_SEC is a float...
2005-10-25 jprDoxygenation
2005-10-25 jprAvoid polluting output
2005-10-25 jprHuge comment on CheckMandatoryElements
2005-10-25 jpravoid polluting output
2005-10-25 jprBug fix in XCoherent filestet splitting
2005-10-25 regrain * Remove memory leaks
2005-10-25 jprForget this one
2005-10-25 jprAvoid useless warnings while stepping jpeg fragments
2005-10-25 malaterreCOMP: Get rid of: Warning(510): friend function 'operat...
2005-10-24 malaterreCOMP: Quickly fix comp on bcc55, dont understand why...
2005-10-24 malaterreENH: ran dciodvfy on test.acr... getting closer to...
2005-10-24 malaterreBUG: Fix first bug reported by dciodvfy (one chance...
2005-10-24 malaterreSTYLE: Fix spacing, and change cerr to gdcmErrorMacor
2005-10-24 malaterreCOMP: Remove call to problematic fprintf
2005-10-24 malaterreCOMP: Ok coffee was bad...
2005-10-24 malaterreCOMP: Avoid MACRO redifinition, shared and static shoul...
2005-10-24 malaterreCOMP: Fix static lib on win32, plus add a comment about...
2005-10-24 malaterreCOMP: Fix warning
2005-10-24 malaterreBUG: Need to link agains gdcmoj
2005-10-24 malaterreENH: Cleanup
2005-10-24 malaterreCOMP: comment within comment
2005-10-24 malaterreCOMP: Some compiler dont like C++ comments
2005-10-24 malaterreBUG: No comment
2005-10-24 malaterreENH: update
2005-10-24 malaterreCOMP: Fix warning on vs7
2005-10-24 malaterreCOMP: Remove TestInline from non UNIX os... please...
2005-10-24 malaterreBUG: Fix a nasty problem, C does not require function...
2005-10-24 malaterreCOMP: Fix a few dummy warnings
2005-10-24 malaterreCOMP: Need to export those symbols too
2005-10-24 regrain*** empty log message ***
2005-10-24 regrain * Change the DocEntry inheritance to RefCounter
2005-10-24 malaterreENH: Rebuild lib when file change
2005-10-24 malaterreCOMP: Fix comp for shared lib on win32
2005-10-24 malaterreSTYLE: Cleanup code
2005-10-24 malaterreBUG: Proper name (gdcm namespace avoid pollution)
2005-10-24 malaterreBUG: Remove codec by default, dev only
2005-10-24 malaterreENH: Remove ref to jasper, add OpenJPEG implementation
2005-10-24 malaterreENH: Adding the OpenJPEG (j2k) lib to gdcm
2005-10-24 malaterreCOMP: Fix comp on Win32 machine
2005-10-24 jprAvoid compile warning.
2005-10-24 malaterreCOMP: Fix warning, fabs returns double
2005-10-24 malaterreCOMP: Try to fix JPR last commit to compile...hopefully
2005-10-23 malaterreENH: Note for myself: Never work on gdcm without first...
2005-10-23 malaterreBUG: Hopefully fix pb on 64bits machine. Temp hack...
2005-10-23 malaterreBUG: Correct buggy ACR-NEMA entries, should be closer...
2005-10-23 jprJust one more check for GE Private TS on big endian...
2005-10-23 jprUpdate (follows)
2005-10-23 jprBeginning of update for version 1.1 vx Current CVS...
2005-10-23 jprForget this one
2005-10-23 jprMinor Doxygenations, comments fixing, etc
2005-10-23 jprDoxygen
2005-10-23 jprDoxygenation
2005-10-23 jprDoxygen
2005-10-23 jprIn order to avoid confusing user with 'public' methods...
2005-10-23 jprDoxygenation
2005-10-23 jprDoxgenation :
2005-10-23 jprDoxygen
2005-10-23 jprDoxygenation
2005-10-23 jprAdd TestInline
2005-10-23 jprAdd some comments for better understanding the gdcm...
2005-10-23 jprAdd 2 stupif inline functions (to be removed later...
2005-10-23 jprAdd a test to 'visualize' the difference betwwen inline...
2005-10-21 jprUncomment Private GE transger syntax part.
2005-10-21 jprSpeed up -a little bit- the Loading, avoiding to parse...
2005-10-21 jprComments
2005-10-21 jprFix GetZOrigin().
2005-10-21 malaterreBUG: 1-n VM are also allowed to be empty
2005-10-21 malaterreBUG: Fix VM for 60xx,0050. it is 2 not 1
2005-10-21 malaterreENH: Handle the case where the element is empty, previo...
2005-10-21 regrain * Fix compilation errors in the Python part
2005-10-21 malaterreENH: oh my god, none of the old ACR-NAME entry was...
2005-10-21 malaterreENH: How in the world could it be 1
next