]> Creatis software - gdcm.git/history - src/gdcmUtil.cxx
Fix mistypings
[gdcm.git] / src / gdcmUtil.cxx
2008-01-02 malaterreENH: avoid writing illegal images with a double dots.
2007-10-17 jprShould avoid dciodvfy to complain about File Meta Infor...
2007-10-01 jprAdd Util::ReplaceSpecChar method.
2007-05-23 jprIn order to allow to use current version (1.3) of gdcm...
2006-11-08 jprmake warning message more explicit (?)
2006-07-10 jprAvoid polluting command line applications output when...
2006-05-31 jprAdd an open source code for MD5.
2006-02-16 malaterreENH: Try to sync gdcm CVS and gdcm 1.2. ~2000 lines...
2006-01-10 jprAdd
2005-12-22 jprMinor Typo
2005-12-21 jpr At least with my gcc4.0.1, unfound char results in...
2005-11-29 regrain * Improvement of the TestInline
2005-11-28 regrain * Remove all gdcmStaticXxxMacro with Xxx : Debug...
2005-11-28 regrain * Add Command and CommandManager to have possible...
2005-11-22 malaterreCOMP: Fix comp on weird os
2005-11-07 jprComments.
2005-11-03 jprOops.
2005-11-03 jprComments
2005-10-28 jprComments
2005-10-27 malaterreSTYLE: Remove cout
2005-10-27 jprAdd binary_write(std::ostream &os, const double &val)
2005-10-27 jprHow didn't I get one before?
2005-10-24 malaterreCOMP: Quickly fix comp on bcc55, dont understand why...
2005-10-24 malaterreBUG: Fix first bug reported by dciodvfy (one chance...
2005-10-20 jprIn order to get UID without padding to even-length...
2005-10-18 regrain * Minor coding-style clean up
2005-10-06 malaterreSTYLE: Remove old comments
2005-09-06 jprAdd the GetEntryForcedAsciiValue method to deal with...
2005-08-31 jprSolve other minor Doxygen pb
2005-08-31 jprMinor Doxygen problems
2005-08-25 jprAdd methods to check the 'printability' of a bin area
2005-08-22 jprSave a *few* microseconds at run time : inline method...
2005-08-22 malaterreCOMP: Remove problem with static being define in a...
2005-07-18 jprIn order to prepare the future extension of SerieHelper...
2005-07-05 malaterreCOMP: Fix compilation on BCB6. Thanks again to Luca...
2005-06-24 jprSummer nights are really too hot to sleep.
2005-06-08 regrain * src/gdcmUtil.cxx : change call to Util::Format...
2005-06-07 jprThe highy time consuming method GetMacAdress is now...
2005-06-06 malaterreCOMP: Fix compilation on minwg... this code is becoming...
2005-06-04 malaterreCOMP: snap I broke compilation... does anyone remeber...
2005-06-04 malaterreCOMP: Apparently BCC6 did not like our heuristic, inclu...
2005-05-11 malaterreENH: Some minor enhance:
2005-04-19 jprShould suppress some warnings from Borland compiler
2005-02-28 malaterreBUG: Could not build on Sun + gcc 2.95
2005-02-17 jprPrepare FileMetaInformationVersion (group 0002) management
2005-02-14 malaterreBUG: This should solve the last Seg Fault. In a loop...
2005-02-14 malaterreBUG: Remove crappy code... disgusted
2005-02-14 malaterreBUG: Solve JP feature, and at the same time avoid alloc...
2005-02-14 jpr*never* forget to re-compile just *before* committing!
2005-02-14 jprFirst commit on the post 1.0 (Version? / Tag? / Branch?) :
2005-02-14 jprremove some useless mask operations, to save CPU time
2005-02-11 malaterreBUG: Doh this one should not be changed. The reading...
2005-02-11 malaterreENH: Adding new option in CMake: GDCM_FORCE_BIGENDIAN_E...
2005-02-11 malaterreBUG: Ok I really need to compile before committing...
2005-02-11 malaterreBUG: val/binArea16 mixup
2005-02-11 malaterreBUG: lgr -> len
2005-02-11 malaterreENH: First pass at my big endian emulation on little...
2005-02-11 jprTypo, comments, doxygenation
2005-02-05 malaterreBUG: Apparently on Borland uses unsigned char to store...
2005-02-02 malaterreBUG: Try real bytes swapping formula...
2005-02-02 regrain * Reorder file content
2005-02-02 jprNormalization
2005-02-01 regrain * src/*.cxx : first parss to normalize file organisation
2005-01-28 malaterreCOMP: Solve both problem of push_back missing in VS6...
2005-01-28 regrain * src/gdcmUtil.cxx : compilation fix on Win32
2005-01-28 malaterreENH: Rewrite the base conversion from base 256 to base...
2005-01-27 jprgdcm has now an official UID prefix,
2005-01-25 jprFix Doxygen warning
2005-01-23 jprSome normalizations :
2005-01-22 malaterreSTYLE: Better approach to work around the timeval defin...
2005-01-22 malaterreBUG: provide a default implementation for GetcurrentThr...
2005-01-22 malaterreCOMP: MacOSX does not respect opengroup definition...
2005-01-22 malaterreBUG: was leading zeroes in numeric components. This...
2005-01-21 malaterreBUG: On Win32 64bits integer are a pain to use
2005-01-21 malaterreENH: Minor tweaks to synchronize with ITK
2005-01-21 malaterreENH: Encode the MAC Adress only on 15bytes now
2005-01-21 malaterreENH: Add two new methods: GetCurrentThreadID and Proces...
2005-01-21 jprStage 2 of names normalization :
2005-01-18 malaterreCOMP: Fix compilation on Mingw
2005-01-18 malaterreCOMP: Fix warnings about unused var on SunOS
2005-01-18 jpr2005-01-18 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
2005-01-17 malaterreBUG: Fix wrong boolean logic
2005-01-17 malaterreENH: Remove APPLE hack
2005-01-17 malaterreENH: Rework the stuff for HAVE_SA_LEN
2005-01-17 malaterreBUG: Fix bug Bug #1487 - CHECK_INCLUDE_FILE now use...
2005-01-17 malaterreENH: Add security for config problem
2005-01-17 malaterreBUG: Actually fix the bug reported by Benoit. Stoopid...
2005-01-17 malaterreENH: Be more verbose on Win32
2005-01-17 malaterreBUG: Revert to revision 1.99 because current version...
2005-01-17 regrain * gdcmPython/demo : add python demos using VTK
2005-01-17 regrain * src/gdcmUtil.cxx : bug fix to find the Windows...
2005-01-16 malaterreSTYLE: Lost of minor tweak + fix indentation
2005-01-15 malaterreSTYLE: Remove printf + minor improvements
2005-01-15 malaterreBUG: CHECK_INCLUDE_FILE is also broken on SunOS
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...
next