rizin/librz/type
Riccardo Schirone 3fd578ef7a build: use run_command(..., check: false) as return code is used
run_command(..., check: true) was introduced because of a breaking
change in newer meson versions
(https://github.com/mesonbuild/meson/issues/9300), however Rizin uses
the return code to see if the subproject is in the right state or not.

Revert back to check: false, so that meson will not fail and we can
detect the failure in our meson.build files.

Signed-off-by: Riccardo Schirone <sirmy15@gmail.com>
2022-03-29 16:53:15 +02:00
..
parser RzType: variadic argument is now a separate token in the grammar 2022-03-18 17:29:39 +01:00
base.c Add rz_type_base_type_kind_as_string() API 2022-02-25 13:17:20 +08:00
format.c Add -Wimplicit-fallthrough to meson file (#2438) 2022-03-24 08:27:18 +08:00
function.c Fix incompatible return type warnings (#1721) 2021-09-19 10:52:28 +08:00
helpers.c Fix rz_type_cond_invert (issue 2265) (#2397) 2022-03-10 19:57:44 +08:00
meson.build build: use run_command(..., check: false) as return code is used 2022-03-29 16:53:15 +02:00
path.c Implement rz_type_db_struct_member_offset() 2022-02-13 11:40:31 +08:00
serialize_functions.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
serialize_types.c Fix incompatible return type warnings (#1721) 2021-09-19 10:52:28 +08:00
type.c Introduce addr_bits to type db for e.g. thumb (#2457) 2022-03-27 15:53:42 +02:00
typeclass.c Fix several memleaks (#1435) 2021-08-11 12:50:11 +08:00