Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-27 | find_library: Add 'has_headers' kwarg | Xavier Claessens | 2 | -1/+25 | |
A library without its headers is often useless, so it is common to check them together. | |||||
2018-12-27 | release notes: document how to pass native files [skip ci] | Nirbheek Chauhan | 1 | -2/+3 | |
2018-12-24 | Add 'required' kwarg in header check functions | Xavier Claessens | 1 | -3/+8 | |
Closes: #3940 | |||||
2018-12-22 | Can specify a string to print when dep not found. Closes #2407. | Jussi Pakkanen | 2 | -0/+40 | |
2018-12-22 | docs: Fix href in Pkgconfig module [skip ci] | lzutao | 1 | -2/+2 | |
2018-12-19 | docs: make clearer difference between using and building libraries in Vala ↵ | Alistair Thomas | 1 | -32/+219 | |
[skip ci] | |||||
2018-12-19 | docs: Add warning about not using join_paths() with build targets [skip ci] | Dylan Baker | 2 | -0/+11 | |
This comes up now and again when people try do do something like: meson.build: ```meson my_sources = ['foo.c'] subdir('subdir') executable('foo', my_sources) ``` subdir/meson.build: ```meson my_sources += ['bar.c'] ``` | |||||
2018-12-18 | [skip ci] Options as `b_ndebug` can also be set in meson.build | Konstantin Kharlamov | 1 | -1/+2 | |
2018-12-17 | Document dependency().name() added in 0.48 [skip ci] | Nirbheek Chauhan | 2 | -0/+25 | |
Closes https://github.com/mesonbuild/meson/issues/3351 | |||||
2018-12-16 | Fix typo in Native-environments.md [skip ci] | Luca Weiss | 1 | -1/+1 | |
2018-12-16 | Add note for install_man in Reference-manual [skip ci] | Lzu Tao | 1 | -0/+4 | |
2018-12-13 | Format Compiler and linker flag table [skip ci] | lzutao | 1 | -0/+2 | |
2018-12-13 | docs: Consistently use the same heading level in release notes [skip ci] | Nirbheek Chauhan | 3 | -20/+21 | |
Otherwise some headings are much too large. | |||||
2018-12-11 | Add Renesas RL78 CPU family. Closes #4606. | Jussi Pakkanen | 1 | -0/+1 | |
2018-12-10 | docs: build_always_stale was added in 0.47 [skip ci] | Simon Arlott | 1 | -1/+1 | |
2018-12-10 | Add a missing newline in release note [skip ci] | Jon Turney | 1 | -1/+3 | |
2018-12-09 | Update everything for release 0.49.00.49.0 | Jussi Pakkanen | 18 | -292/+317 | |
2018-12-05 | docs: fix link to platform install quirks [skip ci] | Dylan Baker | 1 | -1/+1 | |
Fixes #4571 | |||||
2018-12-05 | Fix typos in kwargdict snippet [skip ci] | Nirbheek Chauhan | 1 | -3/+3 | |
2018-12-05 | docs: Misc syntax fixes and missing links [skip ci] | Nirbheek Chauhan | 1 | -12/+12 | |
2018-12-05 | docs: Document subproject(... required: false) [skip ci] | Nirbheek Chauhan | 2 | -0/+15 | |
Somehow this was missed in the original PR #3885 | |||||
2018-12-05 | Document how to declare fallback-only dependencies [skip ci] | Nirbheek Chauhan | 1 | -1/+3 | |
2018-12-04 | Can specify keyword arguments with a dict. | Jussi Pakkanen | 2 | -3/+67 | |
2018-12-04 | pkgconfig: Improve and document generator behaviour | Xavier Claessens | 2 | -10/+81 | |
- Add libraries from InternalDependency.libraries - Deprecate association of libraries from the "libraries" keyword argument to the generated pkg-config file. | |||||
2018-12-02 | Add documentation for 'meson subprojects' command line | Xavier Claessens | 2 | -1/+53 | |
2018-12-01 | Merge pull request #4569 from lzutao/readme | Jussi Pakkanen | 1 | -1/+5 | |
Add link to built-in options page | |||||
2018-12-01 | Update sample output of meson configure [skip ci] | Lzu Tao | 1 | -27/+79 | |
2018-11-30 | Add link to built-in options page [skip ci] | Lzu Tao | 1 | -1/+5 | |
2018-11-30 | Add meson version required to use option type (#4562) [skip ci] | lzutao | 1 | -2/+2 | |
2018-11-28 | docs: Remove mention of appveyor from Contributing doc | Jon Turney | 1 | -10/+9 | |
Add mention of azure Also fix anchor in travis URL Also make 'see below' into a link | |||||
2018-11-26 | mintro: Allow introspect --projectinfo without build directory. | Daniel Schulte | 1 | -0/+35 | |
This variant was added to allow introspection before configuring a build directory. This is useful for IDE integration to allow displaying and/or setting options for the initial configuration of the build directory. It also allows showing basic information about the project even if it's not yet configured or configuring failed. The project 'name' field in --projectinfo is used inconsistently: For the top level project it always shows the name configured in the top level meson.build file. For subprojects it's referring to the name of the directory the subproject's meson.build is contained in. To have a consistent output and preserve the existing behavior this adds the 'descriptive_name' field which always shows the name set in the project. To be consistent the 'descriptive_name' field was also added to the --projectfiles variant that uses an already configured build. It also extends the information shown with the list of buildsystem-files. This is currently only implemented in the variant for unconfigured projects. | |||||
2018-11-24 | Updated docs [skip ci] | Daniel Mensinger | 2 | -0/+50 | |
2018-11-22 | [skip ci] Document CFLAGS and friends in main docs | Floris Bruynooghe | 2 | -0/+29 | |
Currently this is only partially documented in the quick-start guide, include this in the main docs and document all the environment argumens used. | |||||
2018-11-22 | CMake find_package dependency backend (#4444) | Daniel Mensinger | 3 | -6/+52 | |
2018-11-22 | docs: Alphabetically sort reference table rows [skip ci] | Jon Turney | 1 | -31/+31 | |
2018-11-22 | docs: Add clang-cl to reference table for compiler get_id() values [skip ci] | Jon Turney | 1 | -0/+1 | |
2018-11-20 | docs: Add missing `namespace` parameter documentation [skip ci] | Iñigo MartÃnez | 1 | -0/+1 | |
Although the `namespace` parameter was implemented in 0.37, its documentation is still missing. It has been added to the `gtkdoc`'s documentation. | |||||
2018-11-17 | Add piter.py conference to video page. [skip ci] | Jussi Pakkanen | 1 | -0/+3 | |
2018-11-14 | docs: Add documentation for Native Files | Dylan Baker | 3 | -0/+92 | |
2018-11-12 | docs: fix hard links [skip ci] | Mathieu Duponchelle | 2 | -3/+3 | |
2018-11-12 | docs: Clarify some pkgconfig module kwargs [skip ci] | Nirbheek Chauhan | 1 | -3/+4 | |
2018-11-12 | Add kwarg is_default to add_test_setup() | Stian Selnes | 2 | -0/+17 | |
is_default may be used to set the name of the test setup that will be used by default whenever the option --setup is not given. Fixes #4430 | |||||
2018-11-08 | editorconfig: Use tabs for sitemap.txt [skip ci] | Dylan Baker | 1 | -0/+2 | |
2018-11-08 | Add support for Renesas CC-RX toolchain | Phillip Cao | 2 | -20/+38 | |
2018-11-04 | Update Python-module.md | Luca Weiss | 1 | -1/+1 | |
Fix link to the disabler object | |||||
2018-11-03 | Add new compiler.get_argument_syntax method | Dylan Baker | 4 | -25/+63 | |
Some compilers try very had to pretend they're another compiler (ICC pretends to be GCC and Linux and MacOS, and MSVC on windows), Clang behaves much like GCC, but now also has clang-cl, which behaves like MSVC. This method provides an easy way to determine whether testing for MSVC like arguments `/w1234` or gcc like arguments `-Wfoo` are likely to succeed, without having to check for dozens of compilers and the host operating system, (as you would otherwise have to do with ICC). | |||||
2018-11-02 | Make string division do path joining. | Jussi Pakkanen | 2 | -1/+25 | |
2018-10-27 | docs: Fix gcc attribute list link [skip ci] | Nirbheek Chauhan | 2 | -2/+2 | |
2018-10-27 | No tabs, only spaces. [skip ci] | Jussi Pakkanen | 1 | -14/+14 | |
2018-10-27 | docs: Fix hotdoc warnings [skip ci] | Dylan Baker | 2 | -10/+10 | |
Hotdoc really wants internal links to point to the .md files instead of the generated names. Which makes sense, as we're currently relying on the fact that meson only generated .html pages. |