]> Creatis software - gdcm.git/log
gdcm.git
19 years agoENH: * Finished lossless transition, not only do we now read all lossless jpeg
malaterre [Thu, 14 Oct 2004 22:35:01 +0000 (22:35 +0000)]
ENH: * Finished lossless transition, not only do we now read all lossless jpeg
  images, without the need of the Cornwell lib, but we do read them properly now
  * To reduce code (well to avoid code duplication), I defined a common place
  for jpeg read/write: gdcmJpeg.cxx. Now gdcmJpeg[8,12 16] include this file and
  redefine symbols. This is not prefect but this the best solution I found for a
  compilation time jpeg option.

19 years agoENH: Afterall change my mind we need a common place: gdcmJpeg to define the reading...
malaterre [Thu, 14 Oct 2004 22:16:33 +0000 (22:16 +0000)]
ENH: Afterall change my mind we need a common place: gdcmJpeg to define the reading of jpeg file, then gdcmJpeg[8,12,16] are just a kludge because of this compile time option in ijg

19 years agoCOMP: Fix compilation
malaterre [Thu, 14 Oct 2004 14:32:28 +0000 (14:32 +0000)]
COMP: Fix compilation

19 years agoCOMP: Fix Win32 compilation
malaterre [Thu, 14 Oct 2004 05:33:14 +0000 (05:33 +0000)]
COMP: Fix Win32 compilation

19 years agoENH: update
malaterre [Thu, 14 Oct 2004 05:31:15 +0000 (05:31 +0000)]
ENH: update

19 years agoENH: update gdcm to have the dcmtk copyright since we use their bugfixes
malaterre [Thu, 14 Oct 2004 05:28:47 +0000 (05:28 +0000)]
ENH: update gdcm to have the dcmtk copyright since we use their bugfixes

19 years agoENH: update comments for ijg patching
malaterre [Thu, 14 Oct 2004 05:15:44 +0000 (05:15 +0000)]
ENH: update comments for ijg patching

19 years agoENH: ok making too many mistakes time to go to bed
malaterre [Thu, 14 Oct 2004 04:58:57 +0000 (04:58 +0000)]
ENH: ok making too many mistakes time to go to bed

19 years agoENH: ooops forgot the cmakelists file
malaterre [Thu, 14 Oct 2004 04:51:57 +0000 (04:51 +0000)]
ENH: ooops forgot the cmakelists file

19 years agoENH: update cmakelist for 16bits + some tweaks
malaterre [Thu, 14 Oct 2004 04:48:17 +0000 (04:48 +0000)]
ENH: update cmakelist for 16bits + some tweaks

19 years ago:ENH: Adding the 16bits ijg jpeg lib. This is only the lossless part since there...
malaterre [Thu, 14 Oct 2004 04:38:53 +0000 (04:38 +0000)]
:ENH: Adding the 16bits ijg jpeg lib. This is only the lossless part since there is no 16bits DCT algorithm

19 years agoCOMP: Painfully (re)fix all the warnings when compiled with -W -Wall
malaterre [Thu, 14 Oct 2004 04:21:45 +0000 (04:21 +0000)]
COMP: Painfully (re)fix all the warnings when compiled with -W -Wall

19 years agoENH: update jpeg lib with ls patch and 2 bugfix patch
malaterre [Thu, 14 Oct 2004 03:47:46 +0000 (03:47 +0000)]
ENH: update jpeg lib with ls patch and 2 bugfix patch

19 years agoENH: Doh! I made a mistake when commiting only one single file, what should you expec...
malaterre [Thu, 14 Oct 2004 02:57:49 +0000 (02:57 +0000)]
ENH: Doh! I made a mistake when commiting only one single file, what should you expect when I commit 87 files...

19 years agoENH: update cmakelists accordingly to new ijg architecture
malaterre [Thu, 14 Oct 2004 02:50:57 +0000 (02:50 +0000)]
ENH: update cmakelists accordingly to new ijg architecture

