summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-02[CMake] properly define ICONV_CONSTPino Toscano1-0/+3
2010-02-22[CMake] no more need to build system check for the Cairo blend modesPino Toscano1-18/+0
2010-02-21Merge remote branch 'origin/cpp-frontend'Pino Toscano1-0/+57
2010-01-25[CMake] allow multiple targets with the same namePino Toscano1-0/+7
2010-01-25[CMake] do not add the fake buildtests target for the MSVC IDEPino Toscano1-2/+2
2010-01-07[CMake] followup recent glib/gtk+ version requirementsPino Toscano1-3/+3
2009-12-30[cpp] add the build system stuff for iconv, mandatory for cppPino Toscano1-0/+57
2009-12-14[CMake] add the configure check for the Cairo blend modes support (as in auto...Pino Toscano1-0/+18
2009-10-09add -ansi flag to default warningsAlbert Astals Cid1-1/+1
2009-10-09Add -Wnon-virtual-dtor flagAlbert Astals Cid1-2/+2
2009-07-31Add -Woverloaded-virtual as default CXX flagAlbert Astals Cid1-0/+1
2009-07-12glade is not used anymoreAlbert Astals Cid1-5/+4
2009-07-01[test] Use gtkbuilder rather than libgladeSebastien Bacher1-1/+0
2009-05-17Better lcms check comming from kdelibsAlbert Astals Cid1-24/+71
2009-01-07Require cmake 2.6.0, remove two cmake files provided upstreamAlbert Astals Cid2-132/+0
2009-01-07Add lcms option to cmake buildsystemAlbert Astals Cid1-0/+37
2008-12-12Try harder to look for openjpegAlbert Astals Cid1-1/+1
2008-06-26use FindPackageHandleStandardArgsPino Toscano1-9/+2
2008-06-14Add a JPEG2000 decoder based on OpenJPEGAlbert Astals Cid1-0/+44
2008-05-27require gthread-2.0Albert Astals Cid1-4/+5
2008-03-24fix build when using cmake, not sure it's completely ok, but at least i can c...Albert Astals Cid1-7/+16
2008-01-31Set RelWithDebInfo as default build type, if not specified.Pino Toscano1-0/+4
2008-01-31Support the different CMake build modes.Pino Toscano1-0/+29
2008-01-30Introduce the CMake-based build system.Pino Toscano14-0/+2234