summaryrefslogtreecommitdiff
path: root/codec/CMakeLists.txt
AgeCommit message (Collapse)Author
2007-11-27Created the file index.c in the codec directory. This file handles the ↵Francois-Olivier Devaux
creation of index files, at encoding and decoding. Fixed bugs during the creation of the index (PCRL progression order)
2007-09-07BUG: cannot run tests if EXAMPLES are not builtMathieu Malaterre
2007-09-07ENH: Add cmake code to do testing if user has properly setup a testimages ↵Mathieu Malaterre
directory
2007-09-06ENH: Fix unitialized read in img_fol (we may need a smarter initialize than ↵Mathieu Malaterre
memset)
2007-09-06ENH: Add very simple tests (simply run command line with no option)Mathieu Malaterre
2007-09-06ENH: Add jpwl. Also remove old deprecated way of linking lib math on unixMathieu Malaterre
2007-03-01COMP: Fix compilation of executable linking to TIFF lib.Mathieu Malaterre
2006-07-22ENH: Update CMake to do proper installation. Still using the 2.2 ↵Mathieu Malaterre
installation approach for now.
2006-02-05ENH: Do the proper thing for static/sharedMathieu Malaterre
2006-01-25STYLE: Add a lot of comments for the CMake build systemMathieu Malaterre
2006-01-25added cmake files to the projectAntonin Descampe