Surendrajat
57cd3a733d
CI: fix Coverity Scan ( #2536 )
2020-12-25 13:24:36 +08:00
karliss
3bda4c9777
Fix homebrew install problems ( #2526 )
2020-12-20 20:14:03 +02:00
yossizap
a78613904e
Fix debug seek to PC ( #2527 )
2020-12-19 23:32:51 +02:00
Florian Märkl
ac8c0e4175
Add Setting for Minimum Font Size in Graphs ( #2524 )
2020-12-19 16:04:48 +02:00
karliss
c985fdc1b1
Run cutter appimage packaging in GHA. ( #2490 )
...
* Run cutter appimage packaging in GHA.
* Update cutter-deps.
* Switch to older visual studio due to pyside having problems parsing MSVC
headers.
* Take GIL in the injected code fragment #2511 .
2020-12-19 12:43:33 +02:00
Florian Märkl
5bf513c45b
Add RizinFunctionTask and common base class with RizinCmdTask ( #2520 )
2020-12-18 10:47:50 +01:00
fcasal
37ec41ffae
Fix CodeQL configuration ( #2514 )
2020-12-18 13:14:37 +08:00
Anton Kochkov
601dc248a6
Remove unused logo ( #2518 )
2020-12-17 20:14:57 +01:00
Florian Märkl
269cedd36e
Fix Warnings by g++ 10.2 ( #2523 )
2020-12-17 20:14:40 +01:00
Florian Märkl
0574c50981
Update Rizin ( #2522 )
2020-12-17 20:13:30 +01:00
Florian Märkl
df02332695
Add .cache to gitignore for clangd ( #2519 )
2020-12-16 12:42:28 +01:00
Anton Kochkov
70cef2c1af
More R2/Radare -> Rizin renames ( #2516 )
2020-12-16 11:59:23 +01:00
Florian Märkl
58745547a2
Update Rizin with RizinTask ( #2517 )
2020-12-16 10:51:53 +01:00
xarkes
cd10751327
Rename radare2 mention to Rizin in documentation ( #2505 )
2020-12-15 09:49:50 +01:00
xarkes
00f6d47357
First iteration at renaming remains of radare2
2020-12-14 19:39:29 +01:00
Schrijvers Luc
3b5c6ff9c0
Fix build for Haiku which doesn't have O_ASYNC yet ( #2485 )
2020-12-13 15:39:23 +02:00
Surendrajat
eefaabd30f
Improve README ( #2502 )
2020-12-12 21:52:34 +02:00
Surendrajat
3cab4134b6
Update cmake build docs ( #2499 )
2020-12-12 14:29:32 +01:00
Surendrajat
9e172b1127
fix links & badges in README ( #2500 )
2020-12-10 19:24:57 +02:00
Florian Märkl
fb8390ed89
Update Rizin ( #2498 )
2020-12-09 20:10:40 +01:00
Florian Märkl
822e377383
Revert Temporary Changes ( #2496 )
2020-12-08 17:27:54 +01:00
Florian Märkl
7541c8910d
Update Rizin
2020-12-08 10:46:30 +01:00
Florian Märkl
46f7a8e4f6
Update Rizin for defines
2020-12-07 19:20:47 +01:00
Florian Märkl
5218fa0fd6
Update Rizin
2020-12-07 09:19:18 +01:00
Florian Märkl
dedbabde56
Add macOS Packaging in CMake ( #7 )
2020-12-07 09:19:18 +01:00
Florian Märkl
68e2d603a7
Update Rizin
2020-12-07 09:19:18 +01:00
Florian Märkl
8c35ebb837
Restructure CMake files to start in the root of the tree ( #6 )
2020-12-07 09:19:16 +01:00
Florian Märkl
85042000e8
Add Support for new Projects ( #3 )
2020-12-07 09:17:58 +01:00
Florian Märkl
78dcba4c26
More Rizin Updating in CMake and use it in AppVeyor ( #5 )
2020-12-07 09:17:58 +01:00
Florian Märkl
b6ec01a7b0
Set XrefsDialog Parent ( #4 )
2020-12-07 09:17:57 +01:00
Florian Märkl
a80221641e
Optimize remapAnnotationOffsetsToQString()
2020-12-07 09:17:57 +01:00
Florian Märkl
2b8ac6ecf7
Port to Rizin
2020-12-07 09:17:56 +01:00
Florian Märkl
0e9b0c92b9
Reduce CI
2020-12-06 19:00:51 +01:00
Petros S
d813b7ac8c
Add preview functionality to DisassemblyWidget when hovering code ( #2459 )
...
* Add preview functionality to DisassemblyWidget when hovering code
2020-12-05 09:26:26 +02:00
xarkes
b02100b66b
Reworked renaming in disassembly widgets ( #2468 )
2020-12-04 18:08:56 +01:00
Yuhao Bi
b07bffc5fe
Fix build on centos7 gcc4.8 ( #2492 )
2020-12-01 23:17:09 +02:00
karliss
f9bde4a2ff
Start making adjustment for qt6 compatibility. ( #2463 )
...
* Introduce cmake option for using Qt6, build doesn't work fully yet.
* Recursive mutex, QActionGroup, QComboBox::AdjustToMinimumContentsLength
* Cleanup dock locking
2020-11-30 09:42:13 +02:00
Pulak Malhotra
ef9b1328f4
Adding Labels to Graph Blocks in Disassembly ( #2482 )
2020-11-29 16:41:13 +02:00
karliss
79a323489a
Don't depend on unmaintained homebrew repository. ( #2489 )
...
* Don't depend on unmaintained homebrew repository.
2020-11-25 21:25:59 +02:00
karliss
92b28679f2
Move Ubuntu 16.04 sytem dependencies build to GHA. ( #2484 )
...
* Move Ubuntu 16.04 sytem dependencies build to GHA.
* Downgrade some of the software installed on Github VMs to better match
what's available on Ubuntu 16.04
* Disable breakpad tools, we dont use them and some of them require fresh linux kernel for compilation.
2020-11-25 17:33:30 +02:00
smhaziq
ca3d8ce78f
Show comment column in each panel that have "add comment" option in the context menu ( #2441 )
2020-11-19 20:17:28 +02:00
xarkes
e236f6b0fc
Remote Debug dialog improvements ( #2472 )
...
Co-authored-by: nk521 <nk_mason@protonmail.com>
2020-11-18 13:15:36 +01:00
karliss
6aa13cd394
Switch to previous appveyor image. ( #2480 )
...
The latest one has updated Visual Studio and it's standard library
headers can't be parsed by shiboken in current version of cutter-deps.
2020-11-18 13:37:17 +02:00
xarkes
5d84844587
Fixed word highlighting in DisassemblyWidget ( #2473 )
...
* Fixed word highlighting in DisassemblyWidget
2020-11-15 22:26:49 +02:00
xarkes
5abc3427ee
Make deploy_translations script more verbose ( #2471 )
2020-11-11 14:05:21 +01:00
xarkes
a5445ba96a
Ignore Debug and Release folder ( #2466 )
2020-11-08 17:04:09 +01:00
karliss
81ef309e09
Remove duplicate aplication of scaling factor. ( #2461 )
2020-11-04 18:39:12 +02:00
Hikaru Terazono
8ba2164d00
Trackpad gesture support for graph views ( #2453 )
...
Zooming using pinch gesture.
2020-11-03 08:23:12 +02:00
Petros S
6039dab2ff
Use the new connect syntax ( #2460 )
2020-11-03 08:11:50 +02:00
karliss
3eb5130088
Added release procedure documentation ( #2325 )
...
Co-authored-by: Itay Cohen <itaycohen23@gmail.com>
Co-authored-by: xarkes <antide.petit@gmail.com>
2020-11-01 12:58:28 +01:00