| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix sprintf deprecation warnings on newer macOS SDK | somov | 2024-01-31 | 1 | -2/+2 |
| | | |||||
| * | Add missed #include <type_traits> | mikhnenko | 2024-01-30 | 1 | -0/+4 |
| | | |||||
| * | Support wide strings (and string_views) in Out<> / IOutputStream | thegeorg | 2024-01-27 | 3 | -20/+104 |
| | | |||||
| * | [util] TSystemError: print raw error code along with the message | tldr | 2024-01-26 | 1 | -3/+5 |
| | | | | | | | На Windows сложно найти, какой ошибке соответствует конкретное сообщение, потому что сообщения даже разные в разных локалях. Полезно иметь сырой код ошибки, чтобы проще было понять, что была за ошибка | ||||
| * | Fix error in TArrayRef constructor for a container: Elements with a ↵ | akhropov | 2024-01-22 | 1 | -0/+3 |
| | | | | | different size should not be accepted even if they are convertible to TArrayRef value type. | ||||
| * | feat contrib: aiogram 3 | armenqa | 2024-01-19 | 21 | -1862/+20 |
| | | | | | Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/ | ||||
| * | Library import 8 (#1074) | AlexSm | 2024-01-18 | 3 | -74/+0 |
| | | | | | | * Library import 8 * Add contrib/libs/cxxsupp/libcxx/include/__verbose_abort | ||||
| * | Library import 7 (#937) | AlexSm | 2024-01-11 | 1 | -6/+2 |
| | | |||||
| * | Library import 6 (#888) | AlexSm | 2024-01-09 | 3 | -1/+75 |
| | | |||||
| * | Library import 5, delete go dependencies (#832) | AlexSm | 2024-01-04 | 1 | -3/+53 |
| | | | | | | * Library import 5, delete go dependencies * Fix yt client | ||||
| * | Import libs 4 (#758) | AlexSm | 2023-12-27 | 1 | -0/+1 |
| | | |||||
| * | Library import 2 (#639) | AlexSm | 2023-12-22 | 3 | -6/+47 |
| | | |||||
| * | Import libs 1 (#590) | AlexSm | 2023-12-21 | 2 | -3/+3 |
| | | | | | | | | * Import libs 1 * Add new file without extension * Add file missed in export config | ||||
| * | re-enable clang::reinitialized attribute for non-CUDA target platforms | swarmer | 2023-12-17 | 1 | -1/+1 |
| | | | | | | Check the version of the nvcc compiler only if it is used. Re-enable `[[clang::reinitialized]]` attribute for all other clang-based toolsets. | ||||
| * | Intermediate changes | robot-piglet | 2023-12-17 | 6 | -273/+273 |
| | | |||||
| * | detect dangling references in TMaybe object | swarmer | 2023-12-16 | 1 | -18/+18 |
| | | |||||
| * | detect dangling references to temporary TStringBuilder object | swarmer | 2023-12-15 | 1 | -2/+2 |
| | | |||||
| * | detect dangling references in MapFindPtr and utility helpers | swarmer | 2023-12-15 | 2 | -11/+15 |
| | | |||||
| * | Allow using std::filesystem::path when constructing TFileInput / TFileOutput | thegeorg | 2023-12-14 | 2 | -9/+31 |
| | | |||||
| * | Replace rep.erase with rep.erase_one in THashSet::erase | nocomer | 2023-12-14 | 1 | -1/+1 |
| | | |||||
| * | finer check of lifetimebound attribute support | swarmer | 2023-12-14 | 1 | -2/+8 |
| | | | | | Fix warnings when compiling with old CUDA SDKs. | ||||
| * | fix codestyle: remove semicolon | swarmer | 2023-12-14 | 1 | -1/+1 |
| | | |||||
| * | Support std::filesystem::path in TFile and TFileHandle | thegeorg | 2023-12-13 | 2 | -9/+94 |
| | | |||||
| * | Introduce convenient _B literal for bytes | thegeorg | 2023-12-13 | 1 | -0/+4 |
| | | |||||
| * | add attribute to detect lifetime bound errors | swarmer | 2023-12-11 | 3 | -7/+32 |
| | | | | | | | | Add wrapper for [[clang::lifetimebound]] attribute. Mark `ToString(TString)` functions with a new attibute. Preserve rvalue reference type when ToString applied to a temporary string. | ||||
| * | [util] Store policy should preserve constructor's is_constructible trait | swarmer | 2023-12-07 | 2 | -7/+34 |
| | | | | | Without constraints on the types of arguments, it is possible that creating an instance of `Policy<T>{}` leads to a compilation error, although immediately before that, checking `std::is_default_constructible_v<TPolicy<T>>` returned `true` value | ||||
| * | External build system generator release 65 | robot-ya-builder | 2023-12-05 | 3 | -9/+9 |
| | | | | | Update tools: yexport, os-yexport | ||||
| * | Add string_utils lib | vadim-xd | 2023-12-05 | 1 | -6/+6 |
| | | |||||
| * | Unconditionally provide `FromString<std::fs::path>()` | thegeorg | 2023-11-29 | 1 | -3/+0 |
| | | | | | This is a follow-up for rXXXXXX. | ||||
| * | Make std::filesystem::path support universal | thegeorg | 2023-11-21 | 1 | -3/+0 |
| | | | | | This will probably break util compilation with MSVC, but I am not aware of anyone using it. | ||||
| * | Fix typos in util/datetime/base.h. | ponasenko-rs | 2023-11-20 | 1 | -2/+2 |
| | | |||||
| * | Don't zero out unused bytes in TIntStringBuf at runtime | vadim-xd | 2023-11-20 | 1 | -3/+9 |
| | | |||||
| * | Use a new empty string instead of NullStr when constructing TString from ↵ | vadim-xd | 2023-11-20 | 1 | -3/+4 |
| | | | | | TReserveTag or TUninitialized | ||||
| * | add darwin-arm64 CMakeLists | dcherednik | 2023-11-20 | 6 | -0/+362 |
| | | |||||
| * | Allow to handle Y_SAVELOAD_DEFINE() without args | yurial | 2023-11-15 | 2 | -16/+37 |
| | | |||||
| * | Add construction of TFileStat from struct stat | spreis | 2023-11-15 | 2 | -5/+19 |
| | | |||||
| * | Fix ISO 8601 parser for dates with year < 160 | vadim-xd | 2023-11-09 | 2 | -8/+16 |
| | | |||||
| * | Default to clang-cl when targeting Windows | thegeorg | 2023-11-03 | 2 | -1/+4 |
| | | | | | As announced [in Atushka](https://clubs.at.yandex-team.ru/arcadia/29556). | ||||
| * | TSplitRange::Count fix | prout | 2023-11-02 | 2 | -2/+5 |
| | | |||||
| * | -Wparentheses in util | jack239 | 2023-11-02 | 1 | -1/+2 |
| | | | | | Поправил файл, чтобы проходила проверка Wparentheses в MapKit | ||||
| * | Added HasFlag/Remove Flag for operations with one value, added HasAnyOfFlags. | kshalnev | 2023-10-27 | 2 | -6/+29 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-10-24 | 1 | -0/+6 |
| | | |||||
| * | remove Y_VERIFY_DEBUG | ilnurkh | 2023-10-23 | 1 | -1/+0 |
| | | |||||
| * | remove Y_FAIL | ilnurkh | 2023-10-18 | 1 | -1/+0 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-10-17 | 1 | -2/+2 |
| | | |||||
| * | Y_FAIL->Y_ABORT at '^util' | ilnurkh | 2023-10-17 | 3 | -3/+3 |
| | | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
| * | do not check exceptions during expression evaluation | ilnurkh | 2023-10-13 | 1 | -14/+7 |
| | | |||||
| * | fix win warnings | ilnurkh | 2023-10-12 | 1 | -3/+1 |
| | | |||||
| * | fix comment in util | ilnurkh | 2023-10-12 | 1 | -1/+1 |
| | | |||||
| * | remove Y_VERIFY | ilnurkh | 2023-10-11 | 1 | -1/+0 |
| | | |||||
