Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-14 | Fix build of curl on macosx. | Tor Andersson | |
Only build mupdf-x11-curl if the curl thirdparty library exists. | |||
2013-07-24 | Fix MSVC Release build. | Robin Watts | |
2013-07-22 | Update thirdparty/curl to include curl_config.h | Robin Watts | |
This solves linux build problems. | |||
2013-07-19 | Import curl submodule. | Robin Watts | |
2013-06-08 | Update openjpeg submodule with ARM build fix. | Robin Watts | |
2013-05-27 | Pull in latest fixes to jbig2dec. | Robin Watts | |
Also fix android building with latest openjpeg2. | |||
2013-05-24 | Take on zenikos OpenJPEG2 fixes. | Robin Watts | |
2013-05-24 | Update build to use the latest openJPEG2 | Shailesh Mistry | |
2013-05-22 | Bug 693540: Update OpenJPEG2 with fix for expected number of parts. | Robin Watts | |
2013-05-22 | Update openjpeg with latest commits. | Robin Watts | |
2013-05-22 | Update OpenJPEG to v2.0.0. | Robin Watts | |
2013-02-14 | Update jbig2dec thirdparty to latest. | Tor Andersson | |
2013-01-11 | Revert "Update openjpeg with fixes" | Robin Watts | |
This reverts commit 57c0f109b4c0d13813ca6cbc463468b503f91048 which slipped through when it should not have. | |||
2013-01-11 | Update openjpeg with fixes | Robin Watts | |
2013-01-02 | Bug 693503: Update freetype to fix SEGV | Robin Watts | |
Problem found in a test file, 4174.pdf.SIGSEGV.50c.3529 supplied by Mateusz "j00ru" Jurczyk and Gynvael Coldwind of the Google Security Team using Address Sanitizer. Many thanks! Fonts extracted from the file supplied to Werner Lemberg who fixed the problem in freetype. Again, many thanks. | |||
2012-09-26 | Use 'artifex' branch of third party openjpeg library. | Tor Andersson | |
Version 1.5.0 with revisions 1728 and 1730 included from SVN. | |||
2012-09-26 | Add thirdparty libraries as git submodules. | Tor Andersson | |
jbig2dec latest freetype 2.4.10 jpeg 9 openjpeg 1.5.0 zlib 1.2.7 Update MSVC projects for thirdparty libraries as submodules. Improve thirdparty library availability checks in Makethird by checking for the existence of a README file instead of just the directory, since a checkout without active git submodules has empty directories for the third party libraries. |