summaryrefslogtreecommitdiff
path: root/docs/markdown
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix typocagatay-y2017-05-211-1/+1
| |
* | Change repeated wordcagatay-y2017-05-211-1/+1
| |
* | Remove extra temporary file from docs.Elliott Sales de Andrade2017-05-211-29/+0
| |
* | Updated list of users and minor sitemap cleanup.Jussi Pakkanen2017-05-201-1/+4
|/
* vala: Fix typos and cover dependencies without pkg-config file in docsGuillaume Poirier-Morency2017-05-131-3/+13
|
* vala: Cover 'find_library' usage and be more explicit for default install ↵Guillaume Poirier-Morency2017-05-131-1/+13
| | | | directories in docs
* Merged rust_args branch.Jussi Pakkanen2017-05-131-0/+3
|\
| * docs: Add rust_args entry to release notesPatrick Griffis2017-05-081-0/+4
| |
* | Merge pull request #1669 from mesonbuild/distJussi Pakkanen2017-05-122-0/+30
|\ \ | | | | | | Create a dist target
| * | Add test and release notes.Jussi Pakkanen2017-05-121-0/+15
| | |
| * | Initialise submodules.Jussi Pakkanen2017-05-111-0/+15
| | |
* | | Make vs_module_defs: do something for gcc on Windows as wellJon Turney2017-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Module definition files may be useful when building with gcc on Windows also (e.g. if the existing build uses them, if exports are aliased, if we were retro enough to export by ordinal, etc.) Add the .def file to the link command line when using gcc on Windows Run the appropriate windows tests irrespective of compiler.
* | | Merge pull request #1735 from dcbaker/list-of-filesJussi Pakkanen2017-05-121-3/+3
|\ \ \ | | | | | | | | Allow passing a list of Files to CustomTarget. Closes #1720
| * | | Allow passing a list of Files to CustomTarget. Closes #1720Dylan Baker2017-05-111-1/+1
| | | |
| * | | Use flatten for link targets. Fixes #1764Dylan Baker2017-05-111-2/+2
| |/ /
* | | docs: make the required argument for find_program stick out morePeter Hutterer2017-05-111-4/+6
| | |
* | | Update Compiler-properties.mdliberforce2017-05-111-6/+6
|/ / | | | | Fix table formatting
* | Merge pull request #1761 from keszybz/docsJussi Pakkanen2017-05-111-30/+32
|\ \ | | | | | | Some simple doc fixes
| * | docs: add puncuation to description of compiler object functionsZbigniew Jędrzejewski-Szmek2017-05-091-17/+17
| | |
| * | docs: mention $DESTDIR in add_install_script description, add punctuationZbigniew Jędrzejewski-Szmek2017-05-091-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Although not stricly necessary, it is good to mention $DESTDIR in the explanation for add_install_script, since it might not be obvious for the user that it is available. Also add punctuation to be consistent. v2: - fix "witht" typo - reword $DESTDIR description to say that it is inherited from the environment - also describe $MESONINTROSPECT
| * | docs: add hyperlinks and a short description of unity buildsZbigniew Jędrzejewski-Szmek2017-05-081-2/+2
| |/ | | | | | | At first I thought this is something about Ubuntu ;)
* | Now cracks a noble heart. Good night sweet prince:Jussi Pakkanen2017-05-111-1/+1
| | | | | | | | And flights of angels sing thee to thy rest!
* | Update Running-Meson.mdliberforce2017-05-111-1/+1
| | | | | | Fix parameter escapement
* | Update Syntax.mdliberforce2017-05-111-1/+1
| | | | | | Fix variable name
* | pkgconfig: add suppport for custom variables during generationPeter Hutterer2017-05-112-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Usage: pkgconfig.generate( ... description : 'A library with custom variables.', variables : ['foo=bar', 'datadir=${prefix}/data'] ) The variables 'prefix', 'libdir' and 'includedir' are reserved, meson will fail with an error message. Variables can reference each other with the pkgconfig notation, e.g. variables : ['datadir=${prefix}/data', 'otherdatadir=${datadir}/other'] meson does not check this for correctness or that the referenced variable exists, we merely keep the same order as specified.
* | docs: how to make find_program() search additional directoriesTim-Philipp Müller2017-05-091-0/+10
|/ | | | Fixes #1702
* Allow link_depends to take strings, Files or generated objects. Closes #1172Dylan Baker2017-05-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | Currently only strings can be passed to the link_depends argument of executable and *library, which solves many cases, but not every one. This patch allows generated sources and Files to be passed as well. On the implementation side, it uses a helper method to keep the more complex logic separated from the __init__ method. This also requires that Targets set their link_depends paths as Files, and the backend is responsible for converting to strings when it wants them. This adds tests for the following cases: - Using a file in a subdir - Using a configure_file as an input - Using a custom_target as an input It does not support using a generator as an input, since currently that would require calling the generator twice, once for the -Wl argument, and once for the link_depends. Also updates the docs.
* Add support for @CURRENT_SOURCE_DIR@ in generator argumentsAlberto Aguirre2017-05-081-0/+1
| | | | | | | | | | | | | Allow users to specify @CURRENT_SOURCE_DIR@ in generator arguments to specify the current target source directory. This is useful when creating protobuf generator objects in sub-directories because protoc will then generate files in the expected location. Fixes #1622. Remove stray semicolon Update documentation
* docs: make project(license:) a separate bullet pointJon Turney2017-05-081-1/+3
|
* Updated gnome module commandGünther Wutz2017-05-071-1/+1
|
* Merge pull request #1657 from QuLogic/ninja-escapeJussi Pakkanen2017-05-061-0/+7
|\ | | | | ninja: Fix quoting newlines and $
| * Add release note about ninja character escaping.Elliott Sales de Andrade2017-05-051-0/+7
| |
* | Compiler-properties.md: fix typoMathieu Duponchelle2017-05-051-1/+1
| |
* | Fix missing backticksSven Steinbauer2017-05-051-0/+1
|/
* Default to project_version() in vcs_tag fallbackPeter Hutterer2017-05-052-1/+6
|
* docs: document additional args for vcs_tagPeter Hutterer2017-05-051-5/+7
| | | | Supported as of 223596d7bf8ab9b839e0031022c132a3ccd4fd1d
* docs: clarify that vcs_tag output can be used as sourcePeter Hutterer2017-05-051-1/+1
| | | | | "you should put in your main program" is confusing, "that can be used as source" is slightly better.
* Merge pull request #1621 from dcbaker/llvm-depJussi Pakkanen2017-05-041-0/+4
|\ | | | | RFC: Add dependency for LLVM. Fixes #1611
| * Add dependency for LLVM. Fixes #1611Dylan Baker2017-05-031-0/+4
| | | | | | | | | | | | | | This adds a depdendncy wrapper for llvm-config based on the wxwidgets dependency. IT handles libs, version, include dir, and the llvm unique concept of components. These components are individual pieces of the LLVM library that may or may not be available depending on the platform.
* | Use American English - 'ise' -> 'ize' where applicablePeter Hutterer2017-05-046-6/+6
| |
* | Use American English: behaviour -> behaviorPeter Hutterer2017-05-045-9/+9
| |
* | Update FAQ.md: meson is not elementary particleChiu Yue Chun2017-05-041-1/+1
| | | | | | | | meson is a hadron, more specifically, hadrons that consists of a quark and a anti-quark. So, it is a composite particle rather than elementary one.
* | docs: Update SharedLibrary vs_module_defs accepts a File objectDylan Baker2017-05-041-1/+1
| |
* | doc: Replace kwarg with keyword argument.Elliott Sales de Andrade2017-05-032-14/+14
| | | | | | | | | | This abbreviation is a Python-ism that is not really clear to those out of the loop.
* | doc: Use https links wherever possible.Elliott Sales de Andrade2017-05-0315-22/+22
| |
* | doc: Fix broken Linux binary page.Elliott Sales de Andrade2017-05-031-16/+16
| | | | | | | | All the dashes were replaced by spaces.
* | doc: Don't use root-prompt in wraptool examples.Elliott Sales de Andrade2017-05-031-7/+7
| | | | | | | | A `#` is the root-prompt, whereas `$` is the user-prompt.
* | doc: Fix several minor typos.Elliott Sales de Andrade2017-05-0318-23/+23
| |
* | doc: Capitalize things more consistently.Elliott Sales de Andrade2017-05-0328-67/+67
| | | | | | | | | | Upper or lower case depending on the official spelling, or the more consistent usage.
* | doc: Remove duplicate design rationale page.Elliott Sales de Andrade2017-05-031-122/+0
|/