summaryrefslogtreecommitdiff
path: root/docs/reference
AgeCommit message (Collapse)Author
2017-02-24general: add support for MesonErnestas Kulik
Since it’s 2017 already, Nautilus should use a build system that doesn’t take longer to set up the build than it takes to actually build. An observed build time using Ninja of roughly one-fifth of what it took Autotools is more than reason enough to add support for Meson. Along with that, this commit adds a convenience script to generate a tarball for releases, since we use libgd as a submodule and Meson does not handle source distributions. https://bugzilla.gnome.org/show_bug.cgi?id=778167
2017-02-24general: drop git.mkErnestas Kulik
This commit removes git.mk and adds hand-written gitignore files. That is needed to ignore build/, which is the directory of choice for Meson builds. https://bugzilla.gnome.org/show_bug.cgi?id=778167
2015-05-25libnautilus-extension: add gtk-doc documentation coverageCosimo Cecchi
A lot of the library was poorly documented. Make sure the output of the documentation looks okay.
2015-05-25docs: use SCAN_OPTIONS=--rebuild-typesCosimo Cecchi
Avoids maintaining .types file in-tree.
2012-10-26all: remove deprecated g_type_init()Cosimo Cecchi
Now that we depend on GLib master anyway.
2012-10-23build: use GNOME_MAINTAINER_MODE_DEFINESCosimo Cecchi
Instead of defining our own set of deprecation cflags.
2012-09-17Use git.mkWilliam Jon McCann
2012-01-16extension: doc cleanupsCosimo Cecchi
2010-10-30build: simplify configure scriptCosimo Cecchi
Also, don't support old exif/exempi APIs anymore.
2009-04-17Add .gitignore filesAlexander Larsson
2008-09-03include some documentation, bug #396929.Gilles Dartiguelongue
2008-09-04 Gilles Dartiguelongue <gdartigu@svn.gnome.org> include some documentation, bug #396929. svn path=/trunk/; revision=14581
2008-04-05 Adds initial Gtk-doc support infrastructure for Andrew Walton
libnautilus-extension. (Progress towards bug #526193). svn path=/trunk/; revision=14041