| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add support for hex int literals.hex | Jussi Pakkanen | 2018-02-03 | 2 | -0/+11 |
| | | |||||
| * | Merge pull request #2228 from mesonbuild/icestorm | Jussi Pakkanen | 2018-02-02 | 2 | -0/+39 |
| |\ | | | | | IceStorm FPGA experiment | ||||
| | * | Added documentation to IceStorm module.icestorm | Jussi Pakkanen | 2018-02-02 | 2 | -0/+39 |
| | | | |||||
| * | | Added dpdk to the list of users. | Jussi Pakkanen | 2018-02-02 | 1 | -0/+1 |
| |/ | |||||
| * | Updated the video page. | Jussi Pakkanen | 2018-02-02 | 1 | -25/+19 |
| | | |||||
| * | add meson.project_license() builtin | Martin Kelly | 2018-01-31 | 2 | -1/+8 |
| | | | | | This Fixes #2941. | ||||
| * | Add PipeWire to the list of users. Closes #2986. | Jussi Pakkanen | 2018-01-31 | 1 | -0/+1 |
| | | |||||
| * | docs: Fix some HTML that leaked into the markdown | Adam Jackson | 2018-01-31 | 1 | -1/+1 |
| | | | | | Signed-off-by: Adam Jackson <ajax@redhat.com> | ||||
| * | docs: Add 'outlier' to users | Sami Kerola | 2018-01-30 | 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. | ||||
| * | dependencies: Allow setting config-tool binaries in cross file | Dylan Baker | 2018-01-30 | 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 | ||||
| * | Taisei Project uses Meson | Andrei Alexeyev | 2018-01-30 | 1 | -0/+1 |
| | | |||||
| * | Fix typo in reference tables | xknight | 2018-01-27 | 1 | -1/+1 |
| | | | | The possessive form of "its" does not contain an apostrophe. | ||||
| * | Typo. | Stefan Seering | 2018-01-22 | 1 | -1/+1 |
| | | |||||
| * | Correct spelling mistakes. | Edward Betts | 2018-01-19 | 1 | -1/+1 |
| | | |||||
| * | docs: Add Mesa, Libdrm, and IGT as meson users | Dylan Baker | 2018-01-18 | 1 | -0/+3 |
| | | |||||
| * | Removed two deprecations from 2016. | Jussi Pakkanen | 2018-01-17 | 1 | -0/+14 |
| | | |||||
| * | docs: Document the `main` keyword of the `gtest` framework dependency | Raphael Salamon | 2018-01-17 | 1 | -0/+7 |
| | | |||||
| * | Move version info away from header. | Jussi Pakkanen | 2018-01-14 | 1 | -1/+3 |
| | | |||||
| * | Merge pull request #2815 from taisei-project/fix_windows_compile_resources | Jussi Pakkanen | 2018-01-13 | 1 | -0/+3 |
| |\ | | | | | [windows] make compile_resources use custom targets instead of generators | ||||
| | * | Add a release note snippet for the windows.compile_resources() change | Andrei Alexeyev | 2018-01-12 | 1 | -0/+3 |
| | | | |||||
| * | | Merge pull request #2764 from mesonbuild/generatorpath | Jussi Pakkanen | 2018-01-13 | 2 | -3/+31 |
| |\ \ | |/ |/| | Generator outputs can have path segments | ||||
| | * | Added documentation. | Jussi Pakkanen | 2017-12-18 | 2 | -3/+31 |
| | | | |||||
| * | | Merge pull request #2803 from dcbaker/wip/freebsd-fixes | Jussi Pakkanen | 2018-01-09 | 1 | -0/+3 |
| |\ \ | | | | | | | various BSD fixes | ||||
| | * | | docs: Add netbsd to the reference table | Dylan Baker | 2018-01-06 | 1 | -0/+1 |
| | | | | |||||
| | * | | docs: Add dragonfly BSD to OS reference table | Dylan Baker | 2018-01-06 | 1 | -0/+1 |
| | | | | |||||
| | * | | docs: Add freebsd to the reference table | Dylan Baker | 2018-01-06 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add `export_dynamic` argument to `executable`. (#2662) | Nikita Churaev | 2018-01-09 | 1 | -3/+13 |
| |/ / | |||||
| * | | doc/users: add ksh | Igor Gnatenko | 2018-01-06 | 1 | -0/+1 |
| | | | |||||
| * | | Add a missing space. | Shlomi Fish | 2018-01-02 | 1 | -1/+1 |
| | | | |||||
| * | | Correct some grammar. | Shlomi Fish | 2018-01-02 | 1 | -3/+3 |
| | | | |||||
| * | | docs: get_option returns relative paths for xxxdir options | Nirbheek Chauhan | 2018-01-02 | 1 | -0/+5 |
| | | | | | | | | | [skip ci] | ||||
| * | | Add unit test that checks that the sample projects compile.init | Jussi Pakkanen | 2017-12-31 | 2 | -1/+11 |
| | | | |||||
| * | | Added documentation for project templates. | Jussi Pakkanen | 2017-12-31 | 1 | -0/+28 |
| | | | |||||
| * | | Merge pull request #2757 from xclaesse/pkgconfig | Jussi Pakkanen | 2017-12-31 | 1 | -3/+10 |
| |\ \ | | | | | | | pkgconfig: Allow passing Dependency objects to library(_private) | ||||
| | * | | pkgconfig: Update documentation | Xavier Claessens | 2017-12-20 | 1 | -3/+10 |
| | | | | |||||
| * | | | Release notes for 0.43 are no longer preliminary | GabrÃel Arthúr Pétursson | 2017-12-29 | 1 | -1/+1 |
| | | | | |||||
| * | | | docs: Fix missing syntax highlighting | TingPing | 2017-12-28 | 1 | -4/+8 |
| | | | | |||||
| * | | | docs: find_program native: is available since 0.43 | Nirbheek Chauhan | 2017-12-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Explain test setup a bit more. | Jussi Pakkanen | 2017-12-26 | 1 | -0/+31 |
| | | | | |||||
| * | | | Merge pull request #2334 from mesonbuild/promotedep | Jussi Pakkanen | 2017-12-26 | 2 | -10/+61 |
| |\ \ \ | | | | | | | | | Add functionality to promote nested dependencies to top level. | ||||
| | * | | | Reformat and update doc page. | Jussi Pakkanen | 2017-12-26 | 1 | -14/+40 |
| | | | | | |||||
| | * | | | Add functionality to promote nested dependencies to top level. | Jussi Pakkanen | 2017-12-17 | 2 | -0/+25 |
| | | | | | |||||
| * | | | | add one more blank line at the tail of Disabler.md | Passw | 2017-12-26 | 1 | -1/+1 |
| | |/ / |/| | | | | | From http://mesonbuild.com/Manual.html , it seems that `Disabler.md` messes up `Modules.md` | ||||
| * | | | Created documentation page for code contributions. | Jussi Pakkanen | 2017-12-20 | 2 | -5/+159 |
| | | | | |||||
| * | | | Allow value 'if-release' for b_ndebug project option. (#1896) | Hemmo Nieminen | 2017-12-17 | 1 | -0/+7 |
| |/ / | | | | | | | | | When set, NDEBUG will be automatically defined for for release builds but not for other build types. | ||||
| * | | make clickable | Shawn Landden | 2017-12-17 | 1 | -1/+1 |
| | | | |||||
| * | | Update Users.md | Shawn Landden | 2017-12-16 | 1 | -1/+1 |
| | | | | | | | now only build system of systemd | ||||
| * | | Enable re-compilation of GNOME gschema files if they have changed. | Michael James Gratton | 2017-12-13 | 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). | ||||
| * | | Add Geary to the list of users - will use meson for the next release. | Michael James Gratton | 2017-12-13 | 1 | -0/+1 |
| | | | |||||
| * | | docs: Change variable in pkg-config example | Iñigo MartÃnez | 2017-12-12 | 1 | -1/+1 |
| | | | | | | | The example provided for the `get_pkgconfig_variable` when using using the `define_variable` parameter is not the best example, because it is using `prefix` for both. This changes the retrieved variable for `libdir` so the efect of the variable redefinition is more noticeable. | ||||
