summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2017-03-09Add override markersAlbert Astals Cid1-0/+4
2016-09-28Revert "pdfinfo: add -dests option to print named destinations"Adrian Johnson1-1/+1
2016-09-17pdfinfo: add -dests option to print named destinationsAdrian Johnson1-1/+1
2016-03-02Merge remote-tracking branch 'origin/signatureHandling'Albert Astals Cid1-0/+22
2015-12-28Make detection of version one of OpenJPEG prefer a pkg-config manifest if it ...Adam Reichold1-14/+23
2015-09-14Core: Support for digital signaturesAndré Guerreiro1-0/+22
2015-09-06cmake: Allow configuring SHARE_INSTALL_DIRHeiko Becker1-1/+1
2015-01-04Cmake support for openjpeg2Adrian Johnson1-0/+30
2014-02-10increase gtk3 dependencyAlbert Astals Cid1-1/+1
2014-01-26Use c99 for the c compilerAlbert Astals Cid1-0/+1
2014-01-14Do not define -ansiAlbert Astals Cid1-5/+0
2013-06-18If qmake gives us a Qt5 qmake try with qmake4 and qmake-qt4Albert Astals Cid1-23/+39
2013-05-27Fix big file support in cmakeAlbert Astals Cid2-0/+58
2013-03-18cmake: drop search of gthread-2.0 and gio-2.0 from GTKPino Toscano1-1/+1
2013-03-18cmake: search also for gio-2.0 as GLIB libraryMichael Weiser1-1/+2
2012-05-21Compile++Albert Astals Cid1-4/+4
2012-03-20cmake: reset CMAKE_REQUIRED_INCLUDES/CMAKE_REQUIRED_LIBRARIESPino Toscano1-0/+3
2012-02-20cmake: support for lcms2Pino Toscano1-0/+73
2012-02-06Merge branch 'master' into xpdf303mergeAlbert Astals Cid2-0/+15
2012-01-30cmake: support $(gir_name)_EXPORT_PACKAGES for g-ir-scannerPino Toscano1-0/+2
2012-01-27Set OPJ_DPARAMETERS_IGNORE_PCLR_CMAP_CDEF_FLAG if you have itAlbert Astals Cid1-0/+13
2011-08-30xpdf303: char * -> const char *Albert Astals Cid1-1/+1
2011-02-13remove more GDK-related stuffPino Toscano1-22/+0
2011-01-16Some more qt3 thigs i forgot to killAlbert Astals Cid1-319/+0
2010-12-13Move -fno-exceptions -fno-check-new to default flagsAlbert Astals Cid1-1/+1
2010-12-13More gcc flags movementAlbert Astals Cid1-2/+2
2010-12-13Promote -Wcast-align to the general warnings we ask gcc to giveAlbert Astals Cid1-1/+1
2010-10-17[CMake] update MacroOptionalFindPackage.cmake from KDE SVNPino Toscano1-10/+30
2010-10-17[CMake] Cairo package: make the version check really workingPino Toscano1-4/+4
2010-07-17[CMake/glib] add support for gobject-introspectionPino Toscano2-0/+155
2010-05-28[CMake] Do not force -O2, preserve compiler flags instead.Maciej Mrozowski1-2/+2
2010-04-14update XOPEN_SOURCE to 600 in non standard compile optionsAlbert Astals Cid1-1/+1
2010-03-23[CMake] remove the (now) unneeded stuff from Find{GLIB,GDK,GTK}.cmake, and se...Pino Toscano3-39/+3
2010-03-23[CMake] copy FindGTK.cmake as FindGLIB.cmake and FindGDK.cmakePino Toscano2-0/+68
2010-03-22[CMake] revert addition of "-Wl,--no-add-needed" to the link flags, if availablePino Toscano1-6/+0
2010-03-22[CMake] add "-ansi" to the CXXFLAGS only on LinuxPino Toscano1-2/+7
2010-03-20[CMake] check whether a link flag is supported before adding it to the link f...Pino Toscano1-3/+20
2010-03-20[CMake] with GCC, pass --as-needed and --no-add-needed to the linkerPino Toscano1-0/+4
2010-03-17[CMake] proper way of looking for pkg-configPino Toscano1-1/+1
2010-03-17[CMake] update FindFontconfig.cmake with a more recent versionPino Toscano1-6/+9
2010-03-17[CMake] small cleanups in FindGTK.cmakePino Toscano1-5/+12
2010-03-17[CMake] switch gtk2 (gtk+, gdk-pixbuf, gthread, gio) search to use the new pk...Pino Toscano1-25/+2
2010-03-17[CMake] switch gdk2 search to use the new pkg_check_modules() wayPino Toscano1-12/+1
2010-03-17[CMake] switch glib2 search to use the new pkg_check_modules() wayPino Toscano1-16/+2
2010-03-17[CMake] rename GLIB_VERSION to GLIB_REQUIREDPino Toscano1-1/+1
2010-03-07[CMake] move the minimum GLib version to the main CMakeLists.txtPino Toscano1-1/+1
2010-03-07[CMake] apparently there's not a minimum version requirement for GDK, so drop...Pino Toscano1-4/+1
2010-03-07[CMake] enhance/rewrite a bit the FindCairo modulePino Toscano1-23/+41
2010-03-06[CMake] add a show_end_message() macro to show a generic string as valuePino Toscano1-2/+7
2010-03-06[CMake] rename the show_end_message() macro to show_end_message_yesno()Pino Toscano1-2/+2