[1.5] Adding some simple unit tests
[openjpeg.git] / applications /
2012-03-16 Mathieu Malaterre[1.5] Remove a simple warning report
2012-03-16 Mathieu Malaterre[1.5] I think == was meant here.
2012-03-02 Mathieu Malaterre[1.5] Remove a warning about undefined snprintf on...
2012-03-02 Mathieu Malaterre[1.5] Change the logic in byte_manager.h. Prefer the...
2012-03-02 Mathieu Malaterre[1.5] Import rev 1053 from trunk over to 1.5
2012-03-02 Mathieu Malaterre[1.5] Fix typo in date.
2012-03-02 Mathieu Malaterre[1.5] Sync with trunk. Remove remainings bits of old...
2012-03-02 Mathieu Malaterre[1.5] Convert from DOS eol to UNIX eol
2012-03-02 Mathieu Malaterre[1.5] Use UNIX eol for source code
2012-03-02 Mathieu Malaterre[1.5] Fix a bunch of comparison between signed and...
2012-03-01 Mathieu Malaterre[1.5] Fix rev 1474, typo in the spelling.
2012-03-01 Mathieu Malaterre[1.5] Apply big-endian patch from winfried: libopenjpeg...
2012-03-01 Mathieu MalaterreFix a warning reported on the continuous dashboard...
2012-03-01 Mathieu Malaterre[1.5] j2k_to_image does not support writing image with...
2012-03-01 Mathieu Malaterre[1.5] Fix a warning about conversion from const char...
2012-02-29 Kaori Hagihara[1.5][JPIP] README modification regarding the JP2 encoding
2012-02-28 Kaori Hagihara[1.5][JPIP] enabled the opj_server to reply the first...
2012-02-17 Mathieu Malaterre[1.5] allow mecanism to provide JFLAGS
2012-02-16 Mathieu Malaterreremove a warning about unused variable
2012-02-14 Mathieu MalaterreMake the code C90 compliant for VS2010
2012-02-14 Mathieu MalaterreWork around issue with FindJava module
2012-02-13 Mathieu MalaterreUse C style comment.
2012-02-13 Mathieu Malaterre[1.5] Need to include unistd for close() declaration
2012-02-13 Mathieu MalaterreBy default, openjpip client can still built even withou...
2012-02-13 Mathieu Malaterre[1.5] Fix typo in CMAKE_USE_PTHREADS vs CMAKE_USE_PTHRE...
2012-02-13 Mathieu Malaterre[1.5] Remove use of custom PTHREAD module. Prefer cmake...
2012-02-10 Kaori Hagihara[1.5][JPIP] added execution argument to set port number...
2012-02-10 Kaori Hagihara[1.5][JPIP] fixed Doxygen configuration file to documen...
2012-02-06 Mathieu MalaterreMake opj 1.5 use port 50000, which is not compatible...
2012-02-06 Mathieu MalaterreRe-build the jar files from the source code.
2012-02-06 Mathieu MalaterreFor some reason rev 1103 change the default port number...
2012-02-01 Mathieu Malaterrerevert (svn merge -c -1368 ). It does break compilation...
2012-01-31 Vincent Torrirevert commit 1357, it could break linkage
2012-01-30 Mathieu Malaterrec-string are not writable
2012-01-30 Mathieu MalaterreFix for strncasecmp
2012-01-30 Mathieu MalaterreFix compilation with close and such
2012-01-30 Mathieu MalaterreRemove unistd.h from win32 compilation
2012-01-30 Mathieu MalaterreAnother fix for snprintf
2012-01-30 Mathieu Malaterreisblank is C99, not isspace
2012-01-30 Mathieu Malaterreisblank is C99, not isspace
2012-01-30 Mathieu Malaterrestrncasecmp is C99
2012-01-30 Mathieu Malaterredeclarations after statement (C90)
2012-01-30 Mathieu MalaterreAs explained in the documentation cant be included...
2012-01-30 Mathieu MalaterreFix snprintf for M$ compilers
2012-01-30 Mathieu Malaterrefix declarations
2012-01-30 Mathieu Malaterredeclarations after statement (C90)
2012-01-30 Mathieu MalaterreAnother pass at getting this code to compile on windows
2012-01-30 Mathieu Malaterretrack all declarations after statement for C90 compiler...
2012-01-30 Mathieu MalaterreFix compilation of C code. Remove warnings.
2012-01-30 Mathieu MalaterreFix a couple of warnings
2012-01-30 Mathieu Malaterretrying to track issue with msgqueue_manager on win32...
2012-01-30 Mathieu MalaterreRemove unistd.h include
2012-01-30 Mathieu MalaterreRemove include of unistd.h. non-existant on win32
2012-01-28 Mathieu Malaterremissing ws2_32 linking
2012-01-26 Antonin Descampe[1.5] remove pthread dependency from jpip client utilities
2012-01-25 Vincent Torrifix libopenjpip link on Windows
2012-01-25 Vincent Torrifollow latest JPIP changes in the autotools side (pthre...
2012-01-25 Antonin Descampe[1.5] remove pthread dependency in JPIP client and...
2012-01-25 Mathieu MalaterreRefactor code to split jpip client code from server...
2012-01-20 Mathieu MalaterreBuild conditionally the java binding
2012-01-20 Mathieu Malaterreremove warnings about const string
2011-12-28 Mathieu MalaterreRemove proprietary stuff from Sun.
2011-12-28 Mathieu Malaterreremove symbolink links
2011-12-28 Mathieu MalaterreRemove binary jar from source dist.
2011-12-24 Kaori Hagihara[1.5][JPIP] additional modification for the warning
2011-12-23 Mathieu MalaterreApply another patch from Kaori, about return value...
2011-12-23 Mathieu MalaterreApply patch from Kaori. Thanks.
2011-12-21 Mathieu MalaterreAttempt to fix building of universal exe
2011-12-21 Mathieu Malaterrehopefully fix a warning on VS2008 compiler
2011-12-21 Mathieu MalaterreMake sure to append the compile def
2011-12-21 Mathieu MalaterreRemove old visual studio files
2011-12-20 Mathieu MalaterreReactivate the opjviewer in cmake
2011-12-20 Mathieu MalaterreImport patch from winfried on mailing list: patch for...
2011-12-16 Mathieu MalaterreHide a warning. Since 1.5 is not large file safe (...
2011-12-16 Mathieu MalaterreRemove some simple warnings about comments
2011-12-16 Mathieu MalaterreRemove warning about GNU void* extension
2011-12-16 Mathieu MalaterreFix warning about no newline at end of file
2011-12-12 Mathieu MalaterreSync with trunk
2011-12-12 Mathieu MalaterreFix a bunch of warnings reported by gcc (unused results...
2011-12-08 Mathieu MalaterreRemove more warnings
2011-11-30 Kaori Hagihara[1.5][JPIP] TCP return (http-tcp) implemented
2011-11-19 Vincent Torrifix compilation of libopenjpip (libcurl dependency...
2011-11-16 Kaori Hagihara[1.5][JPIP] fixed opj_server execusion error (instant...
2011-11-16 Vincent Torri[1.5] libcurl dep, fix 'distcheck' rule.
2011-11-16 Kaori Hagihara[1.5][JPIP] new feature to target JP2 files from www...
2011-11-16 Kaori Hagihara[1.5][JPIP] added get_filesize()
2011-11-16 Kaori Hagihara[1.5][JPIP] fixed Region of Interest option, and memory...
2011-11-08 Kaori Hagihara[1.5][JPIP] backport r1042 to branch 1.5
2011-11-06 Antonin Descampe[1.5][JPIP] backport r1037 to branch 1.5
2011-11-02 Antonin Descampe[1.5] backport r1017, r1030:1032 from trunk + additiona...
2011-11-01 Antonin Descampe[1.5] backport revisions 996, 997, 1000, 1008-1012...
2011-10-20 Mickael Savinaud[1.5] remove obvious memory leak from applications
2011-10-19 Mickael Savinaudbackport rev 1013-1014 from trunk
2011-10-11 Antonin Descampe[1.5] backport r987:990 to branch 1.5
2011-10-10 Antonin Descampe[1.5][JPIP]removed obsolete indexer utility
2011-10-10 Antonin Descampe[1.5] enabled JPP stream in JPIP (result of GSoC program)
2011-10-10 Antonin Descampe[1.5] backport r909, r922-925 to branch 1.5 (terminatin...
2011-10-10 Vincent Torri[1.5] add missing file in tarball, no need to change...
2011-10-10 Vincent Torri[1.5] Fix 'distcheck' rule
2011-10-01 Vincent Torri[1.5] fix output when --disable-shared or --disable...
next