summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2020-07-28Describe syntax of `meson configure [skip ci]Matthew D. Scholefield
This makes it a lot easier for people to quickly figure out how to customize parameter.
2020-07-22coredata: Make warning_level per subproject builtin optionXavier Claessens
2020-07-21Add boost_root support to properties files (#7210)cmcneish
* Add boost_root support to properties files This commit implements `boost_root`, `boost_includedir`, and `boost_librarydir` variable support to native and cross properties files. The search order is currently environment variables, then these variables, and finally a platform-dependent search. * Add preliminary boost_root / boost_includedir tests Each test contains a fake "version.hpp", as that's how boost detection is currently being done. We look for this file relative to the root directory, which probably shouldn't be allowed (it previously was for BOOST_LIBRARYDIR but not for BOOST_ROOT). It also cannot help with breakage detection in libraries, however it looks like this wasn't getting tested beforehand. I've given the two unique version numbers that shouldn't be present in any stock version of boost (001 and 002). * Add return type to detect_split_root * Return empty list when nothing found in BOOST_ROOT, rather than None * Update boost_root tests * Create nativefile.ini based on location of run_project_tests.py * Add fake libraries to ensure boost_librarydir is being used * Require all search paths for boost to be absolute * Redo boost search ordering To better match things like pkg-config, we now look through native/cross files, then environment variables, then system locations for boost installations. Path detection does not fall back from one method to the next for properties or environment variables--if boost_root, boost_librarydir, or boost_includedir is specified, they must be sufficient to find boost. Likewise for BOOST_ROOT and friends. pkg-config detection is still optional falling back to system-wide detection, for Conan. (Also, fix a typo in test 33's nativefile) * Correct return type for detect_roots * Correct boost dependency search order in documentation * Print debug information for boost library finding, to resolve CI issues * Handle native/cross file templates in a more consistent way All tests can now create a `nativefile.ini.in` if they need to use some parameter that the testing framework knows about but they can't. * Pass str--rather than PosixPath--to os.path.exists, for Python35 * Look for boost minor versions, rather than boost patch versions in test cases * Drop fake dylib versions of boost_regex * Prefer get_env_var to use of os.environ * Correct error reporting for relative BOOST_ROOT paths * Bump version this appears in. Also, change "properties file" to "machine file" as that appears to be the more common language.
2020-07-20string: add substring methodStéphane Cerveau
This method aims to offer a simple way to 'substring' an existing string with start and end values.
2020-07-19Fix dirs typo in Vala docs [skip ci]wb9688
Co-authored-by: wb9688 <wb9688@users.noreply.github.com>
2020-07-19Stabilize keyval moduleMarc-André Lureau
We have experimented with the module for about a year in a qemu branch (https://wiki.qemu.org/Features/Meson), and we would like to start moving the build system to meson. For that, keyval should have the stability guarantees. Cc: Paolo Bonzini <pbonzini@redhat.com>
2020-07-14Replace `dynamic linker` with `linker` [skip ci]Nathan Lanza
This header erroneously referred to the dynamic linker while the paragraph talks about the "link editor." Change the title to account for the difference.
2020-07-14doc: Add warning about --force-fallback-for [skip ci]Xavier Claessens
2020-07-12Updated everything for release 0.55.0.Jussi Pakkanen
2020-07-09doc: Small tweaks to fallback documentation [skip ci]Xavier Claessens
2020-07-05doc: Improve documentation of [provide] section in wrap filesXavier Claessens
Explicitly document the behaviour of dependency('foo-1.0', required: false).
2020-07-04doc: Minor typo fix in legal.md [skip ci]Thibault Saunier
2020-07-01wrap: Update doc to give dependency_names example firstXavier Claessens
2020-07-01Fix typo: coma->commaXavier Claessens
2020-07-01find_program: Fallback if a wrap file provide the program nameXavier Claessens
We don't need the legacy variable name system as for dependency() fallbacks because meson.override_find_program() is largely used already, so we can just rely on it.
2020-07-01wrap: Add special 'dependency_names' key in [provide] sectionXavier Claessens
The value for that key must be a coma separated list of dependecy names provided by that subproject, when no variable name is needed because the subproject uses override_dependency().
2020-07-01wrap: Add 'provide' sectionXavier Claessens
2020-07-01Implicit dependency fallback when a subproject wrap or dir existsXavier Claessens
2020-07-01Merge pull request #7231 from mensinda/cmOverrideJussi Pakkanen
cmake: Add more advanced subproject configuration options
2020-06-30Made Commands.md dynamically generated (#7346)TheQwertiest
2020-06-30Replaced `ninja` with `meson` [skip ci]TheQwertiest
2020-06-30Cleaned up Reference docs [skip ci]TheQwertiest
2020-06-30wrap: Apply patch even in VCS casesXavier Claessens
2020-06-29envconfig: Add [constants] section in machine filesXavier Claessens
Machine files already supports `+` operator as an implementation detail, since it's using eval(). Now make it an officially supported feature and add a way to define constants that are used while evaluating an entry value.
2020-06-29Added ability to specify target in `meson compile`TheQwertiest
2020-06-28Added ability to pass arguments to backend in `meson compile`TheQwertiest
2020-06-28syntax.md: document version_compare ambiguities [skip ci]Michael Hirsch, Ph.D
2020-06-28syntax.md: correct markdown heading syntax [skip ci]Michael Hirsch, Ph.D
2020-06-24docs: Add initial docs for the Meson CI [skip ci]Daniel Mensinger
2020-06-24docs: Document string path building with examplesNirbheek Chauhan
Also document that line continuation didn't work before 0.50. 90c9b868b20b11bb089fc5e0c634d5ed76fea0cb fixed it.
2020-06-21mcompile: Add --verbose modeIgor Raits
Closes: https://github.com/mesonbuild/meson/issues/7352 Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
2020-06-21wrap: Add patch_directory supportXavier Claessens
Copy a tree instead of extracting an archive. Closes: #7216
2020-06-21compiler: add 'force_align_arg_pointer' function attributeTim-Philipp Müller
2020-06-21Merge pull request #7359 from dcbaker/submit/2020-06/sh4Jussi Pakkanen
Add SuperH SH-4 support
2020-06-21Update Style-guide.md [skip ci]Michael Brockus
2020-06-21Update Creating-releases.md [skip ci]Michael Brockus
2020-06-19envconfig: Add support SuperH SH-4Dylan Baker
Fixes: #7358
2020-06-19docs: Alphabetically sort the cpu_family reference tableDylan Baker
It's close, but not quite. This should make it easier to read
2020-06-19Update Users.md [skip ci]Cyril Richard
Update Users.md with the add of Siril (www.siril.org) that is migrating from autotools to meson.
2020-06-18Merge pull request #7196 from cconverse711/llvm-covJussi Pakkanen
coverage: llvm-cov support
2020-06-18docs: replaced `ninja` with appropriate `meson` commands [skip ci]TheQwertiest
2020-06-17coverage: llvm-cov supportCary Converse
2020-06-17update Project-templates.mdMichael
2020-06-16doc: Fix missing --force-fallback-for documentationXavier Claessens
2020-06-16interpreter: add support for --force-fallback-forMathieu Duponchelle
This new command line option allows specifying dependencies for which to force fallback. See the documentation for more information Fixes: #7218
2020-06-16gnome: Add fatal_warnings kwarg to generate_gir()Xavier Claessens
Fixes: #7130
2020-06-15Documentation, FAQ.md, generated_headers [skip ci]laolux
2020-06-15Added docs for all meson commands + corresponding unit test (#7217)TheQwertiest
2020-06-13Tweak gnome.gtkdoc() documentation for clarity and grammarJon Turney
2020-06-12[skip ci] docs: Bring up to date on options per machineJohn Ericson
I tried to fix the docs when the stuff was added, but it turns out I missed things, as noted in https://github.com/mesonbuild/meson/issues/7284#issuecomment-641641177