summaryrefslogtreecommitdiff
path: root/run_project_tests.py
AgeCommit message (Expand)Author
2019-12-23doc: cuda windows commentMichael Hirsch, Ph.D
2019-12-11Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen
2019-12-07run_project_tests: argparse(choices) for --only name checkMichael Hirsch, Ph.D
2019-12-07Merge pull request #6228 from scivision/scalapackJussi Pakkanen
2019-12-05lgtm: fix Unreachable codeDaniel Mensinger
2019-12-03run_project_tests: Fix skip rustDylan Baker
2019-11-30CI: scalapack not skippable since it's now in Docker imageMichael Hirsch, Ph.D
2019-11-30deps: add scalapackMichael Hirsch, Ph.D
2019-11-19ci: Add CI command to include text files in the CI logDaniel Mensinger
2019-11-17use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...Michael Hirsch, Ph.D
2019-10-20run_project_tests: Added print_tool_versions()Daniel Mensinger
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker
2019-09-23Add blocks dependencyPatrick Griffis
2019-09-05PGI: windows PGI is sort of MSVC-likeMichael Hirsch, Ph.D
2019-08-12tests: add wasm to run_project_tests --onlyDylan Baker
2019-08-03Condense test directory names.Jussi Pakkanen
2019-07-30fortran tests: non-gfortran compilers on Windows are best static libsMichael Hirsch, Ph.D
2019-07-30run_tests: ifort / intel-cl must have ninja backendMichael Hirsch, Ph.D
2019-07-30actually failfast, was not failing fast beforeMichael Hirsch, Ph.D
2019-07-23cmake: added test case for environment variablesDaniel Mensinger
2019-07-11pythonic file checksMichael Hirsch, Ph.D
2019-07-09Use pytest parallelisation if available.Jussi Pakkanen
2019-07-09Add command line argument to skip unit tests.Jussi Pakkanen
2019-06-24correct missing argument for IntelClFortranCompilerMichael Hirsch, Ph.D
2019-06-23only --only option to run_project_tests, add type hints, improve variable nam...Michael Hirsch, Ph.D
2019-06-23windows project_test speedup by 2Michael Hirsch, Ph.D
2019-06-22Do not check for DOS line endings in log files.Jussi Pakkanen
2019-06-22Detect broken Rust compiler setups.Jussi Pakkanen
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson
2019-06-09Use `env.machines.*` to avoid some `is_cross`John Ericson
2019-06-06cmake: disable the CMake tests for msvc2015Daniel Mensinger
2019-06-06cmake: better loggingDaniel Mensinger
2019-06-06cmake: fixed installed_files.txtDaniel Mensinger
2019-06-06cmake: Added project testsDaniel Mensinger
2019-05-27Update to new ccache URLJoel Rosdahl
2019-05-13compilers/clike: ICL needs msvc workarounds in has_functionDylan Baker
2019-05-09Better detection of tab indentation.Jussi Pakkanen
2019-05-02Merge pull request #5311 from mensinda/flake8PluginsJussi Pakkanen
2019-05-02per-target manual specification of link_languageMichael Hirsch, Ph.D
2019-04-29Fix unused variables warningsDaniel Mensinger
2019-04-29Fix blind exceptionsDaniel Mensinger
2019-04-15Don't always skip objc/objc++ tests on WindowsJon Turney
2019-04-15Report detected compilers in run_project_testsJon Turney
2019-04-03d: Fix linker errors with shared libraries on WindowsAri Vuollet
2019-03-27Always initialize compiler_options before sanity_checkJohn Ericson
2019-03-20Merge pull request #5031 from bonzini/kconfigJussi Pakkanen
2019-03-18interpreterbase: protect string division with FeatureNewPaolo Bonzini
2019-03-15[modules] Add kconfig moduleMark Schulte
2019-03-13tests: disable Dlang tests on windowsDylan Baker
2019-02-28add NetCDFMichael Hirsch, Ph.D