index
:
openjpeg
UCL
avendor
cancel
carl-1
carl-2
carl-2-rebased-on-master
ccache
codingstyle
coverity_scan
coverity_scan_original
dcpomatic-2.5.2
dcpomatic-2.5.4
dev-restart
fix-bypass-restart
fix_bypass_pterm_termall
fix_bypass_pterm_termall_and_lossless_decomposition_issue
floating_point_irreversible_encoding
gh-pages
j2kviewer
master
master-cdist
openjp3d
openjpeg-1.5
openjpeg-2.0
openjpeg-2.1
openjpeg3d
openjpeg3d@745
openjpeg3d@749
opj-v1-branch
opj_idwt53_h_cas0_SSE2
opt
t1_dec_signed_magnitude_representation
t1_optim_attempt_refpass_4_at_context16
v2
videocon-1
Fork of openjpeg library for JPEG2000 encoding and decoding
cth@carlh.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2011-01-02
bug fixes to enable cmake compilation on WIN32 platform (see CHANGES for deta...
Antonin Descampe
2010-12-05
revert to previous behaviour for cmake: builds (and links) dynamically by def...
Antonin Descampe
2010-11-28
changed cmake behaviour: executables are now always statically linked. When -...
Antonin Descampe
2010-11-17
install man pages by default. install CHANGES and LICENSE
Antonin Descampe
2010-11-17
minor changes in cmake files (from winfried)
Antonin Descampe
2010-11-17
fixed missing argument in main CMakeLists.txt
Antonin Descampe
2010-11-16
minor changes in cmake flags
Antonin Descampe
2010-10-22
Don't clobber openjpeg.h from jp3d
Ben Boeckel
2010-10-22
Install man pages
Ben Boeckel
2010-10-22
Default to building shared libraries
Ben Boeckel
2010-10-21
fixed paths to png and tiff in CMakeLists.txt and fixed link to lcms library ...
Antonin Descampe
2010-10-05
fixed CMakeLists.txt typo
Antonin Descampe
2010-10-05
Added files to let people build openjpeg with configure tools ; Added makefil...
Antonin Descampe
2010-09-05
ENH: Adding a configured header file at the image of config.h.
Luis Ibanez
2010-09-05
ENH: jpwl subdirectory is now build also on Unix systems.
Luis Ibanez
2010-09-05
ENH: Grouping the logic that detects getopt.c into a single .cmake file.
Luis Ibanez
2010-08-31
ENH: Silencing warnings from Visual Studio regardgin security of string funct...
Luis Ibanez
2010-07-02
Change CMakeLists.txt to build examples by default (image_to_j2k and j2k_to_i...
Antonin Descampe
2010-06-29
Synchronize branch and trunk cmakelists files
Mathieu Malaterre
2010-06-21
adding j2k_dump executable
Mathieu Malaterre
2010-05-26
ENH: Added custom configuration for CTest. This allows to fine tune
Luis Ibanez
2010-05-26
Remove automatic setting of BUILDNAME for now
Mathieu Malaterre
2010-05-26
Reactivate ctest
Mathieu Malaterre
2010-05-26
Move to cmake 2.6. Add policy CMP0003
Mathieu Malaterre
2010-03-05
Updated makefiles for v1.4 and v2.0
Francois-Olivier Devaux
2007-12-21
VERSION 1.3.0 RELEASE
Francois-Olivier Devaux
2007-11-08
BUG: Fix name of project
Mathieu Malaterre
2007-11-08
ENH: remove hardcoded value. It is a user-configurable option, which default ...
Mathieu Malaterre
2007-11-08
ENH: do not set ffast-math for all configurations, please
Mathieu Malaterre
2007-11-08
In t1.c, small change to avoid calling twice t1_getwmsedec()
Francois-Olivier Devaux
2007-09-25
BUG: Fix previous patch from Callum Lerwick. I have no clue what CMAKE_INSTAL...
Mathieu Malaterre
2007-09-12
Patch from Callum Lerwick. Fixed the library linking so it links with the sov...
Francois-Olivier Devaux
2007-09-07
BUG: cannot run tests if EXAMPLES are not built
Mathieu Malaterre
2007-09-07
ENH: make it a little more user friendly
Mathieu Malaterre
2007-09-07
ENH: Add cmake code to do testing if user has properly setup a testimages dir...
Mathieu Malaterre
2007-09-06
ENH: Add very simple tests (simply run command line with no option)
Mathieu Malaterre
2007-09-06
ENH: Add CMake/doxygen output
Mathieu Malaterre
2007-09-06
ENH: add Java j2kviewer but do not compile it using cmake since cmake has too...
Mathieu Malaterre
2007-09-06
ENH: CMake: start compiling index_create. OpenJPEG.rc update copyright year
Mathieu Malaterre
2007-09-06
ENH: CMake: output all executable/libs into one single directory
Mathieu Malaterre
2007-09-06
ENH: add cmake for jp3d
Mathieu Malaterre
2007-09-06
ENH: Add jpwl. Also remove old deprecated way of linking lib math on unix
Mathieu Malaterre
2007-09-06
ENH: Start building mj2
Mathieu Malaterre
2006-07-22
ENH: Update CMake to do proper installation. Still using the 2.2 installation...
Mathieu Malaterre
2006-02-05
BUG: Need to leave option for user to change
Mathieu Malaterre
2006-02-05
ENH: Several updates: Do not need an explicit DartConfig, default inexistant ...
Mathieu Malaterre
2006-01-25
STYLE: Add a lot of comments for the CMake build system
Mathieu Malaterre
2006-01-25
ENH: Set a default BUILDNAME
Mathieu Malaterre
2006-01-25
added cmake files to the project
Antonin Descampe