Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-30 | DOC: meson test multiple --suite specifications [skip ci] | Michael Hirsch, Ph.D | 1 | -3/+32 | |
docs:wrap < 80 col | |||||
2019-07-30 | Docs: Add default value of install kwarg [skip-ci] | ePirat | 1 | -1/+1 | |
2019-07-26 | docs: Add missing closing ` in reference manual | Dylan Baker | 1 | -1/+1 | |
2019-07-26 | docs: correct key in dep.get_variable | Dylan Baker | 1 | -1/+1 | |
pkg-config -> pkgconfig | |||||
2019-07-26 | add missing link [skip ci] | Michael Hirsch, Ph.D | 1 | -2/+2 | |
2019-07-26 | note that integers have .to_string() method [skip ci] | Michael Hirsch, Ph.D | 2 | -0/+8 | |
2019-07-25 | Added KDevelop to the docs (#5714) [skip ci] | Daniel Mensinger | 1 | -0/+1 | |
The new meson plugin will be included in KDevelop 5.4, so adding it to the IDE-Integration docs. https://www.kdevelop.org/news/kdevelop-5380-released | |||||
2019-07-25 | docs: Document when install: was added to configure_file [skip ci] | Nirbheek Chauhan | 1 | -0/+6 | |
Somehow we forgot to document this. | |||||
2019-07-23 | Create multiple different archive types with dist. | Jussi Pakkanen | 1 | -0/+10 | |
2019-07-19 | Add version check support to find_program() | Xavier Claessens | 2 | -0/+17 | |
Closes: #1609 | |||||
2019-07-17 | mintro: Fix section key in buildoptions | Daniel Mensinger | 1 | -1/+9 | |
This reverts the changes to the `section` key for the buildoptions and moves the machine choice into it's own `machine` key. With this commit the __undocumented__ breaking change to the introspection format (introduced in 0.51.0) is reverted and a new key is added instead. | |||||
2019-07-17 | Accept vs_module_defs for modules | Marc-André Lureau | 2 | -0/+11 | |
Like shared libraries, modules may have vs_module_defs. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> | |||||
2019-07-16 | gtkdoc: Add 'check' kwarg (#5591) | Xavier Claessens | 2 | -0/+17 | |
* gtkdoc: Add 'check' kwarg This runs gtkdoc-check in meson tests. Also reorganize the gtkdoc test because we cannot reliably build multiple doc into the same directory. Not all files generated by gtk-doc are prefixed with the target name. | |||||
2019-07-16 | Add Irssi to Users | ailin-nemui | 1 | -0/+1 | |
2019-07-16 | Docs: Fix brackets in generator examples [ci skip] | ePirat | 1 | -3/+3 | |
2019-07-11 | doc | Michael Hirsch, Ph.D | 1 | -1/+1 | |
2019-07-11 | Merge pull request #5606 from xclaesse/alias_target | Jussi Pakkanen | 2 | -0/+26 | |
Add alias_target() function | |||||
2019-07-10 | Add alias_target() function | Xavier Claessens | 2 | -0/+26 | |
2019-07-10 | FAQ.md: Do I need to add headers to sources? [skip ci] | Nirbheek Chauhan | 1 | -0/+18 | |
2019-07-10 | FAQ.md: Add an entry for generated headers [skip ci] | Nirbheek Chauhan | 1 | -0/+69 | |
Closes https://github.com/mesonbuild/meson/issues/5624 | |||||
2019-07-05 | Explain that using shell functionality is forbidden. [skip ci] | Jussi Pakkanen | 1 | -0/+6 | |
2019-07-05 | Document that add_languages() returns a boolean [skip ci] (#5600) | Xavier Claessens | 1 | -1/+4 | |
2019-07-01 | Describe array values in install_dir. [skip ci] | Jussi Pakkanen | 1 | -0/+21 | |
2019-06-27 | `add_{global,project}_{,link_}arguments`: simply native flag behavior | John Ericson | 2 | -1/+17 | |
This further simplifies behavior to match the "build vs host" decision we did with `c_args` vs `build_c_args`. The rules are now simply: - `native: true` affects `native: true` targets - `native: false` affects `native: false` targets - No native flag is the same as `native: false` I like this because you don't even have to know what "build" and "host" mean to understand how it works, and it doesn't depend on whether the overall build is cross or not. Fixes #4933 | |||||
2019-06-27 | docs: Fix link to SourceSet module in the navbar [skip ci] | Iñigo Martínez | 1 | -0/+1 | |
2019-06-26 | dependencies/base: Set PKG_CONFIG_SYSROOT_DIR from cross file | Dylan Baker | 2 | -0/+12 | |
In some cases it may be necessary to set PKG_CONFIG_SYSROOT_DIR, like when you've mounted a host architecture system in an arbitrary path. Meson will now check the cross files for a [properties]:sys_root variable and set the PKG_CONFIG_SYSROOT_DIR environment variable based on that variable. Fixes #3801 Fixes #4057 | |||||
2019-06-25 | Split attribute visibility | Dylan Baker | 2 | -1/+25 | |
* c_function_attributes: remove 'protected' from 'visibility' This doesn't exist on macos with the apple compiler, which always causes failures. Fixes #5530 * compilers: Add split visibility checks to has_function_attribute These check for a single visibility at a time, rather than all four at once. This allows for finer grained searches, and should make using these checks safer across operating systems. | |||||
2019-06-23 | only --only option to run_project_tests, add type hints, improve variable ↵ | Michael Hirsch, Ph.D | 1 | -0/+10 | |
name use | |||||
2019-06-21 | docs: Update libdir caveat | Dylan Baker | 1 | -3/+6 | |
Fixes #5514 | |||||
2019-06-19 | Quick_guide.md:add python-setuptools and wheel | andy5995 | 1 | -1/+2 | |
per IRC discussion, the wheel package isn't required but reduces harmless warnings. [skip ci] | |||||
2019-06-19 | Reference-manual.md:add missing equal sign in "both_libraries" section | andy5995 | 1 | -1/+1 | |
[skip ci] | |||||
2019-06-16 | Update things for new release.0.51.0 | Jussi Pakkanen | 27 | -282/+330 | |
2019-06-16 | Tutorial.md: Improve English [skip ci] | Francisco Velázquez | 1 | -3/+2 | |
2019-06-12 | modules/python: add a modules keyword argument | Dylan Baker | 2 | -0/+11 | |
This mirrors the modules keyword argument that some dependencies (such as qt and llvm) take. This allows an easier method to determine if modules are installed. | |||||
2019-06-10 | docs: compiler objects are returned [skip ci] | Dylan Baker | 1 | -102/+102 | |
Not a series problem, but annoys me that that it's in the builtin section when it's a returned object. | |||||
2019-06-10 | Rewrap some doc lines. [skip ci] | Jussi Pakkanen | 2 | -41/+51 | |
2019-06-08 | docs: Add bzip2 to the Users page | Dylan Baker | 1 | -0/+1 | |
2019-06-06 | cmake: doc: fixed typos | Daniel Mensinger | 1 | -5/+5 | |
2019-06-06 | cmake: updated docs | Daniel Mensinger | 4 | -63/+109 | |
2019-06-06 | cmake: rebase fixes | Daniel Mensinger | 1 | -4/+4 | |
2019-06-06 | cmake: Added docs | Daniel Mensinger | 3 | -30/+103 | |
2019-06-05 | Per machine do 'build.' and '' option prefixes | John Ericson | 2 | -25/+45 | |
See the docs/ changes for details. | |||||
2019-05-31 | doc: fix typo [skip ci] | Eli Schwartz | 1 | -1/+1 | |
Error introduced in commit 8e403e08ac2907214c044c804ee5eef6a45e0ff9 | |||||
2019-05-28 | interpreter: add fallback argument to subproject.get_variable() | Mathieu Duponchelle | 2 | -1/+18 | |
2019-05-27 | coredata: add cmake_prefix_path option | Dylan Baker | 2 | -0/+17 | |
2019-05-27 | docs: pkg_config_path is a list not a string | Dylan Baker | 1 | -1/+1 | |
You should pass arguments as a list, ie -Dpkg_config_path=/foo,/bar and meson will join the paths appropriately for you. | |||||
2019-05-27 | Update to new ccache URL | Joel Rosdahl | 1 | -5/+5 | |
ccache’s web site is now located at https://ccache.dev. Bonus: Use the preferred capitalization “Ccache” instead of “CCache”. | |||||
2019-05-23 | docs/Users: update Mesa link [skip ci] | Erik Faye-Lund | 1 | -1/+1 | |
Mesa's primary home is now in the Freedesktop GitLab instance. The cgit repo is just a mirror. | |||||
2019-05-23 | Use library() instead of rolling your own. [skip ci] | Jussi Pakkanen | 1 | -11/+4 | |
2019-05-23 | Merge pull request #5028 from bonzini/sourceset | Jussi Pakkanen | 3 | -0/+205 | |
new module "sourceset" to match source file lists against configuration data |