]> Creatis software - gdcm.git/history - src/gdcmUtil.cxx
STYLE: Fix some comment also rework the include stuff
[gdcm.git] / src / gdcmUtil.cxx
2005-01-15 malaterreSTYLE: Fix some comment also rework the include stuff
2005-01-15 malaterreBUG: on MacOSX CHECK_INCLUDE_FILES is not able to find...
2005-01-15 malaterreBUG: was not returning 0 as expected
2005-01-15 malaterreENH: Finally found a version of GetMacAddress that...
2005-01-15 malaterreENH: Seriously rewrote the GetMacAddress stuff. There...
2005-01-15 malaterreENH: Apparently implementation of GetMacAddress linux...
2005-01-15 malaterreSTYLE: Cleanup the Mac address stuff (1st pass)
2005-01-11 malaterreSTYLE: Rework IsCurrentProcessorBigEndian to be smarter
2005-01-10 malaterreBUG: Cannot include file within a namespace otherwise...
2005-01-10 jprAdd some verbosity
2005-01-09 malaterreBUG: Solve -hopefully- problem on MacOSX where gdcm...
2005-01-08 malaterreENH: Adding the FreeBSD version + doc
2005-01-08 malaterreCOMP: Fix compile warnings on some system
2005-01-08 malaterreCOMP: remove warnings
2005-01-08 malaterreENH: blind shot to fix problem
2005-01-07 malaterreENH: Addingh MACOSX version
2005-01-07 malaterreCOMP: doh !
2005-01-07 malaterreENH: properly copy the mac address
2005-01-07 malaterreENH: Third pass for assert. Now uses the gdcmAssertMacro
2005-01-06 jprCoding Style + Doxygenation
2005-01-06 malaterreCOMP: Some minor fix on Win32
2005-01-06 malaterreCOMP: on win32 sintrgs.h does not exist
2005-01-06 malaterreENH: update test for tesing MAC adrress
2005-01-06 malaterreENH: Found a Win32 version that seems to be working
2005-01-06 malaterreENH: Saving temp code until I have time for Win32 versi...
2005-01-05 jpr ADD : Add the method IsCurrentProcessorBigEndian
2004-12-13 malaterreENH: Apply JMR patch for gethostname
2004-12-05 malaterreBUG: This solve the infinite loop on gcc-64bits
2004-12-03 malaterreCOMP: Borland could not compile gdcm... BTW there is...
2004-11-16 malaterreBUG: Some compilers complain when isdigit/isalpha/ispri...
2004-11-16 regrain * FIX: src/gdcmUtil.cxx : to compile with MSVC6
2004-11-16 frog * FIX: src/* fix the doxygen warnings.
2004-11-16 malaterreENH: Slightly bigger patch:
2004-11-16 malaterreENH: Apply first patch toward better string comparison...
2004-11-14 malaterreBUG: All va_start should be close by a va_end in the...
2004-11-10 malaterreENH: Commiting 1/2 patch from Jean Michel Rouet, for...
2004-11-05 malaterreENH: Improve string manipulation. I now inforce the...
2004-11-03 malaterreENH: /binary_write/ gdcm source. Now even on big endian...
2004-10-28 malaterreBUG: The previous code did not compile on Big endian...
2004-10-28 malaterreENH:
2004-10-27 malaterreENH: Minor cleanup
2004-10-25 malaterreSTYLE: ivars should start with a capital letter. Access...
2004-10-12 malaterreENH: Adding 'gdcm' namespace. Be nice with me this...
2004-10-10 malaterreENH: Encapsulate global functions within gdcmUtil class...
2004-10-09 malaterre:ENH: carefully one at a time modify gdcm src. For...
2004-10-08 malaterreENH: If possible move the stl include after the gdcm...
2004-09-27 frog * src/*.cxx *.h Reference to License.htm fixed to...
2004-09-07 malaterreFIX: warning
2004-09-07 jprADD : gdcmGlobal::CountSubstring method
2004-07-17 malaterreENH: Dummy cleanup patch
2004-06-25 malaterreENH: flipping -W -Wall into -Wall -W does not produce...
2004-06-23 malaterreSTYLE: Cleanup outside API, there is still too much...
2004-06-20 frog * Erroneous leading white fix:
2004-04-23 malaterresome cosmetic cleanup so that compilation : -W -Wall...
2004-03-29 frog * src/gdcmUtil.cxx: added forgotten iostream include.
2004-03-27 frog * src/gdcmUtil.[cxx|h] split in two. Additional...
2004-03-26 frog * src/gdcmUtil.[cxx|h] _cleanString C style functi...
2004-03-26 jprsome more doxygenation
2004-03-26 frog * src/gdcmUtil.[cxx|h] split in two. Additional...
2004-03-24 jpr2004-03-24 Jean-Pierre Roux
2004-03-22 jprdoxygenation
2004-03-22 regrain * FIX : src/gdcmDicomDir.cxx : make windows compilable
2004-03-19 jprNow the tree-like structure describing a DICOMDIR commi...
2004-03-17 jprpassed some std::string as 'reference'
2004-03-17 jpr * FIX now file names and directory name are writte...
2004-02-20 jprReplace confusing names gdcmImage, etc by gdcmDicomDirI...
2004-02-04 regrain * FIX : Set the elements to create the DicomDir...
2004-01-22 regrain * DicomDir : clean code, add methods, set variable...
2004-01-22 jprto avoid printing troubles with odd length fields padde...
2004-01-20 regrain * add shadow dictionary
2004-01-13 regrain * src/*.[h|cxx] : coding style
2003-10-02 malaterresrc/*.cxx removed pragma thingies to src/gdcmCommon.h
2003-09-24 jprRemaining ...
2003-09-24 jprmistyping corrected
2003-09-24 jprremaining and so on ...
2003-09-24 jpristream replaced by std::istream
2003-09-24 jprRemaining \n in std::cout and std::cerr replaced by...
2003-09-24 jprRemove using namespace std;
2003-09-22 regrain * src/gdcmUtil.[cxx|h] : change the _CreateCleanS...
2003-09-19 malaterre* This commit should fix the Debug building under VC...
2003-09-05 malaterre* src/*.cxx : added pragma disable 4786/4251 to get...
2003-07-01 jprmistyping corrected
2003-07-01 frog * gdcmPython/Makefile.am now avoids calling the...
2003-06-26 jprAdding :
2003-06-17 jprAdd JPEG 6b files
2003-05-21 regrain * src/*.[h] all occurences of stl classes are...
2003-05-21 frog * src/*.[h] all occurences of stl classes are...
2003-04-16 frog * More memmory link related corrections and docum...
2003-04-15 frog * Memory link hunt (by using valgrind --leak...
2003-03-14 regrain * src/gdcmUtils.cxx : redifinition of defaults...
2003-03-12 frog * gdcmPython/__init__.py fix of GDCM_DICT_PATH...
2002-12-19 jprCommenataires?
2002-11-14 frog * python/testSuite.py unittest test suite added...
2002-11-08 frog * Adaptation for porting to VC++:
2002-11-07 yougzFirst try on win32
2002-10-17 frog * Truckload of changes. Parsing of header is...