Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2017-11-14 | Released 3.2.1 | Nikolaus Rath | -1/+1 | |
2017-08-24 | Add idle_threads mount option. | Joseph Dodge | -1/+1 | |
2017-08-22 | Use 'buildtype' to set debug/optimization options | Nikolaus Rath | -2/+2 | |
Until now, running `mesonconf -D buildtype=debug` didn't have any effect - which was confusing. | ||||
2017-08-08 | Fix FreeBSD platform detection. | Nikolaus Rath | -1/+1 | |
2017-08-06 | Released 3.1.1 | Nikolaus Rath | -1/+1 | |
2017-08-03 | Fix FreeBSD detection in meson.build | Nikolaus Rath | -2/+2 | |
2017-08-03 | FreeBSD: do not build utilities | Baptiste Daroussin | -1/+4 | |
2017-08-03 | Produce more helpful message on OS-X and Windows. | Nikolaus Rath | -0/+10 | |
Fixes: #186. | ||||
2017-07-08 | Added public fuse_lib_help(), bumped minor version | Nikolaus Rath | -1/+1 | |
2017-07-07 | Don't use emacs' python-mode for meson files | Nikolaus Rath | -3/+0 | |
There is a proper meson-mode now. | ||||
2017-05-24 | Released libfuse 3.0.2 | Nikolaus Rath | -1/+1 | |
2017-04-10 | Build tests by default. | Nikolaus Rath | -1/+1 | |
2017-03-15 | meson.build(): don't use absolute path for include_dir() | Nikolaus Rath | -3/+2 | |
No longer supported in Meson 0.39. | ||||
2017-03-15 | Document minimum required Meson version. | Nikolaus Rath | -0/+1 | |
Fixes #138. | ||||
2017-01-23 | Pass _GNU_SOURCE as compiler argument | Nikolaus Rath | -5/+6 | |
Defining it in the file causes trouble because Meson sometimes inserts includes before the first line. | ||||
2017-01-12 | Added experimental support for building with Meson+Ninja | Nikolaus Rath | -0/+90 | |