Jan Engelhardt
|
401901c4f7
|
Replace sizeof/sizeof by std::size
|
2025-03-07 19:52:32 +01:00 |
|
Jan Engelhardt
|
c7da9daee2
|
mem_malloc type triviality checks (2/8)
Automated replacement with
```
git grep -l mem_malloc |
xargs perl -i -lpe 's{\((\w+) \*\)mem_malloc\(sizeof\(\1\) \* (\S+)\)}{mem_rmalloc<$1>($2)}'
```
|
2024-09-16 22:12:12 +02:00 |
|
Azamat H. Hackimov
|
25c4837b1d
|
Editor: fix compilation
Add `"mono.h"` where needed.
|
2024-09-10 03:00:26 +03:00 |
|
Jan Engelhardt
|
38b835a03b
|
Fix spello "its"
|
2024-09-03 13:26:51 +02:00 |
|
Louis Gombert
|
86cce1e445
|
Run clang-format on editor code
|
2024-06-15 20:12:48 +02:00 |
|
Louis Gombert
|
0fa8705291
|
Move internal level editor into main tree
|
2024-06-07 21:41:40 +02:00 |
|