Age | Commit message (Expand) | Author | Files | Lines |
2019-07-11 | pythonic file checks | Michael Hirsch, Ph.D | 1 | -19/+15 |
2019-07-09 | Use pytest parallelisation if available. | Jussi Pakkanen | 1 | -0/+2 |
2019-07-09 | Add command line argument to skip unit tests. | Jussi Pakkanen | 1 | -0/+2 |
2019-06-24 | correct missing argument for IntelClFortranCompiler | Michael Hirsch, Ph.D | 1 | -1/+7 |
2019-06-23 | only --only option to run_project_tests, add type hints, improve variable nam... | Michael Hirsch, Ph.D | 1 | -10/+28 |
2019-06-23 | windows project_test speedup by 2 | Michael Hirsch, Ph.D | 1 | -1/+2 |
2019-06-22 | Do not check for DOS line endings in log files. | Jussi Pakkanen | 1 | -0/+2 |
2019-06-22 | Detect broken Rust compiler setups. | Jussi Pakkanen | 1 | -1/+29 |
2019-06-09 | Purge `is_cross` and friends without changing user interfaces | John Ericson | 1 | -6/+6 |
2019-06-09 | Use `env.machines.*` to avoid some `is_cross` | John Ericson | 1 | -12/+12 |
2019-06-06 | cmake: disable the CMake tests for msvc2015 | Daniel Mensinger | 1 | -1/+1 |
2019-06-06 | cmake: better logging | Daniel Mensinger | 1 | -0/+10 |
2019-06-06 | cmake: fixed installed_files.txt | Daniel Mensinger | 1 | -0/+5 |
2019-06-06 | cmake: Added project tests | Daniel Mensinger | 1 | -0/+1 |
2019-05-27 | Update to new ccache URL | Joel Rosdahl | 1 | -1/+1 |
2019-05-13 | compilers/clike: ICL needs msvc workarounds in has_function | Dylan Baker | 1 | -1/+1 |
2019-05-09 | Better detection of tab indentation. | Jussi Pakkanen | 1 | -2/+3 |
2019-05-02 | Merge pull request #5311 from mensinda/flake8Plugins | Jussi Pakkanen | 1 | -2/+2 |
2019-05-02 | per-target manual specification of link_language | Michael Hirsch, Ph.D | 1 | -0/+4 |
2019-04-29 | Fix unused variables warnings | Daniel Mensinger | 1 | -1/+1 |
2019-04-29 | Fix blind exceptions | Daniel Mensinger | 1 | -1/+1 |
2019-04-15 | Don't always skip objc/objc++ tests on Windows | Jon Turney | 1 | -2/+2 |
2019-04-15 | Report detected compilers in run_project_tests | Jon Turney | 1 | -5/+18 |
2019-04-03 | d: Fix linker errors with shared libraries on Windows | Ari Vuollet | 1 | -1/+1 |
2019-03-27 | Always initialize compiler_options before sanity_check | John Ericson | 1 | -0/+2 |
2019-03-20 | Merge pull request #5031 from bonzini/kconfig | Jussi Pakkanen | 1 | -0/+1 |
2019-03-18 | interpreterbase: protect string division with FeatureNew | Paolo Bonzini | 1 | -1/+7 |
2019-03-15 | [modules] Add kconfig module | Mark Schulte | 1 | -0/+1 |
2019-03-13 | tests: disable Dlang tests on windows | Dylan Baker | 1 | -1/+1 |
2019-02-28 | add NetCDF | Michael Hirsch, Ph.D | 1 | -0/+4 |
2019-02-26 | Disable D tests if dmd install is broken. | Jussi Pakkanen | 1 | -0/+8 |
2019-02-04 | run_project_tests: add support for loading cross files | Dylan Baker | 1 | -0/+3 |
2019-02-04 | run_project_tests: Add support for loading a native file in tests | Dylan Baker | 1 | -0/+3 |
2019-02-01 | project tests: qt is available on the macOS CI | Nirbheek Chauhan | 1 | -0/+4 |
2019-01-21 | More tests and pic. | Jussi Pakkanen | 1 | -0/+1 |
2018-12-12 | tests: Add tests for the python module | Dylan Baker | 1 | -0/+1 |
2018-11-06 | Deal with clang-cl generating empty implibs | Jon Turney | 1 | -12/+17 |
2018-11-06 | Extend test to when both name_{suf,pre}fix: are used | Jon Turney | 1 | -0/+3 |
2018-11-06 | Add a test of installed library names when name_{suf,pre}fix: is used | Jon Turney | 1 | -1/+34 |
2018-11-04 | Use compiler detector in detect_system_compiler() | Jon Turney | 1 | -11/+15 |
2018-10-14 | Merge pull request #4340 from jon-turney/azure-pipelines | Jussi Pakkanen | 1 | -1/+1 |
2018-10-14 | Use 'CI' environment variable to detect CI environment | Jon Turney | 1 | -1/+1 |
2018-10-10 | tests: Merge backend guessing into one function | Niklas Claesson | 1 | -20/+2 |
2018-10-10 | Add option to fail fast in tests | Niklas Claesson | 1 | -6/+19 |
2018-10-04 | Use a single ArgumentParser for all subcommands | Xavier Claessens | 1 | -2/+2 |
2018-09-25 | Skip all dot files/directories when running tests | Guillermo Ignacio Enriquez Gutierrez | 1 | -1/+1 |
2018-09-22 | Fix test script to be able to run in local macos | Guillermo Ignacio Enriquez Gutierrez | 1 | -0/+1 |
2018-09-14 | run_proect_tests: add cygwin as platform fix name | Marco Trevisan (Treviño) | 1 | -1/+6 |
2018-09-14 | run_project_tests: remove pdb workaround, just use filters | Marco Trevisan (Treviño) | 1 | -9/+2 |
2018-09-12 | run_projects_tests: Fail if we install extra files even if not in cl | Marco Trevisan (Treviño) | 1 | -2/+3 |