| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-19 | ci: Add CI command to include text files in the CI log | Daniel Mensinger | |
| 2019-11-17 | use '-Werror=unused-parameter' for gcc/clang on project tests and ↵ | Michael Hirsch, Ph.D | |
| -fimplicit-none on fortran Fortran: check for undeclared variables by forcing implicit none everywhere C/C++: check for unused parameters and return types removed unused variables from test cases ci: do missing return and unused arg check with Github Actions | |||
| 2019-10-20 | run_project_tests: Added print_tool_versions() | Daniel Mensinger | |
| 2019-10-07 | compilers: replace CompilerType with MachineInfo | Dylan Baker | |
| Now that the linkers are split out of the compilers this enum is only used to know what platform we're compiling for. Which is what the MachineInfo class is for | |||
| 2019-09-23 | Add blocks dependency | Patrick Griffis | |
| This allows easily enabling the blocks clang extension. | |||
| 2019-09-05 | PGI: windows PGI is sort of MSVC-like | Michael Hirsch, Ph.D | |
| 2019-08-12 | tests: add wasm to run_project_tests --only | Dylan Baker | |
| 2019-08-03 | Condense test directory names. | Jussi Pakkanen | |
| 2019-07-30 | fortran tests: non-gfortran compilers on Windows are best static libs | Michael Hirsch, Ph.D | |
| 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 | |
| 2019-07-30 | actually failfast, was not failing fast before | Michael Hirsch, Ph.D | |
| 2019-07-23 | cmake: added test case for environment variables | Daniel Mensinger | |
| 2019-07-11 | pythonic file checks | Michael Hirsch, Ph.D | |
| 2019-07-09 | Use pytest parallelisation if available. | Jussi Pakkanen | |
| 2019-07-09 | Add command line argument to skip unit tests. | Jussi Pakkanen | |
| 2019-06-24 | correct missing argument for IntelClFortranCompiler | Michael Hirsch, Ph.D | |
| ifort passes all tests cleanup logic | |||
| 2019-06-23 | only --only option to run_project_tests, add type hints, improve variable ↵ | Michael Hirsch, Ph.D | |
| name use | |||
| 2019-06-23 | windows project_test speedup by 2 | Michael Hirsch, Ph.D | |
| 2019-06-22 | Do not check for DOS line endings in log files. | Jussi Pakkanen | |
| 2019-06-22 | Detect broken Rust compiler setups. | Jussi Pakkanen | |
| 2019-06-09 | Purge `is_cross` and friends without changing user interfaces | John Ericson | |
| In most cases instead pass `for_machine`, the name of the relevant machines (what compilers target, what targets run on, etc). This allows us to use the cross code path in the native case, deduplicating the code. As one can see, environment got bigger as more information is kept structured there, while ninjabackend got a smaller. Overall a few amount of lines were added, but the hope is what's added is a lot simpler than what's removed. | |||
| 2019-06-09 | Use `env.machines.*` to avoid some `is_cross` | John Ericson | |
| This is a small example of the `is_cross` removal the that abstraction enables. | |||
| 2019-06-06 | cmake: disable the CMake tests for msvc2015 | Daniel Mensinger | |
| 2019-06-06 | cmake: better logging | Daniel Mensinger | |
| 2019-06-06 | cmake: fixed installed_files.txt | Daniel Mensinger | |
| 2019-06-06 | cmake: Added project tests | Daniel Mensinger | |
| 2019-05-27 | Update to new ccache URL | Joel Rosdahl | |
| ccache’s web site is now located at https://ccache.dev. Bonus: Use the preferred capitalization “Ccache” instead of “CCache”. | |||
| 2019-05-13 | compilers/clike: ICL needs msvc workarounds in has_function | Dylan Baker | |
| 2019-05-09 | Better detection of tab indentation. | Jussi Pakkanen | |
| "But surely nobody would indent by having spaces first, and tabs after that. Right? Right?" | |||
| 2019-05-02 | Merge pull request #5311 from mensinda/flake8Plugins | Jussi Pakkanen | |
| Added flake8 plugins and some code fixes | |||
| 2019-05-02 | per-target manual specification of link_language | Michael Hirsch, Ph.D | |
| 2019-04-29 | Fix unused variables warnings | Daniel Mensinger | |
| 2019-04-29 | Fix blind exceptions | Daniel Mensinger | |
| 2019-04-15 | Don't always skip objc/objc++ tests on Windows | Jon Turney | |
| These tests can run under MSYS2 using gcc or clang objc/objc++. | |||
| 2019-04-15 | Report detected compilers in run_project_tests | Jon Turney | |
| v2: Use compilers.all_languages for the list of known languages | |||
| 2019-04-03 | d: Fix linker errors with shared libraries on Windows | Ari Vuollet | |
| 2019-03-27 | Always initialize compiler_options before sanity_check | John Ericson | |
| This is because sanity checking wants to use CFLAGS and friends. | |||
| 2019-03-20 | Merge pull request #5031 from bonzini/kconfig | Jussi Pakkanen | |
| Kconfig Module | |||
| 2019-03-18 | interpreterbase: protect string division with FeatureNew | Paolo Bonzini | |
| Meson is not warning if you join paths with / but you are requesting a version older than 0.49.0; fix this before adding more features to the division operator. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
| 2019-03-15 | [modules] Add kconfig module | Mark Schulte | |
| Add a kconfig module to allow meson to integrate with existing projects that use kconfig. | |||
| 2019-03-13 | tests: disable Dlang tests on windows | Dylan Baker | |
| These don't work and no one has fixed them. When I've tried to download dmd for windows I can't get a valid installer from their website. Let's at least turn the CI green. | |||
| 2019-02-28 | add NetCDF | Michael Hirsch, Ph.D | |
| 2019-02-26 | Disable D tests if dmd install is broken. | Jussi Pakkanen | |
| 2019-02-04 | run_project_tests: add support for loading cross files | Dylan Baker | |
| 2019-02-04 | run_project_tests: Add support for loading a native file in tests | Dylan Baker | |
| The file must be called nativefile.txt | |||
| 2019-02-01 | project tests: qt is available on the macOS CI | Nirbheek Chauhan | |
| 2019-01-21 | More tests and pic. | Jussi Pakkanen | |
| 2018-12-12 | tests: Add tests for the python module | Dylan Baker | |
| This doesn't touch everything as it's just based on the python3 module tests, ported to the python module. It's still better than the one very basic test in the unit test module. | |||
| 2018-11-06 | Deal with clang-cl generating empty implibs | Jon Turney | |
| Deal with clang-cl doing the sane (but different to MSVC) thing, of generating an empty import library, rather than silently ignoring /IMPLIB when there are no exports. | |||
| 2018-11-06 | Extend test to when both name_{suf,pre}fix: are used | Jon Turney | |
