Azamat H. Hackimov
|
8940a5ae38
|
Remove unused ddio_CleanPath()
|
2024-09-18 21:23:14 +03:00 |
|
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 |
|
Jan Engelhardt
|
1551b240d3
|
mem_malloc type triviality checks (4/8)
```
git grep -l mem_malloc | xargs perl -i -lpe 's{\((\w+) \*\*\)mem_malloc\((\S+) \* sizeof\(\1 \*\)\)}{mem_rmalloc<$1 *>($2)}'
```
|
2024-09-16 22:12:13 +02: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 |
|
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 |
|