19 years agoENH: Update the jpeg library. This patch is the result of the ijg lib + ls-patch...
malaterre [Thu, 14 Oct 2004 02:45:31 +0000 (02:45 +0000)]
ENH: Update the jpeg library. This patch is the result of the ijg lib + ls-patch freely available on the web under a BSD like license (aka Standford implementation) + 2 home-made patchs (one based on dcmtk bug-fixes and one from previous ijg bug-fixes in gdcm)
- Also removed all tabs using sed -i 's/\t/  /g' *.c *.h

19 years ago Let's be clearly/cleanly dirty ;)
frog [Wed, 13 Oct 2004 14:56:07 +0000 (14:56 +0000)]
Let's be clearly/cleanly dirty ;)

19 years ago * Doc/Website/MailingList.html added (Sidebar.html changed accordingly).
frog [Wed, 13 Oct 2004 14:15:28 +0000 (14:15 +0000)]
  * Doc/Website/MailingList.html added (Sidebar.html changed accordingly).
  * gdcmPython/gdcm.i: fix for compilation of wrappers (Note: %include order
    matters, as stated in warning note at begining of %include section).
  * src/gdcmDicomDir*.[cxx|h]: coding style
  * src/gdcmDocument.h: doxygen \ref seems uncompatible with \todo.
  * src/gdcmJpeg8.cxx: doxygen fix.
  * CLEANUP_ROUND (12) for gdcmPixelConvert (seing the ligth stage)
    src/gdcmFile.[cxx|h] and gdcmPixelConvert.[cxx|h]: color handling moved
    from File:: to PixelConvert::.

19 years agoCOMP: Fix some compilations warnings
malaterre [Wed, 13 Oct 2004 04:05:04 +0000 (04:05 +0000)]
COMP: Fix some compilations warnings

19 years agoCOMP: Fix compilation on cygwin
malaterre [Tue, 12 Oct 2004 17:37:09 +0000 (17:37 +0000)]
COMP: Fix compilation on cygwin

19 years agoCOMP: warning C4390: ';' : empty controlled statement found; is this the intent?
malaterre [Tue, 12 Oct 2004 17:31:56 +0000 (17:31 +0000)]
COMP: warning C4390: ';' : empty controlled statement found; is this the intent?

19 years agoENH: update my recent changes, sorry for troubles
malaterre [Tue, 12 Oct 2004 14:27:55 +0000 (14:27 +0000)]
ENH: update my recent changes, sorry for troubles

19 years ago * CLEANUP_ROUND (11) for gdcmPixelConvert (cafeine is my friend stage)
frog [Tue, 12 Oct 2004 09:59:44 +0000 (09:59 +0000)]
  * CLEANUP_ROUND (11) for gdcmPixelConvert (cafeine is my friend stage)
    src/gdcmFile.[cxx|h] and gdcmPixelConvert.[cxx|h]:
     - more code moved away from File:: to PixelConvert::
     - fat setup of PixelConverter set in place in File::Initialise.

19 years agoENH: Adding 'gdcm' namespace. Be nice with me this was a ~13000 lines patch. Also...
malaterre [Tue, 12 Oct 2004 04:35:40 +0000 (04:35 +0000)]
ENH: Adding 'gdcm' namespace. Be nice with me this was a ~13000 lines patch. Also commit consequent modifications

19 years agoENH: Fix compilation on Win32
malaterre [Mon, 11 Oct 2004 03:47:50 +0000 (03:47 +0000)]
ENH: Fix compilation on Win32

