]> Creatis software - gdcm.git/history - src
Add error handling in jpeg code
[gdcm.git] / src /
2004-10-08 frog * CLEANUP_ROUND (7) for gdcmPixelConvert (lost at...
2004-10-08 frog Typos on refs to docs.
2004-10-08 frog src/gdcmCommon.h now declares int8_t for non stdint...
2004-10-08 frog Typos on references.
2004-10-08 malaterreENH: Minor cleanup, still removing stdio.h and co ...
2004-10-08 malaterreENH: If possible move the stl include after the gdcm...
2004-10-07 malaterreENH: Seriously removed warnings
2004-10-07 malaterreENH: slowly removing warnings
2004-10-07 malaterreENH: Please include stl header AFTER gdcm ones, otherwi...
2004-10-07 malaterreBUG: doh, remove empty file
2004-10-07 malaterreENH: TestHash.cxx add gdcm header to shut up stoopid...
2004-10-07 malaterreENH: rename gdcmJpeg into gdcmJpeg8 for consistencY
2004-10-07 malaterreENH: Allow compilation with a not so famous compiler...
2004-10-07 malaterreENH: I am a moron. Fix compilation of gdcm in static...
2004-10-07 malaterreENH: Finally modify gdcm source to adapt to new jpeg...
2004-10-07 malaterreENH: Apply remaining patch for the CMakeLists, and...
2004-10-07 malaterreENH: Remove old build process for libijg8, basically...
2004-10-07 malaterreENH: Remove old build process for libijg12 (meaning...
2004-10-07 malaterreENH: Created a new local dir libijg (from libijg8)...
2004-10-06 frog * CLEANUP_ROUND (6) for gdcmPixelConvert (man, I...
2004-10-06 frog * CLEANUP_ROUND (5) for gdcmPixelConvert (Upshit...
2004-10-06 frog - src/gdcmDocument.[cxx|h] ::ParseDES and ::ParseSQ...
2004-10-06 frog * CLEANUP_ROUND (3) for gdcmPixelConvert (nightmare...
2004-10-04 malaterreENH: some tweaks, getting toward a working version...
2004-10-04 malaterreENH: Fix the remaining warnings using: diff -u --strip...
2004-10-04 malaterreENH: Fix warnings about 'main' being used as local...
2004-10-04 malaterreENH: Fix warnings about 'main' being used as local...
2004-10-04 malaterreENH: Adding BITS_TYPE_JPEG_MANGLE_NAME var that at...
2004-10-04 malaterreENH: adding mangle names for 8bits and 12bits
2004-10-03 malaterreENH: Adding jconfig.h.in, which later be the central...
2004-10-03 malaterreENH: For legal reason, adding the copyright and related...
2004-10-01 malaterreENH: do not help people do in-source build
2004-10-01 malaterreENH: Reorganize cmakelists.txt file
2004-10-01 malaterreENH: Remove unecesseray file, were not in CMakeLists...
2004-10-01 malaterreENH: dos2unix CMakeLists.txt to allow diffing of direct...
2004-10-01 frog * Added documentation of vtkgdcmReader on Website:
2004-09-30 frog * CLEANUP_ROUND (2) for gdcmPixelConvert
2004-09-29 frog * CLEANUP_ROUND for gdcmPixelConvert:
2004-09-27 frog * src/*.cxx *.h Reference to License.htm fixed to...
2004-09-24 jprcoding style
2004-09-24 frog*** empty log message ***
2004-09-24 jprCosmetic modifs to be more Coding style compliant
2004-09-24 jprPrint() displays old key instead of new in order to...
2004-09-24 malaterreFIX: Revert back to previous version, I don't believe...
2004-09-24 malaterreENH: Remove function instead of putting stoopid comment
2004-09-23 malaterreENH: Could not compile using g++ -pedantic
2004-09-23 malaterreENH: What the hell! There is no way it compiles on...
2004-09-23 malaterreENH: Fix some compilation warnings
2004-09-23 jpr * class gdcmObject is now called gdcmDicomDirObject...
2004-09-23 jpr * VoidArea is now called BinArea (less confusing...
2004-09-23 jpr2004-09-23 Jean-Pierre Roux
2004-09-22 frog Reverting to previous version temporarily. Sorry...
2004-09-22 frog * src/gdcmDocument.cxx: gdcmDocument::~gdcmDocument...
2004-09-22 jprstring "gdcm::Loaded (BinEntry)" replaced by GDCM_BINLOADED
2004-09-22 malaterreFIX: Some unused var, just (void)'ing them
2004-09-21 frog * src/gdcmCommon.h, gdcmDocument.cxx: doxygen typos
2004-09-21 frog * Test/CMakeLists.txt: update to follow gdcmData...
2004-09-20 jprLast modif before gdcmPixelData class introduction :
2004-09-17 frog * ENH: added some utility method that builds a flat...
2004-09-17 jprinclusion of code for jpeg compression
2004-09-16 frog * gdcmDocEntrySet::SQDepthLevel and gdcmDocEntrySet...
2004-09-16 jprgdcmDocument::ReplaceOrCreateByNumber has now an extra...
2004-09-15 malaterreVery cautiously put gdcmDocentry destr as virtual,...
2004-09-14 jprNow, TestCopyDicom deals with private Entries
2004-09-13 frog * Preparation of writing a gdcmHeader iterator: gener...
2004-09-13 jprdealing with 'zero length' integers
2004-09-12 malaterreFIX: put back everything since I broke tests, warnings...
2004-09-12 malaterreFIX: Some warnings
2004-09-12 malaterreFIX: icc could not build otherwise
2004-09-10 jprCosmetic modif
2004-09-10 jprDoxygenation
2004-09-09 jprSome fixes to help dealing with UnLoaded values
2004-09-07 malaterreFIX: warning
2004-09-07 jprADD : gdcmGlobal::CountSubstring method
2004-09-03 malaterreFIX: minor inconsistency
2004-09-03 jprCheckEntryIfExistByNumber returns a bool (no longer...
2004-09-03 jprOffset set to 0 in the constructor to prevent any furth...
2004-09-03 jprFIX :
2004-09-03 jprTemporary (?) uncomment of method gdcmElementSet::GetEn...
2004-09-03 malaterreENH: bad hack to be able to write dicom the way I want...
2004-09-01 jprSome improvements for Write problems Version0.5.bp
2004-08-31 jprDoxygenation
2004-08-31 jprDoxygenation
2004-08-30 jprsome more DICOMDIR fixes
2004-08-28 malaterreFIX: Unused vars
2004-08-27 jprlight modif around DICOMDIR stuff
2004-08-26 jpr- now, DicomDir stuff stakes into account the 'new...
2004-08-18 malaterreFIX: Compilation on Mac OSX is fine now + remove tabs
2004-08-16 malaterreENH: Fix a shadow variable
2004-08-16 malaterreENH: forgot this easy one
2004-08-16 malaterreFIX: There were lot of shadowed variables, could have...
2004-08-03 frog * gdcmPython/testSuite.py: all the test suite in...
2004-08-02 frog * gdcmPython/testSuite.py checks on CR-MONO1-10-chest...
2004-08-02 frog * gdcmPython/CMakeLists.txt: SWIG_FLAGS doesn't decla...
2004-08-01 malaterreENH: Who would have bet ! Some cosmetic cleanups
2004-08-01 malaterreENH: Guess what ! Still some cosmetic cleanup
2004-08-01 malaterreENH: Minor patch, cosmetic -again-. Remove all this...
2004-07-31 malaterreENH: Minor patch, mostly cosmetic clean up
2004-07-31 malaterreENH: Support icc8 compilation: warning #470: qualified...
2004-07-30 frog * src/gdcmDocument.[h|cxx], gdcmFile.[h|cxx], gdcmHea...
next