aboutsummaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Collapse)Author
2019-04-13Released 3.5.2sshfs-3.5.2Nikolaus Rath
2018-12-22Bump meson dependencyNikolaus Rath
build_by_default arg in custom_target needs 0.40.0
2018-12-22Released 3.5.1sshfs-3.5.1Nikolaus Rath
2018-12-22meson: fallback to looking for rst2man.pyTim Harder
As that's what upstream docutils installs by default.
2018-08-28Released 3.5.0sshfs-3.5.0Nikolaus Rath
2018-06-29Released 3.4.0sshfs-3.4.0Nikolaus Rath
2018-04-29Released 3.3.2sshfs-3.3.2Nikolaus Rath
2017-10-25Released 3.3.1sshfs-3.3.1Nikolaus Rath
2017-09-22Install manpage in man1/, not 1/Nikolaus Rath
Fixes: #95.
2017-09-20Released 3.3.0sshfs-3.3.0Nikolaus Rath
2017-09-20Add support for mounting from /etc/fstabNikolaus Rath
Fixes: #92.
2017-08-22Use 'buildtype' to set debug/optimization optionsNikolaus Rath
Until now, running `mesonconf -D buildtype=debug` didn't have any effect - which was confusing.
2017-08-18Converted manpage to Restructured TextNikolaus Rath
2017-08-14Bump version numberAnatol Pomozov
2017-08-04Released 3.1.0sshfs-3.1.0Nikolaus Rath
2017-07-08Switch to libfuse 3.1.0Nikolaus Rath
libfuse 3.0.0 is rather new and not widely used yet, so requiring libfuse 3.1.0 right away shouldn't be a problem.
2017-07-08Switch to libfuse 3.0.Nikolaus Rath
2017-06-22Added unit tests and travis integrationNikolaus Rath
2017-06-22Fix Meson manpage installNikolaus Rath
Without this, Meson is looking for sshfs.1 in the source directory. However, since that is a generated file it is in the build directory.
2017-06-22Compile with -g -O2 by default.Nikolaus Rath
2017-06-07Dropped support for libfuse < 2.9Nikolaus Rath
This is in preparation for the move to libfuse 3.0
2017-06-06Added support for building with Meson.Nikolaus Rath