19 years ago * CLEANUP_ROUND (10) for gdcmPixelConvert (Xanax is my friend stage)
frog [Sun, 10 Oct 2004 16:43:58 +0000 (16:43 +0000)]
  * CLEANUP_ROUND (10) for gdcmPixelConvert (Xanax is my friend stage)
    The JPEG fragments are now parsed at the same stage than the RLE
    information. All code related to JPEG is now in gdcmPixelConvert:
    - src/gdcmJPEGFragment.h and gdcmJPEGFragmentsInfo.[h|cxx] added
    - src/gdcmJpeg12.cxx, gdcmJpeg2000.cxx and gdcmJpeg8.cxx no longer
      export a gdcmFile:: method. Those are simply global functions
      (for the time being this is better than having them attach to
       either gdcmFile:: or gdcmPixelConvert::).
    - src/gdcmDocument.[cxx|h], gdcmDocument:: now parser the JPEG fragments
      and stores the result in a gdcmJPEGFragmentsInfo.
    - src/gdcmFile.[cxx|h] and gdcmPixelConvert.[cxx|h]: all JPEG related
      code (among other stuff) moved away from gdcmFile:; to
      gdcmPixelConvert::

19 years agoENH: Fix a warning with gcc4: TestHash.cxx:20: warning: deprecated conversion from...
malaterre [Sun, 10 Oct 2004 03:07:59 +0000 (03:07 +0000)]
ENH: Fix a warning with gcc4: TestHash.cxx:20: warning: deprecated conversion from string constant to char*

19 years agoENH: Fix various warnings
malaterre [Sun, 10 Oct 2004 03:03:10 +0000 (03:03 +0000)]
ENH: Fix various warnings

19 years agoENH: Move the old setup.py to its new home
malaterre [Sun, 10 Oct 2004 02:45:55 +0000 (02:45 +0000)]
ENH: Move the old setup.py to its new home

19 years agoENH: Finally fix setup.py.in. both binary and install mode are working again
malaterre [Sun, 10 Oct 2004 02:22:39 +0000 (02:22 +0000)]
ENH: Finally fix setup.py.in. both binary and install mode are working again

19 years agoENH: minor cleanup to use siwg's outdir instead of manually copying gdcm.py
malaterre [Sun, 10 Oct 2004 01:07:36 +0000 (01:07 +0000)]
ENH: minor cleanup to use siwg's outdir instead of manually copying gdcm.py

19 years agoENH: Encapsulate global functions within gdcmUtil class as static functions. No diffe...
malaterre [Sun, 10 Oct 2004 00:42:54 +0000 (00:42 +0000)]
ENH: Encapsulate global functions within gdcmUtil class as static functions. No difference at all, just slightly cleaner

19 years agoENH: Some fixes for gdcm installation
malaterre [Sun, 10 Oct 2004 00:08:41 +0000 (00:08 +0000)]
ENH: Some fixes for gdcm installation

19 years agoENH: Remove three more sprintf, the last ones
malaterre [Sat, 9 Oct 2004 03:48:25 +0000 (03:48 +0000)]
ENH: Remove three more sprintf, the last ones

19 years agoENH: Remove three more sprintf ... well actually one is still duplicated for no reaso...
malaterre [Sat, 9 Oct 2004 03:42:51 +0000 (03:42 +0000)]
ENH: Remove three more sprintf ... well actually one is still duplicated for no reason ...

19 years agoENH: Remove one more sprintf
malaterre [Sat, 9 Oct 2004 03:36:56 +0000 (03:36 +0000)]
ENH: Remove one more sprintf

19 years agoENH: remove three more sprintf, but this is really ugly now
malaterre [Sat, 9 Oct 2004 03:31:26 +0000 (03:31 +0000)]
ENH: remove three more sprintf, but this is really ugly now

19 years agoENH: Still remove some sprintf and rework internals
malaterre [Sat, 9 Oct 2004 03:21:55 +0000 (03:21 +0000)]
ENH: Still remove some sprintf and rework internals

19 years ago:ENH: carefully one at a time modify gdcm src. For now rewrite gdcmDictEntry. Modify...
malaterre [Sat, 9 Oct 2004 02:57:11 +0000 (02:57 +0000)]
:ENH: carefully one at a time modify gdcm src. For now rewrite gdcmDictEntry. Modify gdcmUtil to have a sprintf like method called Format. We should really do a gdcmUtil class to encapsulate all those globals fonctions.

