openjpeg.git
12 years agoupdate OpenJPEGCPack.cmake with correct package names version.1.5
Antonin Descampe [Tue, 7 Feb 2012 22:10:09 +0000 (22:10 +0000)]
update OpenJPEGCPack.cmake with correct package names

12 years ago[tag1.5] add CHANGES to the 1.5 tagged version
Antonin Descampe [Tue, 7 Feb 2012 10:45:12 +0000 (10:45 +0000)]
[tag1.5] add CHANGES to the 1.5 tagged version

12 years agoNew tag for openjpeg-1.5 release
Antonin Descampe [Tue, 7 Feb 2012 10:37:49 +0000 (10:37 +0000)]
New tag for openjpeg-1.5 release

12 years ago[1.5] delete CHANGES file as it will now be automatically generated when releasing...
Antonin Descampe [Tue, 7 Feb 2012 10:34:38 +0000 (10:34 +0000)]
[1.5] delete CHANGES file as it will now be automatically generated when releasing the code

12 years ago[1.5] revert build documentation behaviour in cmake
Antonin Descampe [Tue, 7 Feb 2012 08:08:58 +0000 (08:08 +0000)]
[1.5] revert build documentation behaviour in cmake

12 years ago[1.5] fixes documentation generation with doxygen
Antonin Descampe [Mon, 6 Feb 2012 22:51:07 +0000 (22:51 +0000)]
[1.5] fixes documentation generation with doxygen

12 years agoMake opj 1.5 use port 50000, which is not compatible with trunk. But compatible with...
Mathieu Malaterre [Mon, 6 Feb 2012 15:32:59 +0000 (15:32 +0000)]
Make opj 1.5 use port 50000, which is not compatible with trunk. But compatible with itself.

12 years agoRe-build the jar files from the source code.
Mathieu Malaterre [Mon, 6 Feb 2012 15:00:04 +0000 (15:00 +0000)]
Re-build the jar files from the source code.

12 years agoFor some reason rev 1103 change the default port number, which breaks openjpip docume...
Mathieu Malaterre [Mon, 6 Feb 2012 14:11:01 +0000 (14:11 +0000)]
For some reason rev 1103 change the default port number, which breaks openjpip documentation. Revert back to port 5000

12 years agoFix doc generation
Mathieu Malaterre [Mon, 6 Feb 2012 09:50:16 +0000 (09:50 +0000)]
Fix doc generation

12 years ago[1.5] update version in configure.ac and NEWS, README, LICENSE files
Antonin Descampe [Mon, 6 Feb 2012 09:38:59 +0000 (09:38 +0000)]
[1.5] update version in configure.ac and NEWS, README, LICENSE files

12 years agorevert (svn merge -c -1368 ). It does break compilation on windows
Mathieu Malaterre [Wed, 1 Feb 2012 21:45:12 +0000 (21:45 +0000)]
revert (svn merge -c -1368 ). It does break compilation on windows

12 years agorevert commit 1357, it could break linkage
Vincent Torri [Tue, 31 Jan 2012 18:10:20 +0000 (18:10 +0000)]
revert commit 1357, it could break linkage

12 years agoc-string are not writable
Mathieu Malaterre [Mon, 30 Jan 2012 10:33:07 +0000 (10:33 +0000)]
c-string are not writable

12 years agoFix doc target in cmake
Mathieu Malaterre [Mon, 30 Jan 2012 10:20:22 +0000 (10:20 +0000)]
Fix doc target in cmake

12 years agoFix for strncasecmp
Mathieu Malaterre [Mon, 30 Jan 2012 09:56:56 +0000 (09:56 +0000)]
Fix for strncasecmp

12 years agoFix compilation with close and such
Mathieu Malaterre [Mon, 30 Jan 2012 09:55:05 +0000 (09:55 +0000)]
Fix compilation with close and such

12 years agoRemove unistd.h from win32 compilation
Mathieu Malaterre [Mon, 30 Jan 2012 09:51:32 +0000 (09:51 +0000)]
Remove unistd.h from win32 compilation

12 years agoAnother fix for snprintf
Mathieu Malaterre [Mon, 30 Jan 2012 09:48:48 +0000 (09:48 +0000)]
Another fix for snprintf

