Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-04 | Merge pull request #2938 from acfoltzer/rust-cross-merge | Jussi Pakkanen | 1 | -0/+16 | |
Add cross-compilation support for `rustc` | |||||
2018-02-02 | Merge pull request #2228 from mesonbuild/icestorm | Jussi Pakkanen | 3 | -0/+40 | |
IceStorm FPGA experiment | |||||
2018-02-02 | Added dpdk to the list of users. | Jussi Pakkanen | 1 | -0/+1 | |
2018-02-02 | Added documentation to IceStorm module. | Jussi Pakkanen | 3 | -0/+40 | |
2018-02-02 | Updated the video page. | Jussi Pakkanen | 1 | -25/+19 | |
2018-01-31 | add meson.project_license() builtin | Martin Kelly | 2 | -1/+8 | |
This Fixes #2941. | |||||
2018-01-31 | Add PipeWire to the list of users. Closes #2986. | Jussi Pakkanen | 1 | -0/+1 | |
2018-01-31 | docs: Fix some HTML that leaked into the markdown | Adam Jackson | 1 | -1/+1 | |
Signed-off-by: Adam Jackson <ajax@redhat.com> | |||||
2018-01-31 | Localisation documentation alternative | Peter Uithoven | 1 | -16/+36 | |
I had trouble figuring this out in a new project without the pot and po files. Seemed like there was a build in method to generate those. I understand that I might have made a few controversial choices like using a `LINGUAS` file and creating a sub `meson.build` file. I also don't fully understand why the `GETTEXT_PACKAGE` global wasn't mentioned. | |||||
2018-01-29 | Add cross-compilation support for `rustc` | Adam C. Foltzer | 1 | -0/+16 | |
This patch is largely modeled on the relatively-straightforward code for Fortran cross-compilation, so there might be some intricacies missing. | |||||
2018-01-30 | docs: Add 'outlier' to users | Sami Kerola | 1 | -0/+1 | |
This is a very small hello world style project, that I hope is useful example for people who are getting started with meson. | |||||
2018-01-30 | dependencies: Allow setting config-tool binaries in cross file | Dylan Baker | 1 | -0/+13 | |
This allows for much easier cross compiler configuration for tools like LLVM. This patch does honor the 'native' keyword, and falls back to searching PATH if the binary name is not specified. I'd be fine with either removing the fallback behavior, or marking it as deprecated and removing it later. Fixes #2921 | |||||
2018-01-30 | Taisei Project uses Meson | Andrei Alexeyev | 1 | -0/+1 | |
2018-01-27 | Fix typo in reference tables | xknight | 1 | -1/+1 | |
The possessive form of "its" does not contain an apostrophe. | |||||
2018-01-22 | Typo. | Stefan Seering | 1 | -1/+1 | |
2018-01-19 | Correct spelling mistakes. | Edward Betts | 1 | -1/+1 | |
2018-01-18 | docs: Add Mesa, Libdrm, and IGT as meson users | Dylan Baker | 1 | -0/+3 | |
2018-01-17 | Removed two deprecations from 2016. | Jussi Pakkanen | 1 | -0/+14 | |
2018-01-17 | docs: Document the `main` keyword of the `gtest` framework dependency | Raphael Salamon | 1 | -0/+7 | |
2018-01-14 | Move version info away from header. | Jussi Pakkanen | 1 | -1/+3 | |
2018-01-13 | Merge pull request #2815 from taisei-project/fix_windows_compile_resources | Jussi Pakkanen | 1 | -0/+3 | |
[windows] make compile_resources use custom targets instead of generators | |||||
2018-01-13 | Merge pull request #2764 from mesonbuild/generatorpath | Jussi Pakkanen | 2 | -3/+31 | |
Generator outputs can have path segments | |||||
2018-01-12 | Add a release note snippet for the windows.compile_resources() change | Andrei Alexeyev | 1 | -0/+3 | |
2018-01-09 | Merge pull request #2803 from dcbaker/wip/freebsd-fixes | Jussi Pakkanen | 1 | -0/+3 | |
various BSD fixes | |||||
2018-01-09 | Add `export_dynamic` argument to `executable`. (#2662) | Nikita Churaev | 1 | -3/+13 | |
2018-01-06 | docs: Add netbsd to the reference table | Dylan Baker | 1 | -0/+1 | |
2018-01-06 | docs: Add dragonfly BSD to OS reference table | Dylan Baker | 1 | -0/+1 | |
2018-01-06 | docs: Add freebsd to the reference table | Dylan Baker | 1 | -0/+1 | |
2018-01-06 | doc/users: add ksh | Igor Gnatenko | 1 | -0/+1 | |
2018-01-02 | Add a missing space. | Shlomi Fish | 1 | -1/+1 | |
2018-01-02 | Correct some grammar. | Shlomi Fish | 1 | -3/+3 | |
2018-01-02 | docs: get_option returns relative paths for xxxdir options | Nirbheek Chauhan | 1 | -0/+5 | |
[skip ci] | |||||
2017-12-31 | Add unit test that checks that the sample projects compile. | Jussi Pakkanen | 2 | -1/+11 | |
2017-12-31 | Added documentation for project templates. | Jussi Pakkanen | 2 | -0/+29 | |
2017-12-31 | Merge pull request #2757 from xclaesse/pkgconfig | Jussi Pakkanen | 1 | -3/+10 | |
pkgconfig: Allow passing Dependency objects to library(_private) | |||||
2017-12-29 | Release notes for 0.43 are no longer preliminary | GabrĂel ArthĂșr PĂ©tursson | 1 | -1/+1 | |
2017-12-28 | docs: Fix missing syntax highlighting | TingPing | 1 | -4/+8 | |
2017-12-28 | docs: find_program native: is available since 0.43 | Nirbheek Chauhan | 1 | -1/+1 | |
2017-12-26 | Explain test setup a bit more. | Jussi Pakkanen | 1 | -0/+31 | |
2017-12-26 | Merge pull request #2334 from mesonbuild/promotedep | Jussi Pakkanen | 2 | -10/+61 | |
Add functionality to promote nested dependencies to top level. | |||||
2017-12-26 | Reformat and update doc page. | Jussi Pakkanen | 1 | -14/+40 | |
2017-12-26 | add one more blank line at the tail of Disabler.md | Passw | 1 | -1/+1 | |
From http://mesonbuild.com/Manual.html , it seems that `Disabler.md` messes up `Modules.md` | |||||
2017-12-20 | pkgconfig: Update documentation | Xavier Claessens | 1 | -3/+10 | |
2017-12-20 | Created documentation page for code contributions. | Jussi Pakkanen | 3 | -5/+160 | |
2017-12-18 | Added documentation. | Jussi Pakkanen | 2 | -3/+31 | |
2017-12-17 | Add functionality to promote nested dependencies to top level. | Jussi Pakkanen | 2 | -0/+25 | |
2017-12-17 | Allow value 'if-release' for b_ndebug project option. (#1896) | Hemmo Nieminen | 1 | -0/+7 | |
When set, NDEBUG will be automatically defined for for release builds but not for other build types. | |||||
2017-12-17 | make clickable | Shawn Landden | 1 | -1/+1 | |
2017-12-16 | Update Users.md | Shawn Landden | 1 | -1/+1 | |
now only build system of systemd | |||||
2017-12-13 | Enable re-compilation of GNOME gschema files if they have changed. | Michael James Gratton | 1 | -0/+7 | |
* mesonbuild/modules/gnome.py (GnomeModule.compile_schemas): Allow the depend_files kwarg. * docs/markdown/Gnome-module.md: Add docs for new kwarg (and the only other one that is permitted). |