19 years agoENH: minor style issue
malaterre [Fri, 8 Oct 2004 17:24:54 +0000 (17:24 +0000)]
ENH: minor style issue
- gdcmFile: Move 12bits into separate ifelse to be able to fail properly

19 years ago * CLEANUP_ROUND (9) for gdcmPixelConvert
frog [Fri, 8 Oct 2004 17:02:52 +0000 (17:02 +0000)]
  * CLEANUP_ROUND (9) for gdcmPixelConvert
    - src/gdcmFile.[cxx|h} gdcmPixelConvert.[cxx|h], SwapZone(),
      ConvertReorderEndianity(), ConvertDecmpres12BitsTo16Bits() moved
      away from gdcmFile:: to gdcmPixelConvert::.

19 years ago * CLEANUP_ROUND (8) for gdcmPixelConvert (end of RLE nigthmare)
frog [Fri, 8 Oct 2004 16:27:19 +0000 (16:27 +0000)]
  * CLEANUP_ROUND (8) for gdcmPixelConvert (end of RLE nigthmare)
    - src/gdcmRLE.cxx removed
    - src/gdcmPixelConvert.cxx all RLE code is now in PixelConvert::
    - src/CMakeLists.txt gdcmFile.[cxx|h] changed accordingly
    - src/gdcmRLEFrame*.h gdcmPixelConvert is now a friend class.

19 years agoAdd error handling in jpeg code
malaterre [Fri, 8 Oct 2004 16:03:36 +0000 (16:03 +0000)]
Add error handling in jpeg code

19 years agoENH: properly template TODO list and add some tweaks
malaterre [Fri, 8 Oct 2004 15:48:33 +0000 (15:48 +0000)]
ENH: properly template TODO list and add some tweaks

19 years agoENH: update my tasks
malaterre [Fri, 8 Oct 2004 15:27:05 +0000 (15:27 +0000)]
ENH: update my tasks

19 years agotodo : kwsys
malaterre [Fri, 8 Oct 2004 15:13:39 +0000 (15:13 +0000)]
todo : kwsys

19 years ago * CLEANUP_ROUND (7) for gdcmPixelConvert (lost at sea)
frog [Fri, 8 Oct 2004 08:56:48 +0000 (08:56 +0000)]
  * CLEANUP_ROUND (7) for gdcmPixelConvert (lost at sea)
    - src/gdcmFile.h gdcmPixelConvert.cxx gdcmPixelConvert.h gdcmRLE.cxx:
      clean up of RLE related code.

19 years ago Typos on refs to docs.
frog [Fri, 8 Oct 2004 08:42:11 +0000 (08:42 +0000)]
Typos on refs to docs.

19 years ago src/gdcmCommon.h now declares int8_t for non stdint.h plateforms.
frog [Fri, 8 Oct 2004 08:41:04 +0000 (08:41 +0000)]
   src/gdcmCommon.h now declares int8_t for non stdint.h plateforms.

19 years ago Typos on references.
frog [Fri, 8 Oct 2004 08:38:54 +0000 (08:38 +0000)]
Typos on references.

19 years ago Dash board entry point added.
frog [Fri, 8 Oct 2004 07:43:08 +0000 (07:43 +0000)]
Dash board entry point added.

19 years ago note on stl header .
frog [Fri, 8 Oct 2004 07:23:05 +0000 (07:23 +0000)]
note on stl header .

19 years agoENH: Minor cleanup, still removing stdio.h and co ...
malaterre [Fri, 8 Oct 2004 04:52:55 +0000 (04:52 +0000)]
ENH:  Minor cleanup, still removing stdio.h and co ...

