aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2019-04-14docs: update fallback wraptool docs [skip ci]Dylan Baker1-2/+2
Fixes #5229
2019-04-10Update Built-in Option c_std for C17. Closes #4842.jrl643-2/+11
2019-04-10docs: Change 0.51 to 0.50.1 [skip ci]Dylan Baker1-1/+1
Since this is targeting the 0.50.1 bugfix release.
2019-04-10[docs] Reordered options and fixed a typo [skip ci]TheQwertiest1-2/+2
2019-04-09docs: Document pkg_config_path and cross_ options [skip ci]Dylan Baker1-17/+24
2019-04-08mintro: removed deprecated --target-files APIDaniel Mensinger1-0/+4
2019-04-08Merge pull request #5176 from ao2/add-subproject-foreach-commandJussi Pakkanen2-1/+17
Add 'meson subprojects foreach' command
2019-04-06Add gpgme-config supportJan Tojnar2-1/+11
GPGME does not support pkg-config so we need config-tool support if we do not want projects like Almanah and Seahorse to parse the values manually.
2019-04-02Add shaderc dependency lookup logicAndrei Alexeyev1-0/+12
2019-04-02Merge pull request #5128 from Ericson2314/sanity-check-with-flagsJussi Pakkanen1-0/+17
Sanity check with external args
2019-04-01docs: fix typo s/responsability/responsibility/ [skip ci]Antonio Ospite1-1/+1
2019-04-01Add 'meson subprojects foreach' commandAntonio Ospite2-0/+16
Sometimes it is convenient to run an arbitrary command (e.g. 'git diff') on all subprojects. Add a 'meson subprojects foreach' command to take care of that. For this command the common argument 'subprojects' does not make sense, so only add '--sourcedir' and cover the case of a missing options.subprojects in run().
2019-04-01Merge pull request #5103 from mesonbuild/linkcustomJussi Pakkanen2-3/+27
Can link against custom targets
2019-03-30docs: Document when environment() was added (#5178) [skip ci]Jonatan PÄlsson1-1/+2
The environment() function was added in 0.35.0 (which contains a2e7ebc5, containing the actual addition)
2019-03-29dependencies/base: Pass correct arguments to subdependenciesDylan Baker1-0/+3
Currently InternalDependency.get_partial_dependency shadows the the input variables names, and then passes those new copies to the final object returned. It also passes them to the arguments of of get_partial_dependency for each subdependency, which is wrong. The code is supposed to proxy the original argumetn values to that instead of the shadowing values. To avoid that this patch renames the new values.
2019-03-29[Docs] Built-in options page cleanup (fixes #5165) [skip ci]TheQwertiest1-19/+28
- Added missing universal options. - Split options in `directories` and `core` groups. - Sorted alphabetically some of the groups. - Removed `cross-file` from options, since it's not an option.
2019-03-29docs: correct “It's” to “Its” [skip ci]Will Thompson1-1/+1
2019-03-28Add documentation.Jussi Pakkanen2-3/+26
2019-03-27release note snippet for user flags in sanity checks [skip ci]John Ericson1-0/+17
2019-03-27Add release note snippit for CPPFLAGS handing [skip ci]John Ericson1-0/+12
2019-03-26compilers: n_debug=if-release and buildtype=plain should not enable assertionsDylan Baker1-0/+4
It's a bit odd that it doesn't, and has resulted in bugs in distro packaging. Fixes #5141
2019-03-20Merge pull request #5031 from bonzini/kconfigJussi Pakkanen3-0/+58
Kconfig Module
2019-03-20mesonbuild: allow multiple --cross-file optionsRoss Burton1-0/+3
Just like --native-file, allow multiple --cross-file options. This is mostly unifying the logic between cross_files and config_files.
2019-03-18Add test script to generate a static library with a custom target.Jussi Pakkanen1-0/+1
2019-03-15kconfig: improvements for builddir config filePaolo Bonzini1-0/+8
Document best practices for per-builddir config file, and add a test covering loading a config file from the build directory. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-03-15[modules] Add kconfig moduleMark Schulte3-0/+50
Add a kconfig module to allow meson to integrate with existing projects that use kconfig.
2019-03-14Add libcamera to Users.md [skip ci]Kieran Bingham1-0/+1
Add the libcamera project as a user of Meson.
2019-03-14docsMichael Hirsch, Ph.D1-0/+12
2019-03-13docs/Users: add Knot Resolver to projectsTomas Krizek1-0/+1
2019-03-13docs/Users: fix sort order (Kiwix libraries)Tomas Krizek1-1/+1
2019-03-11Add static as keyword to find_libraryNiklas Claesson2-1/+9
2019-03-11docs: Typos and formatting in the 0.50 release notes [skip ci]Nirbheek Chauhan1-13/+14
2019-03-11docs: Add missing closing quote [skip ci]Thomas DeRensis1-1/+1
2019-03-10docs: fix typo in link anchor [skip ci]Will Thompson1-1/+1
2019-03-10Update everything for new release.0.50.0Jussi Pakkanen30-293/+336
2019-03-10Update Users.md [skip ci]Amit D1-15/+27
2019-03-10Generate release notes from snippets automatically. [skip ci]Jussi Pakkanen4-26/+65
2019-03-09pkgconfig.generate: add FeatureNew and documentation for implict versionEli Schwartz1-1/+1
The documentation for this change was left out of its implementation in commit b4aee4675afd9f9f4a36aea628bab4249d7addbc and was later documented in commit f831c05b553d876a08dcf46478161b60b4e693c4 as if it had always existed.
2019-03-09docs: Add snippet for python module path method [skip ci]Dylan Baker1-0/+5
Which somehow wasn't included in the original pull request.
2019-03-09docs: document that the .path() method for Python is new in 0.50 [skip ci]Dylan Baker1-0/+11
Since this method was not included in 0.46-00.49 we should document that.
2019-03-06Update Users.md [skip ci]Amit D1-0/+10
2019-03-04Merge pull request #4992 from mensinda/rwCLIJussi Pakkanen3-0/+255
rewriter: Add a CLI and docs
2019-03-04docs: Define sorting in Style-guide.md [skip ci]Daniel Mensinger1-0/+32
2019-03-04rewriter: Require '/' for the project IDDaniel Mensinger1-2/+2
2019-03-04rewriter: Mark the CLI as experimentalDaniel Mensinger1-0/+6
2019-03-04rewriter: Mark the info output as experimentalDaniel Mensinger1-2/+1
2019-03-04rewriter: Document info operationDaniel Mensinger1-0/+10
2019-03-04rewriter: Handle duplicate targetDaniel Mensinger1-1/+2
2019-03-04rewriter: Updated docsDaniel Mensinger1-3/+3
2019-03-04rewriter: Remove command aliasDaniel Mensinger1-4/+3