summaryrefslogtreecommitdiff
path: root/docs/markdown
AgeCommit message (Collapse)Author
2019-01-27run_command: add env kwargJan Tojnar
2019-01-26Add install_dir to i18n.gettextSergey Shatunov
2019-01-24Fixed spelling [skip ci]Daniel Mensinger
2019-01-22Add release note snippet.Jussi Pakkanen
2019-01-21Add PGI C and C++ compilers (#4803)Michael Hirsch, Ph.D
2019-01-20docs: update URI for vala-extra-vapis repository [skip ci]Alistair Thomas
2019-01-20Remove stray bracket [skip ci]Shubham Lagwankar
2019-01-20docs: Use modern shell constructs [skip ci]Hugo Locurcio
2019-01-17Merge pull request #4792 from scivision/flangJussi Pakkanen
Flang Fortran compiler added.
2019-01-17docMichael Hirsch, Ph.D
2019-01-17add support for generating cmake filesDavid Fort
This new cmake module allows to generate cmake package files. This may ease the porting for cmake projects that are exporting cmake package informations for other depending projects. The module uses as much as possible the templates provided by the cmake installation (and so cmake needs to be installed).
2019-01-17custom_target: do not let install override build_by_defaultLuca Boccassi
A custom_target, if install is set to true, will always be built by default even if build_by_default is explicitly set to false. Ensure that this does not happen if it's set explicitly. To keep backward compatibility, if build_by_default is not set explicitly and install is true, set build_by_default to true. Fixes #4107
2019-01-16Flang Fortran compiler added.Michael Hirsch, Ph.D
2019-01-15docs: Explain how to use a Vala project's VAPI files with find_library() ↵Alistair Thomas
[skip ci] The Vala compiler object's find_libary() method needs the 'dir' keyword to add a project's local vapi dir to the VAPI search path. See https://github.com/mesonbuild/meson/issues/4702
2019-01-15mintro: Added `defined_in` key in the targets introspectionDaniel Mensinger
2019-01-13interpreter: obey to the install argument in configure_fileMarco Trevisan (Treviño)
If a configure_file has an install_dir set, the supported install argument is ignored, while this should have actually higher priority than the install_dir itself. Also check that correct types are used for `install` and `install_dir`. Add test to verify this. Fixes #3983
2019-01-13Merge pull request #4731 from mensinda/introBreak2Jussi Pakkanen
mintro: Changes to the introspection API
2019-01-10Merge pull request #4744 from dcbaker/docs-cflagsJussi Pakkanen
Discourage the use of env variables like CFLAGS [skip ci]
2019-01-10Merge pull request #4748 from astavale/running-meson-docsJussi Pakkanen
docs: update 'Running Meson' page to show Meson's setup command [skip…
2019-01-10docs: update RunningMeson.md to show Meson's setup command [skip ci]Alistair Thomas
2019-01-09Added Rust to supported languages for project() (#4750) [skip ci]Ethan R
2019-01-09docs: Change sub-headings in Running-Meson.md from == to ## [skip ci]Alistair Thomas
2019-01-09docs: Re-wrap Running-Meson.md from 70 to 80 columns [skip ci]Alistair Thomas
2019-01-09Fix links to reference manualAlex Băluț
2019-01-08docs: recommend add_project_arguments instead of add_global_arguments [skip ci]Dylan Baker
As autotools doesn't have anything like wraps so it doesn't need to differentiate, but meson does so it should.
2019-01-08docs: don't recommend using CFLAGS [skip ci]Dylan Baker
2019-01-08docs: further specify that CFLAGS and friends are only for distro packagers ↵Dylan Baker
[skip ci]
2019-01-08docs: Add link args to the table of language args [skip ci]Dylan Baker
2019-01-08docs: document that using environment variables is discouraged [skip ci]Dylan Baker
2019-01-07Deprecated --target-files APIDaniel Mensinger
2019-01-07Added release snippetDaniel Mensinger
2019-01-07Merge pull request #4732 from mensinda/introMesonInfo2Jussi Pakkanen
mintro: Added `meson-info.json` introspection information about the latest meson run
2019-01-07docs: document the native keyword argument for reference-manule [skip ci]Dylan Baker
2019-01-06Added release snippetDaniel Mensinger
2019-01-06docs: An error in an external link has been fixed [skip ci]FlyingPiMonster
2019-01-06Fixed missing dots [skip ci]Daniel Mensinger
2019-01-06Fixed typo [skip ci]Daniel Mensinger
2019-01-06Indent flag only togglesDaniel Mensinger
2019-01-06Updated the docs [skip ci]Daniel Mensinger
2019-01-06Code cleanup and renamed variablesDaniel Mensinger
2019-01-06Update docs/markdown/snippets/introspect_multiple.mdtextshell
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
2019-01-06Update docs/markdown/IDE-integration.mdtextshell
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
2019-01-06Update docs/markdown/IDE-integration.mdtextshell
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
2019-01-06Better documentationDaniel Mensinger
2019-01-06Renamed `--force-new` to `--force-dict-output`Daniel Mensinger
2019-01-06Doc updates and throw if no target type is setDaniel Mensinger
2019-01-06Slight modification of the wordingDaniel Mensinger
2019-01-06Keep 'filename' and 'install_filename' as stringsDaniel Mensinger
2019-01-06Update docs/markdown/IDE-integration.mdtextshell
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
2019-01-06Update docs/markdown/snippets/introspect_multiple.mdtextshell
Co-Authored-By: mensinda <daniel@mensinger-ka.de>