summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* Post release version bumpOndrej Holy2021-03-191-1/+1
|
* Post release version bumpOndrej Holy2021-03-121-1/+1
|
* Post release version bumpOndrej Holy2021-02-121-1/+1
|
* Update NEWS for 1.47.90 release1.47.90Ondrej Holy2021-02-121-1/+1
|
* google: Add Shared with me folderOndrej Holy2021-02-121-1/+1
| | | | | | | | Currently, it is not possible to browse files which are shared with the user (the Shared with me folder on the web). Let's add My Drive and Shared with me folder to the root to make them available. Fixes: https://gitlab.gnome.org/GNOME/gvfs/-/issues/444
* Post release version bumpOndrej Holy2021-01-081-1/+1
|
* build: Use meson summary function instead of custom outputOndrej Holy2020-12-011-35/+40
| | | | | | Meson finally provides official function to print configuration summary since version 0.53.0. Let's use it instead of custom output to be a bit more consistent with other projects.
* Post branch version bumpOndrej Holy2020-11-301-1/+1
|
* Post release version bumpOndrej Holy2020-10-021-1/+1
|
* Post release version bumpOndrej Holy2020-09-111-1/+1
|
* Post release version bumpOndrej Holy2020-09-041-1/+1
|
* Update NEWS for 1.45.92 release1.45.92Ondrej Holy2020-09-041-1/+1
|
* Post release version bumpOndrej Holy2020-08-071-1/+1
|
* Update NEWS for 1.45.90 release1.45.90Ondrej Holy2020-08-071-1/+1
|
* build: Bump required glib version to 2.65.1Ondrej Holy2020-08-071-1/+1
| | | | | The recent commit 077abad requires functionality from GLib 2.65.1. Let's bump to that version.
* build: Bump required glib version to 2.65.0wip/oholy/glib-bumpOndrej Holy2020-08-041-1/+1
| | | | | | Commit 9564a34 uses g_bookmark_file_get_modified_date_time function which was added recently. Let's bump the required glib version accordingly.
* Post release version bumpOndrej Holy2020-07-031-1/+1
|
* afc: Add support for libplist-2.2Bastien Nocera2020-06-161-1/+4
| | | | | Which changed name from libplist to libplist-2.0 to embed its API version number in the library name.
* Post release version bumpOndrej Holy2020-05-291-1/+1
|
* Post branch version bumpOndrej Holy2020-05-121-1/+1
|
* Post release version bumpOndrej Holy2020-03-271-1/+1
|
* Post release version bumpOndrej Holy2020-03-061-1/+1
|
* Post release version bumpOndrej Holy2020-02-281-1/+1
|
* Post release version bumpOndrej Holy2020-02-141-1/+1
|
* build: Fix login_tty detection on systems without libutilNiveditha Rau2020-02-111-2/+1
| | | | | login_tty function is available on Solaris, but libutil isn't there. Let's update the code to make the detection work also if libutil is not available.
* Post release version bumpOndrej Holy2020-01-311-1/+1
|
* Update NEWS for 1.43.90 release1.43.90Ondrej Holy2020-01-311-1/+1
|
* build: Bump libgdata dependency to support latest featuresMayank Sharma2020-01-311-4/+1
| | | | | | | | | libgdata API has been augmented with GDataDocumentsProperty API in the latest release 0.17.11. Since, we're using that API to support copy/move operations, we bump the required dependency version accordingly. We also remove the HAVE_LIBGDATA_* ifdefs since we require libgdata version >= 0.17.11 for the google backend to work properly.
* Post release bumpOndrej Holy2019-11-221-1/+1
|
* smb: Improve enumeration performanceOndrej Holy2019-11-051-0/+1
| | | | | | | | | | | | The samba backend calls stat for each file during the enumeration job. Unfortunately, this is significantly slower with the recent samba versions. However, smbc_readdirplus2() has been recently added and it can be used to improve the performance as all the necessary info is transferred in one network request. Let's use smbc_readdirplus2() if available. See: https://gitlab.com/samba-team/samba/merge_requests/302 Relates: https://gitlab.gnome.org/GNOME/gvfs/issues/306
* Post release version bumpOndrej Holy2019-10-111-1/+1
|
* Revert "build: Do not treat deprecated-declarations as errors"Ondrej Holy2019-09-201-1/+0
| | | | This reverts commit db26e29930084ad48711c076d611b0227dd97a65.
* Post branch version bumpOndrej Holy2019-09-201-1/+1
|
* build: Do not treat deprecated-declarations as errorswip/oholy/ci-image-fixOndrej Holy2019-09-131-0/+1
| | | | | GitLab CI fails with GLib master currently because of new deprecated symbols. Let's do not treat deprecated-declarations as error to fix CI for now.
* Post release version bumpOndrej Holy2019-09-091-1/+1
|
* Update NEWS for 1.42.0 release1.42.0Ondrej Holy2019-09-091-1/+1
|
* Post release version bumpOndrej Holy2019-08-191-1/+1
|
* Post release version bumpOndrej Holy2019-08-051-1/+1
|
* Post release version bumpOndrej Holy2019-07-151-1/+1
|
* build: Add dependency on gsettings-desktop-schemasOndrej Holy2019-07-111-0/+1
| | | | | | | | Lockdown settings provided by gsettings-desktop-schemas are used in the code, however, gsettings-desktop-schemas dependency is missing, which can lead to "Settings schema 'org.gnome.desktop.lockdown' does not contain a key named 'disable-writing-to-devices'" errors. Let's add the dependency to prevent such errors.
* Post release version bumpOndrej Holy2019-06-191-1/+1
|
* Post release version bumpOndrej Holy2019-05-211-1/+1
|
* build: Use break in foreach loopwip/oholy/meson-versionIñigo Martínez2019-05-161-1/+4
| | | | | | | | | Since meson 0.49.0, `break` keyword can be used inside loops. This feature has been used to stop when checking functions in headers that makes avoiding loop iterations. [0] http://mesonbuild.com/Release-notes-for-0-49-0.html#foreach-break-and-continue
* build: Take advantage of has_function argumentIñigo Martínez2019-05-161-7/+7
| | | | | | | | | | Since meson 0.50.0, the `find_library` method can be used to verify if the library's headers or functions are present[0]. The `has_function` argument has been used to check the `socketpair` function in the `socket` library. [0] http://mesonbuild.com/Release-notes-for-0-50-0.html#find-library-with-its-headers
* build: Use dictionaries in configuration_data objectsIñigo Martínez2019-05-161-2/+1
| | | | | | | | | | Since 0.49.0[0], a dictionary could be used as a replacement for each key/value pair as if `set` method was called for each of them. Almost all of the `configuration_data` objects have been changed to use a dictionary. [0] http://mesonbuild.com/Reference-manual.html#configuration_data
* build: Bump required meson version to 0.50.0Ondrej Holy2019-05-161-1/+1
| | | | | | | | | | | We are obviously using features from meson 0.50.0 as per the following warnings: WARNING: Project targetting '>= 0.49.0' but tried to use feature introduced in '0.50.0': install arg in configure_file So let's bump the required version in order to prevent those warnings.
* Post release version bumpOndrej Holy2019-04-231-1/+1
|
* fuse: Adapt gvfsd-fuse to use fuse 3.xXi Ruoyao2019-04-041-1/+1
| | | | | | | | | | Gvfsd-fuse required the old 2.x versions of fuse. Fuse developers encourage developers to transition to the actively developed libfuse 3.x. This change adapt gvfsd-fuse to build with fuse 3.x. Note that fuse is no longer compatible with fuse 2.x. It now requires fuse 3.0.0 or later to build. Closes: https://gitlab.gnome.org/GNOME/gvfs/issues/323
* Post branch version bumpOndrej Holy2019-03-211-1/+1
|
* Post release version bumpOndrej Holy2019-03-111-1/+1
|