19 years agoENH: If possible move the stl include after the gdcm ones, to avoid vc warnings
malaterre [Fri, 8 Oct 2004 04:43:37 +0000 (04:43 +0000)]
ENH: If possible move the stl include after the gdcm ones, to avoid vc warnings
deprecated eatwhite I wasn't able to find the ref in any c++ refs, only microsoft implement it, thus fallback to a more standart c++ approach. This is mainly to get rid of any 'c' like include header
- and some minor cleanups

19 years agoENH: Hopefully these were the last remaining warnings
malaterre [Thu, 7 Oct 2004 21:38:12 +0000 (21:38 +0000)]
ENH: Hopefully these were the last remaining warnings

19 years agoENH: Seriously removed warnings
malaterre [Thu, 7 Oct 2004 21:05:39 +0000 (21:05 +0000)]
ENH: Seriously removed warnings

19 years agoENH: slowly removing warnings
malaterre [Thu, 7 Oct 2004 21:01:10 +0000 (21:01 +0000)]
ENH: slowly removing warnings

19 years agoENH: Please include stl header AFTER gdcm ones, otherwise pragma warnings won't work
malaterre [Thu, 7 Oct 2004 18:09:11 +0000 (18:09 +0000)]
ENH: Please include stl header AFTER gdcm ones, otherwise pragma warnings won't work

19 years agoBUG: doh, remove empty file
malaterre [Thu, 7 Oct 2004 17:21:42 +0000 (17:21 +0000)]
BUG: doh, remove empty file

19 years agoENH: TestHash.cxx add gdcm header to shut up stoopid warnings
malaterre [Thu, 7 Oct 2004 16:55:15 +0000 (16:55 +0000)]
ENH: TestHash.cxx add gdcm header to shut up stoopid warnings
- gdcmCommon.h some typoes
- gdcmDirList some style

19 years agoENH: rename gdcmJpeg into gdcmJpeg8 for consistencY
malaterre [Thu, 7 Oct 2004 15:16:54 +0000 (15:16 +0000)]
ENH: rename gdcmJpeg into gdcmJpeg8 for consistencY

19 years agoENH: Allow compilation with a not so famous compiler (gdcmDocument.cxx). Also put...
malaterre [Thu, 7 Oct 2004 04:17:58 +0000 (04:17 +0000)]
ENH: Allow compilation with a not so famous compiler (gdcmDocument.cxx). Also put the prepro definition since they ar now needed

19 years agoENH: I am a moron. Fix compilation of gdcm in static mode, I had to add some new...
malaterre [Thu, 7 Oct 2004 04:04:42 +0000 (04:04 +0000)]
ENH: I am a moron. Fix compilation of gdcm in static mode, I had to add some new mangle names, thus update the process to find them. Also add some warning fixes for a very well known compiler

19 years agoENH: Finally modify gdcm source to adapt to new jpeg lib, this is not perfect but...
malaterre [Thu, 7 Oct 2004 03:18:02 +0000 (03:18 +0000)]
ENH: Finally modify gdcm source to adapt to new jpeg lib, this is not perfect but this avoid problems on some system where jpeg is already installed in standart path.

19 years agoENH: Apply remaining patch for the CMakeLists, and sublevel (8 & 12) ones
malaterre [Thu, 7 Oct 2004 03:10:35 +0000 (03:10 +0000)]
ENH: Apply remaining patch for the CMakeLists, and sublevel (8 & 12) ones

19 years agoENH: Remove old build process for libijg8, basically libijg8 can now be found in...
malaterre [Thu, 7 Oct 2004 03:04:30 +0000 (03:04 +0000)]
ENH: Remove old build process for libijg8, basically libijg8 can now be found in libijg with minor modifications

19 years agoENH: Remove old build process for libijg12 (meaning modified source files)
malaterre [Thu, 7 Oct 2004 02:59:48 +0000 (02:59 +0000)]
ENH: Remove old build process for libijg12 (meaning modified source files)

