Commit graph

20 commits

Author SHA1 Message Date
Riccardo Schirone
5e41415deb Update sdb to 9e3917094700a8bea44c6467af716c7bbb6fe97f (#1016) 2021-04-20 12:14:59 +08:00
Paul I
a93665189d Link sdb and spp libs wholly to rz_util (#951) 2021-04-07 12:26:40 +08:00
Anton Kochkov
1fb5356dea
Update SDB to 29ce97365dead99bf6892d07bd2692aa169ff2ac (#931) 2021-03-29 19:53:52 +02:00
Riccardo Schirone
f4304f17f4
Update rizin-shell-parser to tree-sitter 0.19.4 (#928) 2021-03-29 19:14:16 +02:00
Khairul Azhar Kasmiran
1c38bb644e
Update sdb to fix asm.arch/bits/os syscall memleaks (#915) 2021-03-27 21:00:44 +08:00
Khairul Azhar Kasmiran
7a4f9b3201
Set CI buildtypes to highest opt level possible and set default buildtype to debugoptimized (#260)
* Set default meson buildtype to debugoptimized
* Add separate Codecov build and remove linux-meson-gcc-build build
* Set test buildtypes to highest optimization level possible
* Run Codecov build only on dev branch
2021-03-10 18:00:56 +08:00
Riccardo Schirone
53bf5c497f SPDX Copyright text for all files based on history
- Add LICENSES directory
- Download additional licenses used
- Add .reuse directory
- Add doc about SPDX/reuse

Co-authored-by: Florian Märkl <info@florianmaerkl.de>
2021-03-05 19:39:15 +08:00
Anton Kochkov
f6678698ac Update SDB subproject 2021-03-02 17:50:53 +08:00
Riccardo Schirone
4e98ff8f86
libzip: use conf_data not zipconf_data in meson.build for HAVE_SHARED (#629) 2021-02-15 17:02:10 +01:00
Riccardo Schirone
c0710a8406
Move mpc to subprojects: keep it in-repo because small (#599) 2021-02-13 05:57:14 +08:00
Khairul Azhar Kasmiran
f89fd4e1e0
Get zlib using https (#601) 2021-02-12 21:33:19 +08:00
Riccardo Schirone
1ea1d265b6 Move libuv to meson subproject wrap
* disable werror on libuv, it would fail otherwise
* ci.yml: use --werror instead of changing CFLAGS
* keep libuv optional but used by default
2021-02-12 11:08:51 +08:00
Riccardo Schirone
540c70d229 Move yxml to meson subprojects wrap 2021-02-12 11:08:51 +08:00
Riccardo Schirone
fe05c9710a Move xxhash to meson subproject wrap 2021-02-12 11:08:51 +08:00
Riccardo Schirone
9349b2f3ed Move libzip to meson subproject wrap
* optionally depend on lzma, bzip2 and openssl for additional zip support
* add use_sys_libzip_openssl meson option to choose if openssl should be
  used in libzip or not
* avoid optional dependencies on windows to avoid troubles
2021-02-12 11:08:51 +08:00
Riccardo Schirone
130aed6582 Move lz4 to meson subproject wrap 2021-02-12 11:08:51 +08:00
Riccardo Schirone
95d4564434 Move zlib to meson subproject wrap 2021-02-12 11:08:51 +08:00
Khairul Azhar Kasmiran
c7cc05e883
Update sdb subproject (#544) 2021-02-09 17:01:19 +08:00
Paul I
82d6b86075
Update sdb subproject (#536) 2021-02-07 23:14:47 +08:00
Riccardo Schirone
f8291ee3c1
Switch to meson subprojects and wraps
* Remove tree-sitter/sdb git submodules and move them to meson subprojects/wraps
* Use meson subprojects/wraps to get capstone
* Remove capstone patches as they are already applied to rizinorg/capstone repository
* Use meson from master branch to create the release tarball, as all released versions so far have a bug that prevent wrap-git to be patched correctly when creating the tarball with meson dist
* Add check_meson_subproject script to do a quick check if the currently downloaded subprojects are updated
* Add subprojects_check meson option to skip the check_meson_subproject script
* Update documentation to remove references to git submodules.
2021-02-03 14:31:11 +01:00