summaryrefslogtreecommitdiff
path: root/libopenjpeg/event.c
AgeCommit message (Collapse)Author
2012-09-10[1.5] Fix issue with str_length not being used. Rewrite code to prefer use ↵Mathieu Malaterre
of vsnprintf to prevent potential buffer overflow.
2011-07-29solve some obvious warnings for WIN platform, increase number of warning ↵Mickael Savinaud
reported on the dashboard, correct last warnings with gcc 4.4 (-Wall)
2011-05-18defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to ↵Antonin Descampe
avoid having to deal with "stdbool.h" (patch from Winfried)
2011-01-29removed é in license header to prevent warning C4819 (see ↵Antonin Descampe
http://code.google.com/p/openjpeg/issues/detail?id=57)
2010-11-25fix compilation and DLL creation of libopenjpeg with MSYS/MinGW (from ↵Antonin Descampe
vincent.torri, see issue 47 on googlecode)
2006-12-04Code optimization usinq vsprintf() commandFrancois-Olivier Devaux
2006-01-31fixed various minor warnings occuring under icc9 and bcc32, added MSVC ↵Freeimage
project and compiler directives to build a 'standard' WIN32 DLL
2006-01-25COMP: Fix compilation on mingw (already had itoa) and borland (need __int64)Mathieu Malaterre
2006-01-24event.c : replaced "WIN32" by "_MSC_VER" for i2a (line 33) + replaced win32 ↵Antonin Descampe
line breaks
2006-01-20fixed various minor warnings with gdcm patchesAntonin Descampe
2005-12-08OpenJPEG version 1.1Antonin Descampe
2005-12-02openjpeg version 1.0 (previous version still available with tag opj0-97)Antonin Descampe