19 years agoENH: Created a new local dir libijg (from libijg8), then went on the server copy...
malaterre [Thu, 7 Oct 2004 02:55:13 +0000 (02:55 +0000)]
ENH: Created a new local dir libijg (from libijg8), then went on the server copy all files to preserver revision -as a side effect it creates stuff in previous revision-. Added the modification we made to the official ijg, help to keep track of them. And finally rework the CMakeLists.txt file... and removed tabs

19 years ago * CLEANUP_ROUND (6) for gdcmPixelConvert (man, I need a paddle bad)
frog [Wed, 6 Oct 2004 22:31:31 +0000 (22:31 +0000)]
  * CLEANUP_ROUND (6) for gdcmPixelConvert (man, I need a paddle bad)
    - src/gdcmRLE.cxx: is now much simpler and avoids code replication
      with the retired Parse7FE0().
    - src/gdcmRLEFrame.h: type fix for properly computing OffSet[]
    - src/gdcmDocument.cxx: segments offset are now correct + clean up.

19 years ago * CLEANUP_ROUND (5) for gdcmPixelConvert (Upshit creek without a paddle)
frog [Wed, 6 Oct 2004 21:30:02 +0000 (21:30 +0000)]
  * CLEANUP_ROUND (5) for gdcmPixelConvert (Upshit creek without a paddle)
    - src/gdcmDocument.[cxx|h] Parse7Fe0 renamed to ComputeRLEInfo.
      This is because Parse7Fe0 used to parse the pixels to compute the
      length. This task was passed over to FindDocEntryLengthOB() a long
      time ago, EXCEPT I had forgotten the OW case...
      Hence Parse7Fe0 was no longer necessary. When renaming to ComputeRLEInfo
      we just recylce the code for parsing RLE fragments and computing
      offsets.

19 years ago - src/gdcmDocument.[cxx|h] ::ParseDES and ::ParseSQ no longer bother
frog [Wed, 6 Oct 2004 13:12:41 +0000 (13:12 +0000)]
- src/gdcmDocument.[cxx|h] ::ParseDES and ::ParseSQ no longer bother
      to return an unused length.

19 years ago * CLEANUP_ROUND (3) for gdcmPixelConvert (nightmare stage)
frog [Wed, 6 Oct 2004 09:58:08 +0000 (09:58 +0000)]
  * CLEANUP_ROUND (3) for gdcmPixelConvert (nightmare stage)
    - src/gdcmRLEFramesInfo.[cxx|h], gdcmRLEFrame.h added
    - src/gdcmDocument.[cxx|h] ::Parse7FE0 now sets up the RLEInfo.
    - src/CMakeLists.txt: alphabetic order reodering + new entries.

19 years agoENH: some tweaks, getting toward a working version of double lib generation
malaterre [Mon, 4 Oct 2004 04:00:07 +0000 (04:00 +0000)]
ENH: some tweaks, getting toward a working version of double lib generation

19 years agoENH: Fix the remaining warnings using: diff -u --strip-trailing-cr --ignore-space...
malaterre [Mon, 4 Oct 2004 03:10:59 +0000 (03:10 +0000)]
ENH: Fix the remaining warnings using: diff -u --strip-trailing-cr  --ignore-space-change libijg8/ VTK/Utilities/vtkjpeg and -painfully- remove tabs

19 years agoENH: Fix warnings about 'main' being used as local var... and replace tabs with two...
malaterre [Mon, 4 Oct 2004 02:57:47 +0000 (02:57 +0000)]
ENH: Fix warnings about 'main' being used as local var... and replace tabs with two spaces

19 years agoENH: Fix warnings about 'main' being used as local var... and replace tabs with two...
malaterre [Mon, 4 Oct 2004 02:48:24 +0000 (02:48 +0000)]
ENH: Fix warnings about 'main' being used as local var... and replace tabs with two spaces

