~ubuntu-support-team/meson/+git/meson:darwin_arch

Last commit made on 2019-11-17
Get this branch:
git clone -b darwin_arch https://git.launchpad.net/~ubuntu-support-team/meson/+git/meson

Branch merges

Branch information

Name:
darwin_arch
Repository:
lp:~ubuntu-support-team/meson/+git/meson

Recent commits

c8bfa6b... by "Michael Hirsch, Ph.D" <email address hidden>

macos: detect old OS/cpu 64-bit CPU in 32-bit MacOS kernel

intended to fix #6187 pending user verification

f6ad5d1... by Jussi Pakkanen

Make all C main functions without arguments have "void" in arg list.

bf80010... by Jussi Pakkanen

Merge pull request #6182 from mensinda/depInfo

Better dependency logs

bb4bd7a... by Jussi Pakkanen

Merge pull request #6150 from scivision/fsexpand

fs module; make more robust, dedupe code, add method, add type anno & check

894bf56... by "Michael Hirsch, Ph.D" <email address hidden>

add bug report template [skip ci]

ffa9459... by =?utf-8?q?Alberto_Garci=CC=81a_Hierro?= <email address hidden>

commandrunner: Forward KeyboardInterrupt to command

Some commands, notably gdb, use ctrl+c themselves to perform actions
without exiting. Instead of making meson exit and thus, kill the
subprocess, ignore the KeyboardInterrupt and continue waiting for
the child.

1baa1c9... by "Michael Hirsch, Ph.D" <email address hidden>

use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-none on fortran

Fortran: check for undeclared variables by forcing implicit none everywhere
C/C++: check for unused parameters and return types

removed unused variables from test cases

ci: do missing return and unused arg check with Github Actions

0cb48cd... by "Michael Hirsch, Ph.D" <email address hidden>

fs: make replace_suffix not expand file to absolute path, just manipulate the string

2ae96f8... by "Michael Hirsch, Ph.D" <email address hidden>

fs: replace_suffix

4997d93... by "Michael Hirsch, Ph.D" <email address hidden>

fs: add docs for fs.size()