Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-08-06 | Do not print build and host settings when compiling natively. | Jussi Pakkanen | 1 | -8/+14 | |
2019-08-06 | Do not print build compiler info when not cross compiling. It is confusing. | Jussi Pakkanen | 1 | -2/+3 | |
2019-08-06 | Describe how to set up VS external project. [skip ci] | Jussi Pakkanen | 2 | -0/+58 | |
2019-08-05 | Update MSI creator script to newest VS on Win 7. [skip ci] | Jussi Pakkanen | 1 | -4/+1 | |
2019-08-05 | Add basic Webassembly support via Emscripten. | Jussi Pakkanen | 14 | -1/+127 | |
2019-08-04 | environment: simplify powerpc conditionals | Jan Beich | 1 | -5/+3 | |
2019-08-04 | environment: simplify CPU logic via hw.machine_arch on BSDs | Jan Beich | 1 | -13/+6 | |
2019-08-04 | Make gettext targets no-ops if gettext is not installed. Closes: #821. | Jussi Pakkanen | 2 | -2/+21 | |
2019-08-04 | Fix cross compilation on OSX | Xavier Claessens | 1 | -2/+6 | |
Do not set -Wl,-headerpad_max_install_names when compiling on OSX for another platform. It causes linker issues. | |||||
2019-08-04 | sourceset: add all_dependencies() method | Marc-André Lureau | 5 | -5/+33 | |
'if_true' sources should be built with their dependencies, as illustrated by test case change. Ideally, I think we would want only the files with the dependencies to be built with the flags, but that would probably change the way sourceset are used. | |||||
2019-08-04 | sourceset: fix using FeatureCheck decorators | Marc-André Lureau | 1 | -4/+5 | |
The feature check facilities need to have access to subproject. | |||||
2019-08-04 | gtkdoc: Use find_program() to get gtkdoc tools | Xavier Claessens | 2 | -14/+24 | |
This will allow using gtk-doc as a subproject instead of having to install it on the system. It also has the side effect of failing at configuration time with a proper message if gtkdoc is not installed, instead of failing at build time with a python backtrace. | |||||
2019-08-03 | Improve support for crosscompiled CMake modules | Marcin Niestroj | 2 | -1/+12 | |
There are two variables that CMake takes into account during find_package() in cross-compiled environments, which are: CMAKE_SYSROOT and CMAKE_FIND_ROOT_PATH. Those are used in cmFindCommon::RerootPaths() function, which blindly prepends all search paths with those specified via CMAKE_SYSROOT and CMAKE_FIND_ROOT_PATH. Extend search paths by using CMAKE_SYSROOT and CMAKE_FIND_ROOT_PATH in a similar way as CMake does, so we successfully find CMake packages information in cross-compiled environments. | |||||
2019-08-03 | Condense test directory names. | Jussi Pakkanen | 1015 | -69/+69 | |
2019-08-03 | Merge pull request #5644 from bonzini/meson-exe-cmdline | Jussi Pakkanen | 5 | -135/+118 | |
Show command line in `ninja -v` for `capture: true` custom targets and generators | |||||
2019-08-02 | Merge pull request #5749 from mensinda/cmGenExp | Jussi Pakkanen | 7 | -3/+210 | |
CMake: Basic generator expression support | |||||
2019-08-02 | Make ARM compilers work on Linux. | Jussi Pakkanen | 2 | -2/+37 | |
2019-08-02 | add pylint Azure job | Michael Hirsch, Ph.D | 1 | -0/+15 | |
2019-08-02 | add pylint config file. update Sider CI name | Michael Hirsch, Ph.D | 2 | -0/+9 | |
2019-08-02 | remove unreachable code | Michael Hirsch, Ph.D | 2 | -4/+2 | |
2019-08-02 | Add aravis to meson users (#5757) [skip-ci] | Emmanuel Pacaud | 1 | -0/+1 | |
Aravis project is now using meson as its build system. | |||||
2019-07-31 | coredata: Ignore directories when searching for machine files | Dylan Baker | 1 | -6/+14 | |
Otherwise having an output directory matching the name of the cross file in the current working directory will cause an error. This patch instead collects any invalid names and prints them along with the error message when no valid file can be found. Fixes #5640 | |||||
2019-07-31 | OpenMP:stop searching when openmp headers are first found | Michael Hirsch, Ph.D | 1 | -2/+3 | |
2019-07-31 | Allow kconfig to read from configure_file() | Marc-André Lureau | 3 | -8/+12 | |
At configure time, kconfig can read from configure_file(). "test cases/kconfig/4 load_config builddir/meson.build" was already showing a workaround, now it actually can take configure_file input directly. | |||||
2019-07-31 | cmake: added generator expression test case | Daniel Mensinger | 4 | -0/+75 | |
2019-07-31 | cmake: Parse a subset of generator expressions | Daniel Mensinger | 3 | -3/+135 | |
2019-07-31 | Merge pull request #5638 from mensinda/cmInterface | Jussi Pakkanen | 6 | -19/+173 | |
CMake: Support INTERFACE libraries | |||||
2019-07-31 | Merge pull request #5733 from scivision/pgi_openmp | Jussi Pakkanen | 8 | -24/+52 | |
PGI: correct Fortran so that Fortran run_project_tests.py pass | |||||
2019-07-31 | mintro: Fix crash related to the sources kwarg (fixes #5741) | Daniel Mensinger | 3 | -4/+8 | |
2019-07-30 | skip common/223 for PGI, as even 19.4 doesn't fully support C++17 as claimed | Michael Hirsch, Ph.D | 1 | -0/+6 | |
2019-07-30 | PGI: fix openmp for 190common test | Michael Hirsch, Ph.D | 2 | -20/+20 | |
since there is no pgc++ on Windows, we avoid invoking that in 190common | |||||
2019-07-30 | default fortran lib to static so windows can be tested | Michael Hirsch, Ph.D | 1 | -1/+2 | |
2019-07-30 | skip fortran dyamiclib tests on Windows | Michael Hirsch, Ph.D | 1 | -2/+4 | |
2019-07-30 | OpenMP is intrinsic to PGI | Michael Hirsch, Ph.D | 1 | -3/+10 | |
2019-07-30 | PGI doesn't have coarray fortran | Michael Hirsch, Ph.D | 1 | -2/+2 | |
2019-07-30 | default libtype to static to allow windows compilers to not skip | Michael Hirsch, Ph.D | 1 | -3/+5 | |
To make Fortran tests useful on Windows, the library_type should default to static, unless needed to specifically test shared. Shared Fortran libs on Windows for non-Gfortran compilers is fragile requiring proprietary code syntax. | |||||
2019-07-30 | no special shared lib args for PGI | Michael Hirsch, Ph.D | 2 | -7/+10 | |
2019-07-30 | PGI -shared is for Linux only | Michael Hirsch, Ph.D | 1 | -1/+8 | |
2019-07-30 | DOC: meson test multiple --suite specifications [skip ci] | Michael Hirsch, Ph.D | 2 | -5/+36 | |
docs:wrap < 80 col | |||||
2019-07-30 | Docs: Add default value of install kwarg [skip-ci] | ePirat | 1 | -1/+1 | |
2019-07-30 | Merge pull request #5740 from scivision/intel-ci_fix | Jussi Pakkanen | 4 | -41/+34 | |
tests: Intel-cl fixes for Fortran | |||||
2019-07-30 | PGI: cpp_pch precompiled headers functionality | Michael Hirsch, Ph.D | 8 | -3/+55 | |
* PGI C++ PCH enable PGI compilers support precompiled headers for C++ only. The common/13 pch test passes if run manually with no spaces in the build path. However, since Meson run_project_tests.py makes temporary build directories with spaces in each tests, PGI --pch_dir can't handle this and fails. So we skip the test for PGI despite it working for usual case with no-spaces in build dir. Note: it's fine to have spaces in full path for sourcedir, just no spaces in relative path to builddir. * doc | |||||
2019-07-30 | Merge pull request #5734 from scivision/flang_fix | Jussi Pakkanen | 3 | -5/+18 | |
Flang: Fortran project_tests fixes | |||||
2019-07-30 | dist: Pass right build options when configuring dist directory | Thibault Saunier | 1 | -2/+6 | |
Fixes https://github.com/mesonbuild/meson/issues/5732 | |||||
2019-07-30 | fortran tests: non-gfortran compilers on Windows are best static libs | Michael Hirsch, Ph.D | 3 | -31/+25 | |
collapsed get_relative_files_list_from_dir to a one-liner via pathlib.Path | |||||
2019-07-30 | run_tests: ifort / intel-cl must have ninja backend | Michael Hirsch, Ph.D | 2 | -7/+7 | |
2019-07-30 | actually failfast, was not failing fast before | Michael Hirsch, Ph.D | 1 | -2/+2 | |
2019-07-30 | intel-cl: readd missing import | Michael Hirsch, Ph.D | 1 | -2/+1 | |
2019-07-29 | openmp: allow omp.h or omp_lib.h | Michael Hirsch, Ph.D | 1 | -5/+8 | |
2019-07-29 | Flang: add links for non-flang main program | Michael Hirsch, Ph.D | 1 | -0/+3 | |