| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make gettext targets no-ops if gettext is not installed. Closes: #821.withoutgettext | Jussi Pakkanen | 2019-08-02 | 2 | -2/+21 |
| * | add pylint Azure job | Michael Hirsch, Ph.D | 2019-08-02 | 1 | -0/+15 |
| * | add pylint config file. update Sider CI name | Michael Hirsch, Ph.D | 2019-08-02 | 2 | -0/+9 |
| * | remove unreachable code | Michael Hirsch, Ph.D | 2019-08-02 | 2 | -4/+2 |
| * | Add aravis to meson users (#5757) [skip-ci] | Emmanuel Pacaud | 2019-08-02 | 1 | -0/+1 |
| * | coredata: Ignore directories when searching for machine files | Dylan Baker | 2019-07-31 | 1 | -6/+14 |
| * | OpenMP:stop searching when openmp headers are first found | Michael Hirsch, Ph.D | 2019-07-31 | 1 | -2/+3 |
| * | Allow kconfig to read from configure_file() | Marc-André Lureau | 2019-07-31 | 3 | -8/+12 |
| * | Merge pull request #5638 from mensinda/cmInterface | Jussi Pakkanen | 2019-07-31 | 6 | -19/+173 |
| |\ |
|
| | * | cmake: Added interface libraries test case | Daniel Mensinger | 2019-07-25 | 4 | -0/+52 |
| | * | cmake: handle interface libraries | Daniel Mensinger | 2019-07-25 | 1 | -7/+37 |
| | * | cmake: trace: add support for some target_* functions | Daniel Mensinger | 2019-07-25 | 1 | -2/+66 |
| | * | cmake: trace: support interface libraries | Daniel Mensinger | 2019-07-25 | 1 | -7/+14 |
| | * | cmake: trace: set_target_properties improved property detection | Daniel Mensinger | 2019-07-25 | 1 | -3/+4 |
| * | | Merge pull request #5733 from scivision/pgi_openmp | Jussi Pakkanen | 2019-07-31 | 8 | -24/+52 |
| |\ \ |
|
| | * | | skip common/223 for PGI, as even 19.4 doesn't fully support C++17 as claimed | Michael Hirsch, Ph.D | 2019-07-30 | 1 | -0/+6 |
| | * | | PGI: fix openmp for 190common test | Michael Hirsch, Ph.D | 2019-07-30 | 2 | -20/+20 |
| | * | | default fortran lib to static so windows can be tested | Michael Hirsch, Ph.D | 2019-07-30 | 1 | -1/+2 |
| | * | | skip fortran dyamiclib tests on Windows | Michael Hirsch, Ph.D | 2019-07-30 | 1 | -2/+4 |
| | * | | OpenMP is intrinsic to PGI | Michael Hirsch, Ph.D | 2019-07-30 | 1 | -3/+10 |
| | * | | PGI doesn't have coarray fortran | Michael Hirsch, Ph.D | 2019-07-30 | 1 | -2/+2 |
| | * | | default libtype to static to allow windows compilers to not skip | Michael Hirsch, Ph.D | 2019-07-30 | 1 | -3/+5 |
| | * | | no special shared lib args for PGI | Michael Hirsch, Ph.D | 2019-07-30 | 2 | -7/+10 |
| | * | | PGI -shared is for Linux only | Michael Hirsch, Ph.D | 2019-07-30 | 1 | -1/+8 |
| * | | | mintro: Fix crash related to the sources kwarg (fixes #5741) | Daniel Mensinger | 2019-07-31 | 3 | -4/+8 |
| |/ / |
|
| * | | DOC: meson test multiple --suite specifications [skip ci] | Michael Hirsch, Ph.D | 2019-07-30 | 2 | -5/+36 |
| * | | Docs: Add default value of install kwarg [skip-ci] | ePirat | 2019-07-30 | 1 | -1/+1 |
| * | | Merge pull request #5740 from scivision/intel-ci_fix | Jussi Pakkanen | 2019-07-30 | 4 | -41/+34 |
| |\ \ |
|
| | * | | fortran tests: non-gfortran compilers on Windows are best static libs | Michael Hirsch, Ph.D | 2019-07-30 | 3 | -31/+25 |
| | * | | run_tests: ifort / intel-cl must have ninja backend | Michael Hirsch, Ph.D | 2019-07-30 | 2 | -7/+7 |
| | * | | actually failfast, was not failing fast before | Michael Hirsch, Ph.D | 2019-07-30 | 1 | -2/+2 |
| | * | | intel-cl: readd missing import | Michael Hirsch, Ph.D | 2019-07-30 | 1 | -2/+1 |
| * | | | PGI: cpp_pch precompiled headers functionality | Michael Hirsch, Ph.D | 2019-07-30 | 8 | -3/+55 |
| * | | | Merge pull request #5734 from scivision/flang_fix | Jussi Pakkanen | 2019-07-30 | 3 | -5/+18 |
| |\ \ \ |
|
| | * | | | openmp: allow omp.h or omp_lib.h | Michael Hirsch, Ph.D | 2019-07-29 | 1 | -5/+8 |
| | * | | | Flang: add links for non-flang main program | Michael Hirsch, Ph.D | 2019-07-29 | 1 | -0/+3 |
| | * | | | Flang and PGI don't yet support coarray | Michael Hirsch, Ph.D | 2019-07-29 | 1 | -0/+7 |
| | |/ / |
|
| * | | | dist: Pass right build options when configuring dist directory | Thibault Saunier | 2019-07-30 | 1 | -2/+6 |
| |/ / |
|
| * | | remove vestigial $ from test error msg | Michael Hirsch, Ph.D | 2019-07-27 | 1 | -14/+13 |
| * | | docs: Add missing closing ` in reference manual | Dylan Baker | 2019-07-26 | 1 | -1/+1 |
| * | | interpreter: Fix permitted kwargs in dependency.get_variable | Dylan Baker | 2019-07-26 | 1 | -1/+1 |
| * | | docs: correct key in dep.get_variable | Dylan Baker | 2019-07-26 | 1 | -1/+1 |
| * | | add missing link [skip ci] | Michael Hirsch, Ph.D | 2019-07-26 | 1 | -2/+2 |
| * | | note that integers have .to_string() method [skip ci] | Michael Hirsch, Ph.D | 2019-07-26 | 2 | -0/+8 |
| * | | unit tests: Convert unittest args to pytest | Nirbheek Chauhan | 2019-07-26 | 1 | -0/+16 |
| |/ |
|
| * | ci/cygwin: Install pytest-xdist for unit tests | Nirbheek Chauhan | 2019-07-25 | 1 | -0/+3 |
| * | ci/cygwin: Don't need a special step to install cmake | Nirbheek Chauhan | 2019-07-25 | 1 | -4/+1 |
| * | Added KDevelop to the docs (#5714) [skip ci] | Daniel Mensinger | 2019-07-25 | 1 | -0/+1 |
| * | docs: Document when install: was added to configure_file [skip ci] | Nirbheek Chauhan | 2019-07-25 | 1 | -0/+6 |
| * | tests/122 shared module: More verbose logging | Nirbheek Chauhan | 2019-07-24 | 2 | -2/+16 |