]> Creatis software - gdcm.git/shortlog
gdcm.git
2005-02-07 regrain * gdcmPython/gdcm.i : bug fix. Now string are correc...
2005-02-07 regrain * Remove useless methods added by JPR for Python...
2005-02-06 jprAdd an example to Anonymize a file (Loadong or not...
2005-02-06 jprTypo
2005-02-06 jpr* Add method File::AnonymizeNoLoad, to allow anomymizin...
2005-02-06 jprUpdate comments for DicomDir stuff
2005-02-06 jprAfter scanning DICOMDIR from 17 different sources,...
2005-02-05 malaterreCOMP: Fix warnings about unused function
2005-02-05 malaterreBUG: ctest is parsing the ouput of the test and was...
2005-02-05 malaterreCOMP: Remove warning about unused var
2005-02-05 malaterreENH: It's 10pm gdcm is working on big endian plateform...
2005-02-05 malaterreENH: Need to include iostream
2005-02-05 malaterreBUG: JP, please next time reread your code or at least...
2005-02-05 malaterreBUG: Apparently on Borland uses unsigned char to store...
2005-02-05 malaterreSTYLE: Please stop using cout, you have a much more...
2005-02-05 malaterreBUG: Please disable copy/paste from your editor
2005-02-05 malaterreBUG: Solve seg fault with SerieHelper by properly using...
2005-02-05 malaterreBUG: For some reason the Sun compiler produce incoheren...
2005-02-05 malaterreENH: Ease the work for people when they try cross compi...
2005-02-04 malaterreCOMP: Fix -other people- warnings. I guess this is...
2005-02-04 malaterreENH: Adding jpeg error handling. As quoted we could...
2005-02-04 malaterreENH: Slightly better patch since it avoid reinterpret_c...
2005-02-04 malaterreBUG: Fix compilation warning on SunOS-CC: Warning ...
2005-02-04 jprSome more Doxygenation
2005-02-04 jpr * Add GetFirstValEntry + GetNexxtValEntry, for Python...
2005-02-04 regrain * src/gdcmFile.cxx : remove the default array of...
2005-02-04 regrain * oups, revert my last commit
2005-02-04 regrain * FIX : bug for a bad directory
2005-02-03 jprFix Doxygen warning
2005-02-03 manuFIX: replaced gdcmSerieHeader.h by gdcmSerieHelper.h
2005-02-03 jprName normalization
2005-02-03 jprAdd a skeletton program for newbees
2005-02-03 jprTypo normalization
2005-02-03 jprTo improve test coverage
2005-02-02 malaterreENH: Adding two different viewer. One using vtkImageVie...
2005-02-02 malaterreENH: Long time I wanted to do that: rename Test into...
2005-02-02 malaterreBUG: Try real bytes swapping formula...
2005-02-02 regrain * Test of an older code
2005-02-02 regrain * src/gdcmBinEntry.cxx : bug fix for BIG_ENDIAN...
2005-02-02 malaterreBUG: Fix for picky compiler
2005-02-02 jprFix misstyping
2005-02-02 regrain * Reorder source code (last one, I hope)
2005-02-02 regrain * Reorder source code
2005-02-02 malaterreBUG: Fix problem with typedef. When you use a typedef...
2005-02-02 regrain*** empty log message ***
2005-02-02 jprgdcm::SerieHelper replaces gdcm::SerieHeader
2005-02-02 regrain * Reorder file content
2005-02-02 regrain * Reorder file content
2005-02-02 jprStrange name gdcm::SerieHeader turned to gdcm::SerieHelper
2005-02-02 regrain * Remove useless util
2005-02-02 jprUncomment
2005-02-02 jprCorrect misstyping
2005-02-02 jprRemove useless file
2005-02-02 jprRemove useless file
2005-02-02 jprName normalization
2005-02-02 jprNormalization
2005-02-02 jprRemove useless TestDcm2Acr.cxx
2005-02-02 jprFix Doxygen warnings
2005-02-02 jprupdate Changelog
2005-02-02 jprNormalization
2005-02-02 jprNow AddEntry works in the correct spot
2005-02-01 malaterreSTYLE: the mult test was duplicate with the max ==...
2005-02-01 malaterreBUG: Please keep me (for gcc 2.95)
2005-02-01 malaterreENH: Cleanup the CMake stuff.
2005-02-01 regrain * No comments...
2005-02-01 regrain * FIX : bug in the vtk part for installing
2005-02-01 regrain * Test/BuildUpDicomDir.cxx : bug fix for windows...
2005-02-01 jprNormalization
2005-02-01 jprFix Doxygen warnings
2005-02-01 jprSetDebugOn
2005-02-01 jprTry to fix mixture betweem 2 cvs up/ cvs commit
2005-02-01 jprEnforce checkings
2005-02-01 jprCosmetics
2005-02-01 jpr* FIX : SerieHeader::ImageNumberOrdering()
2005-02-01 regrain * FIX : last commit errors... sorry
2005-02-01 regrain * src/*.cxx : first parss to normalize file organisation
2005-02-01 regrain*** empty log message ***
2005-02-01 regrain * src/gdcmDirList.cxx : bug fix to test a directory...
2005-02-01 regrain * src/gdcmDirList.[h|cxx] : add method to find a...
2005-01-31 regrain * Test/TestDicomdir.cxx : remove memory leaks
2005-01-31 jprCosmetics
2005-01-31 malaterreENH: update for JPEG cleanup and RLE cleanup toward...
2005-01-31 malaterreENH: Yet another pass to get RLE stuff similar to JPEG...
2005-01-31 malaterreENH: Getting toward a nice gdcmDecompressor. Now RLE...
2005-01-31 malaterreSTYLE: remove GetNextttttt + minor Doc
2005-01-31 malaterreENH: Pass 2 at cleaning the JPEG mess. Still some work...
2005-01-31 malaterreBUG: Remove mem leak.
2005-01-31 malaterreENH: Huge commit to remove the previous implementation...
2005-01-30 jprCorrect misstyping
2005-01-30 jpr Update ChangeLog :
2005-01-30 jprCosmetics
2005-01-30 jprupdate CmakeLists.txt
2005-01-30 jpr * SerieHeader::AddFileName() creates as many Coherent...
2005-01-29 jprUpdate News
2005-01-29 jprHope TestDicomDir will be aware of DicomDir stuff error...
2005-01-29 jprDicomDir was broken , but TestDicomDir was not aware...
2005-01-28 malaterreCOMP: Solve both problem of push_back missing in VS6...
2005-01-28 jprCosmetics
2005-01-28 jprNow SerieHeader::SetDirectory() allow recursive explora...
2005-01-28 regrain*** empty log message ***
next