aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
AgeCommit message (Collapse)AuthorLines
2018-09-28Add build options for utils and examplesMartin Blanchard-3/+8
Allow skipping utils build & installation (-Dutils=false) and examples build (-Dexamples=false). By default behaviour is unchanged (both are true: utils and examples get build).
2018-08-31Released 3.2.6Nikolaus Rath-1/+1
2018-08-25Make meson build scripts subprojects friendlyMartin Blanchard-5/+5
Multiple meson build scripts improvements including: * Bump meson requirement to 0.40.1 (0.40 already required) * Declare a dependency object for main library * Stop using add_global_arguments() * Various minor style fixes
2018-07-24Released 3.2.5Nikolaus Rath-1/+1
2018-07-11Released 3.2.4Nikolaus Rath-1/+1
2018-07-04Use triple quotes for multiline string.Nikolaus Rath-2/+2
Single quotes will become an error in a future meson release.
2018-05-11Released 3.2.3Nikolaus Rath-1/+1
2018-03-28Fix build error on DragonFlyBSD (sync with other *BSD) (#240)Tomohiro Kusumi-1/+1
DragonFlyBSD has no "bsd" in uname, so add 'dragonfly' to conditionals. -- e.g. uname(1) in DragonFlyBSD [root@ ~]# uname DragonFly [root@ ~]# python -c "import sys; print(sys.platform)" dragonfly5
2017-11-14Released 3.2.1Nikolaus Rath-1/+1
2017-08-24Add idle_threads mount option.Joseph Dodge-1/+1
2017-08-22Use 'buildtype' to set debug/optimization optionsNikolaus Rath-2/+2
Until now, running `mesonconf -D buildtype=debug` didn't have any effect - which was confusing.
2017-08-08Fix FreeBSD platform detection.Nikolaus Rath-1/+1
2017-08-06Released 3.1.1Nikolaus Rath-1/+1
2017-08-03Fix FreeBSD detection in meson.buildNikolaus Rath-2/+2
2017-08-03FreeBSD: do not build utilitiesBaptiste Daroussin-1/+4
2017-08-03Produce more helpful message on OS-X and Windows.Nikolaus Rath-0/+10
Fixes: #186.
2017-07-08Added public fuse_lib_help(), bumped minor versionNikolaus Rath-1/+1
2017-07-07Don't use emacs' python-mode for meson filesNikolaus Rath-3/+0
There is a proper meson-mode now.
2017-05-24Released libfuse 3.0.2Nikolaus Rath-1/+1
2017-04-10Build tests by default.Nikolaus Rath-1/+1
2017-03-15meson.build(): don't use absolute path for include_dir()Nikolaus Rath-3/+2
No longer supported in Meson 0.39.
2017-03-15Document minimum required Meson version.Nikolaus Rath-0/+1
Fixes #138.
2017-01-23Pass _GNU_SOURCE as compiler argumentNikolaus Rath-5/+6
Defining it in the file causes trouble because Meson sometimes inserts includes before the first line.
2017-01-12Added experimental support for building with Meson+NinjaNikolaus Rath-0/+90