Commit graph

65 commits

Author SHA1 Message Date
billow
7a77b8f7bd
linter: update clang-format installation to version 20 (#5451)
* fix: format with clang-format-20
* fix: fix clang-format linter with rewrite '^#define.*/\*.*\\$'
* fix: update clang-format to version 20 in workflows and documentation
* fix: add SPDX license information to .git-blame-ignore-revs
2025-10-12 08:02:03 +08:00
Rot127
35731483dd
util: implement iterator for hash tables and sets (#4639)
* Implement iterators for hash tables.
* Implement iterator over set.
* Constify get-size() of hash tables.
* Mention iterators in documentation.
2024-09-24 21:36:54 +08:00
z3phyr
4130f44540
docs: Add guidelines for ptr handling (#4599) 2024-08-29 11:22:14 +08:00
Rot127
488a04fb58
Add hint about bitmaps and bitvectors. (#4144) 2024-01-24 18:21:14 +08:00
Nikolaos Chatzikonstantinou
66687aa1c7
Update DEVELOPERS.md (#3891)
* Be explicit about where docstrings go.
* End sentences with period.
2023-09-29 21:14:28 +08:00
Nikolaos Chatzikonstantinou
1669d5a704
Add note on sys/clang-format.py script to DEVELOPERS.md (#3898) 2023-09-29 12:37:58 +08:00
Peiwei Hu
9ae479c22a
Update the clang-format version in DEVELOPERS.md (#3776) 2023-08-23 10:19:26 +08:00
Peiwei Hu
eacd8d1755
Small typo in DEVELOPERS.md (#3353) 2023-02-06 12:36:23 +08:00
rizan21
cc18d675e6 Use clang-format 15 instead of 14 2023-01-25 22:02:26 +08:00
Khairul Azhar Kasmiran
feb83ee6c5
Edit note regarding Python 3.6 compatibility (#2924) 2022-08-15 22:06:59 +08:00
Khairul Azhar Kasmiran
ce9a64ce5b
Add note regarding Python 3.6 compatibility (#2923) 2022-08-15 21:34:43 +08:00
Dhruv Maroo
2205f3623f
Use clang-format 14 instead of 13 (#2846) 2022-08-05 23:30:07 +05:30
Anton Kochkov
48ad118396
Improve developer documentation (#2617) 2022-05-15 12:40:41 +02:00
Dhruv Maroo
17573c17df Use clang-format-13 for linting
* Update `linter.yml` to use `clang-format-13`
  * Update documentation for clang-format
2021-11-25 15:44:28 +08:00
Rot127
40a6f4ae26
Add request for documentation in the PR template. (#1933)
* Add request for documentation.
* Shorten rizin book note.
* Add exception clause
2021-11-04 12:19:44 +08:00
Khairul Azhar Kasmiran
65cbec7267
Rename pj.h to rz_pj.h (#1783) 2021-10-01 21:35:39 +08:00
billow
61e317aab5
Fix FLIRT v5 file format decompression (#1352) 2021-07-27 14:43:12 +08:00
Jing Liu
2172b195f6
Mention pointer modifiers in developer documentation 2021-03-25 17:15:27 +08:00
Anton Kochkov
dc670c3c12 Mention rz_warn_if_reached() in documentation 2021-03-16 17:47:26 +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
d72346282c Use PJ in debug signal handling 2021-02-20 22:23:19 +08:00
Khairul Azhar Kasmiran
67d69cb014
Add function declaration/definition finder to DEVELOPERS.md (#620) 2021-02-14 02:26:53 +08:00
Paul I
14a7b025ce
Update DEVELOPERS.md (#462) 2021-01-26 09:56:35 +01:00
Khairul Azhar Kasmiran
84b969a66d
Update DEVELOPERS.md due to use of clang-format (#445) 2021-01-24 23:23:31 +08:00
Khairul Azhar Kasmiran
687885b6af
Remove sys/clang-format-diff.py (#442)
* Remove sys/clang-format-diff.py

* Update DEVELOPERS.md
2021-01-24 12:27:18 +08:00
Aswin C
d9a14133a9
Update manpages and DEVELOPERS.md to rename RCore to RzCore (#353) 2021-01-13 12:35:47 +02:00
Anton Kochkov
3345f5f9a4
Update contributing guides ##doc (#156) 2020-12-10 11:58:30 +01:00
Riccardo Schirone
cb09988b9d
Rewrite some documentation (#49) 2020-10-26 17:12:19 +01:00
Riccardo Schirone
7ceebc725e Mass renaming r2 to rz/rizin 2020-10-13 12:43:34 +02:00
Anton Kochkov
abdcc64a46
Graph refactor ##refactor (#23)
* Support more output modes for class inheritence graph.
* Refactor codexrefs and importxrefs graphs.
* Add ag_w for the commands using new mechanism.
* Separate drawable graph from r_graph.

Co-authored-by: karliss <karlis3p70l1ij@gmail.com>
2020-10-08 11:50:14 +02:00
Riccardo Schirone
502e91aff7
Rename R_ and R2_ to RZ_ (#8)
* Rename R2_ -> RZ_
* Rename R_ -> RZ_
* Rename R2R_ -> RZ_TEST_
* Rename R2R defines and types to RZ_TEST/RzTest
* Keep R_ for REIL registers
2020-10-02 16:09:13 +02:00
Riccardo Schirone
338e6fe172 Other renames in man and small places
Remove rz link, just keep rizin

Remove r2 link from acr

Fix http test on macos
2020-10-01 17:53:29 +02:00
Riccardo Schirone
721609a17b
Rename to rizin (#2) 2020-10-01 16:13:03 +02:00
pancake
160fc95e66
Use (void) instead of () in function signatures (#17026) ##refactoring
* Use (void) instead of () in function signatures
* Add test to avoid further contributions to commit the same mistake
2020-06-14 16:08:32 +02:00
pancake
5603366182
Be consistent and make all env vars start with R2_ (#16841) 2020-05-18 13:21:50 +02:00
Liumeo
724d3f7685
Update repository links (#16663) 2020-04-21 11:41:19 +08:00
Anton Kochkov
69ad1aeffe
Fix R_PACKED() macro usage (#16571) 2020-04-13 19:55:00 +02:00
Anton Kochkov
dc790f5250 Some README fixes 2020-04-01 13:02:10 +08:00
philoinovsky
27d46d911f
Update DEVELOPERS.md (#16289) 2020-03-23 16:25:27 +01:00
pancake
04cc045955 Don't contribute with patches 2019-11-14 18:53:10 +01:00
Kamil Lorenc
6ad8b49b6c Fix links to Doxygen documentation (#15377) ##doc
stack.nl is no longer active
2019-10-28 22:56:46 +01:00
Maijin
9227815fdb Change radare->radareorg links 2019-10-07 10:48:31 +02:00
Anton Kochkov
1eb3fe25c9
Fix regressions URL (#15027) 2019-09-13 16:49:23 +08:00
Anton Kochkov
b22d9f3065 Fix grammar across the code 2019-06-18 14:51:30 +08:00
Maijin
6f86ccb153
Add R_DEBUG_ASSERT in DEVELOPERS.md 2019-06-16 12:26:08 +02:00
Khairul Azhar Kasmiran
bb6f18b79a
Add a parenthesis 2019-06-07 12:51:03 +08:00
Ahmed Abd El Mawgood
68ef92d1dd Updating which assert version to be used ##docs 2019-03-09 23:02:22 +07:00
radare
7060103292
Improve RBuffer api, start to refactor rbin to use more rbuf ##bin (#12495)
- Added a new rule in the DEVELOPERS.md file
2018-12-17 11:54:46 +01:00
iamxlr8
c07ed96e7a Fixed typo in DEVELOPERS.md ##docs 2018-10-30 12:38:08 +01:00
ItzSomebody
e8b1a205cc Grammar edits to README.md (#11713)
* Fixes a couple of grammar mistakes in AUTHORS.md
* Grammar fix in CONTRIBUTING.md
* Fixes multiple grammar errors in DEVELOPERS.md
* Caps the character length in a edit I made.
2018-10-02 15:23:59 +02:00