| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Текущая реализация не удаляет readonly файлы под Windows
Для остальных систем
```
::unlink
::rmdir
```
равноценно вызову
```
remove
```
commit_hash:99a45d03ae667ec82e57ca8fa7500bae9f827086
|
|
|
|
|
|
|
|
|
|
|
|
| |
Мелкий фикс неверных исключений. Как будто у меня локально повторялось как минидамп на колонке (не отловленное исключение)
Зависит от реализации libc. Но кажется что исходный вариант все же не верный:
[ The value in errno is significant only when the return value of
the call indicated an error (i.e., -1 from most system calls; -1
or NULL from most library functions); a function that succeeds is
allowed to change errno. The value of errno is never set to zero
by any system call or library function.](https://man7.org/linux/man-pages/man3/errno.3.html)
1d2088da57c98f9d9abfd6da865219fcf74db212
|
|
|
|
| |
https://clubs.at.yandex-team.ru/arcadia/29404
|
|
|
| |
Fix move constructors when used std::string instead of TString
|
| |
|
|
|
|
|
| |
Add copy operator and constructor
Create copy with initialized split test
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
<UgnineSirdis@gmail.com>. Commit 2 of 2.
|
|
|
|
| |
<UgnineSirdis@gmail.com>. Commit 1 of 2.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
<ruslan.a.kovalev@gmail.com>. Commit 2 of 2.
|
|
|
|
| |
<ruslan.a.kovalev@gmail.com>. Commit 1 of 2.
|
|
|
|
| |
Commit 2 of 2.
|
|
|
|
| |
Commit 1 of 2.
|
| |
|