]> Creatis software - gdcm.git/log
gdcm.git
19 years agoBUG: there was a problem with uint64_t. C99 clearly specify that vendor compiler...
malaterre [Sat, 22 Jan 2005 22:21:19 +0000 (22:21 +0000)]
BUG: there was a problem with uint64_t. C99 clearly specify that vendor compiler should provide a stdint.h file. If not include inttypes (HPUX, SunOS). And on broekn platerform Win32 provide the proper typedef (it used to be broekn on Win64).

19 years ago * bug fix for compilation on MSVC6
regrain [Sat, 22 Jan 2005 12:39:10 +0000 (12:39 +0000)]
   * bug fix for compilation on MSVC6
   * gdcmPython/gdcm.i : rename of classes missed
   -- BeNours

19 years agoBUG: was leading zeroes in numeric components. This is illegal, according to PS 3...
malaterre [Sat, 22 Jan 2005 01:40:41 +0000 (01:40 +0000)]
BUG: was leading zeroes in numeric components. This is illegal, according to PS 3.8 Annex F and PS 3.5 Section 6.1 and ISO 8824. Also remove the union this is a bad idea when working on little and big endian machine, the result was not constitant across endianess

19 years agoENH: Add new test using dciodvfy from the dicom3tools package (David Clunie)
malaterre [Sat, 22 Jan 2005 00:39:50 +0000 (00:39 +0000)]
ENH: Add new test using dciodvfy from the dicom3tools package (David Clunie)

19 years agoBUG: On Win32 64bits integer are a pain to use
malaterre [Fri, 21 Jan 2005 20:49:37 +0000 (20:49 +0000)]
BUG: On Win32 64bits integer are a pain to use

19 years agoENH: Minor tweaks to synchronize with ITK
malaterre [Fri, 21 Jan 2005 20:02:46 +0000 (20:02 +0000)]
ENH: Minor tweaks to synchronize with ITK

19 years agoENH: Encode the MAC Adress only on 15bytes now
malaterre [Fri, 21 Jan 2005 19:51:12 +0000 (19:51 +0000)]
ENH: Encode the MAC Adress only on 15bytes now

19 years agoENH: Add test for GetCurrentDateTime. The two calls show a difference of one millisec...
malaterre [Fri, 21 Jan 2005 16:07:54 +0000 (16:07 +0000)]
ENH: Add test for GetCurrentDateTime. The two calls show a difference of one millisecond on my system

19 years agoENH: Add two new methods: GetCurrentThreadID and ProcessID. This could be usefull...
malaterre [Fri, 21 Jan 2005 16:06:21 +0000 (16:06 +0000)]
ENH: Add two new methods: GetCurrentThreadID and ProcessID. This could be usefull to generate the DICOM UID. Also reimplement GetCurrentDate / GetCurrentTime in only one call since we could be right at the edge of midnight and the two function call would not be consistent. Also this simplify the implementation of GetCurrentDateTime and add millisecond precision (yes we write DICOM quite fast)

19 years agoBegin of 'friend' classe hunting.
jpr [Fri, 21 Jan 2005 15:28:18 +0000 (15:28 +0000)]
Begin of 'friend' classe hunting.
We miss GetLastEntry and GetPriorEntry methods to be able to remove
 any direct reference to ElementSet::TagHT by DicomDir

19 years agoForget this one (forget to remove now useless gdcmHedaer)
jpr [Fri, 21 Jan 2005 13:31:03 +0000 (13:31 +0000)]
Forget this one (forget to remove now useless gdcmHedaer)

