aboutsummaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAge
* Released 3.2.5Gravatar Nikolaus Rath2018-07-24
|
* Released 3.2.4Gravatar Nikolaus Rath2018-07-11
|
* Use triple quotes for multiline string.Gravatar Nikolaus Rath2018-07-04
| | | | Single quotes will become an error in a future meson release.
* Released 3.2.3Gravatar Nikolaus Rath2018-05-11
|
* Fix build error on DragonFlyBSD (sync with other *BSD) (#240)Gravatar Tomohiro Kusumi2018-03-28
| | | | | | | | | 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
* Released 3.2.1Gravatar Nikolaus Rath2017-11-14
|
* Add idle_threads mount option.Gravatar Joseph Dodge2017-08-24
|
* Use 'buildtype' to set debug/optimization optionsGravatar Nikolaus Rath2017-08-22
| | | | | Until now, running `mesonconf -D buildtype=debug` didn't have any effect - which was confusing.
* Fix FreeBSD platform detection.Gravatar Nikolaus Rath2017-08-08
|
* Released 3.1.1Gravatar Nikolaus Rath2017-08-06
|
* Fix FreeBSD detection in meson.buildGravatar Nikolaus Rath2017-08-03
|
* FreeBSD: do not build utilitiesGravatar Baptiste Daroussin2017-08-03
|
* Produce more helpful message on OS-X and Windows.Gravatar Nikolaus Rath2017-08-03
| | | | Fixes: #186.
* Added public fuse_lib_help(), bumped minor versionGravatar Nikolaus Rath2017-07-08
|
* Don't use emacs' python-mode for meson filesGravatar Nikolaus Rath2017-07-07
| | | | There is a proper meson-mode now.
* Released libfuse 3.0.2Gravatar Nikolaus Rath2017-05-24
|
* Build tests by default.Gravatar Nikolaus Rath2017-04-10
|
* meson.build(): don't use absolute path for include_dir()Gravatar Nikolaus Rath2017-03-15
| | | | No longer supported in Meson 0.39.
* Document minimum required Meson version.Gravatar Nikolaus Rath2017-03-15
| | | | Fixes #138.
* Pass _GNU_SOURCE as compiler argumentGravatar Nikolaus Rath2017-01-23
| | | | | Defining it in the file causes trouble because Meson sometimes inserts includes before the first line.
* Added experimental support for building with Meson+NinjaGravatar Nikolaus Rath2017-01-12