summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2014-01-23cmake: install JpegWriter.h depending on libjpegPino Toscano1-3/+5
... and not libopenjpeg
2014-01-030.25.1poppler-0.25.1Albert Astals Cid1-1/+1
2013-12-110.25.0poppler-0.25.0Albert Astals Cid1-3/+3
2013-12-07Merge remote-tracking branch 'origin/poppler-0.24'Albert Astals Cid1-2/+2
Conflicts: utils/pdfimages.cc utils/pdfinfo.cc utils/pdfseparate.cc
2013-12-07Compile++Albert Astals Cid1-0/+2
2013-11-270.24.4poppler-0.24.4Albert Astals Cid1-2/+2
2013-11-15Merge remote-tracking branch 'origin/poppler-0.24'Albert Astals Cid1-1/+1
2013-10-260.24.3poppler-0.24.3Albert Astals Cid1-1/+1
2013-10-02Compile++Albert Astals Cid1-0/+4
2013-09-30Merge remote-tracking branch 'origin/poppler-0.24'Albert Astals Cid1-1/+1
2013-09-270.24.2poppler-0.24.2Albert Astals Cid1-1/+1
2013-09-16Merge remote-tracking branch 'origin/poppler-0.24'Pino Toscano1-1/+1
Conflicts: utils/pdfimages.1
2013-08-260.24.1poppler-0.24.1Albert Astals Cid1-1/+1
2013-08-26Refactor ImageOutputDev to facilitate adding more output formatsAdrian Johnson1-0/+1
- Move PPM/PBM code into a NetPBMWriter class so PNGWriter and TiffWritersupport be added. - Create generic WriteRawIMage function for writing jpeg files so support for jpeg2000/jbig2 can be added.
2013-07-290.24.0poppler-0.24.0Albert Astals Cid1-3/+3
2013-07-190.23.4poppler-0.23.4Albert Astals Cid1-2/+2
2013-07-08cmake: improve linking with pthreadsPino Toscano1-3/+3
Use the CMake-provided variable instead of hardcoding -lpthread.
2013-07-020.23.3poppler-0.23.3Albert Astals Cid1-2/+2
2013-06-26Fix qt5 found/not found logicAlbert Astals Cid1-4/+4
2013-06-17Allow to enable Qt5 support only with CMake >= 2.8.8Granger Anthony1-10/+16
2013-06-17harmonize spacesAlbert Astals Cid1-4/+3
2013-06-17Initial Qt5 portAlbert Astals Cid1-0/+20
2013-06-110.23.2poppler-0.23.2Albert Astals Cid1-2/+2
2013-06-01Use ansi stdio extensions when using a mingw compilerHib Eris1-0/+4
In the C runtime used by mingw compilers (msvcrt.dll) the printf function does not support the C99 format-width specifier "%ll". Defining __USE_MINGW_ANSI_STDIO enables mingw's ansi stdio extensions that implement a C99 compliant printf function. https://bugs.freedesktop.org/show_bug.cgi?id=65238
2013-05-280.23.1poppler-0.23.1Albert Astals Cid1-2/+2
2013-05-27Fix big file support in cmakeAlbert Astals Cid1-0/+2
Tested by Fabio
2013-05-130.23.0poppler-0.23.0Albert Astals Cid1-3/+3
Includes news, soversions, updated copyrights, etc
2013-05-13Merge remote-tracking branch 'origin/poppler-0.22'Albert Astals Cid1-2/+2
2013-05-130.22.4 versionpoppler-0.22.4Albert Astals Cid1-2/+2
Also increase soversion since Gfx.h got a new member
2013-04-12Merge remote-tracking branch 'origin/poppler-0.22'Albert Astals Cid1-2/+2
Conflicts: poppler/TextOutputDev.h
2013-04-11Increase poppler core sonamepoppler-0.22.3Albert Astals Cid1-1/+1
2013-04-11Increase version number to 0.22.3Albert Astals Cid1-1/+1
2013-04-06Make our mutexes recursiveAlbert Astals Cid1-0/+3
Fixes a deadlock problem found with a pdf i can't share (411klaralv.pdf) Reviewed by Thomas and Adam on the mailing list
2013-03-110.22.2poppler-0.22.2Albert Astals Cid1-2/+2
2013-02-100.22.1poppler-0.22.1Albert Astals Cid1-1/+1
2012-12-290.22.0poppler-0.22.0Albert Astals Cid1-3/+3
2012-12-150.21.4 soversion increasespoppler-0.21.4Albert Astals Cid1-1/+1
2012-12-150.21.4 version increaseAlbert Astals Cid1-1/+1
2012-12-010.21.3poppler-0.21.3Albert Astals Cid1-2/+2
2012-12-01Merge commit 'b1dacd1e6ab00eb1976491eb2b45c76671011b38'Albert Astals Cid1-2/+2
2012-11-28cmake: Enable compiler warnings for C codePino Toscano1-0/+2
Compilation of glib/demo uses a C compiler, thus compiler warnings should be enabled in the CFLAGS variable. followup of 5c5945d163fe406960ccc2e3a71882722b9e69d1
2012-11-230.21.2poppler-0.21.2Albert Astals Cid1-2/+2
2012-11-090.21.1poppler-0.21.1Albert Astals Cid1-2/+2
2012-10-14New/old header for cmake buildsystemAlbert Astals Cid1-0/+1
2012-09-21Increase sonamespoppler-0.21.0Albert Astals Cid1-1/+1
2012-09-21Version increaseAlbert Astals Cid1-2/+2
2012-09-11Merge remote-tracking branch 'origin/poppler-0.20'Albert Astals Cid1-2/+2
2012-09-100.20.40.20.40.20.40.20.4poppler-0.20.4Albert Astals Cid1-2/+2
2012-09-08Merge remote-tracking branch 'origin/poppler-0.20'Albert Astals Cid1-2/+2
Conflicts: glib/poppler-document.cc poppler/PDFDoc.cc poppler/XRef.h utils/HtmlFonts.cc
2012-09-06Added goo/grandom.[cc|h] with POSIX implementationFabio D'Urso1-0/+2