19 years agoENH: Adding BITS_TYPE_JPEG_MANGLE_NAME var that at config time will either bit gdcm_m...
malaterre [Mon, 4 Oct 2004 02:25:46 +0000 (02:25 +0000)]
ENH: Adding BITS_TYPE_JPEG_MANGLE_NAME var that at config time will either bit gdcm_mangle8bits.h or gdcm_mangle_12bits.h

19 years agoENH: adding mangle names for 8bits and 12bits
malaterre [Mon, 4 Oct 2004 02:21:33 +0000 (02:21 +0000)]
ENH: adding mangle names for 8bits and 12bits

19 years agoENH: Adding jconfig.h.in, which later be the central file to either generate the...
malaterre [Sun, 3 Oct 2004 20:17:57 +0000 (20:17 +0000)]
ENH: Adding jconfig.h.in, which later be the central file to either generate the 8bits or 12bits jpeg library. Cmake will generate the proper .h file containing the redifinition of symbols

19 years agoENH: For legal reason, adding the copyright and related file from jpeg6b source
malaterre [Sun, 3 Oct 2004 20:09:29 +0000 (20:09 +0000)]
ENH: For legal reason, adding the copyright and related file from jpeg6b source

19 years agoENH: do not help people do in-source build
malaterre [Fri, 1 Oct 2004 22:08:44 +0000 (22:08 +0000)]
ENH: do not help people do in-source build

19 years agoENH: Reorganize cmakelists.txt file
malaterre [Fri, 1 Oct 2004 22:04:15 +0000 (22:04 +0000)]
ENH: Reorganize cmakelists.txt file

19 years agoENH: Remove unecesseray file, were not in CMakeLists.txt. Also ease comparison with...
malaterre [Fri, 1 Oct 2004 21:48:32 +0000 (21:48 +0000)]
ENH: Remove unecesseray file, were not in CMakeLists.txt. Also ease comparison with VTK. I did not do the same thing in 12bits dir since this directory is meant to desepear anyway

19 years agoENH: dos2unix CMakeLists.txt to allow diffing of directory with VTK + remove tabs
malaterre [Fri, 1 Oct 2004 21:34:08 +0000 (21:34 +0000)]
ENH: dos2unix CMakeLists.txt to allow diffing of directory with VTK + remove tabs

