aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-28wrap: Resolver.get_git: Factor out --depth argument generation and make sure ...Martin Hostettler1-5/+9
2019-11-28ci: hdf5: Actions MacOS CI addedMichael Hirsch, Ph.D1-62/+3
2019-11-28HDF5: make much more robust across platformsMichael Hirsch, Ph.D6-73/+232
2019-11-27docs: Fix typo [skip ci]Robert Ancell1-1/+1
2019-11-27modules/qt.py: friendlier "lrelease-qtN not found" error messageMarc Herbert1-0/+3
2019-11-27ci: lgtm: configure for Python 3Michael Hirsch, Ph.D1-0/+4
2019-11-27tests: add clues to find missing private/qtobject_p.h [skip ci]Marc1-0/+4
2019-11-26Fix crash when checking multi version on subproject depXavier Claessens3-8/+15
2019-11-25Fix link_whole with a custom targetXavier Claessens4-1/+21
2019-11-25Simplify list of build def filesXavier Claessens1-23/+27
2019-11-25fs: Add parent() and name() methodsXavier Claessens3-1/+29
2019-11-25Merge pull request #6213 from mensinda/cmNameFixJussi Pakkanen6-58/+110
2019-11-25dependencies/ui.py: Fix Vulkan detection on WindowsChun-wei Fan1-2/+2
2019-11-25complete gfortran/intel/intel-cl fortran_std testMichael Hirsch, Ph.D10-1/+218
2019-11-25dep: MPI make work for intel-cl and improve robustnessMichael Hirsch, Ph.D6-207/+279
2019-11-25openbsd: execinfo is not a compiler libAntoine Jacoutot1-2/+4
2019-11-21Add table entry for CUDA Toolkit 10.2.89.Olexa Bilaniuk1-0/+1
2019-11-21Fix compute_int() when the value is -1Xavier Claessens2-1/+4
2019-11-21Meson Syntax Highlighter plugin for JetBrains IDEs.Artsiom Chapialiou1-0/+1
2019-11-20cmake: add_custom_command fix empty and quoted parametersDaniel Mensinger2-0/+3
2019-11-20cmake: Fix confilcting custom targetsDaniel Mensinger1-8/+28
2019-11-20cmake: Uniform target name handlingDaniel Mensinger5-50/+79
2019-11-20Merge pull request #6199 from mensinda/cmSysIncJussi Pakkanen8-24/+82
2019-11-19docs: clarify how Meson handles shebang in run_command [skip ci]Paolo Borelli1-0/+3
2019-11-19Have set() and set_quoted() of configuration object work with newlines.Jehan4-0/+15
2019-11-19Interpreter: display linker executable path, if availableEric Le Bihan1-1/+1
2019-11-19Fix cross-compilation of D programsEric Le Bihan2-77/+86
2019-11-19ci: Add CI command to include text files in the CI logDaniel Mensinger5-15/+61
2019-11-19cmake: Skip system include dir test for msvcDaniel Mensinger1-0/+4
2019-11-19cmake: Handle CMake system include dirs (closes #6079)Daniel Mensinger4-9/+17
2019-11-19Enable code coverage using LLVM on macOS CatalinaKurtis Rader1-0/+4
2019-11-18fortran: sync implicit-none args for intel,pgi,gfortranMichael Hirsch, Ph.D1-2/+8
2019-11-18Merge pull request #6194 from scivision/coarraysJussi Pakkanen4-52/+78
2019-11-18fortran: note there is no has_function for FortranMichael Hirsch, Ph.D1-1/+7
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D303-429/+430
2019-11-17lint+mypy: move to github actionsMichael Hirsch, Ph.D3-17/+35
2019-11-17deps: add pkg-config to coarray with CMake fallbackMichael Hirsch, Ph.D3-45/+73
2019-11-17ci: add timeout to coarray testMichael Hirsch, Ph.D1-7/+5
2019-11-17Make all C main functions without arguments have "void" in arg list.Jussi Pakkanen142-146/+146
2019-11-17Merge pull request #6182 from mensinda/depInfoJussi Pakkanen7-26/+49
2019-11-17Merge pull request #6150 from scivision/fsexpandJussi Pakkanen4-20/+208
2019-11-17add bug report template [skip ci]Michael Hirsch, Ph.D1-0/+25
2019-11-17commandrunner: Forward KeyboardInterrupt to commandAlberto García Hierro1-1/+6
2019-11-17use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...Michael Hirsch, Ph.D186-202/+242
2019-11-17fs: make replace_suffix not expand file to absolute path, just manipulate the...Michael Hirsch, Ph.D3-6/+6
2019-11-17fs: replace_suffixMichael Hirsch, Ph.D3-26/+29
2019-11-17fs: add docs for fs.size()Michael Hirsch, Ph.D1-0/+5
2019-11-17fs: correct docsMichael Hirsch, Ph.D1-4/+4
2019-11-17fs: get file sizeMichael Hirsch, Ph.D3-3/+71
2019-11-17fs: add hash compute methodMichael Hirsch, Ph.D3-0/+34