summaryrefslogtreecommitdiff
path: root/config.h.cmake
AgeCommit message (Collapse)AuthorFilesLines
2012-02-20cmake: support for lcms2Pino Toscano1-0/+3
followup of e48c22d3b70412015b9cc07a9a6ce07845274e13 also for the CMake build system, importing the FindLCMS2.cmake from kdelibs
2012-01-27Set OPJ_DPARAMETERS_IGNORE_PCLR_CMAP_CDEF_FLAG if you have itAlbert Astals Cid1-0/+3
Fixes/workarounds bug 43414 with openjpeg 1.5 (unreleased) (cherry picked from commit de6415af1a39ec7dfa4f149c6c5e311b86352cec)
2011-02-13remove more GDK-related stuffPino Toscano1-3/+0
followup of 149b7fec472beda9d1538e0f26607c9498d504c2
2010-12-29Make pdftoppm be able of writing tif filesWilliam Bader1-0/+3
BUG 32027
2010-12-14We need this to make the define really be definedAlbert Astals Cid1-0/+3
2010-07-19Remove exception supportAlbert Astals Cid1-3/+0
We don't use it and don't even support it properly
2010-04-05Add HTTP support using libcurlHib Eris1-0/+6
With libcurl, poppler can handle documents over http.
2010-03-02[CMake] properly define ICONV_CONSTPino Toscano1-1/+1
2010-02-22[CMake] no more need to build system check for the Cairo blend modesPino Toscano1-3/+0
followup of 880890c14e99a954b365a3a6b59deeffa5304d30 for the cmake build system
2010-02-21Merge remote branch 'origin/cpp-frontend'Pino Toscano1-0/+6
* origin/cpp-frontend: (34 commits) [cpp/tests] poppler-dump: show a string for the font type [cpp/tests] poppler-dump: show the orientation of the pages [cpp/tests] poppler-dump: a bit less output in permissions lines [cpp/tests] poppler-dump: add --show-all to show all the information [cpp] use iconv for the utf8 <-> utf16 conversions [cpp] add the build system stuff for iconv, mandatory for cpp [cpp] fixup unicode GooString <-> ustring conversions [cpp] fix installation of poppler-version.h with autotools and builddir != srcdir simplify [cpp/tests] add a simple poppler-dump test [cpp] use the correct index (instead of an uninitialized variable) [cpp] properly delete the children of a toc item [cpp] actually implement toc::root() [cpp] fix the reference to the vector data [cpp] fix the reference to the vector data [cpp] add destructor for 'rectangle' [cpp] add out stream operators for rect and rectf [cpp] add namespace to namespace functiond to link properly [cpp] add default empty parameters for the passwords of the document loading functions [cpp] add "human friendly" output representation for byte_array ... Conflicts: config.h.cmake
2010-02-16make the descriptions specify they refer to the Splash backendPino Toscano1-2/+2
2010-02-16[CMake] find the system threads, and define in the config.h if we have pthreadsPino Toscano1-0/+3
2010-02-16[CMake] add the HAVE_LIBOPENJPEG and HAVE_OPENJPEG_H defines, to match ↵Pino Toscano1-0/+6
autotools' ones
2010-02-16[CMake] config.h.cmake: change some comments to match autotools' onesPino Toscano1-4/+6
2010-02-16[CMake] add the Win32-specific ENABLE_RELOCATABLE option, matching ↵Pino Toscano1-0/+3
autotools' one
2010-02-16[CMake] config.h.cmake: move POPPLER_WITH_GDK in the same place of ↵Pino Toscano1-3/+3
autotools' generated one, and with the same comment
2010-01-13Make fontconfig optional with mingw compilerHib Eris1-0/+6
2010-01-12Add the possibility of using float for splash variables instead of doubleAlbert Astals Cid1-1/+4
Based on a patch by Marius Vollmer marius.vollmer@nokia.com See bug 25578 for more info
2009-12-30[cpp] add the build system stuff for iconv, mandatory for cppPino Toscano1-0/+6
2009-12-14[CMake] add the configure check for the Cairo blend modes support (as in ↵Pino Toscano1-0/+3
autotools)
2009-12-14[CMake] add configure check for sys/mman.h (as in autotools)Pino Toscano1-0/+3
2009-12-14minor spelloPino Toscano1-1/+1
2009-12-14[CMake] add configure check for fcntl.h (as in autotools)Pino Toscano1-0/+3
2009-12-14[CMake] oops, those should have been '#cmakedefine' and not '#define'Pino Toscano1-2/+2
2009-12-14[CMake] move and rename to match more the autotools outputPino Toscano1-7/+14
2009-12-14[CMake] add checks for gmtime_r and localtime_rPino Toscano1-0/+6
2009-01-07Add lcms option to cmake buildsystemAlbert Astals Cid1-0/+3
2009-01-06Fix the cmake buildsystemAlbert Astals Cid1-0/+3
2008-03-24fix build when using cmake, not sure it's completely ok, but at least i can ↵Albert Astals Cid1-0/+3
compile
2008-02-24define snprintf to _snprintf if we are building on MSVCPatrick Spendrin1-0/+4
2008-01-30Introduce the CMake-based build system.Pino Toscano1-0/+149
Mostly works nicely as the autotools, and it mimics (almost) all the autotools behaviours. Copied some scripts from the KDE cmake scripts (BSD-licensed). TODO: gtk-doc.