Age | Commit message (Expand) | Author | Files | Lines |
2020-02-13 | Remove unused no-installed-files test feature | Jon Turney | 1 | -5/+1 |
2020-02-13 | Refactor TestResult object initialization | Jon Turney | 1 | -36/+60 |
2020-02-11 | ci: Add Fedora and OpenSUSE images | Daniel Mensinger | 1 | -0/+6 |
2020-02-07 | run_project_tests: Fix it to actually work | Dylan Baker | 1 | -5/+10 |
2020-02-05 | tests: Added basic test matrix support for project tests | Daniel Mensinger | 1 | -22/+84 |
2020-01-30 | Merge pull request #6536 from jon-turney/cross-testing-refactor | Jussi Pakkanen | 1 | -7/+13 |
2020-01-30 | Bugfix: sanitize_dir: use pathlib to handle case-insensitive filesystems (#6398) | Michael Hirsch, Ph.D | 1 | -1/+5 |
2020-01-28 | Make run_project_tests.py aware of --cross-file option | Jon Turney | 1 | -7/+13 |
2020-01-26 | cmake: Some test improvements | Daniel Mensinger | 1 | -1/+3 |
2020-01-24 | tests: Fix some test failures on Ubuntun 16.04 CI | Nirbheek Chauhan | 1 | -1/+3 |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -11/+11 |
2019-12-23 | doc: cuda windows comment | Michael Hirsch, Ph.D | 1 | -1/+2 |
2019-12-11 | Merge pull request #6207 from dcbaker/linker-option | Jussi Pakkanen | 1 | -5/+4 |
2019-12-07 | run_project_tests: argparse(choices) for --only name check | Michael Hirsch, Ph.D | 1 | -7/+15 |
2019-12-07 | Merge pull request #6228 from scivision/scalapack | Jussi Pakkanen | 1 | -1/+1 |
2019-12-05 | lgtm: fix Unreachable code | Daniel Mensinger | 1 | -1/+0 |
2019-12-03 | run_project_tests: Fix skip rust | Dylan Baker | 1 | -5/+4 |
2019-11-30 | CI: scalapack not skippable since it's now in Docker image | Michael Hirsch, Ph.D | 1 | -5/+1 |
2019-11-30 | deps: add scalapack | Michael Hirsch, Ph.D | 1 | -0/+4 |
2019-11-19 | ci: Add CI command to include text files in the CI log | Daniel Mensinger | 1 | -15/+47 |
2019-11-17 | use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-... | Michael Hirsch, Ph.D | 1 | -2/+7 |
2019-10-20 | run_project_tests: Added print_tool_versions() | Daniel Mensinger | 1 | -0/+33 |
2019-10-07 | compilers: replace CompilerType with MachineInfo | Dylan Baker | 1 | -1/+1 |
2019-09-23 | Add blocks dependency | Patrick Griffis | 1 | -0/+4 |
2019-09-05 | PGI: windows PGI is sort of MSVC-like | Michael Hirsch, Ph.D | 1 | -1/+2 |
2019-08-12 | tests: add wasm to run_project_tests --only | Dylan Baker | 1 | -0/+1 |
2019-08-03 | Condense test directory names. | Jussi Pakkanen | 1 | -1/+1 |
2019-07-30 | fortran tests: non-gfortran compilers on Windows are best static libs | Michael Hirsch, Ph.D | 1 | -29/+22 |
2019-07-30 | run_tests: ifort / intel-cl must have ninja backend | Michael Hirsch, Ph.D | 1 | -5/+3 |
2019-07-30 | actually failfast, was not failing fast before | Michael Hirsch, Ph.D | 1 | -2/+2 |
2019-07-23 | cmake: added test case for environment variables | Daniel Mensinger | 1 | -1/+11 |
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 |