19 years ago * Added documentation of vtkgdcmReader on Website:
frog [Fri, 1 Oct 2004 12:40:55 +0000 (12:40 +0000)]
  * Added documentation of vtkgdcmReader on Website:
     - testvtkGdcmReader.cxx renamed to vtkGdcmDemo.cxx (to be compatible
       with it's binary name).
     - vtk/vtkGdcmDemo.cxx and vtkgdcmViewer.cxx: added comments for
       the Website to be more complete.
     - Doc/doxygen.config.in: vtk/vtkGdcmReader.cxx now appears on
       doxygenated documentation.
     - Doc/DoxyVtkGdcmReaderExamples.txt added
       (see http://www.creatis.insa-lyon.fr/Public/Gdcm/html.developper/
            DoxyVtkGdmReaderExamples.html )
  * src/win32, vtk/win32 manually maintained .dsp and .dsw removed.
  * CLEANUP_ROUND (3) for gdcmPixelConvert
   - src/gdcmFile.cxx, gdcmFile.h splitting GetImageDataIntoVectorRaw

19 years ago * CLEANUP_ROUND (2) for gdcmPixelConvert
frog [Thu, 30 Sep 2004 12:51:55 +0000 (12:51 +0000)]
  * CLEANUP_ROUND (2) for gdcmPixelConvert
   - src/gdcmFile.cxx, gdcmFile.h splitting GetImageDataIntoVectorRaw

19 years ago * CLEANUP_ROUND for gdcmPixelConvert:
frog [Wed, 29 Sep 2004 17:33:12 +0000 (17:33 +0000)]
 * CLEANUP_ROUND for gdcmPixelConvert:
    - src/gdcmFile.cxx, gdcmFile.h, gdcmHeader.cxx, gdcmHeader.h clean up
    - src/gdcmPixelStuff[h|cxx] removed
    - src/gdcmPixelConvert[h|cxx] added. Preparatory work included.
    - src/CMakeLists.txt changed accordingly
  * GDCMHOME clean up:
    - MANIFEST.in, WrapSwig.py, WrapVTK.py, distutilsWrapping.py and
      gdcmVersion.py moved to newly created ATTIC related
      gdcmPython/SetupOldies/ directory.
  * Autotools clean up:
    - */*/Makefile.am removed AT EXCEPTION of gdcmPython/Makefile.am
    - autogen.sh configure.in acinclude.m4 python.m4 removed

19 years agoENH: Afterall a Dashboard on Win32 is usefull :)
malaterre [Mon, 27 Sep 2004 15:40:07 +0000 (15:40 +0000)]
ENH: Afterall a Dashboard on Win32 is usefull :)

19 years ago * Doc/Website/ConformanceSummary.html, minimal conformance statement added.
frog [Mon, 27 Sep 2004 15:27:06 +0000 (15:27 +0000)]
  * Doc/Website/ConformanceSummary.html, minimal conformance statement added.

19 years ago*** empty log message ***
frog [Mon, 27 Sep 2004 10:36:01 +0000 (10:36 +0000)]
*** empty log message ***

19 years ago * src/*.cxx *.h Reference to License.htm fixed to License.html.
frog [Mon, 27 Sep 2004 08:39:04 +0000 (08:39 +0000)]
  * src/*.cxx *.h Reference to License.htm fixed to License.html.
  * Doc/CMakeLists.txt, doxygen.config.in: fix.

19 years agoFIX: SIEMENS_GBS_III-16-ACR_NEMA_1.acr was breaking on Mac, Linux and Win32. So I...
malaterre [Sat, 25 Sep 2004 03:56:19 +0000 (03:56 +0000)]
FIX: SIEMENS_GBS_III-16-ACR_NEMA_1.acr was breaking on Mac, Linux and Win32. So I guess I'll have to blacklist it

19 years agocoding style
jpr [Fri, 24 Sep 2004 13:55:53 +0000 (13:55 +0000)]
coding style

19 years ago*** empty log message ***
frog [Fri, 24 Sep 2004 13:32:59 +0000 (13:32 +0000)]
*** empty log message ***

19 years ago * TODO updated with Mathieu suggestions. I proposed a template for
frog [Fri, 24 Sep 2004 13:21:34 +0000 (13:21 +0000)]
  * TODO updated with Mathieu suggestions. I proposed a template for
    describing TODO entries and used it for new entries.

19 years ago*** empty log message ***
frog [Fri, 24 Sep 2004 12:28:40 +0000 (12:28 +0000)]
*** empty log message ***

19 years ago Fix of cvs wrong conflict fixing. My fault. Sorry
frog [Fri, 24 Sep 2004 12:12:17 +0000 (12:12 +0000)]
Fix of cvs wrong conflict fixing. My fault. Sorry

19 years ago'd' option (Implicit Dicom VR) removed from usage, because the (unused)
jpr [Fri, 24 Sep 2004 11:45:08 +0000 (11:45 +0000)]
'd' option (Implicit Dicom VR) removed from usage, because the (unused)
           write method is knowed to be bugged for 'difficult' images

19 years ago * DEVELOPPER spread out in Doc/Website/Developpers.html, CodingStyle.html,
frog [Fri, 24 Sep 2004 11:43:17 +0000 (11:43 +0000)]
 * DEVELOPPER spread out in Doc/Website/Developpers.html, CodingStyle.html,
    DeveloppersPython.html
  * INSTALL nows refers to Doc/Website/Installation.html

19 years agoCosmetic modifs to be more Coding style compliant
jpr [Fri, 24 Sep 2004 11:39:21 +0000 (11:39 +0000)]
Cosmetic modifs to be more Coding style compliant