Jan Engelhardt
|
a23c6a42a3
|
mem_malloc type triviality checks (7/8)
```
git grep -l mem_malloc | xargs perl -i -lpe 's{\((char) \*\)mem_malloc\((\S+)\)}{mem_rmalloc<$1>($2)}'
```
|
2024-09-16 22:12:14 +02:00 |
|
Azamat H. Hackimov
|
25c4837b1d
|
Editor: fix compilation
Add `"mono.h"` where needed.
|
2024-09-10 03:00:26 +03:00 |
|
Azamat H. Hackimov
|
7396ddd576
|
EDITOR: Replace ddio_FindFileStart() with ddio_DoForeachFile()
Applied some minor additional code optimization.
|
2024-08-15 11:50:36 +03:00 |
|
Louis Gombert
|
86cce1e445
|
Run clang-format on editor code
|
2024-06-15 20:12:48 +02:00 |
|
Louis Gombert
|
c00b8ea3c3
|
Editor review fixes
|
2024-06-10 23:35:11 +02:00 |
|
Louis Gombert
|
3036f44017
|
x64 compilation fixes
|
2024-06-09 20:12:47 +02:00 |
|
Louis Gombert
|
87f19acc2f
|
Internal editor: minimal compilation fixes
|
2024-06-07 21:41:40 +02:00 |
|
Louis Gombert
|
0fa8705291
|
Move internal level editor into main tree
|
2024-06-07 21:41:40 +02:00 |
|