Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-05 | Fortran 2008 submodule (#4874) | Michael Hirsch, Ph.D | 1 | -0/+12 | |
2019-02-04 | Merge pull request #4835 from obilaniu/cudaimprovements | Jussi Pakkanen | 2 | -0/+184 | |
CUDA support improvements | |||||
2019-02-02 | Add unstable CUDA module. | Olexa Bilaniuk | 2 | -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-01 | CMake: Added support for CMAKE_MODULE_PATH and extra CMake args (closes #4779) | Daniel Mensinger | 3 | -0/+34 | |
2019-01-30 | initial HDF5 pkg-config fortran works | Michael Hirsch, Ph.D | 2 | -0/+14 | |
2019-01-27 | run_command: add env kwarg | Jan Tojnar | 3 | -2/+21 | |
2019-01-26 | Add install_dir to i18n.gettext | Sergey Shatunov | 1 | -0/+1 | |
2019-01-25 | mconf: Use introspection to print the project default options (fixes #2543) | Daniel Mensinger | 2 | -0/+11 | |
2019-01-24 | Fixed spelling [skip ci] | Daniel Mensinger | 1 | -1/+1 | |
2019-01-22 | Add release note snippet. | Jussi Pakkanen | 1 | -0/+7 | |
2019-01-21 | Add PGI C and C++ compilers (#4803) | Michael Hirsch, Ph.D | 2 | -1/+7 | |
2019-01-20 | docs: update URI for vala-extra-vapis repository [skip ci] | Alistair Thomas | 1 | -2/+2 | |
2019-01-20 | Remove stray bracket [skip ci] | Shubham Lagwankar | 1 | -1/+1 | |
2019-01-20 | docs: Use modern shell constructs [skip ci] | Hugo Locurcio | 2 | -2/+2 | |
2019-01-17 | Merge pull request #4792 from scivision/flang | Jussi Pakkanen | 2 | -0/+4 | |
Flang Fortran compiler added. | |||||
2019-01-17 | doc | Michael Hirsch, Ph.D | 1 | -0/+3 | |
2019-01-17 | add support for generating cmake files | David Fort | 2 | -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-17 | custom_target: do not let install override build_by_default | Luca Boccassi | 2 | -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-16 | Flang Fortran compiler added. | Michael Hirsch, Ph.D | 1 | -0/+1 | |
2019-01-15 | docs: Explain how to use a Vala project's VAPI files with find_library() ↵ | Alistair Thomas | 1 | -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-15 | mintro: Added `defined_in` key in the targets introspection | Daniel Mensinger | 2 | -0/+2 | |
2019-01-13 | interpreter: obey to the install argument in configure_file | Marco 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-13 | Merge pull request #4731 from mensinda/introBreak2 | Jussi Pakkanen | 1 | -0/+11 | |
mintro: Changes to the introspection API | |||||
2019-01-10 | Merge pull request #4744 from dcbaker/docs-cflags | Jussi Pakkanen | 4 | -17/+25 | |
Discourage the use of env variables like CFLAGS [skip ci] | |||||
2019-01-10 | Merge pull request #4748 from astavale/running-meson-docs | Jussi Pakkanen | 1 | -130/+127 | |
docs: update 'Running Meson' page to show Meson's setup command [skip… | |||||
2019-01-10 | docs: update RunningMeson.md to show Meson's setup command [skip ci] | Alistair Thomas | 1 | -27/+40 | |
2019-01-09 | Added Rust to supported languages for project() (#4750) [skip ci] | Ethan R | 1 | -2/+2 | |
2019-01-09 | docs: Change sub-headings in Running-Meson.md from == to ## [skip ci] | Alistair Thomas | 1 | -14/+7 | |
2019-01-09 | docs: Re-wrap Running-Meson.md from 70 to 80 columns [skip ci] | Alistair Thomas | 1 | -93/+84 | |
2019-01-09 | Fix links to reference manual | Alex Băluț | 1 | -2/+2 | |
2019-01-08 | docs: recommend add_project_arguments instead of add_global_arguments [skip ci] | Dylan Baker | 1 | -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-08 | docs: don't recommend using CFLAGS [skip ci] | Dylan Baker | 1 | -1/+1 | |
2019-01-08 | docs: further specify that CFLAGS and friends are only for distro packagers ↵ | Dylan Baker | 1 | -1/+3 | |
[skip ci] | |||||
2019-01-08 | docs: Add link args to the table of language args [skip ci] | Dylan Baker | 1 | -12/+12 | |
2019-01-08 | docs: document that using environment variables is discouraged [skip ci] | Dylan Baker | 1 | -0/+6 | |
2019-01-07 | Deprecated --target-files API | Daniel Mensinger | 1 | -1/+4 | |
2019-01-07 | Added release snippet | Daniel Mensinger | 1 | -0/+8 | |
2019-01-07 | Merge pull request #4732 from mensinda/introMesonInfo2 | Jussi Pakkanen | 1 | -0/+6 | |
mintro: Added `meson-info.json` introspection information about the latest meson run | |||||
2019-01-07 | docs: document the native keyword argument for reference-manule [skip ci] | Dylan Baker | 1 | -0/+2 | |
2019-01-06 | Added release snippet | Daniel Mensinger | 1 | -0/+6 | |
2019-01-06 | docs: An error in an external link has been fixed [skip ci] | FlyingPiMonster | 1 | -4/+2 | |
2019-01-06 | Fixed missing dots [skip ci] | Daniel Mensinger | 1 | -2/+2 | |
2019-01-06 | Fixed typo [skip ci] | Daniel Mensinger | 1 | -1/+1 | |
2019-01-06 | Indent flag only toggles | Daniel Mensinger | 1 | -1/+2 | |
2019-01-06 | Updated the docs [skip ci] | Daniel Mensinger | 1 | -19/+54 | |
2019-01-06 | Code cleanup and renamed variables | Daniel Mensinger | 2 | -3/+3 | |
2019-01-06 | Update docs/markdown/snippets/introspect_multiple.md | textshell | 1 | -1/+1 | |
Co-Authored-By: mensinda <daniel@mensinger-ka.de> | |||||
2019-01-06 | Update docs/markdown/IDE-integration.md | textshell | 1 | -1/+1 | |
Co-Authored-By: mensinda <daniel@mensinger-ka.de> | |||||
2019-01-06 | Update docs/markdown/IDE-integration.md | textshell | 1 | -1/+1 | |
Co-Authored-By: mensinda <daniel@mensinger-ka.de> | |||||
2019-01-06 | Better documentation | Daniel Mensinger | 1 | -0/+1 | |