Commit Graph

12 Commits

Author SHA1 Message Date
Ole André Vadla Ravnås 3f635bc84b meson: Move to the new run_command() API 2022-01-20 01:01:47 +01:00
Ole André Vadla Ravnås 4778401121 Move to the proper Meson system name for Android 2020-11-11 21:16:24 +01:00
Ole André Vadla Ravnås 6b5a4e8028 Use Meson's b_ndebug option to decide on checks 2020-04-23 19:39:40 +00:00
Ole André Vadla Ravnås c463dd1dfe Fix check deciding on assertions and checks
Instead of relying on “buildtype”, consider “optimization” and “debug”.

Thanks @nirbheek!
2020-04-04 07:05:37 +02:00
Ole André Vadla Ravnås 9a42453594 Remove trailing whitespace 2019-08-08 20:58:38 +02:00
Muhammed Ziad 271d8ff926 Add option to compile the native extension from Python header files (#155) 2019-07-31 01:27:11 +02:00
Ole André Vadla Ravnås 7dc061ca07 Canonicalize the Meson option name and declaration 2019-05-09 21:05:38 +02:00
Ole André Vadla Ravnås 6f914eb268 Disable assertions and checks in production builds 2018-08-21 20:12:49 +02:00
Ole André Vadla Ravnås 72899a4315 Drop convenience APIs and split out tools (#142)
Most use-cases will need to use some JS API that we're not bridging, so
it's better to keep our bindings simple.

It has also become clear that our CLI tools should be split out so Frida-based
tools don't have to depend on colorama, prompt_toolkit, and pygments.
2018-07-10 20:08:56 +02:00
Ole André Vadla Ravnås 096a11593f Fix assumption about host_machine.system()
It is only meant to be the system family.
2017-05-21 19:34:39 +02:00
Ole André Vadla Ravnås 604d027b52 Remove the autotools build system 2017-05-20 03:43:39 +02:00
Ole André Vadla Ravnås 1316e28db5 Port to Meson (#110) 2017-05-20 03:19:58 +02:00