summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2019-09-23Add blocks dependencyPatrick Griffis
This allows easily enabling the blocks clang extension.
2019-09-23Add Windows behavior to executable()'s install_rpath arg doc [skip ci]Khairul Azhar Kasmiran
2019-09-17configure_file(): Allow multiple inputs in command modeXavier Claessens
Closes: #5893
2019-09-15Fix improperly closed code backtick [skip ci]jimbo1qaz
2019-09-09docs: Add a snippet about illumos and Solaris support improvementsDylan Baker
2019-09-09docs: Add sunos to the reference tableDylan Baker
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-06Update Quickstart Guide [skip ci]dundir
2019-09-03docs/syntax: fix typo in dict example [skip ci]Nirbheek Chauhan
2019-09-03docs/syntax: Document that dicts are unordered [skip ci]Nirbheek Chauhan
2019-09-02Fix typoSimon Allen
2019-08-24Add test priorities to force test start orderPeter Hutterer
2019-08-24Vs backend compiler selection (#5448)Dylan Baker
* 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-23Add RxDockVedran Miletić
2019-08-20Merge pull request #5681 from dcbaker/dynamic-linker-splitJussi Pakkanen
split dynamic linker representations from compilers
2019-08-19Add HelenOS to Users.mdJakub Jermář
2019-08-14docs: add snippet for l_undef on appleDylan Baker
I didn't really mean to, but in splitting the linkers and compilers I got this all working.
2019-08-14docs: Add snippet for compiler linker splitDylan Baker
2019-08-13Update vim syntax files link in 0.37 release notes [skip ci]Nirbheek Chauhan
2019-08-12Add is_disabler functionJames Hilliard
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-08docs: meson -> Meson in one placeJohn Ericson
2019-08-06Describe how to set up VS external project. [skip ci]Jussi Pakkanen
2019-08-05Add basic Webassembly support via Emscripten.Jussi Pakkanen
2019-08-04Make gettext targets no-ops if gettext is not installed. Closes: #821.Jussi Pakkanen
2019-08-04sourceset: add all_dependencies() methodMarc-André Lureau
'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-02Add aravis to meson users (#5757) [skip-ci]Emmanuel Pacaud
Aravis project is now using meson as its build system.
2019-07-31Allow kconfig to read from configure_file()Marc-André Lureau
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-30DOC: meson test multiple --suite specifications [skip ci]Michael Hirsch, Ph.D
docs:wrap < 80 col
2019-07-30Docs: Add default value of install kwarg [skip-ci]ePirat
2019-07-26docs: Add missing closing ` in reference manualDylan Baker
2019-07-26docs: correct key in dep.get_variableDylan Baker
pkg-config -> pkgconfig
2019-07-26add missing link [skip ci]Michael Hirsch, Ph.D
2019-07-26note that integers have .to_string() method [skip ci]Michael Hirsch, Ph.D
2019-07-25Added KDevelop to the docs (#5714) [skip ci]Daniel Mensinger
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-25docs: Document when install: was added to configure_file [skip ci]Nirbheek Chauhan
Somehow we forgot to document this.
2019-07-23Create multiple different archive types with dist.Jussi Pakkanen
2019-07-19Add version check support to find_program()Xavier Claessens
Closes: #1609
2019-07-17mintro: Fix section key in buildoptionsDaniel Mensinger
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-17Accept vs_module_defs for modulesMarc-André Lureau
Like shared libraries, modules may have vs_module_defs. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2019-07-16gtkdoc: Add 'check' kwarg (#5591)Xavier Claessens
* 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-16Add Irssi to Usersailin-nemui
2019-07-16Docs: Fix brackets in generator examples [ci skip]ePirat
2019-07-11docMichael Hirsch, Ph.D
2019-07-11Merge pull request #5606 from xclaesse/alias_targetJussi Pakkanen
Add alias_target() function
2019-07-10Add alias_target() functionXavier Claessens
2019-07-10FAQ.md: Do I need to add headers to sources? [skip ci]Nirbheek Chauhan
2019-07-10FAQ.md: Add an entry for generated headers [skip ci]Nirbheek Chauhan
Closes https://github.com/mesonbuild/meson/issues/5624
2019-07-05Explain that using shell functionality is forbidden. [skip ci]Jussi Pakkanen
2019-07-05Document that add_languages() returns a boolean [skip ci] (#5600)Xavier Claessens
2019-07-01Describe array values in install_dir. [skip ci]Jussi Pakkanen
2019-06-27`add_{global,project}_{,link_}arguments`: simply native flag behaviorJohn Ericson
This further simplifies behavior to match the "build vs host" decision we did with `c_args` vs `build_c_args`. The rules are now simply: - `native: true` affects `native: true` targets - `native: false` affects `native: false` targets - No native flag is the same as `native: false` I like this because you don't even have to know what "build" and "host" mean to understand how it works, and it doesn't depend on whether the overall build is cross or not. Fixes #4933