summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* meson: replace meson.current_source_dir() with files()wip/mesonAlessandro Decina2017-07-121-2/+2
* meson: fix wrong #include's for gdbus_codegen filesAlessandro Decina2017-07-121-2/+4
* glib-mkenums: pick up /*< nick=xyz >*/ annotation againTim-Philipp Müller2017-06-261-1/+1
* meson: error out if atomic ops would be available with -march=i486Tim-Philipp Müller2017-06-261-0/+9
* meson: Fix the build defining HAVE_RTLD_XThibault Saunier2017-06-232-0/+15
* meson: Fix building as a subprojectThibault Saunier2017-06-231-1/+1
* meson: Defining MAJOR_IN_ as done by AC_HEADER_MAJORThibault Saunier2017-06-232-0/+9
* meson: gio tests need to link against gobject as wellTim-Philipp Müller2017-06-041-12/+14
* meson: docs: make gtk-doc find the gobject.types fileTim-Philipp Müller2017-05-311-1/+1
* meson add missing gio/tests subdirectory/fileTim-Philipp Müller2017-05-311-0/+8
* glib-mkenums: add back missing --fprod optionMatej Knopp2017-05-311-0/+2
* glib-mkenums: Fix parsing of multiline commentsMatej Knopp2017-05-311-2/+2
* meson: Install missing guuid.h headerSebastian Dröge2017-05-311-0/+1
* glib-mkenums: fix parsing of /*< flags >*/ annotationTim-Philipp Müller2017-05-311-5/+5
* meson: rebase on top of master ~2.53.1Tim-Philipp Müller2017-05-313-24/+61
* meson: add tests/gobject and tests/refcountTim-Philipp Müller2017-05-314-1/+104
* meson: gio/tests: remove some leftover rubbishTim-Philipp Müller2017-05-311-40/+0
* meson: gio/tests: add more gio testsTim-Philipp Müller2017-05-316-11/+96
* meson: Use glib-mkenums directly instead of via build_mkenum.pyNirbheek Chauhan2017-05-132-31/+8
* glib-mkenums: misc fixes to python portNirbheek Chauhan2017-05-131-1/+1
* Add zlib, libffi, and proxy-libintl subproject wrapsNirbheek Chauhan2017-05-134-1/+13
* meson: Use Python port of glib-mkenumsNirbheek Chauhan2017-05-135-583/+579
* meson: Use proxy-libintl if gettext is not foundNirbheek Chauhan2017-05-135-15/+23
* meson: Only require libmount on LinuxNirbheek Chauhan2017-05-131-1/+1
* meson: Allow using libffi and zlib as subprojectsNirbheek Chauhan2017-05-131-10/+4
* meson: Print output for more compiler checksNirbheek Chauhan2017-05-131-7/+7
* meson: Detect with-docs and with-man automaticallyNirbheek Chauhan2017-05-135-131/+42
* meson: Rebase and update to 2.51.2Nirbheek Chauhan2017-05-131-1/+1
* tests: gio/tests: add gdbus testsTim-Philipp Müller2017-05-131-14/+116
* meson: gio/tests: add more gresource testsTim-Philipp Müller2017-05-132-2/+72
* meson: add -fvisibility=hidden explicitly to selected targetsTim-Philipp Müller2017-05-139-11/+13
* meson: use add_project_arguments() instead of add_global_arguments()Tim-Philipp Müller2017-05-131-3/+1
* meson: gio/tests: add more missing testsTim-Philipp Müller2017-05-135-67/+163
* gio: tests: rename generated giotypefunc.c to giotypefuncs.incTim-Philipp Müller2017-05-133-5/+5
* meson: gio, gobject: use files() for headers listTim-Philipp Müller2017-05-132-10/+10
* meson: glib/tests: add missing testsTim-Philipp Müller2017-05-132-1/+31
* meson: add support for dtrace/systemtapTim-Philipp Müller2017-05-135-0/+101
* meson: Add a comment about the gdbus-peer gio testNirbheek Chauhan2017-05-131-0/+1
* meson: Add missing termios.h checkNirbheek Chauhan2017-05-131-0/+1
* tests: autoptr test can be run on gcc, clang, intelNirbheek Chauhan2017-05-132-2/+2
* build: Remove function checks for unused functionsNirbheek Chauhan2017-05-132-4/+2
* meson: Derive defines from header, struct, function namesNirbheek Chauhan2017-05-131-142/+146
* meson: Add tls-interaction test, and fix giomodule testNirbheek Chauhan2017-05-134-4/+32
* meson: Port to latest master (2.51.0)Nirbheek Chauhan2017-05-136-27/+99
* meson: Minor modernizationsPatrick Griffis2017-05-1312-144/+158
* meson: Match upstream gtkdoc changesPatrick Griffis2017-05-133-17/+3
* meson: Build all docsPatrick Griffis2017-05-1310-2/+512
* meson: Match soname version of autotoolsPatrick Griffis2017-05-131-1/+1
* meson: More build fixesPatrick Griffis2017-05-136-12/+178
* meson: Improve MSVC and MinGW support and fix dependencies everywhereNirbheek Chauhan2017-05-1326-706/+981