12 years agoisblank is C99, not isspace
Mathieu Malaterre [Mon, 30 Jan 2012 09:46:36 +0000 (09:46 +0000)]
isblank is C99, not isspace

12 years agoisblank is C99, not isspace
Mathieu Malaterre [Mon, 30 Jan 2012 09:43:10 +0000 (09:43 +0000)]
isblank is C99, not isspace

12 years agostrncasecmp is C99
Mathieu Malaterre [Mon, 30 Jan 2012 09:37:39 +0000 (09:37 +0000)]
strncasecmp is C99

12 years agodeclarations after statement (C90)
Mathieu Malaterre [Mon, 30 Jan 2012 09:34:48 +0000 (09:34 +0000)]
declarations after statement (C90)

12 years agoAs explained in the documentation cant be included multiple times.
Mathieu Malaterre [Mon, 30 Jan 2012 09:32:32 +0000 (09:32 +0000)]
As explained in the documentation cant be included multiple times.

12 years agoFix snprintf for M$ compilers
Mathieu Malaterre [Mon, 30 Jan 2012 09:29:48 +0000 (09:29 +0000)]
Fix snprintf for M$ compilers

12 years agofix declarations
Mathieu Malaterre [Mon, 30 Jan 2012 09:27:35 +0000 (09:27 +0000)]
fix declarations

12 years agodeclarations after statement (C90)
Mathieu Malaterre [Mon, 30 Jan 2012 09:22:25 +0000 (09:22 +0000)]
declarations after statement (C90)

12 years agoAnother pass at getting this code to compile on windows
Mathieu Malaterre [Mon, 30 Jan 2012 09:17:57 +0000 (09:17 +0000)]
Another pass at getting this code to compile on windows

12 years agotrack all declarations after statement for C90 compilers (VS2005)
Mathieu Malaterre [Mon, 30 Jan 2012 09:08:45 +0000 (09:08 +0000)]
track all declarations after statement for C90 compilers (VS2005)

12 years agoFix compilation of C code. Remove warnings.
Mathieu Malaterre [Mon, 30 Jan 2012 08:57:26 +0000 (08:57 +0000)]
Fix compilation of C code. Remove warnings.

12 years agoFix a couple of warnings
Mathieu Malaterre [Mon, 30 Jan 2012 08:54:42 +0000 (08:54 +0000)]
Fix a couple of warnings

12 years agotrying to track issue with msgqueue_manager on win32. Use C-style comments
Mathieu Malaterre [Mon, 30 Jan 2012 08:44:05 +0000 (08:44 +0000)]
trying to track issue with msgqueue_manager on win32. Use C-style comments

12 years agoRemove unistd.h include
Mathieu Malaterre [Mon, 30 Jan 2012 08:22:24 +0000 (08:22 +0000)]
Remove unistd.h include

12 years agoRemove include of unistd.h. non-existant on win32
Mathieu Malaterre [Mon, 30 Jan 2012 08:17:43 +0000 (08:17 +0000)]
Remove include of unistd.h. non-existant on win32

12 years agomissing ws2_32 linking
Mathieu Malaterre [Sat, 28 Jan 2012 15:32:28 +0000 (15:32 +0000)]
missing ws2_32 linking

12 years ago[1.5] Add zlib check when checking libpng
Vincent Torri [Sat, 28 Jan 2012 10:46:42 +0000 (10:46 +0000)]
[1.5] Add zlib check when checking libpng

12 years ago[1.5] missing change in a previous commit, no need for an entry in CHANGES
Vincent Torri [Fri, 27 Jan 2012 17:55:06 +0000 (17:55 +0000)]
[1.5] missing change in a previous commit, no need for an entry in CHANGES

12 years ago[1.5] fix configure.ac to comply with recent change of PThread dependency
Antonin Descampe [Thu, 26 Jan 2012 16:02:08 +0000 (16:02 +0000)]
[1.5] fix configure.ac to comply with recent change of PThread dependency

12 years ago[1.5] remove pthread dependency from jpip client utilities
Antonin Descampe [Thu, 26 Jan 2012 15:02:58 +0000 (15:02 +0000)]
[1.5] remove pthread dependency from jpip client utilities

