Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-22 | Merge pull request #1664 from QuLogic/codecov | Jussi Pakkanen | 1 | -1/+6 | |
Enable code coverage | |||||
2017-05-22 | Update the Frida URL and description. | Ole André Vadla RavnÄs | 1 | -1/+1 | |
2017-05-21 | Add coverage export for tests. | Elliott Sales de Andrade | 1 | -1/+6 | |
2017-05-21 | Merge pull request #1792 from jon-turney/custom_target_vs_module_defs | Jussi Pakkanen | 1 | -1/+1 | |
Allow vs_module_defs to use a custom_target | |||||
2017-05-21 | Update link | cagatay-y | 1 | -1/+1 | |
Gcovr homepage is moved. Updated the link to the new URL. | |||||
2017-05-21 | Merge pull request #1823 from jon-turney/master | Jussi Pakkanen | 1 | -21/+28 | |
Improve documentation of build target and custom target objects | |||||
2017-05-21 | Fix typo | cagatay-y | 1 | -1/+1 | |
2017-05-21 | Change repeated word | cagatay-y | 1 | -1/+1 | |
2017-05-21 | Remove extra temporary file from docs. | Elliott Sales de Andrade | 1 | -29/+0 | |
2017-05-20 | Updated list of users and minor sitemap cleanup. | Jussi Pakkanen | 2 | -2/+5 | |
2017-05-19 | docs: The return value of executable() is a builttarget object. | Jon Turney | 1 | -1/+1 | |
Make executable() consistent with all other functions returning a buildtarget, it's return type is a buildtarget object. | |||||
2017-05-19 | docs: Document the object returned by custom_target | Jon Turney | 1 | -2/+10 | |
2017-05-19 | docs: Correct list of things that are a build target to include shared_module | Jon Turney | 1 | -1/+1 | |
2017-05-19 | docs: Move "build target object" from "build-in objects" to "returned objects" | Jon Turney | 1 | -18/+17 | |
Also move "run result" object so objects are sorted alphabetically | |||||
2017-05-16 | Allow vs_module_defs to use a custom_target | Jon Turney | 1 | -1/+1 | |
Allow vs_module_defs to use a custom_target Add a test and update documentation | |||||
2017-05-13 | vala: Fix typos and cover dependencies without pkg-config file in docs | Guillaume Poirier-Morency | 1 | -3/+13 | |
2017-05-13 | vala: Cover 'find_library' usage and be more explicit for default install â” | Guillaume Poirier-Morency | 1 | -1/+13 | |
directories in docs | |||||
2017-05-13 | Merged rust_args branch. | Jussi Pakkanen | 1 | -0/+3 | |
2017-05-12 | Merge pull request #1669 from mesonbuild/dist | Jussi Pakkanen | 3 | -0/+31 | |
Create a dist target | |||||
2017-05-12 | Make vs_module_defs: do something for gcc on Windows as well | Jon Turney | 1 | -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. | |||||
2017-05-12 | Merge pull request #1735 from dcbaker/list-of-files | Jussi Pakkanen | 1 | -3/+3 | |
Allow passing a list of Files to CustomTarget. Closes #1720 | |||||
2017-05-12 | Add test and release notes. | Jussi Pakkanen | 1 | -0/+15 | |
2017-05-11 | docs: make the required argument for find_program stick out more | Peter Hutterer | 1 | -4/+6 | |
2017-05-11 | Update Compiler-properties.md | liberforce | 1 | -6/+6 | |
Fix table formatting | |||||
2017-05-11 | Allow passing a list of Files to CustomTarget. Closes #1720 | Dylan Baker | 1 | -1/+1 | |
2017-05-11 | Use flatten for link targets. Fixes #1764 | Dylan Baker | 1 | -2/+2 | |
2017-05-11 | Initialise submodules. | Jussi Pakkanen | 2 | -0/+16 | |
2017-05-11 | Merge pull request #1761 from keszybz/docs | Jussi Pakkanen | 2 | -31/+33 | |
Some simple doc fixes | |||||
2017-05-11 | Now cracks a noble heart. Good night sweet prince: | Jussi Pakkanen | 1 | -1/+1 | |
And flights of angels sing thee to thy rest! | |||||
2017-05-11 | Update Running-Meson.md | liberforce | 1 | -1/+1 | |
Fix parameter escapement | |||||
2017-05-11 | Update Syntax.md | liberforce | 1 | -1/+1 | |
Fix variable name | |||||
2017-05-11 | pkgconfig: add suppport for custom variables during generation | Peter Hutterer | 2 | -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. | |||||
2017-05-09 | docs: add puncuation to description of compiler object functions | Zbigniew JÄdrzejewski-Szmek | 1 | -17/+17 | |
2017-05-09 | docs: mention $DESTDIR in add_install_script description, add punctuation | Zbigniew JÄdrzejewski-Szmek | 1 | -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 | |||||
2017-05-09 | docs: how to make find_program() search additional directories | Tim-Philipp MĂŒller | 1 | -0/+10 | |
Fixes #1702 | |||||
2017-05-08 | docs: add hyperlinks and a short description of unity builds | Zbigniew JÄdrzejewski-Szmek | 1 | -2/+2 | |
At first I thought this is something about Ubuntu ;) | |||||
2017-05-08 | docs: clarify where hotdoc should be run | Zbigniew JÄdrzejewski-Szmek | 1 | -1/+1 | |
2017-05-08 | docs: Add rust_args entry to release notes | Patrick Griffis | 1 | -0/+4 | |
2017-05-08 | Allow link_depends to take strings, Files or generated objects. Closes #1172 | Dylan Baker | 1 | -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. | |||||
2017-05-08 | Add support for @CURRENT_SOURCE_DIR@ in generator arguments | Alberto Aguirre | 1 | -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 | |||||
2017-05-08 | docs: make project(license:) a separate bullet point | Jon Turney | 1 | -1/+3 | |
2017-05-07 | Updated gnome module command | GĂŒnther Wutz | 1 | -1/+1 | |
2017-05-06 | Merge pull request #1657 from QuLogic/ninja-escape | Jussi Pakkanen | 1 | -0/+7 | |
ninja: Fix quoting newlines and $ | |||||
2017-05-05 | Add release note about ninja character escaping. | Elliott Sales de Andrade | 1 | -0/+7 | |
2017-05-05 | Compiler-properties.md: fix typo | Mathieu Duponchelle | 1 | -1/+1 | |
2017-05-05 | Fix missing backticks | Sven Steinbauer | 1 | -0/+1 | |
2017-05-05 | Default to project_version() in vcs_tag fallback | Peter Hutterer | 2 | -1/+6 | |
2017-05-05 | docs: document additional args for vcs_tag | Peter Hutterer | 1 | -5/+7 | |
Supported as of 223596d7bf8ab9b839e0031022c132a3ccd4fd1d | |||||
2017-05-05 | docs: clarify that vcs_tag output can be used as source | Peter Hutterer | 1 | -1/+1 | |
"you should put in your main program" is confusing, "that can be used as source" is slightly better. | |||||
2017-05-04 | Merge pull request #1621 from dcbaker/llvm-dep | Jussi Pakkanen | 1 | -0/+4 | |
RFC: Add dependency for LLVM. Fixes #1611 |