Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-26 | envconfig: Add MicroBlaze CPU family | Nathan Rossi | 1 | -0/+1 | |
Add the CPU family for the MicroBlaze processor. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> | |||||
2019-09-26 | Clarify the list of languages is optional for project() [skip ci] | David Cantrell | 1 | -2/+2 | |
2019-09-23 | Add blocks dependency | Patrick Griffis | 2 | -0/+14 | |
This allows easily enabling the blocks clang extension. | |||||
2019-09-23 | Add Windows behavior to executable()'s install_rpath arg doc [skip ci] | Khairul Azhar Kasmiran | 1 | -1/+1 | |
2019-09-17 | configure_file(): Allow multiple inputs in command mode | Xavier Claessens | 2 | -1/+7 | |
Closes: #5893 | |||||
2019-09-15 | Fix improperly closed code backtick [skip ci] | jimbo1qaz | 1 | -1/+1 | |
2019-09-09 | docs: Add a snippet about illumos and Solaris support improvements | Dylan Baker | 1 | -0/+4 | |
2019-09-09 | docs: Add sunos to the reference table | Dylan Baker | 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. | |||||
2019-09-06 | Update Quickstart Guide [skip ci] | dundir | 1 | -16/+58 | |
2019-09-03 | docs/syntax: fix typo in dict example [skip ci] | Nirbheek Chauhan | 1 | -1/+1 | |
2019-09-03 | docs/syntax: Document that dicts are unordered [skip ci] | Nirbheek Chauhan | 1 | -1/+1 | |
2019-09-02 | Fix typo | Simon Allen | 1 | -1/+1 | |
2019-08-24 | Add test priorities to force test start order | Peter Hutterer | 2 | -0/+19 | |
2019-08-24 | Vs backend compiler selection (#5448) | Dylan Baker | 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 | |||||
2019-08-23 | Add RxDock | Vedran Miletić | 1 | -0/+1 | |
2019-08-20 | Merge pull request #5681 from dcbaker/dynamic-linker-split | Jussi Pakkanen | 2 | -0/+11 | |
split dynamic linker representations from compilers | |||||
2019-08-19 | Add HelenOS to Users.md | Jakub Jermář | 1 | -0/+1 | |
2019-08-14 | docs: add snippet for l_undef on apple | Dylan Baker | 1 | -0/+5 | |
I didn't really mean to, but in splitting the linkers and compilers I got this all working. | |||||
2019-08-14 | docs: Add snippet for compiler linker split | Dylan Baker | 1 | -0/+6 | |
2019-08-13 | Update vim syntax files link in 0.37 release notes [skip ci] | Nirbheek Chauhan | 1 | -1/+1 | |
2019-08-12 | Add is_disabler function | James Hilliard | 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> | |||||
2019-08-08 | docs: meson -> Meson in one place | John Ericson | 1 | -1/+1 | |
2019-08-06 | Describe how to set up VS external project. [skip ci] | Jussi Pakkanen | 2 | -0/+58 | |
2019-08-05 | Add basic Webassembly support via Emscripten. | Jussi Pakkanen | 2 | -0/+9 | |
2019-08-04 | Make gettext targets no-ops if gettext is not installed. Closes: #821. | Jussi Pakkanen | 1 | -0/+7 | |
2019-08-04 | sourceset: add all_dependencies() method | Marc-André Lureau | 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. | |||||
2019-08-02 | Add aravis to meson users (#5757) [skip-ci] | Emmanuel Pacaud | 1 | -0/+1 | |
Aravis project is now using meson as its build system. | |||||
2019-07-31 | Allow kconfig to read from configure_file() | Marc-André Lureau | 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. | |||||
2019-07-30 | DOC: meson test multiple --suite specifications [skip ci] | Michael Hirsch, Ph.D | 1 | -3/+32 | |
docs:wrap < 80 col | |||||
2019-07-30 | Docs: Add default value of install kwarg [skip-ci] | ePirat | 1 | -1/+1 | |
2019-07-26 | docs: Add missing closing ` in reference manual | Dylan Baker | 1 | -1/+1 | |
2019-07-26 | docs: correct key in dep.get_variable | Dylan Baker | 1 | -1/+1 | |
pkg-config -> pkgconfig | |||||
2019-07-26 | add missing link [skip ci] | Michael Hirsch, Ph.D | 1 | -2/+2 | |
2019-07-26 | note that integers have .to_string() method [skip ci] | Michael Hirsch, Ph.D | 2 | -0/+8 | |
2019-07-25 | Added KDevelop to the docs (#5714) [skip ci] | Daniel Mensinger | 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 | |||||
2019-07-25 | docs: Document when install: was added to configure_file [skip ci] | Nirbheek Chauhan | 1 | -0/+6 | |
Somehow we forgot to document this. | |||||
2019-07-23 | Create multiple different archive types with dist. | Jussi Pakkanen | 1 | -0/+10 | |
2019-07-19 | Add version check support to find_program() | Xavier Claessens | 2 | -0/+17 | |
Closes: #1609 | |||||
2019-07-17 | mintro: Fix section key in buildoptions | Daniel Mensinger | 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. | |||||
2019-07-17 | Accept vs_module_defs for modules | Marc-André Lureau | 2 | -0/+11 | |
Like shared libraries, modules may have vs_module_defs. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> | |||||
2019-07-16 | gtkdoc: Add 'check' kwarg (#5591) | Xavier Claessens | 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. | |||||
2019-07-16 | Add Irssi to Users | ailin-nemui | 1 | -0/+1 | |
2019-07-16 | Docs: Fix brackets in generator examples [ci skip] | ePirat | 1 | -3/+3 | |
2019-07-11 | doc | Michael Hirsch, Ph.D | 1 | -1/+1 | |
2019-07-11 | Merge pull request #5606 from xclaesse/alias_target | Jussi Pakkanen | 2 | -0/+26 | |
Add alias_target() function | |||||
2019-07-10 | Add alias_target() function | Xavier Claessens | 2 | -0/+26 | |
2019-07-10 | FAQ.md: Do I need to add headers to sources? [skip ci] | Nirbheek Chauhan | 1 | -0/+18 | |
2019-07-10 | FAQ.md: Add an entry for generated headers [skip ci] | Nirbheek Chauhan | 1 | -0/+69 | |
Closes https://github.com/mesonbuild/meson/issues/5624 | |||||
2019-07-05 | Explain that using shell functionality is forbidden. [skip ci] | Jussi Pakkanen | 1 | -0/+6 | |
2019-07-05 | Document that add_languages() returns a boolean [skip ci] (#5600) | Xavier Claessens | 1 | -1/+4 | |