Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | envconfig: Add MicroBlaze CPU family | Nathan Rossi | 2019-09-26 | 1 | -0/+1 |
| | | | | | | Add the CPU family for the MicroBlaze processor. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> | ||||
* | Clarify the list of languages is optional for project() [skip ci] | David Cantrell | 2019-09-26 | 1 | -2/+2 |
| | |||||
* | Add blocks dependency | Patrick Griffis | 2019-09-23 | 2 | -0/+14 |
| | | | | This allows easily enabling the blocks clang extension. | ||||
* | Add Windows behavior to executable()'s install_rpath arg doc [skip ci] | Khairul Azhar Kasmiran | 2019-09-23 | 1 | -1/+1 |
| | |||||
* | configure_file(): Allow multiple inputs in command mode | Xavier Claessens | 2019-09-17 | 2 | -1/+7 |
| | | | | Closes: #5893 | ||||
* | Fix improperly closed code backtick [skip ci] | jimbo1qaz | 2019-09-15 | 1 | -1/+1 |
| | |||||
* | docs: Add a snippet about illumos and Solaris support improvements | Dylan Baker | 2019-09-09 | 1 | -0/+4 |
| | |||||
* | docs: Add sunos to the reference table | Dylan Baker | 2019-09-09 | 1 | -0/+1 |
| | | | | | | | | I originally liked "solaris", but I've changed my mind. Both illumos (the open-source fork of OpenSolaris) and Oracle's closed-source Solaris are identified by the same token, and there are differences between them; so using "sunos" as a sort "supertype" for both makes sense to me. | ||||
* | Update Quickstart Guide [skip ci] | dundir | 2019-09-06 | 1 | -16/+58 |
| | |||||
* | docs/syntax: fix typo in dict example [skip ci] | Nirbheek Chauhan | 2019-09-03 | 1 | -1/+1 |
| | |||||
* | docs/syntax: Document that dicts are unordered [skip ci] | Nirbheek Chauhan | 2019-09-03 | 1 | -1/+1 |
| | |||||
* | Fix typo | Simon Allen | 2019-09-02 | 1 | -1/+1 |
| | |||||
* | Add test priorities to force test start order | Peter Hutterer | 2019-08-24 | 2 | -0/+19 |
| | |||||
* | Vs backend compiler selection (#5448) | Dylan Baker | 2019-08-24 | 1 | -4/+32 |
| | | | | | | | | | | | | | | | | | | * backends/vs: Only set platform_toolset if it isn't already set * interpreter: set backend up after the compiler Otherwise we won't be able to check which VS toolchain to use. * docs/using-visual-studio: wrap lines * docs: recommend the py launcher instead of python3 for windows * set backend.environment when building a dummy version * backends/vs: Add support for clang-cl with vs2017 and vs2019 backends * backends/vs: Add support for ICL (19.x) with vs2015 and vs2017 backends | ||||
* | Add RxDock | Vedran Miletić | 2019-08-23 | 1 | -0/+1 |
| | |||||
* | Merge pull request #5681 from dcbaker/dynamic-linker-split | Jussi Pakkanen | 2019-08-20 | 2 | -0/+11 |
|\ | | | | | split dynamic linker representations from compilers | ||||
| * | docs: add snippet for l_undef on apple | Dylan Baker | 2019-08-14 | 1 | -0/+5 |
| | | | | | | | | | | I didn't really mean to, but in splitting the linkers and compilers I got this all working. | ||||
| * | docs: Add snippet for compiler linker split | Dylan Baker | 2019-08-14 | 1 | -0/+6 |
| | | |||||
* | | Add HelenOS to Users.md | Jakub Jermář | 2019-08-19 | 1 | -0/+1 |
| | | |||||
* | | Update vim syntax files link in 0.37 release notes [skip ci] | Nirbheek Chauhan | 2019-08-13 | 1 | -1/+1 |
|/ | |||||
* | Add is_disabler function | James Hilliard | 2019-08-12 | 3 | -0/+20 |
| | | | | | | This is useful if one needs to check if a variable is a disabler. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> | ||||
* | docs: meson -> Meson in one place | John Ericson | 2019-08-08 | 1 | -1/+1 |
| | |||||
* | Describe how to set up VS external project. [skip ci] | Jussi Pakkanen | 2019-08-06 | 2 | -0/+58 |
| | |||||
* | Add basic Webassembly support via Emscripten. | Jussi Pakkanen | 2019-08-05 | 2 | -0/+9 |
| | |||||
* | Make gettext targets no-ops if gettext is not installed. Closes: #821. | Jussi Pakkanen | 2019-08-04 | 1 | -0/+7 |
| | |||||
* | sourceset: add all_dependencies() method | Marc-André Lureau | 2019-08-04 | 2 | -0/+15 |
| | | | | | | | | | 'if_true' sources should be built with their dependencies, as illustrated by test case change. Ideally, I think we would want only the files with the dependencies to be built with the flags, but that would probably change the way sourceset are used. | ||||
* | Add aravis to meson users (#5757) [skip-ci] | Emmanuel Pacaud | 2019-08-02 | 1 | -0/+1 |
| | | | Aravis project is now using meson as its build system. | ||||
* | Allow kconfig to read from configure_file() | Marc-André Lureau | 2019-07-31 | 1 | -0/+3 |
| | | | | | | | | At configure time, kconfig can read from configure_file(). "test cases/kconfig/4 load_config builddir/meson.build" was already showing a workaround, now it actually can take configure_file input directly. | ||||
* | DOC: meson test multiple --suite specifications [skip ci] | Michael Hirsch, Ph.D | 2019-07-30 | 1 | -3/+32 |
| | | | | docs:wrap < 80 col | ||||
* | Docs: Add default value of install kwarg [skip-ci] | ePirat | 2019-07-30 | 1 | -1/+1 |
| | |||||
* | docs: Add missing closing ` in reference manual | Dylan Baker | 2019-07-26 | 1 | -1/+1 |
| | |||||
* | docs: correct key in dep.get_variable | Dylan Baker | 2019-07-26 | 1 | -1/+1 |
| | | | | pkg-config -> pkgconfig | ||||
* | add missing link [skip ci] | Michael Hirsch, Ph.D | 2019-07-26 | 1 | -2/+2 |
| | |||||
* | note that integers have .to_string() method [skip ci] | Michael Hirsch, Ph.D | 2019-07-26 | 2 | -0/+8 |
| | |||||
* | Added KDevelop to the docs (#5714) [skip ci] | Daniel Mensinger | 2019-07-25 | 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 | ||||
* | docs: Document when install: was added to configure_file [skip ci] | Nirbheek Chauhan | 2019-07-25 | 1 | -0/+6 |
| | | | | Somehow we forgot to document this. | ||||
* | Create multiple different archive types with dist. | Jussi Pakkanen | 2019-07-23 | 1 | -0/+10 |
| | |||||
* | Add version check support to find_program() | Xavier Claessens | 2019-07-19 | 2 | -0/+17 |
| | | | | Closes: #1609 | ||||
* | mintro: Fix section key in buildoptions | Daniel Mensinger | 2019-07-17 | 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. | ||||
* | Accept vs_module_defs for modules | Marc-André Lureau | 2019-07-17 | 2 | -0/+11 |
| | | | | | | Like shared libraries, modules may have vs_module_defs. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> | ||||
* | gtkdoc: Add 'check' kwarg (#5591) | Xavier Claessens | 2019-07-16 | 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. | ||||
* | Add Irssi to Users | ailin-nemui | 2019-07-16 | 1 | -0/+1 |
| | |||||
* | Docs: Fix brackets in generator examples [ci skip] | ePirat | 2019-07-16 | 1 | -3/+3 |
| | |||||
* | doc | Michael Hirsch, Ph.D | 2019-07-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #5606 from xclaesse/alias_target | Jussi Pakkanen | 2019-07-11 | 2 | -0/+26 |
|\ | | | | | Add alias_target() function | ||||
| * | Add alias_target() function | Xavier Claessens | 2019-07-10 | 2 | -0/+26 |
| | | |||||
* | | FAQ.md: Do I need to add headers to sources? [skip ci] | Nirbheek Chauhan | 2019-07-10 | 1 | -0/+18 |
| | | |||||
* | | FAQ.md: Add an entry for generated headers [skip ci] | Nirbheek Chauhan | 2019-07-10 | 1 | -0/+69 |
|/ | | | | Closes https://github.com/mesonbuild/meson/issues/5624 | ||||
* | Explain that using shell functionality is forbidden. [skip ci] | Jussi Pakkanen | 2019-07-05 | 1 | -0/+6 |
| | |||||
* | Document that add_languages() returns a boolean [skip ci] (#5600) | Xavier Claessens | 2019-07-05 | 1 | -1/+4 |
| |