summaryrefslogtreecommitdiff
path: root/applications/jpip/util
AgeCommit message (Collapse)Author
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177
2012-09-10[trunk] Fix one remaining issue with C90 compatMathieu Malaterre
2012-08-30[trunk] Remove CMake-language block-end command argumentsMickael Savinaud
Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style. Thanks to Hans Johnson
2012-08-30[trunk] Convert CMake-language commands to lower caseMickael Savinaud
Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. This also changes all the key words to lower case. The primary reason for changing key words is that all documentation for CMakeLists.txt now shows the key words as lower case. Even the printed “Mastering CMake v5” uses lower case. Thanks to Hans Johnson
2012-07-25[trunk] Use const keyword when appropriateMathieu Malaterre
2012-07-25[trunk] Import changes from 1.5 branchMathieu Malaterre
2012-04-23[trunk] apply patch from winfried on the mailing list. For more info see: ↵Mathieu Malaterre
https://groups.google.com/group/openjpeg/msg/e631d586a31c6de4
2012-03-19[trunk] start using new functionalities from opj_inttypes in jpip code and ↵Mathieu Malaterre
main openjpeg
2012-03-02[trunk] Import remaning bits from JPIP/1.5 over to trunkMathieu Malaterre
2012-03-02[trunk] Merge rev 1068 into trunkMathieu Malaterre
2012-03-02[trunk] Import rev 1103 into trunk.Mathieu Malaterre
2012-03-02[trunk] do not distribute binary in the source code. Remove *.jar filesMathieu Malaterre
2012-03-02[trunk] import JPIP modifications for build-system from 1.5Mathieu Malaterre
2011-12-02Sorry. Reverting mistake.Mathieu Malaterre
2011-12-02Simplify code. Use standard find_package call instead. ctest script will ↵Mathieu Malaterre
need to handle this now
2011-11-24Cleanup jpip cmake compilationMathieu Malaterre
2011-11-16[trunk][JPIP] fixed opj_server execusion error (instant terminating) with ↵Kaori Hagihara
autotool, cmake still need to be fixed
2011-11-03solved memory leak of opj_server, and removed redundant definesKaori Hagihara
2011-11-02[trunk][JPIP] additional patches for autotools and cmakeAntonin Descampe
2011-10-26additional patches for autotool are appliedKaori Hagihara
2011-10-25fixed client viewer to be compatible with server response header both ↵Kaori Hagihara
Content-type and Content-Type
2011-10-25patches for cmake and autotool are appliedKaori Hagihara
2011-10-19start using API style in openJPIP libraryKaori Hagihara