]> Creatis software - gdcm.git/history - src
* DEVELOPPER spread out in Doc/Website/Developpers.html, CodingStyle.html,
[gdcm.git] / src /
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...
2004-07-30 frog * src/gdcmDicomDir.cxx, gdcmDocEntrySet.cxx: removed...
2004-07-28 malaterreSTYLE: minor
2004-07-28 malaterreFIX: mem leak
2004-07-28 malaterreFIX: valgrind reported this one:
2004-07-27 malaterreFIX could not compile with warnings flags
2004-07-26 malaterreBUG: On recent debian system, the dirent structure...
2004-07-21 jprJPR
2004-07-20 jprJean-Pierre Roux
2004-07-19 jprNow Examples/PrintFile displays properly Transfert...
2004-07-19 regrain * src/gdcmCommon.h, gdcmDict.cxx, gdcmTS.cxx : bug...
2004-07-19 malaterreENH: Fix warnings
2004-07-19 malaterreBUG: There was two bombs at the same time. Guess what...
2004-07-19 malaterreENH: Ok let's be safe
2004-07-19 malaterreBUG: Need to lean c++ (bug in g++ ?)
2004-07-19 malaterreENH: Apply cleanup patch
2004-07-17 malaterreENH: Dummy cleanup patch
2004-07-17 malaterreENH: Cautiously apply second cleanup patch
2004-07-17 malaterreENH: Cautiously apply first cleanup patch
2004-07-16 malaterreENH: Minor cleanups + ShowDicom now reread a written...
2004-07-14 malaterreFIX: Could not compile with warnings flags on
2004-07-06 frog * WARNING: ctest now depends more tightly on gdcmDat...
2004-07-02 frog - guint16 and guint32 removed. Use ISO C uint16_t...
2004-07-02 frog * src/jpeg/libijg12/jdhuff12.c:
2004-06-30 frog * Test/CmakeList.txt: removed the following from...
2004-06-29 frog * Test/TestReadWriteReadCompare.cxx was properly...
2004-06-29 jprFIX : remove Frog's beautified, but never checked ...
2004-06-29 frog * src/gdcmDocument.cxx: for broken (non DICOM V3...
2004-06-28 malaterreFix warnings, and fix TestWriteRead
2004-06-28 jprDoxygenation
2004-06-28 jprremove old mutimap related code
2004-06-28 malaterreBUG: Fix default value
2004-06-28 jprJean-Pierre Roux
2004-06-28 jprFIX : odd length of string corresponding to an integer pb
2004-06-28 jpr- now gdcmHeader has its own Write methods (in order...
2004-06-28 jpr- now Write drops LUT Descriptors and LUTs (if any...
2004-06-26 malaterreENH: Some cosmetic cleanup of gdcmFile, main changes...
2004-06-25 malaterreENH: * 3'tabify
2004-06-25 malaterreENH: flipping -W -Wall into -Wall -W does not produce...
2004-06-25 jprremoval of methode gdcmDocument::WriteF, replaced by...
2004-06-25 jprtabs
2004-06-25 frog * Test/PrintAllDocument.cxx: looping on files is...
next