summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* envconfig: Add MicroBlaze CPU familyNathan Rossi2019-09-261-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 Cantrell2019-09-261-2/+2
|
* Add blocks dependencyPatrick Griffis2019-09-232-0/+14
| | | | This allows easily enabling the blocks clang extension.
* Add Windows behavior to executable()'s install_rpath arg doc [skip ci]Khairul Azhar Kasmiran2019-09-231-1/+1
|
* configure_file(): Allow multiple inputs in command modeXavier Claessens2019-09-172-1/+7
| | | | Closes: #5893
* Fix improperly closed code backtick [skip ci]jimbo1qaz2019-09-151-1/+1
|
* docs: Add a snippet about illumos and Solaris support improvementsDylan Baker2019-09-091-0/+4
|
* docs: Add sunos to the reference tableDylan Baker2019-09-091-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]dundir2019-09-061-16/+58
|
* docs/syntax: fix typo in dict example [skip ci]Nirbheek Chauhan2019-09-031-1/+1
|
* docs/syntax: Document that dicts are unordered [skip ci]Nirbheek Chauhan2019-09-031-1/+1
|
* Fix typoSimon Allen2019-09-021-1/+1
|
* Add test priorities to force test start orderPeter Hutterer2019-08-242-0/+19
|
* Vs backend compiler selection (#5448)Dylan Baker2019-08-241-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 RxDockVedran Miletić2019-08-231-0/+1
|
* Merge pull request #5681 from dcbaker/dynamic-linker-splitJussi Pakkanen2019-08-202-0/+11
|\ | | | | split dynamic linker representations from compilers
| * docs: add snippet for l_undef on appleDylan Baker2019-08-141-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 splitDylan Baker2019-08-141-0/+6
| |
* | Add HelenOS to Users.mdJakub Jermář2019-08-191-0/+1
| |
* | Update vim syntax files link in 0.37 release notes [skip ci]Nirbheek Chauhan2019-08-131-1/+1
|/
* Add is_disabler functionJames Hilliard2019-08-123-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 placeJohn Ericson2019-08-081-1/+1
|
* Describe how to set up VS external project. [skip ci]Jussi Pakkanen2019-08-062-0/+58
|
* Add basic Webassembly support via Emscripten.Jussi Pakkanen2019-08-052-0/+9
|
* Make gettext targets no-ops if gettext is not installed. Closes: #821.Jussi Pakkanen2019-08-041-0/+7
|
* sourceset: add all_dependencies() methodMarc-André Lureau2019-08-042-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 Pacaud2019-08-021-0/+1
| | | Aravis project is now using meson as its build system.
* Allow kconfig to read from configure_file()Marc-André Lureau2019-07-311-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.D2019-07-301-3/+32
| | | | docs:wrap < 80 col
* Docs: Add default value of install kwarg [skip-ci]ePirat2019-07-301-1/+1
|
* docs: Add missing closing ` in reference manualDylan Baker2019-07-261-1/+1
|
* docs: correct key in dep.get_variableDylan Baker2019-07-261-1/+1
| | | | pkg-config -> pkgconfig
* add missing link [skip ci]Michael Hirsch, Ph.D2019-07-261-2/+2
|
* note that integers have .to_string() method [skip ci]Michael Hirsch, Ph.D2019-07-262-0/+8
|
* Added KDevelop to the docs (#5714) [skip ci]Daniel Mensinger2019-07-251-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 Chauhan2019-07-251-0/+6
| | | | Somehow we forgot to document this.
* Create multiple different archive types with dist.Jussi Pakkanen2019-07-231-0/+10
|
* Add version check support to find_program()Xavier Claessens2019-07-192-0/+17
| | | | Closes: #1609
* mintro: Fix section key in buildoptionsDaniel Mensinger2019-07-171-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 modulesMarc-André Lureau2019-07-172-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 Claessens2019-07-162-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 Usersailin-nemui2019-07-161-0/+1
|
* Docs: Fix brackets in generator examples [ci skip]ePirat2019-07-161-3/+3
|
* docMichael Hirsch, Ph.D2019-07-111-1/+1
|
* Merge pull request #5606 from xclaesse/alias_targetJussi Pakkanen2019-07-112-0/+26
|\ | | | | Add alias_target() function
| * Add alias_target() functionXavier Claessens2019-07-102-0/+26
| |
* | FAQ.md: Do I need to add headers to sources? [skip ci]Nirbheek Chauhan2019-07-101-0/+18
| |
* | FAQ.md: Add an entry for generated headers [skip ci]Nirbheek Chauhan2019-07-101-0/+69
|/ | | | Closes https://github.com/mesonbuild/meson/issues/5624
* Explain that using shell functionality is forbidden. [skip ci]Jussi Pakkanen2019-07-051-0/+6
|
* Document that add_languages() returns a boolean [skip ci] (#5600)Xavier Claessens2019-07-051-1/+4
|