Age | Commit message (Expand) | Author | Files | Lines |
2010-12-13 | Move -fno-exceptions -fno-check-new to default flags | Albert Astals Cid | 1 | -1/+1 |
2010-12-13 | More gcc flags movement | Albert Astals Cid | 1 | -2/+2 |
2010-12-13 | Promote -Wcast-align to the general warnings we ask gcc to give | Albert Astals Cid | 1 | -1/+1 |
2010-10-17 | [CMake] update MacroOptionalFindPackage.cmake from KDE SVN | Pino Toscano | 1 | -10/+30 |
2010-10-17 | [CMake] Cairo package: make the version check really working | Pino Toscano | 1 | -4/+4 |
2010-07-17 | [CMake/glib] add support for gobject-introspection | Pino Toscano | 2 | -0/+155 |
2010-05-28 | [CMake] Do not force -O2, preserve compiler flags instead. | Maciej Mrozowski | 1 | -2/+2 |
2010-04-14 | update XOPEN_SOURCE to 600 in non standard compile options | Albert Astals Cid | 1 | -1/+1 |
2010-03-23 | [CMake] remove the (now) unneeded stuff from Find{GLIB,GDK,GTK}.cmake, and se... | Pino Toscano | 3 | -39/+3 |
2010-03-23 | [CMake] copy FindGTK.cmake as FindGLIB.cmake and FindGDK.cmake | Pino Toscano | 2 | -0/+68 |
2010-03-22 | [CMake] revert addition of "-Wl,--no-add-needed" to the link flags, if available | Pino Toscano | 1 | -6/+0 |
2010-03-22 | [CMake] add "-ansi" to the CXXFLAGS only on Linux | Pino Toscano | 1 | -2/+7 |
2010-03-20 | [CMake] check whether a link flag is supported before adding it to the link f... | Pino Toscano | 1 | -3/+20 |
2010-03-20 | [CMake] with GCC, pass --as-needed and --no-add-needed to the linker | Pino Toscano | 1 | -0/+4 |
2010-03-17 | [CMake] proper way of looking for pkg-config | Pino Toscano | 1 | -1/+1 |
2010-03-17 | [CMake] update FindFontconfig.cmake with a more recent version | Pino Toscano | 1 | -6/+9 |
2010-03-17 | [CMake] small cleanups in FindGTK.cmake | Pino Toscano | 1 | -5/+12 |
2010-03-17 | [CMake] switch gtk2 (gtk+, gdk-pixbuf, gthread, gio) search to use the new pk... | Pino Toscano | 1 | -25/+2 |
2010-03-17 | [CMake] switch gdk2 search to use the new pkg_check_modules() way | Pino Toscano | 1 | -12/+1 |
2010-03-17 | [CMake] switch glib2 search to use the new pkg_check_modules() way | Pino Toscano | 1 | -16/+2 |
2010-03-17 | [CMake] rename GLIB_VERSION to GLIB_REQUIRED | Pino Toscano | 1 | -1/+1 |
2010-03-07 | [CMake] move the minimum GLib version to the main CMakeLists.txt | Pino Toscano | 1 | -1/+1 |
2010-03-07 | [CMake] apparently there's not a minimum version requirement for GDK, so drop... | Pino Toscano | 1 | -4/+1 |
2010-03-07 | [CMake] enhance/rewrite a bit the FindCairo module | Pino Toscano | 1 | -23/+41 |
2010-03-06 | [CMake] add a show_end_message() macro to show a generic string as value | Pino Toscano | 1 | -2/+7 |
2010-03-06 | [CMake] rename the show_end_message() macro to show_end_message_yesno() | Pino Toscano | 1 | -2/+2 |
2010-03-02 | [CMake] properly define ICONV_CONST | Pino Toscano | 1 | -0/+3 |
2010-02-22 | [CMake] no more need to build system check for the Cairo blend modes | Pino Toscano | 1 | -18/+0 |
2010-02-21 | Merge remote branch 'origin/cpp-frontend' | Pino Toscano | 1 | -0/+57 |
2010-01-25 | [CMake] allow multiple targets with the same name | Pino Toscano | 1 | -0/+7 |
2010-01-25 | [CMake] do not add the fake buildtests target for the MSVC IDE | Pino Toscano | 1 | -2/+2 |
2010-01-07 | [CMake] followup recent glib/gtk+ version requirements | Pino Toscano | 1 | -3/+3 |
2009-12-30 | [cpp] add the build system stuff for iconv, mandatory for cpp | Pino Toscano | 1 | -0/+57 |
2009-12-14 | [CMake] add the configure check for the Cairo blend modes support (as in auto... | Pino Toscano | 1 | -0/+18 |
2009-10-09 | add -ansi flag to default warnings | Albert Astals Cid | 1 | -1/+1 |
2009-10-09 | Add -Wnon-virtual-dtor flag | Albert Astals Cid | 1 | -2/+2 |
2009-07-31 | Add -Woverloaded-virtual as default CXX flag | Albert Astals Cid | 1 | -0/+1 |
2009-07-12 | glade is not used anymore | Albert Astals Cid | 1 | -5/+4 |
2009-07-01 | [test] Use gtkbuilder rather than libglade | Sebastien Bacher | 1 | -1/+0 |
2009-05-17 | Better lcms check comming from kdelibs | Albert Astals Cid | 1 | -24/+71 |
2009-01-07 | Require cmake 2.6.0, remove two cmake files provided upstream | Albert Astals Cid | 2 | -132/+0 |
2009-01-07 | Add lcms option to cmake buildsystem | Albert Astals Cid | 1 | -0/+37 |
2008-12-12 | Try harder to look for openjpeg | Albert Astals Cid | 1 | -1/+1 |
2008-06-26 | use FindPackageHandleStandardArgs | Pino Toscano | 1 | -9/+2 |
2008-06-14 | Add a JPEG2000 decoder based on OpenJPEG | Albert Astals Cid | 1 | -0/+44 |
2008-05-27 | require gthread-2.0 | Albert Astals Cid | 1 | -4/+5 |
2008-03-24 | fix build when using cmake, not sure it's completely ok, but at least i can c... | Albert Astals Cid | 1 | -7/+16 |
2008-01-31 | Set RelWithDebInfo as default build type, if not specified. | Pino Toscano | 1 | -0/+4 |
2008-01-31 | Support the different CMake build modes. | Pino Toscano | 1 | -0/+29 |
2008-01-30 | Introduce the CMake-based build system. | Pino Toscano | 14 | -0/+2234 |