rizin/librz/util
Riccardo Schirone 47e1cb8335
Provide CMake config files for CMake projects (#2057)
* Remove wrong librz.pc.in file
* Add plugindir variable to .pc files to allow easy plugin configuration
* Add CMake config files to find Rizin in CMake projects
* Add CI jobs to check cmake files
* Provide workaround for mesonbuild/meson#9702
* Use .lib suffix and no prefix on MSVC to make CMake files work
* Disable cmake files on static libraries build
2021-12-17 09:16:25 +00:00
..
regex Format according to clang-format-13 2021-11-25 15:44:28 +08:00
alloc.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
annotated_code.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
ascii_table.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
asn1.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
asn1_oids.h Update missing copyrights (#926) 2021-03-29 19:09:25 +08:00
assert.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
astr.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
base85.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
base91.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
big-gmp.c Rename RNum to the RzNum (#1539) 2021-08-29 21:06:29 +02:00
big-ssl.c Rename RNum to the RzNum (#1539) 2021-08-29 21:06:29 +02:00
big.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
bitmap.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
bitvector.c [RzIL] Add let, rewrite using RzPVector and various bugfixes 2021-12-14 12:34:55 +01:00
buf.c Various memleak fixes (#1893) 2021-10-27 16:32:45 +08:00
buf_bytes.c Add rz_buf_new_with_methods() 2021-05-30 10:53:13 +02:00
buf_file.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
buf_io.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
buf_mmap.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
buf_ref.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
buf_sparse.c Fix some memleaks in unit tests (#1869) 2021-10-22 09:33:20 +08:00
calc.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
chmod.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
debruijn.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
ebcdic.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
event.c Support self-unhooking of RzEvent Callbacks (#1255) 2021-06-30 19:49:30 +02:00
file.c Changes in how paths are handled (#1997) 2021-11-30 13:36:38 +08:00
getopt.c Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
graph.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
graph_drawable.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
hex.c Fix clang -Wabsolute-value warning + Trigger linux clang build on clang in branch name (#2042) 2021-11-28 20:03:56 +08:00
idpool.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
intervaltree.c intervaltree.c: Check for NULL before using container_of (#1937) 2021-11-04 10:40:59 +01:00
json_indent.c Various fixes in RzUtil (#1938) 2021-11-04 22:54:09 +08:00
json_parser.c Rename pj.h to rz_pj.h (#1783) 2021-10-01 21:35:39 +08:00
lib.c Add the plugin basename in the deprecation warning 2021-11-30 11:52:38 +01:00
list.c [FLIRT] Create signatures from RzAnalysis data (#2036) 2021-12-15 19:08:16 +01:00
log.c Various fixes on Java, icc/ic and dex rewrite (#1455) 2021-08-17 21:52:11 +02:00
luhn.c Refactoring Hash (#1082) 2021-05-02 20:47:17 +08:00
mem.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
meson.build Provide CMake config files for CMake projects (#2057) 2021-12-17 09:16:25 +00:00
name.c Various fixes on Java, icc/ic and dex rewrite (#1455) 2021-08-17 21:52:11 +02:00
path.c Changes in how paths are handled (#1997) 2021-11-30 13:36:38 +08:00
pie.c Fix MSVC warnings (#1071) 2021-04-24 00:52:44 +08:00
pj.c Various memleak fixes (#1893) 2021-10-27 16:32:45 +08:00
pkcs7.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
print.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
print_code.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
protobuf.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
punycode.c Refactoring rz-hash, crypto and hashes interfaces (#1072) 2021-04-26 11:07:52 +02:00
queue.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
randomart.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
range.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
rbtree.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
serialize_spaces.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
seven.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
signal.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
skiplist.c Various fixes in RzUtil (#1938) 2021-11-04 22:54:09 +08:00
skyline.c Fix #1506 - Fix unsigned integer overflow in RzIO cache skyline (#1512) 2021-08-25 16:36:20 +08:00
spaces.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
stack.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
str.c Changes in how paths are handled (#1997) 2021-11-30 13:36:38 +08:00
str_constpool.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
str_search.c EBCDIC character support (#1643) 2021-11-22 09:48:57 +08:00
str_trim.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
strbuf.c [FLIRT] Create signatures from RzAnalysis data (#2036) 2021-12-15 19:08:16 +01:00
strpool.c Fix coverity bugs (#1654) 2021-09-11 09:30:57 +02:00
subprocess.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
sys.c Changes in how paths are handled (#1997) 2021-11-30 13:36:38 +08:00
syscmd.c Changes in how paths are handled (#1997) 2021-11-30 13:36:38 +08:00
table.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
thread.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
thread_cond.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
thread_lock.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
thread_sem.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
time.c rz_time_stamp_to_str: Use 31-Dec-1969 epoch instead of hack (#1679) 2021-09-14 21:30:26 +08:00
tree.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
ubase64.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
uleb128.c Split Dwarf Line Parsing in Parsing, Running and Printing 2021-03-19 18:24:40 +01:00
unum.c Rename RNum to the RzNum (#1539) 2021-08-29 21:06:29 +02:00
utf8.c rz_utf8_decode(): Remove Java \0 overlong special case by adding mutf8 decoder (#1773) 2021-09-29 21:12:49 +08:00
utf16.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
utf32.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
vector.c Rewrite Sparse RzBuffer for Efficient Reading 2021-05-11 09:53:51 +02:00
w32-sys.c Use wide version of Windows APIs (#1531) 2021-08-27 15:23:26 +08:00
x509.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
x509.h Update missing copyrights (#926) 2021-03-29 19:09:25 +08:00
zip.c [FLIRT] Create signatures from RzAnalysis data (#2036) 2021-12-15 19:08:16 +01:00