summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2018-09-21Remove MULTITHREADED build flag, i.e. always enable threading support based o...Adam Reichold1-4/+0
2018-09-21Replace GooMutex by std::recursive_mutex (and plain reference counter by std:...Adam Reichold1-1/+0
2018-09-21Poppler 0.69poppler-0.69.0Albert Astals Cid1-2/+2
2018-09-05goo: Split GDir and GDirEntry out of gfile.hChristian Persch1-0/+1
2018-08-31Install goo/GooCheckedOps.hJakub Wilk1-0/+1
2018-08-31Bump required C++ standard version to C++14 and convert a few hopefully obvio...Adam Reichold1-1/+1
2018-08-29Turn gmem into a header-only wrapper to allow unnecessary branches to be opti...Adam Reichold1-1/+0
2018-08-29Remove gmempp implementing C++ memory allocation operators using gmalloc for ...Adam Reichold1-1/+0
2018-08-19poppler 0.68poppler-0.68.0Albert Astals Cid1-2/+2
2018-08-18Make sure that the openjpeg we're getting is version 2Albert Astals Cid1-1/+1
2018-08-16Remove wchar_t- on MSVCHannah von Reth1-1/+0
2018-08-16Use OpenJpeg cmake config file instead of pkgconfigAlbert Astals Cid1-8/+8
2018-07-19poppler 0.67poppler-0.67.0Albert Astals Cid1-2/+2
2018-06-19Poppler 0.66poppler-0.66.0Albert Astals Cid1-2/+2
2018-05-19Poppler 0.65.0poppler-0.65.0Albert Astals Cid1-2/+2
2018-05-06Remove GooHash after replacing it by std::unordered_map.Adam Reichold1-2/+0
2018-04-17poppler 0.64.0poppler-0.64.0Albert Astals Cid1-2/+2
2018-04-16Make it possible to build poppler on Android without fontconfigAleix Pol1-1/+6
2018-03-19build: bring back the option to disable GObject introspectionCarlos Garcia Campos1-3/+6
2018-03-180.63poppler-0.63.0Albert Astals Cid1-2/+2
2018-01-10UnicodeMapFuncs: Move implementation to .cppAlbert Astals Cid1-0/+1
2018-01-09add "--owner root:0 --group root:0" options to tar command in dist targetsuzuki toshiya1-2/+2
2017-12-030.62.0poppler-0.62.0Albert Astals Cid1-3/+3
2017-12-01Remove the Qt4 frontendAlbert Astals Cid1-17/+0
2017-12-01Make the disable for ENABLE_CMS be noneAlbert Astals Cid1-3/+3
2017-12-01Stop supporting openjpeg1, you really want to use openjpeg2 :)Albert Astals Cid1-49/+5
2017-12-01Stop supporting lcms1, you really want to use lcms2 :)Albert Astals Cid1-30/+6
2017-11-15Move UTF8.h to UnicodeMapFuncs.h and rename UCS2 to UTF16Adrian Johnson1-1/+1
2017-11-120.61.1poppler-0.61.1Albert Astals Cid1-1/+1
2017-11-03Poppler 0.61poppler-0.61Albert Astals Cid1-3/+3
2017-11-03mingw: change library names to include the soversionSandro Mani1-0/+4
2017-10-31cmake: support GNUInstallDirsEmilio Pozuelo Monfort1-11/+10
2017-10-21mingw build fix - use win32 threadsAdrian Johnson1-3/+7
2017-10-21Move strtok_r to goo/glibcAdrian Johnson1-1/+1
2017-10-21Remove unused HAVE_ZLIB_H/HAVE_LIBZ macrosAdrian Johnson1-3/+0
2017-10-21Make poppler compile if threads not availableAdrian Johnson1-1/+4
2017-10-21Use -pthread flag instead of -lpthreadAdrian Johnson1-6/+5
2017-10-21We always have config.h so drop the macroAdrian Johnson1-1/+0
2017-10-21Remove HAVE_FREETYPE macrosAdrian Johnson1-1/+0
2017-10-21Remove unused t1lib codeAdrian Johnson1-6/+0
2017-10-13do not install Function.cc, as it's not a headerDavid Tardon1-1/+0
2017-10-05Poppler 0.60.1poppler-0.60.1Albert Astals Cid1-1/+1
2017-10-02Poppler 0.60.0Albert Astals Cid1-2/+2
2017-09-26Enable libcurl support by defaultAlbert Astals Cid1-3/+7
2017-09-21Add gtk-doc support to CMake buildCarlos Garcia Campos1-1/+3
2017-09-16cmake: restructure the warnings into a "default" and "extra" groupAdrian Johnson1-13/+5
2017-09-07Disable glib if cairo is not foundOliver Sander1-0/+1
2017-09-06cmake: Give people the option to build poppler as a static libraryAlbert Astals Cid1-1/+2
2017-09-05cmake: add options to disable glib/qt4/qt5Adrian Johnson1-20/+34
2017-09-04Initial make dist support in cmakeAlbert Astals Cid1-0/+9