| Age | Commit message (Expand) | Author |
| 2020-03-20 | Merge pull request #6636 from jon-turney/machine-detection-problems | Jussi Pakkanen |
| 2020-03-09 | project_tests: Add the option to the test format to mark the language | Dylan Baker |
| 2020-03-09 | run_project_tests: Sort imports | Dylan Baker |
| 2020-03-09 | run_project_tests: fix argument type | Dylan Baker |
| 2020-03-09 | tests: Add pdb files for d tests | Dylan Baker |
| 2020-03-09 | project_tests: Add "version" to "shared_lib" and "pdb" types | Dylan Baker |
| 2020-03-06 | project_tests: Add a "shared_lib" type | Dylan Baker |
| 2020-02-29 | Extend _run_test to test build without regenerate | Jon Turney |
| 2020-02-26 | test: replace pass_* functions with a test.json entry | Daniel Mensinger |
| 2020-02-25 | test: merge installed_files.txt into test.json | Daniel Mensinger |
| 2020-02-25 | test: realise test_args.txt with a test matrix | Daniel Mensinger |
| 2020-02-25 | test: merge test_matrix.json and setup_env.json into test.json | Daniel Mensinger |
| 2020-02-25 | test: general refactoring of run_project_tests.py | Daniel Mensinger |
| 2020-02-20 | boost: Updated tests | Daniel Mensinger |
| 2020-02-13 | Remove unused no-installed-files test feature | Jon Turney |
| 2020-02-13 | Refactor TestResult object initialization | Jon Turney |
| 2020-02-11 | ci: Add Fedora and OpenSUSE images | Daniel Mensinger |
| 2020-02-07 | run_project_tests: Fix it to actually work | Dylan Baker |
| 2020-02-05 | tests: Added basic test matrix support for project tests | Daniel Mensinger |
| 2020-01-30 | Merge pull request #6536 from jon-turney/cross-testing-refactor | Jussi Pakkanen |
| 2020-01-30 | Bugfix: sanitize_dir: use pathlib to handle case-insensitive filesystems (#6398) | Michael Hirsch, Ph.D |
| 2020-01-28 | Make run_project_tests.py aware of --cross-file option | Jon Turney |
| 2020-01-26 | cmake: Some test improvements | Daniel Mensinger |
| 2020-01-24 | tests: Fix some test failures on Ubuntun 16.04 CI | Nirbheek Chauhan |
| 2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger |
| 2019-12-23 | doc: cuda windows comment | Michael Hirsch, Ph.D |
| 2019-12-11 | Merge pull request #6207 from dcbaker/linker-option | Jussi Pakkanen |
| 2019-12-07 | run_project_tests: argparse(choices) for --only name check | Michael Hirsch, Ph.D |
| 2019-12-07 | Merge pull request #6228 from scivision/scalapack | Jussi Pakkanen |
| 2019-12-05 | lgtm: fix Unreachable code | Daniel Mensinger |
| 2019-12-03 | run_project_tests: Fix skip rust | Dylan Baker |
| 2019-11-30 | CI: scalapack not skippable since it's now in Docker image | Michael Hirsch, Ph.D |
| 2019-11-30 | deps: add scalapack | Michael Hirsch, Ph.D |
| 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 -fimplicit-... | Michael Hirsch, Ph.D |
| 2019-10-20 | run_project_tests: Added print_tool_versions() | Daniel Mensinger |
| 2019-10-07 | compilers: replace CompilerType with MachineInfo | Dylan Baker |
| 2019-09-23 | Add blocks dependency | Patrick Griffis |
| 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 |
| 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 |
| 2019-06-23 | only --only option to run_project_tests, add type hints, improve variable nam... | Michael Hirsch, Ph.D |