summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2011-04-04draw: Purge old (fast but too ugly) image scaling code.Tor Andersson
2011-04-03xps: Rearrange files, part three.Tor Andersson
2011-04-03xps: Rearrange files, part two.Tor Andersson
2011-04-03xps: Rearrange files, part one.Tor Andersson
2011-04-03xps: Remove dependency on expat.Tor Andersson
2011-04-01apps: Add XPS support to mupdf viewer.Tor Andersson
2011-04-01xps: Remove dependency on libpng.Tor Andersson
2011-03-30xps: Use fz_calloc for array allocations.Tor Andersson
2011-03-22xps: use fitz runtime and remove ghostscript specific code so it compiles.Tor Andersson
2011-03-09Move manpages out from debian into apps/man, and install them when running ma...Tor Andersson
2011-02-07Add support for AESv3 encryption from SumatraPDF.Tor Andersson
2011-02-02Use BINDIR, LIBDIR and INCDIR variables for installation directories instead ...Tor Andersson
2010-07-29Use chained reader like interface for filters instead of process interface.Tor Andersson
2010-07-23Allow some makefile variables to be overridden on the command line to ease cr...Tor Andersson
2010-07-22Delete library archives before running ar to prevent build skew when files ha...Tor Andersson
2010-07-21Add Robin Watts' smooth image scaling code.Tor Andersson
2010-07-15Refactored xref opening functions, command line tools, and rewrote pdfdraw to...Tor Andersson
2010-07-15Tweak makefiles.Tor Andersson
2010-07-09Rearrange and merge some files in the fitz directory.Tor Andersson
2010-07-08Remove unmaintained MMX optimized function and runtime detection.Tor Andersson
2010-06-18Allow assembler files in the makefile. Renamed ARCH_SRC to DRAW_ARCH_SRC.Tor Andersson
2010-06-15Rearrange in Makerules and Makethird to remove cyclical dependencies.Tor Andersson
2010-06-15Add THIRD_INCS to CFLAGS after it has been set, not before.Tor Andersson
2010-06-14Include Makerules and Makethird in the correct order.Tor Andersson
2010-06-04Add missing -lfreetype for non-thirdparty-package builds on MacOS X.Tor Andersson
2010-06-02Use make install rule to copy binaries to the debian/tmp hierarchy when gener...Tor Andersson
2010-06-01Add support for automatically compiling third party libraries if they are pre...Tor Andersson
2010-05-27Add optimized function written in C that depends on integers being exactly 32...Tor Andersson
2010-05-25Merge fitz_res.h and fitz_draw.hTor Andersson
2010-05-21Recover Encryption dictionary when repairing broken PDF files.Tor Andersson
2010-05-20Only create a single libmupdf library.Tor Andersson
2010-05-20Split configuration options from Makefile into Makerules.Tor Andersson
2010-05-20Add a pregenTor Andersson
2010-05-01Enable optimizations for Linux release version.Sebastian Rasmussen
2010-05-11Add a bbox extraction device.Tor Andersson
2010-04-20Add -lm to the link command.Tor Andersson
2010-04-16Resurrect pdfinfo tool.Sebastian Rasmussen
2010-04-15Add dependencies on headers specific for viewer applications and tools.Sebastian Rasmussen
2010-04-15Turn off all optimizations in debug build target.Tor Andersson
2010-04-14Combined all colorspace and all shading code into two files instead of five.Sebastian Rasmussen
2010-04-12Enable archx86 optimized code in the default build on MacOS X.Tor Andersson
2010-04-12Remove unused CRC32 code.Sebastian Rasmussen
2010-04-11Remove unused functions in obj_parse.cTor Andersson
2010-04-11Adapted pdfextract to new data structures and included it in the default build.Sebastian Rasmussen
2010-04-08Move fz_pixmap from draw directory to fitz.Tor Andersson
2010-04-08Add display list device.Tor Andersson
2010-04-08Rename the old path and text node files.Tor Andersson
2010-03-24Add debug and release modes to the Makefile.Tor Andersson
2010-03-24Fix Makefile for MSYS build.Tor Andersson
2010-03-24Add pdfclean target.Tor Andersson