Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-22 | Merge pull request #3383 from mesonbuild/nirbheek/configure-file-nodata | Jussi Pakkanen | 2 | -1/+17 | |
configure_file: Add a new action 'copy' | |||||
2018-05-22 | Merge pull request #3490 from MathieuDuponchelle/dict_builtin | Jussi Pakkanen | 3 | -6/+97 | |
Add new built-in type, dict | |||||
2018-05-22 | Merge pull request #3523 from taisei-project/run_command_check | Jussi Pakkanen | 2 | -1/+12 | |
Add 'check' kwarg for run_command | |||||
2018-05-22 | Update Users.md | randy408 | 1 | -0/+2 | |
2018-05-22 | Update documentation for run_command [skip ci] | Andrei Alexeyev | 1 | -1/+8 | |
2018-05-22 | Add 'check' kwarg for run_command | Andrei Alexeyev | 1 | -0/+4 | |
Closes #3516 | |||||
2018-05-22 | dict: add since annotations | Mathieu Duponchelle | 2 | -1/+6 | |
2018-05-22 | docs: Add manual entry for configure_file copy kwarg | Nirbheek Chauhan | 2 | -1/+17 | |
2018-05-21 | dict: fix CI issues | Mathieu Duponchelle | 1 | -2/+2 | |
2018-05-20 | dict: Document, add release snippet | Mathieu Duponchelle | 3 | -6/+92 | |
2018-05-09 | docs: Add a warning about find_program().path() | Nirbheek Chauhan | 1 | -3/+3 | |
See: https://github.com/mesonbuild/meson/issues/3552 | |||||
2018-05-09 | subprojects.md: document --wrap-mode | Nirbheek Chauhan | 1 | -0/+29 | |
Closes https://github.com/mesonbuild/meson/issues/3534 | |||||
2018-05-09 | Reference-manual: compiler checks | Nirbheek Chauhan | 1 | -0/+6 | |
Document that compiler checks are self-contained and do not add arguments from anywhere else. | |||||
2018-05-02 | docs: Added reference to pkg-config module page [skip ci] | Roy Buitenhuis | 1 | -0/+2 | |
2018-05-01 | [skip ci] fixed broken link to repoinit.py script in wrap documentation | Alexis Jeandet | 1 | -3/+3 | |
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2018-04-26 | Merge pull request #3225 from filbranden/fixperms3 | Jussi Pakkanen | 1 | -0/+17 | |
Introduce install_umask to determine permissions of files in install tree. Default it to 022 | |||||
2018-04-25 | Wrap-git files can have tags as well as commit ids. [skip ci] | Jussi Pakkanen | 1 | -3/+3 | |
2018-04-24 | Tweak some 0.46 release note language [skip ci] | Nirbheek Chauhan | 1 | -26/+30 | |
2018-04-24 | Users.md: Add bolt [skip ci] | Nirbheek Chauhan | 1 | -0/+1 | |
2018-04-23 | docs: Fix syntax highlighting in 0.46.0 notes | TingPing | 1 | -5/+6 | |
2018-04-23 | Fix section headers in 0.46 release note [skip ci] | Jon Turney | 1 | -1/+6 | |
2018-04-23 | Updated version number for new release.0.46.0 | Jussi Pakkanen | 27 | -284/+318 | |
2018-04-22 | Merge pull request #3446 from MathieuDuponchelle/python_module_with_doc | Jussi Pakkanen | 1 | -7/+33 | |
modules/python: add some more options around path and config_vars | |||||
2018-04-22 | Python module: update documentation for new API | Mathieu Duponchelle | 1 | -7/+33 | |
2018-04-21 | Add more tests for multi-line strings and update docs | Nirbheek Chauhan | 2 | -13/+12 | |
2018-04-20 | docs: Update gnome.gdbus-codegen docs | Nirbheek Chauhan | 1 | -3/+6 | |
2018-04-18 | extract_all_objects: Add 'recursive' keyword argument | Xavier Claessens | 2 | -1/+17 | |
To maintain backward compatibility we cannot add recursive objects by default. Print a warning when there are recursive objects to be pulled and the argument is not set. After a while we'll do pull recursive objects by default. | |||||
2018-04-18 | Add release-notes snippet for install_umask | Filipe Brandenburger | 1 | -0/+17 | |
2018-04-18 | Merge pull request #3314 from sarum9in/test_depends | Jussi Pakkanen | 2 | -0/+12 | |
Add test(depends) keyword parameter | |||||
2018-04-17 | Add partial_dependency method to dependencies | Dylan Baker | 2 | -0/+51 | |
This adds a new method, partial_dependency to all dependencies. These sub dependencies are copies of the original dependency, but with one or more of the attributes replaced with an empty list. This allows creating a sub dependency that has only cflags or drops link_arguments, for example. | |||||
2018-04-17 | Merge pull request #3243 from dcbaker/accept-d-setup | Jussi Pakkanen | 1 | -0/+6 | |
Accept -D for meson level options durring initial configuration | |||||
2018-04-17 | Merge pull request #3353 from xclaesse/has-link-argument | Jussi Pakkanen | 2 | -4/+29 | |
Add has_link_argument() and friends | |||||
2018-04-17 | Merge pull request #3240 from MathieuDuponchelle/python_module | Jussi Pakkanen | 4 | -0/+203 | |
Implement a generic python module | |||||
2018-04-17 | Merge pull request #1852 from QuLogic/openmp | Jussi Pakkanen | 1 | -0/+6 | |
Add an OpenMP dependency. | |||||
2018-04-17 | mconf: accept -- options like `meson` does | Dylan Baker | 1 | -4/+4 | |
I'm not really happy about this to be honest, I don't like having both -- and -D options, I think it's stupid to have two ways to do exactly the same thing, especially since we then have to validate that someone hasn't passed the argument both ways. However, other people want this, so here it is. Fixes #969 | |||||
2018-04-17 | Accept builtin options with -D when making initial meson call | Dylan Baker | 1 | -0/+6 | |
Currently meson only accepts `-Dopt=value` for builtin options when calling `meson configure` and `--opt=value` for builtin options when calling `meson` initially. This is a confusing behavior, and users only get a small warning at the top of a potentially long configuration summary to catch this. This has confused end users and developers alike, there are at least 5 duplicates of the bug this fixes, and I have personally been asked about this more times than I can count. The help documentation doesn't make it clear that -D cannot be used to set options like prefix and bindir. This adds support for -D options to the initial meson call, but not -- options to the meson configure call. I think it's better to have one way to do things, and -- options are kinda one off while -D is used everywhere else, so lets stick with that. Related #969 | |||||
2018-04-17 | Add release snippet | Niklas Claesson | 1 | -0/+17 | |
2018-04-17 | Complete python escape sequences aware strings | Tim 'mithro' Ansell | 1 | -2/+18 | |
Fixes #3169 | |||||
2018-04-17 | Add release note for OpenMP dependency. | Elliott Sales de Andrade | 1 | -0/+6 | |
2018-04-16 | Add has_link_argument() and friends | Xavier Claessens | 2 | -4/+29 | |
Closes: #3335. | |||||
2018-04-16 | Add build snippet for non-unique-target-names feature | Aleksey Filippov | 1 | -0/+9 | |
2018-04-16 | Merged Arm CC support. | Jussi Pakkanen | 2 | -0/+16 | |
2018-04-16 | Merge pull request #3218 from mesonbuild/findoverrider | Jussi Pakkanen | 2 | -0/+44 | |
Make it possible to override find_program [skip ci] | |||||
2018-04-16 | Docs: Mention important macOS caveat about function detection [ci skip] | Marvin Scholz | 1 | -3/+18 | |
2018-04-15 | Merge pull request #3115 from makise-homura/e2k-lcc-support | Jussi Pakkanen | 2 | -0/+25 | |
Support lcc compiler for e2k (Elbrus) architecture | |||||
2018-04-15 | Document that override_find_program works on configure_file [skip ci] | Nirbheek Chauhan | 2 | -5/+16 | |
Also link to the release notes snippet from the Reference manual | |||||
2018-04-15 | Added documentation [skip ci] | Jussi Pakkanen | 2 | -0/+33 | |
2018-04-14 | Improve generation of pkg-config files for static only libraries. | Martin Hostettler | 1 | -0/+12 | |
Previously pkg-config files generated by the pkgconfig modules for static libraries with dependencies could only be used in a dependencies with `static: true`. This was caused by the dependencies only appearing in Libs.private even if they are needed in the default linking mode. But a user of a dependency should not have to know if the default linking mode is static or dynamic; A dependency('somelib') call should always pull in all needed pieces into the build. Now for meson build static libraries passed via `libraries` to the generate method automatically promote dependencies to public. | |||||
2018-04-14 | Merge pull request #2930 from inigomartinez/gdbus-targets | Jussi Pakkanen | 1 | -2/+14 | |
gnome: Split header and code targets in gdbus_codegen() | |||||
2018-04-14 | improve suite of meson test (#3369) | Alberto Sartori | 2 | -0/+14 | |