aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2018-02-04Merge pull request #2938 from acfoltzer/rust-cross-mergeJussi Pakkanen1-0/+16
Add cross-compilation support for `rustc`
2018-02-02Merge pull request #2228 from mesonbuild/icestormJussi Pakkanen3-0/+40
IceStorm FPGA experiment
2018-02-02Added dpdk to the list of users.Jussi Pakkanen1-0/+1
2018-02-02Added documentation to IceStorm module.Jussi Pakkanen3-0/+40
2018-02-02Updated the video page.Jussi Pakkanen1-25/+19
2018-01-31add meson.project_license() builtinMartin Kelly2-1/+8
This Fixes #2941.
2018-01-31Add PipeWire to the list of users. Closes #2986.Jussi Pakkanen1-0/+1
2018-01-31docs: Fix some HTML that leaked into the markdownAdam Jackson1-1/+1
Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-31Localisation documentation alternativePeter Uithoven1-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-29Add cross-compilation support for `rustc`Adam C. Foltzer1-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-30docs: Add 'outlier' to usersSami Kerola1-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-30dependencies: Allow setting config-tool binaries in cross fileDylan Baker1-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-30Taisei Project uses MesonAndrei Alexeyev1-0/+1
2018-01-27Fix typo in reference tablesxknight1-1/+1
The possessive form of "its" does not contain an apostrophe.
2018-01-22Typo.Stefan Seering1-1/+1
2018-01-19Correct spelling mistakes.Edward Betts1-1/+1
2018-01-18docs: Add Mesa, Libdrm, and IGT as meson usersDylan Baker1-0/+3
2018-01-17Removed two deprecations from 2016.Jussi Pakkanen1-0/+14
2018-01-17docs: Document the `main` keyword of the `gtest` framework dependencyRaphael Salamon1-0/+7
2018-01-14Move version info away from header.Jussi Pakkanen1-1/+3
2018-01-13Merge pull request #2815 from taisei-project/fix_windows_compile_resourcesJussi Pakkanen1-0/+3
[windows] make compile_resources use custom targets instead of generators
2018-01-13Merge pull request #2764 from mesonbuild/generatorpathJussi Pakkanen2-3/+31
Generator outputs can have path segments
2018-01-12Add a release note snippet for the windows.compile_resources() changeAndrei Alexeyev1-0/+3
2018-01-09Merge pull request #2803 from dcbaker/wip/freebsd-fixesJussi Pakkanen1-0/+3
various BSD fixes
2018-01-09Add `export_dynamic` argument to `executable`. (#2662)Nikita Churaev1-3/+13
2018-01-06docs: Add netbsd to the reference tableDylan Baker1-0/+1
2018-01-06docs: Add dragonfly BSD to OS reference tableDylan Baker1-0/+1
2018-01-06docs: Add freebsd to the reference tableDylan Baker1-0/+1
2018-01-06doc/users: add kshIgor Gnatenko1-0/+1
2018-01-02Add a missing space.Shlomi Fish1-1/+1
2018-01-02Correct some grammar.Shlomi Fish1-3/+3
2018-01-02docs: get_option returns relative paths for xxxdir optionsNirbheek Chauhan1-0/+5
[skip ci]
2017-12-31Add unit test that checks that the sample projects compile.Jussi Pakkanen2-1/+11
2017-12-31Added documentation for project templates.Jussi Pakkanen2-0/+29
2017-12-31Merge pull request #2757 from xclaesse/pkgconfigJussi Pakkanen1-3/+10
pkgconfig: Allow passing Dependency objects to library(_private)
2017-12-29Release notes for 0.43 are no longer preliminaryGabrĂ­el ArthĂșr PĂ©tursson1-1/+1
2017-12-28docs: Fix missing syntax highlightingTingPing1-4/+8
2017-12-28docs: find_program native: is available since 0.43Nirbheek Chauhan1-1/+1
2017-12-26Explain test setup a bit more.Jussi Pakkanen1-0/+31
2017-12-26Merge pull request #2334 from mesonbuild/promotedepJussi Pakkanen2-10/+61
Add functionality to promote nested dependencies to top level.
2017-12-26Reformat and update doc page.Jussi Pakkanen1-14/+40
2017-12-26add one more blank line at the tail of Disabler.mdPassw1-1/+1
From http://mesonbuild.com/Manual.html , it seems that `Disabler.md` messes up `Modules.md`
2017-12-20pkgconfig: Update documentationXavier Claessens1-3/+10
2017-12-20Created documentation page for code contributions.Jussi Pakkanen3-5/+160
2017-12-18Added documentation.Jussi Pakkanen2-3/+31
2017-12-17Add functionality to promote nested dependencies to top level.Jussi Pakkanen2-0/+25
2017-12-17Allow value 'if-release' for b_ndebug project option. (#1896)Hemmo Nieminen1-0/+7
When set, NDEBUG will be automatically defined for for release builds but not for other build types.
2017-12-17make clickableShawn Landden1-1/+1
2017-12-16Update Users.mdShawn Landden1-1/+1
now only build system of systemd
2017-12-13Enable re-compilation of GNOME gschema files if they have changed.Michael James Gratton1-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).