| Commit message (Expand) | Author | Age | Files | Lines |
* | ci: Add Fedora and OpenSUSE images | Daniel Mensinger | 2020-02-11 | 1 | -0/+6 |
* | run_project_tests: Fix it to actually work | Dylan Baker | 2020-02-07 | 1 | -5/+10 |
* | tests: Added basic test matrix support for project tests | Daniel Mensinger | 2020-02-05 | 1 | -22/+84 |
* | Merge pull request #6536 from jon-turney/cross-testing-refactor | Jussi Pakkanen | 2020-01-30 | 1 | -7/+13 |
|\ |
|
| * | Make run_project_tests.py aware of --cross-file option | Jon Turney | 2020-01-28 | 1 | -7/+13 |
* | | Bugfix: sanitize_dir: use pathlib to handle case-insensitive filesystems (#6398) | Michael Hirsch, Ph.D | 2020-01-30 | 1 | -1/+5 |
|/ |
|
* | cmake: Some test improvements | Daniel Mensinger | 2020-01-26 | 1 | -1/+3 |
* | tests: Fix some test failures on Ubuntun 16.04 CI | Nirbheek Chauhan | 2020-01-24 | 1 | -1/+3 |
* | types: import typing as T (fixes #6333) | Daniel Mensinger | 2020-01-08 | 1 | -11/+11 |
* | doc: cuda windows comment | Michael Hirsch, Ph.D | 2019-12-23 | 1 | -1/+2 |
* | Merge pull request #6207 from dcbaker/linker-option | Jussi Pakkanen | 2019-12-11 | 1 | -5/+4 |
|\ |
|
| * | run_project_tests: Fix skip rust | Dylan Baker | 2019-12-03 | 1 | -5/+4 |
* | | run_project_tests: argparse(choices) for --only name check | Michael Hirsch, Ph.D | 2019-12-07 | 1 | -7/+15 |
* | | Merge pull request #6228 from scivision/scalapack | Jussi Pakkanen | 2019-12-07 | 1 | -1/+1 |
|\ \ |
|
| * | | CI: scalapack not skippable since it's now in Docker image | Michael Hirsch, Ph.D | 2019-11-30 | 1 | -5/+1 |
| * | | deps: add scalapack | Michael Hirsch, Ph.D | 2019-11-30 | 1 | -0/+4 |
| |/ |
|
* | | lgtm: fix Unreachable code | Daniel Mensinger | 2019-12-05 | 1 | -1/+0 |
|/ |
|
* | ci: Add CI command to include text files in the CI log | Daniel Mensinger | 2019-11-19 | 1 | -15/+47 |
* | use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-... | Michael Hirsch, Ph.D | 2019-11-17 | 1 | -2/+7 |
* | run_project_tests: Added print_tool_versions() | Daniel Mensinger | 2019-10-20 | 1 | -0/+33 |
* | compilers: replace CompilerType with MachineInfo | Dylan Baker | 2019-10-07 | 1 | -1/+1 |
* | Add blocks dependency | Patrick Griffis | 2019-09-23 | 1 | -0/+4 |
* | PGI: windows PGI is sort of MSVC-like | Michael Hirsch, Ph.D | 2019-09-05 | 1 | -1/+2 |
* | tests: add wasm to run_project_tests --only | Dylan Baker | 2019-08-12 | 1 | -0/+1 |
* | Condense test directory names. | Jussi Pakkanen | 2019-08-03 | 1 | -1/+1 |
* | fortran tests: non-gfortran compilers on Windows are best static libs | Michael Hirsch, Ph.D | 2019-07-30 | 1 | -29/+22 |
* | run_tests: ifort / intel-cl must have ninja backend | Michael Hirsch, Ph.D | 2019-07-30 | 1 | -5/+3 |
* | actually failfast, was not failing fast before | Michael Hirsch, Ph.D | 2019-07-30 | 1 | -2/+2 |
* | cmake: added test case for environment variables | Daniel Mensinger | 2019-07-23 | 1 | -1/+11 |
* | pythonic file checks | Michael Hirsch, Ph.D | 2019-07-11 | 1 | -19/+15 |
* | Use pytest parallelisation if available. | Jussi Pakkanen | 2019-07-09 | 1 | -0/+2 |
* | Add command line argument to skip unit tests. | Jussi Pakkanen | 2019-07-09 | 1 | -0/+2 |
* | correct missing argument for IntelClFortranCompiler | Michael Hirsch, Ph.D | 2019-06-24 | 1 | -1/+7 |
* | only --only option to run_project_tests, add type hints, improve variable nam... | Michael Hirsch, Ph.D | 2019-06-23 | 1 | -10/+28 |
* | windows project_test speedup by 2 | Michael Hirsch, Ph.D | 2019-06-23 | 1 | -1/+2 |
* | Do not check for DOS line endings in log files. | Jussi Pakkanen | 2019-06-22 | 1 | -0/+2 |
* | Detect broken Rust compiler setups. | Jussi Pakkanen | 2019-06-22 | 1 | -1/+29 |
* | Purge `is_cross` and friends without changing user interfaces | John Ericson | 2019-06-09 | 1 | -6/+6 |
* | Use `env.machines.*` to avoid some `is_cross` | John Ericson | 2019-06-09 | 1 | -12/+12 |
* | cmake: disable the CMake tests for msvc2015 | Daniel Mensinger | 2019-06-06 | 1 | -1/+1 |
* | cmake: better logging | Daniel Mensinger | 2019-06-06 | 1 | -0/+10 |
* | cmake: fixed installed_files.txt | Daniel Mensinger | 2019-06-06 | 1 | -0/+5 |
* | cmake: Added project tests | Daniel Mensinger | 2019-06-06 | 1 | -0/+1 |
* | Update to new ccache URL | Joel Rosdahl | 2019-05-27 | 1 | -1/+1 |
* | compilers/clike: ICL needs msvc workarounds in has_function | Dylan Baker | 2019-05-13 | 1 | -1/+1 |
* | Better detection of tab indentation. | Jussi Pakkanen | 2019-05-09 | 1 | -2/+3 |
* | Merge pull request #5311 from mensinda/flake8Plugins | Jussi Pakkanen | 2019-05-02 | 1 | -2/+2 |
|\ |
|
| * | Fix unused variables warnings | Daniel Mensinger | 2019-04-29 | 1 | -1/+1 |
| * | Fix blind exceptions | Daniel Mensinger | 2019-04-29 | 1 | -1/+1 |
* | | per-target manual specification of link_language | Michael Hirsch, Ph.D | 2019-05-02 | 1 | -0/+4 |
|/ |
|