aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2019-02-05Fortran 2008 submodule (#4874)Michael Hirsch, Ph.D1-0/+12
2019-02-04Merge pull request #4835 from obilaniu/cudaimprovementsJussi Pakkanen2-0/+184
CUDA support improvements
2019-02-02Add unstable CUDA module.Olexa Bilaniuk2-0/+184
Includes three general utility functions connected to CUDA, in particular the crafting of -gencode flags as done in CMake: https://github.com/Kitware/CMake/blob/master/Modules/FindCUDA/ select_compute_arch.cmake
2019-02-01CMake: Added support for CMAKE_MODULE_PATH and extra CMake args (closes #4779)Daniel Mensinger3-0/+34
2019-01-30initial HDF5 pkg-config fortran worksMichael Hirsch, Ph.D2-0/+14
2019-01-27run_command: add env kwargJan Tojnar3-2/+21
2019-01-26Add install_dir to i18n.gettextSergey Shatunov1-0/+1
2019-01-25mconf: Use introspection to print the project default options (fixes #2543)Daniel Mensinger2-0/+11
2019-01-24Fixed spelling [skip ci]Daniel Mensinger1-1/+1
2019-01-22Add release note snippet.Jussi Pakkanen1-0/+7
2019-01-21Add PGI C and C++ compilers (#4803)Michael Hirsch, Ph.D2-1/+7
2019-01-20docs: update URI for vala-extra-vapis repository [skip ci]Alistair Thomas1-2/+2
2019-01-20Remove stray bracket [skip ci]Shubham Lagwankar1-1/+1
2019-01-20docs: Use modern shell constructs [skip ci]Hugo Locurcio2-2/+2
2019-01-17Merge pull request #4792 from scivision/flangJussi Pakkanen2-0/+4
Flang Fortran compiler added.
2019-01-17docMichael Hirsch, Ph.D1-0/+3
2019-01-17add support for generating cmake filesDavid Fort2-0/+72
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 Boccassi2-0/+11
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.D1-0/+1
2019-01-15docs: Explain how to use a Vala project's VAPI files with find_library() ↵Alistair Thomas1-13/+45
[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 Mensinger2-0/+2
2019-01-13interpreter: obey to the install argument in configure_fileMarco Trevisan (Treviño)1-0/+5
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 Pakkanen1-0/+11
mintro: Changes to the introspection API
2019-01-10Merge pull request #4744 from dcbaker/docs-cflagsJussi Pakkanen4-17/+25
Discourage the use of env variables like CFLAGS [skip ci]
2019-01-10Merge pull request #4748 from astavale/running-meson-docsJussi Pakkanen1-130/+127
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 Thomas1-27/+40
2019-01-09Added Rust to supported languages for project() (#4750) [skip ci]Ethan R1-2/+2
2019-01-09docs: Change sub-headings in Running-Meson.md from == to ## [skip ci]Alistair Thomas1-14/+7
2019-01-09docs: Re-wrap Running-Meson.md from 70 to 80 columns [skip ci]Alistair Thomas1-93/+84
2019-01-09Fix links to reference manualAlex Băluț1-2/+2
2019-01-08docs: recommend add_project_arguments instead of add_global_arguments [skip ci]Dylan Baker1-3/+3
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 Baker1-1/+1
2019-01-08docs: further specify that CFLAGS and friends are only for distro packagers ↵Dylan Baker1-1/+3
[skip ci]
2019-01-08docs: Add link args to the table of language args [skip ci]Dylan Baker1-12/+12
2019-01-08docs: document that using environment variables is discouraged [skip ci]Dylan Baker1-0/+6
2019-01-07Deprecated --target-files APIDaniel Mensinger1-1/+4
2019-01-07Added release snippetDaniel Mensinger1-0/+8
2019-01-07Merge pull request #4732 from mensinda/introMesonInfo2Jussi Pakkanen1-0/+6
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 Baker1-0/+2
2019-01-06Added release snippetDaniel Mensinger1-0/+6
2019-01-06docs: An error in an external link has been fixed [skip ci]FlyingPiMonster1-4/+2
2019-01-06Fixed missing dots [skip ci]Daniel Mensinger1-2/+2
2019-01-06Fixed typo [skip ci]Daniel Mensinger1-1/+1
2019-01-06Indent flag only togglesDaniel Mensinger1-1/+2
2019-01-06Updated the docs [skip ci]Daniel Mensinger1-19/+54
2019-01-06Code cleanup and renamed variablesDaniel Mensinger2-3/+3
2019-01-06Update docs/markdown/snippets/introspect_multiple.mdtextshell1-1/+1
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
2019-01-06Update docs/markdown/IDE-integration.mdtextshell1-1/+1
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
2019-01-06Update docs/markdown/IDE-integration.mdtextshell1-1/+1
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
2019-01-06Better documentationDaniel Mensinger1-0/+1