Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-13 | docs/reference-table: Add intel-cl | Dylan Baker | 1 | -23/+24 | |
Because the Intel compiler behaves significantly differently on windows than it does on Linux and MacOS I've decided it would be better to follow the clang/clang-cl split and make id "intel-cl" on windows (leaving "intel" alone on Linux and Mac). Since we've never supported ICL and it hasn't worked in the past I think this is an okay change to make. | |||||
2019-05-12 | Add entry for random design points. [skip ci] | Jussi Pakkanen | 1 | -0/+13 | |
2019-05-09 | add support for "target_type: 'shared_module'" in build_target() | Daniel Eklöf | 2 | -1/+29 | |
2019-05-05 | Add white border to logo used on web pages. [skip ci] | Jussi Pakkanen | 1 | -0/+0 | |
2019-05-05 | add -fno-exceptions if cpp_eh=none is specified | nicole mazzuca | 1 | -1/+7 | |
2019-05-04 | Update Users.md [skip ci] (#5358) | Amit D | 1 | -0/+3 | |
2019-05-02 | per-target manual specification of link_language | Michael Hirsch, Ph.D | 2 | -1/+13 | |
2019-05-02 | Add vc++ cpp_std flags to the documentation | Nicole Mazzuca | 1 | -1/+1 | |
2019-05-02 | Merge pull request #5161 from TheQwertiest/feature/custom_target_link | Jussi Pakkanen | 1 | -2/+3 | |
Can link against custom_target[i] | |||||
2019-05-02 | Describe how to add support for new compilers. [skip ci] | Jussi Pakkanen | 1 | -0/+34 | |
2019-04-29 | Updated docs with information about `custom_target[i]` | TheQwertiest | 1 | -2/+3 | |
2019-04-28 | consistent invalid escape sequence behaviour | Jon Turney | 1 | -0/+3 | |
* docs: document unrecognized escape sequence behaviour [skip ci] Document that unrecognized escape sequence behaviour is like python, not C. * Don't try to decode invalid hex escape sequences Don't try to decode escape sequences which should contain a sequence of hex digits, but don't, throwing a python exception. These will treated literally instead. * Extend test case to cover invalid escape sequences | |||||
2019-04-24 | Rewrap text. [skip ci] | Jussi Pakkanen | 1 | -4/+19 | |
2019-04-24 | doc: Update coverage related documentation | Richard Kjerstadius | 2 | -2/+2 | |
2019-04-22 | Add support for the Xtensa toolchain | Fernando Ramos | 1 | -0/+5 | |
From (almost) all points of view, the Xtensa toolchain can be treated as a regular GCC toolchain. This patch adds very basic support so that, at least, meson does not fail when trying to use "xt-xcc" (which makes it possible to use it without problems). | |||||
2019-04-22 | i18n: add args keyword to merge_file | Konstantin | 1 | -0/+1 | |
* i18n: add args keyword to merge_file * i18n: add testcase to msgfmt args | |||||
2019-04-22 | Fix table layout. [skip ci] | Jussi Pakkanen | 1 | -19/+19 | |
2019-04-21 | dist: recurse into git submodules | VladimĂr ÄunĂĄt | 1 | -1/+2 | |
2019-04-21 | Merge pull request #5289 from mesonbuild/fixxpass | Jussi Pakkanen | 1 | -0/+15 | |
Report xpass results as failures. | |||||
2019-04-21 | Report xpass results as failures. | Jussi Pakkanen | 1 | -0/+15 | |
2019-04-16 | Add VS2019 backend CI and docs. | Anton Kochkov | 2 | -2/+3 | |
2019-04-15 | fix gpgme support by preferring pkg-config where possible | Eli Schwartz | 2 | -2/+2 | |
Since gpgme 1.13.0, pkg-config files are available and this is the preferred way to detect the dependency. Without this, projects that wish to generate pkg-config files that Requires.private on gpgme, now have their custom dependency() fallbacks overridden with an incorrect configtool dependency. | |||||
2019-04-15 | (#5260) link to builtin options in `library()` fn | Keefer Rourke | 1 | -2/+3 | |
As a newcomer to the Meson build system, I found the documentation of the `library()` function to be a bit misleading. Eventually I found what 'user option' referred to after digging through the docs. This just adds a link back to the page that describes the options that are referred to in this paragraph. | |||||
2019-04-14 | docs/fallback-wraptool: wrap to 80 characters | Dylan Baker | 1 | -6/+14 | |
2019-04-14 | docs: update fallback wraptool docs [skip ci] | Dylan Baker | 1 | -2/+2 | |
Fixes #5229 | |||||
2019-04-10 | Update Built-in Option c_std for C17. Closes #4842. | jrl64 | 3 | -2/+11 | |
2019-04-10 | docs: Change 0.51 to 0.50.1 [skip ci] | Dylan Baker | 1 | -1/+1 | |
Since this is targeting the 0.50.1 bugfix release. | |||||
2019-04-10 | [docs] Reordered options and fixed a typo [skip ci] | TheQwertiest | 1 | -2/+2 | |
2019-04-09 | docs: Document pkg_config_path and cross_ options [skip ci] | Dylan Baker | 1 | -17/+24 | |
2019-04-08 | mintro: removed deprecated --target-files API | Daniel Mensinger | 1 | -0/+4 | |
2019-04-08 | Merge pull request #5176 from ao2/add-subproject-foreach-command | Jussi Pakkanen | 2 | -1/+17 | |
Add 'meson subprojects foreach' command | |||||
2019-04-06 | Add gpgme-config support | Jan Tojnar | 2 | -1/+11 | |
GPGME does not support pkg-config so we need config-tool support if we do not want projects like Almanah and Seahorse to parse the values manually. | |||||
2019-04-02 | Add shaderc dependency lookup logic | Andrei Alexeyev | 1 | -0/+12 | |
2019-04-02 | Merge pull request #5128 from Ericson2314/sanity-check-with-flags | Jussi Pakkanen | 1 | -0/+17 | |
Sanity check with external args | |||||
2019-04-01 | docs: fix typo s/responsability/responsibility/ [skip ci] | Antonio Ospite | 1 | -1/+1 | |
2019-04-01 | Add 'meson subprojects foreach' command | Antonio Ospite | 2 | -0/+16 | |
Sometimes it is convenient to run an arbitrary command (e.g. 'git diff') on all subprojects. Add a 'meson subprojects foreach' command to take care of that. For this command the common argument 'subprojects' does not make sense, so only add '--sourcedir' and cover the case of a missing options.subprojects in run(). | |||||
2019-04-01 | Merge pull request #5103 from mesonbuild/linkcustom | Jussi Pakkanen | 2 | -3/+27 | |
Can link against custom targets | |||||
2019-03-30 | docs: Document when environment() was added (#5178) [skip ci] | Jonatan PÄlsson | 1 | -1/+2 | |
The environment() function was added in 0.35.0 (which contains a2e7ebc5, containing the actual addition) | |||||
2019-03-29 | dependencies/base: Pass correct arguments to subdependencies | Dylan Baker | 1 | -0/+3 | |
Currently InternalDependency.get_partial_dependency shadows the the input variables names, and then passes those new copies to the final object returned. It also passes them to the arguments of of get_partial_dependency for each subdependency, which is wrong. The code is supposed to proxy the original argumetn values to that instead of the shadowing values. To avoid that this patch renames the new values. | |||||
2019-03-29 | [Docs] Built-in options page cleanup (fixes #5165) [skip ci] | TheQwertiest | 1 | -19/+28 | |
- Added missing universal options. - Split options in `directories` and `core` groups. - Sorted alphabetically some of the groups. - Removed `cross-file` from options, since it's not an option. | |||||
2019-03-29 | docs: correct âIt'sâ to âItsâ [skip ci] | Will Thompson | 1 | -1/+1 | |
2019-03-28 | Add documentation. | Jussi Pakkanen | 2 | -3/+26 | |
2019-03-27 | release note snippet for user flags in sanity checks [skip ci] | John Ericson | 1 | -0/+17 | |
2019-03-27 | Add release note snippit for CPPFLAGS handing [skip ci] | John Ericson | 1 | -0/+12 | |
2019-03-26 | compilers: n_debug=if-release and buildtype=plain should not enable assertions | Dylan Baker | 1 | -0/+4 | |
It's a bit odd that it doesn't, and has resulted in bugs in distro packaging. Fixes #5141 | |||||
2019-03-20 | Merge pull request #5031 from bonzini/kconfig | Jussi Pakkanen | 3 | -0/+58 | |
Kconfig Module | |||||
2019-03-20 | mesonbuild: allow multiple --cross-file options | Ross Burton | 1 | -0/+3 | |
Just like --native-file, allow multiple --cross-file options. This is mostly unifying the logic between cross_files and config_files. | |||||
2019-03-18 | Add test script to generate a static library with a custom target. | Jussi Pakkanen | 1 | -0/+1 | |
2019-03-15 | kconfig: improvements for builddir config file | Paolo Bonzini | 1 | -0/+8 | |
Document best practices for per-builddir config file, and add a test covering loading a config file from the build directory. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||||
2019-03-15 | [modules] Add kconfig module | Mark Schulte | 3 | -0/+50 | |
Add a kconfig module to allow meson to integrate with existing projects that use kconfig. |