summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2012-05-21[1.5] Man page syntax fixes. Thanks to vskytta for patch.Mathieu Malaterre
Fixes issue 147
2012-03-02[1.5] Finish import of r963Mathieu Malaterre
2012-03-02[1.5] merge r963 from trunk over to branch 1.5Mathieu Malaterre
2012-02-10[1.5] fixed an error in autotools that prevented the build because no ↵Antonin Descampe
CHANGES file anymore
2012-02-07[1.5] revert build documentation behaviour in cmakeAntonin Descampe
2012-02-06[1.5] fixes documentation generation with doxygenAntonin Descampe
2012-02-06Fix doc generationMathieu Malaterre
2012-01-30Fix doc target in cmakeMathieu Malaterre
2011-10-06[1.5] enhance html documentation generation with cmake and add a openjpeg ↵Mickael Savinaud
mainpage to this doc
2011-08-16removed obsolete testing directory and *.nix filesAntonin Descampe
2011-04-16fixed wrong path in Doxyfile.doxAntonin Descampe
2011-04-14fixed applications/codec/CMakeLists.txt that prevented JPWL executables to ↵Antonin Descampe
be built with JPWL functionalities ; changed make all behaviour : DOC target removed from ALL
2011-03-04updated autotools files to improve build and install procedures (credit to ↵Antonin Descampe
Vincent Torri)
2011-01-17remove (autotools) generated filesRex Dieter
2011-01-13followup autotools fixes, adding DESTDIR supportRex Dieter
2010-12-14Adapted Makefile.am/Makefile.nix to build choice: shared xor staticWinfried
2010-12-09Updated Makefile.inWinfried
2010-11-17install man pages by default. install CHANGES and LICENSEAntonin Descampe
2010-10-22Install man pagesBen Boeckel
2010-10-22M configureWinfried
M Makefile.in M configure.ac A libopenjpeg.pc.in M doc/Makefile.in M doc/Makefile.am M CHANGES M Makefile.am
2010-10-18M jp3d/Makefile.nixWinfried
M config.nix M doc/Makefile.in M doc/Makefile.am M doc/Makefile.nix M CHANGES M jpwl/Makefile.nix M Makefile.nix
2010-10-17-This line, and those below, will be ignored--Winfried
M configure M Makefile.in M opj_config.h.in.user M mj2/Makefile.in M mj2/Makefile.am M mj2/Makefile.nix M libopenjpeg/Makefile.in M jp3d/Makefile.in M jp3d/libjp3dvm/Makefile.in M jp3d/Makefile.nix M jp3d/codec/Makefile.in M jp3d/codec/Makefile.am M config.nix M configure.ac M doc/Makefile.in M doc/Makefile.am M doc/Makefile.nix M INSTALL M CHANGES M jpwl/Makefile.in M jpwl/Makefile.am M jpwl/Makefile.nix M Makefile.am M Makefile.nix M codec/Makefile.in M codec/Makefile.am
2010-10-05Added files to let people build openjpeg with configure tools ; Added ↵Antonin Descampe
makefiles to let people manually build openjpeg on *nix platforms ; Removed obsolete Makefiles ; Renamed dirent.h to windirent.h ; Made optional the PNG, TIFF, and LCMS support in CMake files ; Added opj_config* files to configure openjpeg before building it (opj_config.h generated by configure, cmake, or manually by the user) ; Renamed this file from ChangeLog to CHANGES ; Renamed License.txt to LICENSE ; Updated README files ; Added INSTALL and LICENSE files ; Added man pages
2007-09-06ENH: Add CMake/doxygen outputMathieu Malaterre
2007-09-03Added the knowledge of JPSEC SEC and INSEC markers (you have to compile the ↵Giuseppe Baruffa
JPWL project). Management of these markers is limited to skipping them without crashing: no real security function at this stage. Deprecated USE_JPSEC and USE_JPWL will be removed next
2006-12-13Definition of USE_JPWL in doxygen file for building the corresponding ↵Giuseppe Baruffa
documentation on JPWL module; creation of README file in JPWL directory
2005-12-08OpenJPEG version 1.1Antonin Descampe