19 years agoStage 2 of names normalization
jpr [Fri, 21 Jan 2005 12:37:15 +0000 (12:37 +0000)]
Stage 2 of names normalization
Forgot to cvs add gdcmFile.* :-(

19 years agoStage 2 of names normalization :
jpr [Fri, 21 Jan 2005 11:40:52 +0000 (11:40 +0000)]
Stage 2 of names normalization :
- A gdcm::Document is now either a gdcm::DicomDir or a gdcm::File
     (easy to understand ...)
- gdcm::FileHelper replaces old class gdcm::File

19 years agoFirst stage.
jpr [Thu, 20 Jan 2005 17:17:12 +0000 (17:17 +0000)]
First stage.
Forget JPEG :-(

19 years ago * gdcmDicomDirElement.[h|cxx] : change the AddEntry method. Now, it gets a
regrain [Thu, 20 Jan 2005 17:15:53 +0000 (17:15 +0000)]
   * gdcmDicomDirElement.[h|cxx] : change the AddEntry method. Now, it gets a
     type and not a string. So, there remove problems on the format of the
     string.
   -- BeNours

19 years agoFirst stage :
jpr [Thu, 20 Jan 2005 16:35:10 +0000 (16:35 +0000)]
First stage :
This one should avoid further troubles

19 years agoFirst stage ...
jpr [Thu, 20 Jan 2005 16:31:42 +0000 (16:31 +0000)]
First stage ...
*actual* removal of old files shown some misstyping

19 years agoFirst stage :
jpr [Thu, 20 Jan 2005 16:22:52 +0000 (16:22 +0000)]
First stage :
Oops ! Forget to remove old files

19 years agoFirst stage of name normalisation : gdcm::File replace by gdcm::FileHelper
jpr [Thu, 20 Jan 2005 16:16:57 +0000 (16:16 +0000)]
First stage of name normalisation : gdcm::File replace by gdcm::FileHelper
in src, Examples, Test, vtk, gdcmPython

19 years ago * src/gdcmDicomDirObject.h : set the FillObject method in protected.
regrain [Thu, 20 Jan 2005 16:16:41 +0000 (16:16 +0000)]
   * src/gdcmDicomDirObject.h : set the FillObject method in protected.
     Thus, DicomDirXXX are created with a flad that indicates if the created
     object is empty or not (when not empty, the DicomDirElement is used to
     fill the object)
   -- BeNours

19 years agoFinal bugg fix.
jpr [Thu, 20 Jan 2005 13:28:23 +0000 (13:28 +0000)]
Final bugg fix.
TestPapyrus  - reads a Papyrus file (gdcm::Header compliant),
             - gets the pixels of all the images, using low level iterators
 - writes an multiframes Dicom image.
(Just to show it's *possible* to do that)
Uses SQItems accessors (we could use it as a 'Test' program, to improve test
coverage ...)

19 years ago*** empty log message ***
regrain [Thu, 20 Jan 2005 11:40:14 +0000 (11:40 +0000)]
*** empty log message ***

19 years agoGeneral .h typo unification
jpr [Thu, 20 Jan 2005 11:39:49 +0000 (11:39 +0000)]
General .h typo unification

19 years agoThe following methods
jpr [Thu, 20 Jan 2005 11:37:37 +0000 (11:37 +0000)]
The following methods
>    DocEntry *GetDocEntry(uint16_t group, uint16_t elem);
>    ValEntry *GetValEntry(uint16_t group, uint16_t elem);
>    BinEntry *GetBinEntry(uint16_t group, uint16_t elem);
>    SeqEntry *GetSeqEntry(uint16_t group, uint16_t elem);
now belong to gdcm:ElementSet class

19 years ago * src/gdcmDicomDir.cxx : simplify the NewPatient method, like made in
regrain [Thu, 20 Jan 2005 11:33:43 +0000 (11:33 +0000)]
   * src/gdcmDicomDir.cxx : simplify the NewPatient method, like made in
     gdcm::DicomDirPatient, gdcm::DicomDirStudy, gdcm::DicomDirSerie
   -- BeNours

19 years ago * src/gdcmSQItem[h|cxx] : rename some methods to have coherent names
regrain [Thu, 20 Jan 2005 11:26:17 +0000 (11:26 +0000)]
   * src/gdcmSQItem[h|cxx] : rename some methods to have coherent names
   -- BeNours

19 years ago * src/gdcmDicomDir*.[h|cxx] : rename methods to be logik in their name.
regrain [Thu, 20 Jan 2005 11:09:21 +0000 (11:09 +0000)]
   * src/gdcmDicomDir*.[h|cxx] : rename methods to be logik in their name.
     Remove all access to the hash-tables or lists in the objects.
   -- BeNours

19 years ago * src/gdcmDebug.h : remove the Debug test in the gdcmErrorMacro
regrain [Thu, 20 Jan 2005 11:07:06 +0000 (11:07 +0000)]
   * src/gdcmDebug.h : remove the Debug test in the gdcmErrorMacro
   * src/gdcmDocument.[h|cxx] : rename the Initialise method to Initialize, to
     be complient with all the gdcm source code
   -- BeNours

19 years agoAdd a *very* simple test program to read the frames of a Papyrus image,
jpr [Wed, 19 Jan 2005 17:49:42 +0000 (17:49 +0000)]
Add a *very* simple test program to read the frames of a Papyrus image,
using low level accessors
(Not yet fully checked)

19 years ago * src/gdcmDocEntry.h : DocEntry is now secure. User can't change the
regrain [Wed, 19 Jan 2005 15:58:00 +0000 (15:58 +0000)]
   * src/gdcmDocEntry.h : DocEntry is now secure. User can't change the
     DictEntry or the VR.
   -- BeNours

19 years agotypo
jpr [Wed, 19 Jan 2005 15:26:42 +0000 (15:26 +0000)]
typo

19 years agoFix bug on DicomDir utilities
jpr [Wed, 19 Jan 2005 15:24:28 +0000 (15:24 +0000)]
Fix bug on DicomDir utilities

19 years ago * gdcmPython/ : change GDCM_DATA_PATH to GDCM_DATA_ROOT to be complient with
regrain [Wed, 19 Jan 2005 14:56:09 +0000 (14:56 +0000)]
   * gdcmPython/ : change GDCM_DATA_PATH to GDCM_DATA_ROOT to be complient with
     all in gdcm
   * Remove some useless files in the Python part. Files now generated by CMake
   -- BeNours

19 years ago * Test/VTKTest*.cxx : one more bug stilled
regrain [Wed, 19 Jan 2005 14:45:40 +0000 (14:45 +0000)]
   * Test/VTKTest*.cxx : one more bug stilled
   -- BeNours

19 years ago * Test/VTKTest*.cxx : bug fix... tests don't generate VTK warning concerning
regrain [Wed, 19 Jan 2005 13:50:11 +0000 (13:50 +0000)]
   * Test/VTKTest*.cxx : bug fix... tests don't generate VTK warning concerning
     differences between the extents
   -- BeNours

19 years ago * Remove old MSVC projects
regrain [Wed, 19 Jan 2005 13:34:43 +0000 (13:34 +0000)]
   * Remove old MSVC projects
   -- BeNours

19 years ago * Test/VTKTest*.cxx : bug fix. Now the viewer is used only when the
regrain [Wed, 19 Jan 2005 10:49:47 +0000 (10:49 +0000)]
   * Test/VTKTest*.cxx : bug fix. Now the viewer is used only when the
     -V option is set

19 years ago * Test/ : rename VTK tests to have a best name for the tests
regrain [Wed, 19 Jan 2005 10:43:00 +0000 (10:43 +0000)]
   * Test/ : rename VTK tests to have a best name for the tests
   * gdcmPython/demo/*.py.in : Change the InitTraversal/GetNextEntry use to
     GetFirstEntry/GetNextEntry use
   -- BeNours

19 years agoGetDocEntry,GetValEntry,GetBinEntry,GetSeqEntry are now 'pure virtual' methods
jpr [Wed, 19 Jan 2005 10:30:51 +0000 (10:30 +0000)]
GetDocEntry,GetValEntry,GetBinEntry,GetSeqEntry are now 'pure virtual' methods
of DocEntrySet

19 years agoRemove now useless warning/comments
jpr [Wed, 19 Jan 2005 08:58:33 +0000 (08:58 +0000)]
Remove now useless warning/comments

19 years agoFix typo
jpr [Wed, 19 Jan 2005 08:57:14 +0000 (08:57 +0000)]
Fix typo

19 years agoAdd missing SQItem methods
jpr [Wed, 19 Jan 2005 08:55:09 +0000 (08:55 +0000)]
Add missing SQItem methods

19 years ago * Test/ShowDicom.cxx, ShowDicomSeq.cxx, TestWriteWithVTK.cxx : change the
regrain [Tue, 18 Jan 2005 18:24:06 +0000 (18:24 +0000)]
   * Test/ShowDicom.cxx, ShowDicomSeq.cxx, TestWriteWithVTK.cxx : change the
     test. Now it's on image content and not on the resulting visualisation...
     might solve the problem on linux when using the OpenGL drivers
   -- BeNours

19 years agoUnblacklist KODAK-12-MONO1-Odd_Terminated_Sequence.dcm
jpr [Tue, 18 Jan 2005 18:05:59 +0000 (18:05 +0000)]
Unblacklist KODAK-12-MONO1-Odd_Terminated_Sequence.dcm

19 years agoAdd missing Document::GetSeqEntry() method
jpr [Tue, 18 Jan 2005 18:03:16 +0000 (18:03 +0000)]
Add missing Document::GetSeqEntry() method

19 years agoUnblacklist of gdcm-JPEG-LossLessThoravision.dcm, since it doesn't breaks gdcm
jpr [Tue, 18 Jan 2005 16:57:44 +0000 (16:57 +0000)]
Unblacklist of gdcm-JPEG-LossLessThoravision.dcm, since it doesn't breaks gdcm
(Thank you, Jean-Michel !)

19 years agoCOMP: Fix warning on Big endian plateform
malaterre [Tue, 18 Jan 2005 16:44:46 +0000 (16:44 +0000)]
COMP: Fix warning on Big endian plateform

19 years agoTaking into account of 'Transfer Syntax' value
jpr [Tue, 18 Jan 2005 16:23:52 +0000 (16:23 +0000)]
Taking into account of 'Transfer Syntax' value
(for 'true' Dicom V3 files, the 'ACR-NEMA' heuristics sometimes gives unaccurate
result)

19 years agoCOMP: Fix compilation on Mingw
malaterre [Tue, 18 Jan 2005 16:19:57 +0000 (16:19 +0000)]
COMP: Fix compilation on Mingw

19 years agoBUG: Fix compilation on mingw
malaterre [Tue, 18 Jan 2005 15:52:22 +0000 (15:52 +0000)]
BUG: Fix compilation on mingw

19 years agoCOMP: Fix warnings about unused var on SunOS
malaterre [Tue, 18 Jan 2005 15:46:49 +0000 (15:46 +0000)]
COMP: Fix warnings about unused var on SunOS

19 years agoBlacklist "PET-cardio-Multiframe-Papyrus.dcm"
jpr [Tue, 18 Jan 2005 14:47:21 +0000 (14:47 +0000)]
Blacklist "PET-cardio-Multiframe-Papyrus.dcm"

19 years agoDoxygenation (Print method)
jpr [Tue, 18 Jan 2005 14:28:32 +0000 (14:28 +0000)]
Doxygenation (Print method)

19 years agoAdd missing :
jpr [Tue, 18 Jan 2005 12:16:10 +0000 (12:16 +0000)]
Add missing :
SQItem *SeqEntry::GetFirstEntry(),
SQItem *SeqEntry::GetNextEntry()

19 years agoIn SerieHeader::ImagePositionPatientOrdering()
jpr [Tue, 18 Jan 2005 11:56:52 +0000 (11:56 +0000)]
In SerieHeader::ImagePositionPatientOrdering()
      // a Dicom 'Serie' may contain scout views
// and images may have differents directions.
// -> More than one may have the same 'pos'
// Sorting has then NO meaning !

Thx to Eduardo Davila for reporting bug.

19 years agoSolve pb when structure (list, map, ...) is empty.
jpr [Tue, 18 Jan 2005 11:39:59 +0000 (11:39 +0000)]
Solve pb when structure (list, map, ...) is empty.
Thx to Benoit for reporting bug

19 years agoUpdate ChangeLog
jpr [Tue, 18 Jan 2005 08:25:41 +0000 (08:25 +0000)]
Update ChangeLog

19 years agoSome updates on web pages
jpr [Tue, 18 Jan 2005 08:24:54 +0000 (08:24 +0000)]
Some updates on web pages

19 years ago2005-01-18 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
jpr [Tue, 18 Jan 2005 08:01:40 +0000 (08:01 +0000)]
2005-01-18 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
   remove useless and never updated keyword \ingroup

19 years agoUse new method GetFirstEntry instead of InitTraversal+GetNextEntry
jpr [Tue, 18 Jan 2005 07:55:16 +0000 (07:55 +0000)]
Use new method GetFirstEntry instead of InitTraversal+GetNextEntry

19 years ago -add method GetFirstEntry to replace call to InitTraversal+GetNextEntry
jpr [Tue, 18 Jan 2005 07:49:41 +0000 (07:49 +0000)]
-add method GetFirstEntry to replace call to InitTraversal+GetNextEntry
   -remove InitTraversal method.

19 years agoBUG: Fix build problem on old compiler
malaterre [Tue, 18 Jan 2005 04:01:09 +0000 (04:01 +0000)]
BUG: Fix build problem on old compiler

19 years agoBUG: Fix patch for HAVE_SA_LEN wasnt working on linux anymore
malaterre [Mon, 17 Jan 2005 23:49:43 +0000 (23:49 +0000)]
BUG: Fix patch for HAVE_SA_LEN wasnt working on linux anymore

19 years agoBUG: Fix the cmake bug on Mac/Sun for real
malaterre [Mon, 17 Jan 2005 23:15:17 +0000 (23:15 +0000)]
BUG: Fix the cmake bug on Mac/Sun for real

19 years agoBUG: Fix wrong boolean logic
malaterre [Mon, 17 Jan 2005 23:11:25 +0000 (23:11 +0000)]
BUG: Fix wrong boolean logic

19 years agoENH: Remove APPLE hack
malaterre [Mon, 17 Jan 2005 21:42:16 +0000 (21:42 +0000)]
ENH: Remove APPLE hack

19 years agoENH: Rework the stuff for HAVE_SA_LEN
malaterre [Mon, 17 Jan 2005 21:41:47 +0000 (21:41 +0000)]
ENH: Rework the stuff for HAVE_SA_LEN

19 years agoForget this one
jpr [Mon, 17 Jan 2005 17:31:01 +0000 (17:31 +0000)]
Forget this one

19 years agoin order to be able to use fearlessly copy-paste group-elem are now called
jpr [Mon, 17 Jan 2005 17:27:03 +0000 (17:27 +0000)]
in order to be able to use fearlessly copy-paste group-elem are now called
everywhere group-elem (and not group-element, or Group-Elem ...)

19 years agoBUG: Fix bug Bug #1487 - CHECK_INCLUDE_FILE now use CHECK_INCLUDE_FILES properly...
malaterre [Mon, 17 Jan 2005 17:26:55 +0000 (17:26 +0000)]
BUG: Fix bug Bug #1487 - CHECK_INCLUDE_FILE now use CHECK_INCLUDE_FILES properly instead

19 years agoDocument::CheckIfEntryExist is now public
jpr [Mon, 17 Jan 2005 16:52:21 +0000 (16:52 +0000)]
Document::CheckIfEntryExist is now public

19 years agoENH: Add security for config problem
malaterre [Mon, 17 Jan 2005 16:50:35 +0000 (16:50 +0000)]
ENH: Add security for config problem

19 years agoBUG: Actually fix the bug reported by Benoit. Stoopid typo, sorry
malaterre [Mon, 17 Jan 2005 16:44:57 +0000 (16:44 +0000)]
BUG: Actually fix the bug reported by Benoit. Stoopid typo, sorry

19 years agoENH: Be more verbose on Win32
malaterre [Mon, 17 Jan 2005 16:41:18 +0000 (16:41 +0000)]
ENH: Be more verbose on Win32

19 years agoBUG: Revert to revision 1.99 because current version was breaking on Win32/Vs6 system...
malaterre [Mon, 17 Jan 2005 16:37:00 +0000 (16:37 +0000)]
BUG: Revert to revision 1.99 because current version was breaking on Win32/Vs6 system at least

19 years ago * gdcmPython/demo : add python demos using VTK
regrain [Mon, 17 Jan 2005 14:20:29 +0000 (14:20 +0000)]
   * gdcmPython/demo : add python demos using VTK
   -- BeNours

19 years agoTo improve test coverage
jpr [Mon, 17 Jan 2005 14:18:48 +0000 (14:18 +0000)]
To improve test coverage

19 years ago * src/gdcmUtil.cxx : bug fix to find the Windows MAC address. Now, there
regrain [Mon, 17 Jan 2005 13:55:26 +0000 (13:55 +0000)]
   * src/gdcmUtil.cxx : bug fix to find the Windows MAC address. Now, there
     is no memory access violation
   -- BeNours

19 years agocoding style
jpr [Mon, 17 Jan 2005 13:47:22 +0000 (13:47 +0000)]
coding style

19 years agoOops.
jpr [Mon, 17 Jan 2005 13:24:15 +0000 (13:24 +0000)]
Oops.
I forgot to initilize the loop
(copy-paste from Example/PrintDicomDir was not enough)

19 years agoUpdate ChangeLog
jpr [Mon, 17 Jan 2005 11:16:27 +0000 (11:16 +0000)]
Update ChangeLog

19 years agoUpdate ChangeLog
jpr [Mon, 17 Jan 2005 11:14:31 +0000 (11:14 +0000)]
Update ChangeLog

19 years ago'Dictionnary' is now spelt 'Dictionary',
jpr [Mon, 17 Jan 2005 11:13:21 +0000 (11:13 +0000)]
'Dictionnary' is now spelt 'Dictionary',
'wether' is now spelt 'whether'
and so on

19 years agoSQItem number within a given SeqEntry is now displayed at Print time
jpr [Mon, 17 Jan 2005 11:07:40 +0000 (11:07 +0000)]
SQItem number within a given SeqEntry is now displayed at Print time

19 years ago * FIX 'Item' entry (fffe,e000) is now correctly stored and displayed
jpr [Mon, 17 Jan 2005 11:03:28 +0000 (11:03 +0000)]
* FIX 'Item' entry (fffe,e000) is now correctly stored and displayed

19 years agoModify the parsing process, not to use (now unexposed) internal mechanisms
jpr [Mon, 17 Jan 2005 11:01:55 +0000 (11:01 +0000)]
Modify the parsing process, not to use (now unexposed) internal mechanisms

19 years agoModify the parsing process, not to use (now unexposed) intermal mechanisms
jpr [Mon, 17 Jan 2005 11:01:26 +0000 (11:01 +0000)]
Modify the parsing process, not to use (now unexposed) intermal mechanisms

19 years ago2005-01-15 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
jpr [Mon, 17 Jan 2005 10:59:52 +0000 (10:59 +0000)]
2005-01-15 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
    * ADD DicomDir, DicomDirPatient, DicomDirStudy, DicomDirSerie, DicomDirImage
       related methods, in order not to expose internal mechanisms
        InitTraversal();
        GetNextEntry();
 * REM methods that exposed internal mechanisms :
        DicomDir::GetDicomDirPatients()
        DicomDirPatient::GetDicomDirStudies()
        DicomDirStudy::GetDicomDirSeries()
        DicomDirSerie::GetDicomDirImages()

19 years agoAdd methods DictSet::InitTraversal, DictDet::GetNextEntry,
jpr [Mon, 17 Jan 2005 10:56:50 +0000 (10:56 +0000)]
Add methods DictSet::InitTraversal, DictDet::GetNextEntry,
    to provide easy acces to all the dictionnaries

19 years agoENH: Minor patch that rework code to avoid duplicate code.
malaterre [Mon, 17 Jan 2005 03:05:55 +0000 (03:05 +0000)]
ENH: Minor patch that rework code to avoid duplicate code.

19 years agoENH: First pass at simplifying the JPEG stuff.
malaterre [Mon, 17 Jan 2005 01:14:32 +0000 (01:14 +0000)]
ENH: First pass at simplifying the JPEG stuff.

19 years agoBUG: Need socket lib on Solaris. Also remove old APPLE lib
malaterre [Mon, 17 Jan 2005 00:21:46 +0000 (00:21 +0000)]
BUG: Need socket lib on Solaris. Also remove old APPLE lib

19 years agoBUG: Remove the Print indent mess. Please only one Print per class default paramater...
malaterre [Sun, 16 Jan 2005 04:50:40 +0000 (04:50 +0000)]
BUG: Remove the Print indent mess. Please only one Print per class default paramater are designed for this

19 years agoENH: update about GetMacAddress/CreateUniqueUID
malaterre [Sun, 16 Jan 2005 00:32:56 +0000 (00:32 +0000)]
ENH: update about GetMacAddress/CreateUniqueUID

19 years agoSTYLE: Lost of minor tweak + fix indentation
malaterre [Sun, 16 Jan 2005 00:30:09 +0000 (00:30 +0000)]
STYLE: Lost of minor tweak + fix indentation

19 years agoSTYLE: Remove printf + minor improvements
malaterre [Sat, 15 Jan 2005 23:00:25 +0000 (23:00 +0000)]
STYLE: Remove printf + minor improvements

19 years agoBUG: CHECK_INCLUDE_FILE is also broken on SunOS
malaterre [Sat, 15 Jan 2005 22:44:11 +0000 (22:44 +0000)]
BUG: CHECK_INCLUDE_FILE is also broken on SunOS

19 years agoSTYLE: Fix some comment also rework the include stuff
malaterre [Sat, 15 Jan 2005 22:40:23 +0000 (22:40 +0000)]
STYLE: Fix some comment also rework the include stuff

19 years agoBUG: on MacOSX CHECK_INCLUDE_FILES is not able to find some include files. Therfore...
malaterre [Sat, 15 Jan 2005 22:19:10 +0000 (22:19 +0000)]
BUG: on MacOSX CHECK_INCLUDE_FILES is not able to find some include files. Therfore we explicitely have to include them

19 years agoBUG: was not returning 0 as expected
malaterre [Sat, 15 Jan 2005 21:45:48 +0000 (21:45 +0000)]
BUG: was not returning 0 as expected