12 years agofix libopenjpip link on Windows
Vincent Torri [Wed, 25 Jan 2012 20:56:07 +0000 (20:56 +0000)]
fix libopenjpip link on Windows

12 years agofollow latest JPIP changes in the autotools side (pthread dependency, conditional...
Vincent Torri [Wed, 25 Jan 2012 19:52:18 +0000 (19:52 +0000)]
follow latest JPIP changes in the autotools side (pthread dependency, conditional compilation of JPIP server and client)

12 years ago[1.5] remove pthread dependency in JPIP client and tweak thirdparty stuff
Antonin Descampe [Wed, 25 Jan 2012 16:30:03 +0000 (16:30 +0000)]
[1.5] remove pthread dependency in JPIP client and tweak thirdparty stuff

12 years agoRefactor code to split jpip client code from server side.
Mathieu Malaterre [Wed, 25 Jan 2012 09:42:00 +0000 (09:42 +0000)]
Refactor code to split jpip client code from server side.

12 years ago[1.5] fix issue #104
Antonin Descampe [Mon, 23 Jan 2012 08:22:23 +0000 (08:22 +0000)]
[1.5] fix issue #104

12 years agoRemove icns, not required for cpack PackageManager.
Mathieu Malaterre [Fri, 20 Jan 2012 16:14:06 +0000 (16:14 +0000)]
Remove icns, not required for cpack PackageManager.

12 years agoMake r1330 more robust. Display more info.
Mathieu Malaterre [Fri, 20 Jan 2012 14:48:07 +0000 (14:48 +0000)]
Make r1330 more robust. Display more info.

12 years agoFix: MSVR-11-117 - Vulnerability Report.
Mathieu Malaterre [Fri, 20 Jan 2012 14:43:49 +0000 (14:43 +0000)]
Fix: MSVR-11-117 - Vulnerability Report.

12 years agoBuild conditionally the java binding
Mathieu Malaterre [Fri, 20 Jan 2012 14:08:59 +0000 (14:08 +0000)]
Build conditionally the java binding

12 years agoremove warnings about const string
Mathieu Malaterre [Fri, 20 Jan 2012 11:20:51 +0000 (11:20 +0000)]
remove warnings about const string

12 years agoPrefer share location over lib one.
Mathieu Malaterre [Fri, 20 Jan 2012 11:05:11 +0000 (11:05 +0000)]
Prefer share location over lib one.

12 years agoRemove warnings related to 3rd party lib
Mathieu Malaterre [Fri, 20 Jan 2012 10:59:10 +0000 (10:59 +0000)]
Remove warnings related to 3rd party lib

12 years agoBUG: 4 Apply patch from stefan.
Mathieu Malaterre [Wed, 11 Jan 2012 19:14:50 +0000 (19:14 +0000)]
BUG: 4 Apply patch from stefan.

12 years agoBUG: 26 Fix issue with memory consumption.
Mathieu Malaterre [Wed, 11 Jan 2012 19:03:22 +0000 (19:03 +0000)]
BUG: 26 Fix issue with memory consumption.

12 years agoFixing the PackageMaker generator
Mathieu Malaterre [Wed, 11 Jan 2012 16:18:26 +0000 (16:18 +0000)]
Fixing the PackageMaker generator

12 years agoAdd the fno-common flag to work around an issue with ld: common symbols not allowed...
Mathieu Malaterre [Wed, 11 Jan 2012 13:54:11 +0000 (13:54 +0000)]
Add the fno-common flag to work around an issue with ld: common symbols not allowed with MH_DYLIB output format with the -multi_module option

12 years agoRedo the BUILD_THIRDPARTY properly. Remove openjpeg.h symlink.
Mathieu Malaterre [Wed, 11 Jan 2012 13:17:15 +0000 (13:17 +0000)]
Redo the BUILD_THIRDPARTY properly. Remove openjpeg.h symlink.

12 years agoFix full path to icns file
Mathieu Malaterre [Wed, 11 Jan 2012 12:46:23 +0000 (12:46 +0000)]
Fix full path to icns file

12 years agoadd opj_logo.icns for trunk and 1.5
Antonin Descampe [Wed, 11 Jan 2012 12:19:18 +0000 (12:19 +0000)]
add opj_logo.icns for trunk and 1.5

12 years agoAdd missing plist file
Mathieu Malaterre [Wed, 11 Jan 2012 11:38:39 +0000 (11:38 +0000)]
Add missing plist file

12 years agoStart playing with bundle generator
Mathieu Malaterre [Wed, 11 Jan 2012 10:18:07 +0000 (10:18 +0000)]
Start playing with bundle generator

12 years agoAdding explicitely the new test
Mathieu Malaterre [Wed, 11 Jan 2012 09:04:44 +0000 (09:04 +0000)]
Adding explicitely the new test

12 years agoignore++
Vincent Torri [Sun, 1 Jan 2012 09:08:01 +0000 (09:08 +0000)]
ignore++

12 years agoFix for static libs
Mathieu Malaterre [Wed, 28 Dec 2011 20:10:44 +0000 (20:10 +0000)]
Fix for static libs

12 years agoInstall lib in /lib and dll in /bin
Mathieu Malaterre [Wed, 28 Dec 2011 20:09:14 +0000 (20:09 +0000)]
Install lib in /lib and dll in /bin

12 years agoDo not warn for VCExpress build
Mathieu Malaterre [Wed, 28 Dec 2011 18:07:22 +0000 (18:07 +0000)]
Do not warn for VCExpress build

12 years agoRemove proprietary stuff from Sun.
Mathieu Malaterre [Wed, 28 Dec 2011 14:43:41 +0000 (14:43 +0000)]
Remove proprietary stuff from Sun.

12 years agoremove symbolink links
Mathieu Malaterre [Wed, 28 Dec 2011 14:41:41 +0000 (14:41 +0000)]
remove symbolink links

12 years agoRemove binary jar from source dist.
Mathieu Malaterre [Wed, 28 Dec 2011 14:37:03 +0000 (14:37 +0000)]
Remove binary jar from source dist.

12 years agoAdd a dummy test for JPIP
Mathieu Malaterre [Tue, 27 Dec 2011 18:00:04 +0000 (18:00 +0000)]
Add a dummy test for JPIP

12 years ago[1.5][JPIP] additional modification for the warning
Kaori Hagihara [Sat, 24 Dec 2011 13:21:25 +0000 (13:21 +0000)]
[1.5][JPIP]  additional modification for the warning

12 years agoApply another patch from Kaori, about return value from write/fwrite. Thanks
Mathieu Malaterre [Fri, 23 Dec 2011 08:30:36 +0000 (08:30 +0000)]
Apply another patch from Kaori, about return value from write/fwrite. Thanks

12 years agoApply patch from Kaori. Thanks.
Mathieu Malaterre [Fri, 23 Dec 2011 08:29:09 +0000 (08:29 +0000)]
Apply patch from Kaori. Thanks.

12 years agoAnother round of universal fixes
Mathieu Malaterre [Wed, 21 Dec 2011 15:21:53 +0000 (15:21 +0000)]
Another round of universal fixes

12 years agoAttempt to fix building of universal exe
Mathieu Malaterre [Wed, 21 Dec 2011 15:19:46 +0000 (15:19 +0000)]
Attempt to fix building of universal exe

12 years agoNeed to include this file back
Mathieu Malaterre [Wed, 21 Dec 2011 14:46:37 +0000 (14:46 +0000)]
Need to include this file back

12 years agoRemove old module which does not support universal binary
Mathieu Malaterre [Wed, 21 Dec 2011 14:43:16 +0000 (14:43 +0000)]
Remove old module which does not support universal binary

12 years agohopefully fix a warning on VS2008 compiler
Mathieu Malaterre [Wed, 21 Dec 2011 10:24:59 +0000 (10:24 +0000)]
hopefully fix a warning on VS2008 compiler

12 years agominor doc tweak
Mathieu Malaterre [Wed, 21 Dec 2011 10:19:36 +0000 (10:19 +0000)]
minor doc tweak

12 years agoMake sure to append the compile def
Mathieu Malaterre [Wed, 21 Dec 2011 09:53:08 +0000 (09:53 +0000)]
Make sure to append the compile def

12 years agopc files are for UNIX.
Mathieu Malaterre [Wed, 21 Dec 2011 09:33:51 +0000 (09:33 +0000)]
pc files are for UNIX.

12 years agoRemove old visual studio files
Mathieu Malaterre [Wed, 21 Dec 2011 09:30:55 +0000 (09:30 +0000)]
Remove old visual studio files

12 years agoRemove exe bit
Mathieu Malaterre [Tue, 20 Dec 2011 18:38:08 +0000 (18:38 +0000)]
Remove exe bit

12 years agoReactivate the opjviewer in cmake
Mathieu Malaterre [Tue, 20 Dec 2011 18:33:45 +0000 (18:33 +0000)]
Reactivate the opjviewer in cmake

12 years agoFix test NR-ENC-Bretagne2.ppm-4-encode on linux.
Mathieu Malaterre [Tue, 20 Dec 2011 17:49:12 +0000 (17:49 +0000)]
Fix test NR-ENC-Bretagne2.ppm-4-encode on linux.

12 years agoImport patch from winfried on mailing list: patch for mj2.c in branch
Mathieu Malaterre [Tue, 20 Dec 2011 17:14:55 +0000 (17:14 +0000)]
Import patch from winfried on mailing list: patch for mj2.c in branch

12 years agoFix strange line, as reported by lockalsash (gmail.com)
Mathieu Malaterre [Tue, 20 Dec 2011 17:10:30 +0000 (17:10 +0000)]
Fix strange line, as reported by lockalsash (gmail.com)

12 years agoAnother set of change to remove warnings about c style comments
Mathieu Malaterre [Fri, 16 Dec 2011 11:26:26 +0000 (11:26 +0000)]
Another set of change to remove warnings about c style comments

12 years agoImport change from trunk to be able to generate dists.
Mathieu Malaterre [Fri, 16 Dec 2011 11:00:30 +0000 (11:00 +0000)]
Import change from trunk to be able to generate dists.

12 years agoFix a warning on MacOSX
Mathieu Malaterre [Fri, 16 Dec 2011 10:44:53 +0000 (10:44 +0000)]
Fix a warning on MacOSX

12 years agoHide a warning. Since 1.5 is not large file safe (>32bits) this should be ok
Mathieu Malaterre [Fri, 16 Dec 2011 10:43:10 +0000 (10:43 +0000)]
Hide a warning. Since 1.5 is not large file safe (>32bits) this should be ok

12 years agoRemove warning about unused args
Mathieu Malaterre [Fri, 16 Dec 2011 10:40:14 +0000 (10:40 +0000)]
Remove warning about unused args

12 years agoReorder static inline when extension is found (GNU)
Mathieu Malaterre [Fri, 16 Dec 2011 10:38:18 +0000 (10:38 +0000)]
Reorder static inline when extension is found (GNU)

12 years agoRemove some simple warnings about comments
Mathieu Malaterre [Fri, 16 Dec 2011 10:29:30 +0000 (10:29 +0000)]
Remove some simple warnings about comments

12 years agoRemove warning about GNU void* extension
Mathieu Malaterre [Fri, 16 Dec 2011 10:18:12 +0000 (10:18 +0000)]
Remove warning about GNU void* extension

12 years agoFix warning about no newline at end of file
Mathieu Malaterre [Fri, 16 Dec 2011 10:05:06 +0000 (10:05 +0000)]
Fix warning about no newline at end of file

12 years agoSync with trunk
Mathieu Malaterre [Mon, 12 Dec 2011 09:42:44 +0000 (09:42 +0000)]
Sync with trunk

12 years agoFix a bunch of warnings reported by gcc (unused results from fwrite)
Mathieu Malaterre [Mon, 12 Dec 2011 08:55:44 +0000 (08:55 +0000)]
Fix a bunch of warnings reported by gcc (unused results from fwrite)

12 years agoMissing part of import of rev 1148.
Mathieu Malaterre [Fri, 9 Dec 2011 09:22:27 +0000 (09:22 +0000)]
Missing part of import of rev 1148.

12 years agoImport rev 1148 from trunk.
Mathieu Malaterre [Thu, 8 Dec 2011 11:06:53 +0000 (11:06 +0000)]
Import rev 1148 from trunk.

12 years agoRemove more warnings
Mathieu Malaterre [Thu, 8 Dec 2011 09:25:25 +0000 (09:25 +0000)]
Remove more warnings