]> Creatis software - gdcm.git/history - src
ENH: First pass at my big endian emulation on little endian
[gdcm.git] / src /
2005-02-11 malaterreENH: First pass at my big endian emulation on little...
2005-02-11 jprTypo
2005-02-11 jprComments
2005-02-11 jprComments
2005-02-11 jprTypo, comments, doxygenation
2005-02-11 jprDefault Photometric Interpretation is now MONOCHROME2...
2005-02-10 malaterreBUG: In c++ you are never garantee your var is initiali...
2005-02-10 regrain * Testing/TestWriteSimple.cxx, TestSequence.cxx...
2005-02-10 jprThe following gdcm::DocEntrySet methods, no re-definabl...
2005-02-10 jprAnonymizeNoLoad improvement
2005-02-10 jprcommit
2005-02-10 jprDuplicate Matthieu's hack to prevent bombing in Anonymize
2005-02-09 malaterreBUG: Remove seg fault from the nightly test.
2005-02-09 malaterreSTYLE: Minor tweaks
2005-02-09 malaterreBUG: Remove Benoit bomb
2005-02-09 regrain * src/gdcmFileHelper.cxx : bug fix when having RGB...
2005-02-09 regrain * src/gdcmFileHelper.[h|cxx] : now correctly set...
2005-02-07 malaterreENH: Apparently the new Free .Net compiler complains...
2005-02-07 malaterreBUG: Remove my previous hack now this is properly fixed...
2005-02-07 jprAdd some commented out lines to prepare future version...
2005-02-07 regrain * Testing/TestSequence.cxx : add test for sequences...
2005-02-07 jprfix misstyping (while removing spurious tab characters :-(
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 jprTypo
2005-02-06 jpr* Add method File::AnonymizeNoLoad, to allow anomymizin...
2005-02-06 jprUpdate comments for DicomDir stuff
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: 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-03 jprFix Doxygen warning
2005-02-03 manuFIX: replaced gdcmSerieHeader.h by gdcmSerieHelper.h
2005-02-03 jprTypo normalization
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 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 jprFix Doxygen warnings
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 jprNormalization
2005-02-01 jprFix Doxygen warnings
2005-02-01 jprTry to fix mixture betweem 2 cvs up/ cvs commit
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 * 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 jprCosmetics
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 malaterreENH: Huge commit to remove the previous implementation...
2005-01-30 jprCosmetics
2005-01-30 jpr * SerieHeader::AddFileName() creates as many Coherent...
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 ***
2005-01-28 regrain * Remove friend between PixelReadConverter and RLEFr...
2005-01-28 regrain * Remove friend classes between DocEntry and File
2005-01-28 regrain * src/gdcmFile.cxx, gdcmDocument.cxx : fix the bug...
2005-01-28 regrain * src/gdcmUtil.cxx : compilation fix on Win32
2005-01-28 regrain * Test/TestVR.cxx : fix memory leaks
2005-01-28 malaterreENH: Rewrite the base conversion from base 256 to base...
2005-01-27 jpr- Add construct and destructor to class gdcm::Debug...
2005-01-27 jprgdcm has now an official UID prefix,
2005-01-26 regrain * move RLEInfo & JPEGInfo from Document to File
2005-01-26 regrain * FIX : remove so many friend between classes
2005-01-26 jprContructors and Destructor are now protected,
2005-01-26 jpr * remove ContentEntry::Write() code, yet the method...
2005-01-26 regrain * FIX : remove so many friend between classes
next