Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-05 | run_cross_tests: Pass correct argument | Dylan Baker | 1 | -1/+1 | |
I don't konw how the heck this has ever worked, but you know. | |||||
2018-10-14 | Merge pull request #4340 from jon-turney/azure-pipelines | Jussi Pakkanen | 1 | -1/+1 | |
Add Azure pipelines CI | |||||
2018-10-14 | Use 'CI' environment variable to detect CI environment | Jon Turney | 1 | -1/+1 | |
Use the 'CI' environment variable to detect CI environment, rather than a collection of CI-specific ones. | |||||
2018-10-10 | Add option to fail fast in tests | Niklas Claesson | 1 | -3/+5 | |
2018-10-10 | tests runners: Refactor out global variables and add argparse | Niklas Claesson | 1 | -6/+12 | |
2018-05-31 | Revert "mesonlib: handle meson exe wrappers" | Nirbheek Chauhan | 1 | -2/+0 | |
This reverts commit 0627e9d616dc311b7c9b0ef17301f680ac9e78a7. Breaks installation: https://github.com/mesonbuild/meson/issues/3647 Will be restored once that can be fixed. | |||||
2018-05-30 | mesonlib: handle meson exe wrappers | Martin Kelly | 1 | -0/+2 | |
There are cases when it is useful to wrap the main meson executable with a script that sets up environment variables, passes --cross-file, etc. For example, in a Yocto SDK, we need to point to the right meson.cross so that everything "just works", and we need to alter CC, CXX, etc. In such cases, it can happen that the "meson" found in the path is actually a wrapper script that invokes the real meson, which may be in another location (e.g. "meson.real" or similar). Currently, in such a situation, meson gets confused because it tries to invoke itself using the "meson" executable (which points to the wrapper script) instead of the actual meson (which may be called "meson.real" or similar). In fact, the wrapper script is not necessarily even Python, so the whole thing fails. Fix this by using Python imports to directly find mesonmain.py instead of trying to detect it heuristically. In addition to fixing the wrapper issue, this should make the detection logic much more robust. | |||||
2018-04-26 | Prettifying some output with pathlib | Niklas Claesson | 1 | -2/+4 | |
2016-12-20 | Make cross tests use same framework as regular tests. | Jussi Pakkanen | 1 | -59/+18 | |
2016-12-20 | Fix cross test and run them if a cross compiler is available. | Jussi Pakkanen | 1 | -1/+1 | |
2016-07-19 | Normalize the path of a configured file to avoid dupes (#640) | Nirbheek Chauhan | 1 | -1/+1 | |
2016-01-16 | Renamed meson package to mesonbuild so that we can have a script named meson ↵ | Jussi Pakkanen | 1 | -1/+1 | |
in the same toplevel dir. | |||||
2016-01-16 | Finalize moduleification so that full test suite runs. | Jussi Pakkanen | 1 | -2/+2 | |
2015-05-09 | Fix cross compilation tests. | Jussi Pakkanen | 1 | -2/+4 | |
2015-02-16 | Use lib as library path in unit tests. | Jussi Pakkanen | 1 | -1/+1 | |
2014-11-16 | Harmonised copyright declarations. | Jussi Pakkanen | 1 | -1/+1 | |
2014-08-11 | Updated copyright years. | Jussi Pakkanen | 1 | -1/+1 | |
2013-09-30 | Can specify cross file as a command line argument. | Jussi Pakkanen | 1 | -2/+1 | |
2013-08-30 | Better build type introspection. | Jussi Pakkanen | 1 | -2/+2 | |
2013-08-30 | The whole test suite runs cross-built with mingw and armhf. | Jussi Pakkanen | 1 | -1/+2 | |
2013-08-30 | Work started on supporting simultaneous native and cross builds. | Jussi Pakkanen | 1 | -1/+0 | |
2013-08-24 | Get has_function from cross file. | Jussi Pakkanen | 1 | -1/+1 | |
2013-08-24 | Get sizeof info from cross file if it exists and write an error if it can ↵ | Jussi Pakkanen | 1 | -0/+1 | |
not be determined. | |||||
2013-08-24 | Skip tests for cross compilation when they can not be run. | Jussi Pakkanen | 1 | -2/+1 | |
2013-08-24 | Updated symbolextractor to work with cross builds. | Jussi Pakkanen | 1 | -0/+88 | |