Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update contrib/libs/nghttp2 to 1.57.0 | robot-contrib | 2023-10-25 | 16 | -12/+333 |
| | |||||
* | Move worker_node/service_node dependencies to ydb/library/yql | aozeritsky | 2023-10-24 | 3 | -0/+20 |
| | |||||
* | [contrib/tools/bison/gnulib] Patch for newer glibc | zhukoff-pavel | 2023-10-24 | 7 | -9/+16 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-10-24 | 1 | -1/+1 |
| | |||||
* | Update contrib/libs/snappy to 1.1.10 | robot-contrib | 2023-10-24 | 10 | -202/+586 |
| | |||||
* | Update contrib/restricted/aws/s2n to 1.3.54 | robot-contrib | 2023-10-23 | 106 | -1351/+3883 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-10-23 | 1 | -0/+5 |
| | |||||
* | Update contrib/libs/c-ares to 1.20.1 | thegeorg | 2023-10-23 | 138 | -2669/+7324 |
| | |||||
* | Fix profile build | spreis | 2023-10-23 | 1 | -0/+2 |
| | | | | This is temporary fix to sort-out problems with yasm to profile runtime dependency | ||||
* | Update contrib/python/boto3/py3 to 1.28.62 | robot-contrib | 2023-10-21 | 3 | -4/+4 |
| | |||||
* | Update contrib/python/botocore/py3 to 1.31.62 | robot-contrib | 2023-10-21 | 400 | -46/+194 |
| | |||||
* | Stop using prebuilt contrib/tools/yasm | thegeorg | 2023-10-21 | 4 | -141/+129 |
| | |||||
* | Try to copy port .h/.c inside pg_wrapper | vvvv | 2023-10-20 | 43 | -6913/+0 |
| | |||||
* | Update contrib/python/botocore/py3 to 1.31.61 | robot-contrib | 2023-10-20 | 403 | -330/+1757 |
| | |||||
* | Update contrib/python/boto3/py3 to 1.28.61 | robot-contrib | 2023-10-20 | 3 | -4/+4 |
| | |||||
* | Import 18 May 2022 4d8268fbf4cd30d39530622b7f1dc487122b4f3c | mikhnenko | 2023-10-19 | 6 | -179/+435 |
| | |||||
* | Update contrib/python/traitlets/py3 to 5.11.2 | robot-contrib | 2023-10-19 | 61 | -226/+4480 |
| | |||||
* | Update contrib/python/boto3/py3 to 1.28.60 | robot-contrib | 2023-10-19 | 3 | -4/+4 |
| | |||||
* | Update contrib/python/botocore/py3 to 1.31.60 | robot-contrib | 2023-10-19 | 404 | -10/+13648 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-10-18 | 1 | -3/+1 |
| | |||||
* | Enable consteval in fmtlib | dakovalkov | 2023-10-18 | 5 | -5/+0 |
| | |||||
* | Y_FAIL->Y_ABORT at '^contrib/[^y]' | ilnurkh | 2023-10-18 | 1 | -1/+1 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | Update contrib/python/boto3/py3 to 1.28.59 | robot-contrib | 2023-10-18 | 3 | -4/+4 |
| | |||||
* | Update contrib/python/botocore/py3 to 1.31.59 | robot-contrib | 2023-10-18 | 401 | -61/+1292 |
| | |||||
* | Update contrib/python/executing to 2.0.0 | robot-contrib | 2023-10-17 | 6 | -150/+294 |
| | |||||
* | add lsan.supp for address sanitizer | nkozlovskiy | 2023-10-17 | 2 | -0/+10 |
| | |||||
* | Upd libc++ to 18 May f0e61029506fd63bb300f2dbbd65ba792e4ef3a2 | mikhnenko | 2023-10-17 | 43 | -363/+1222 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [libc++][P0943] Add stdatomic.h header. [libc++] Implement ranges::is_partitioned [libcxx] Reject month 0 in get_date/__get_month [libc++] Mark tests that use check_assertion.h as requiring unix headers [libcxx] [ci] Add a i386 Windows configuration to CI [libcxx] [test] Narrow down an XFAIL for clang-cl configurations [libcxx] [test] Extend the UNSUPPORTED lines in strong_order_long_dou… [libcxx] [test] Fix max_size.pass.cpp for other Windows architectures [libc++] Avoid a Microsoft SAL macro. [libc++] Add a few _LIBCPP_ASSERTs in __tree [libc++] Implement ranges::for_each{, _n} [libc++] Refactor max_size.pass.cpp [runtimes] Fix how we trigger CI [libc++] Overhaul how we select the ABI library [runtimes] [cmake] Fix -Werror detection in common build configs [libc++] Mark <stdatomic.h> as requiring C++23 [libcxx] Switch __cxx_contention_t to int32_t on 32 bit AIX [libc++] Remove __invalidate_all_iterators and replace the uses with … [libc++] Add a few more debug wrapper functions [libc++][ranges] Implement views::drop. [libcxx] [test] Fix the nasty_macros test on Windows on ARM/ARM64 [libcxx] Remove static inline and make use of _LIBCPP_HIDE_FROM_ABI i… [libcxx] random_device, use arc4random() on Solaris [libc++][ranges] Implement views::single. [libc++][ranges] Implement views::take. [libc++] Improve std::to_chars for base != 10. [lib++][doc] Fixes a link in the status paper. [libc++] Simplify the string structures a bit more [libc++][test] Verify std::views::drop and std::views::join are CPOs [runtimes] Introduce object libraries [libc++] Remove the legacy LIBCXX_LIBCPPABI_VERSION option [libc++] Remove overly conservative error in <stdatomic.h> [libc++] Introduce LIBCXX_LIBRARY_VERSION [libcxx] [test] Add missing header for std::numeric_limits [libcxx] [test] Include header for strverscmp [runtimes] Default LIB*_HERMETIC_STATIC_LIBRARY to ON on Windows [libc++][format] Adds a formattable concept. [libc++][format] Adds formatter<charT[N], charT>. | ||||
* | Update contrib/python/cffi/py3 to 1.16.0 | robot-contrib | 2023-10-17 | 16 | -60/+224 |
| | |||||
* | Split cffi on py2/py3 | shadchin | 2023-10-17 | 98 | -59/+24430 |
| | |||||
* | Update contrib/python/ipython/py3 to 8.16.1 | robot-contrib | 2023-10-17 | 5 | -9/+16 |
| | |||||
* | Update contrib/python/charset-normalizer to 3.3.0 | robot-contrib | 2023-10-17 | 14 | -1781/+1903 |
| | |||||
* | Use ADDINCL GLOBAL for the sake of simplicity and predictability | thegeorg | 2023-10-17 | 2 | -3/+5 |
| | |||||
* | Update contrib/python/wcwidth/py3 to 0.2.8 | robot-contrib | 2023-10-17 | 6 | -6/+11 |
| | |||||
* | Update contrib/python/stack-data to 0.6.3 | robot-contrib | 2023-10-17 | 4 | -10/+12 |
| | |||||
* | Update contrib/python/botocore/py3 to 1.31.58 | robot-contrib | 2023-10-17 | 405 | -315/+878 |
| | |||||
* | Update contrib/python/boto3/py3 to 1.28.58 | robot-contrib | 2023-10-17 | 3 | -4/+4 |
| | |||||
* | Use nostdinc++ for C++ only | spreis | 2023-10-16 | 5 | -5/+5 |
| | | | | This fixes at least clang tidy build for C code failing on incorrect option | ||||
* | Revert commit rXXXXXX, Upd libc++ to 18 May ↵ | mikhnenko | 2023-10-16 | 46 | -1785/+578 |
| | | | | 4ac0589122830fc6d90e0ea091300c0b979a42dc | ||||
* | Upd libc++ to 18 May 4ac0589122830fc6d90e0ea091300c0b979a42dc | mikhnenko | 2023-10-16 | 46 | -578/+1785 |
| | |||||
* | Update libc++ to 1 May 2022 639b9618f46d75f4dabd2082b3f6ba8433c287bf | mikhnenko | 2023-10-14 | 45 | -1058/+3390 |
| | |||||
* | Update contrib/python/ipython/py3 to 8.16.0 | robot-contrib | 2023-10-14 | 13 | -60/+76 |
| | |||||
* | Update contrib/libs/googleapis-common-protos to 1.61.0 | robot-contrib | 2023-10-13 | 8 | -2/+156 |
| | |||||
* | add tasan.supp, lsan.supp | nkozlovskiy | 2023-10-13 | 3 | -0/+7 |
| | |||||
* | Split certifi on py2/py3 | shadchin | 2023-10-13 | 3 | -3/+30 |
| | |||||
* | Switching reading VQE config to rapidjson, enabling reading config on DSP | koryabkin | 2023-10-13 | 5 | -4/+2 |
| | |||||
* | Update contrib/python/wcwidth/py3 to 0.2.7 | robot-contrib | 2023-10-13 | 9 | -82/+684 |
| | |||||
* | Update contrib/python/boto3/py3 to 1.28.57 | robot-contrib | 2023-10-13 | 3 | -4/+4 |
| | |||||
* | Update contrib/python/botocore/py3 to 1.31.57 | robot-contrib | 2023-10-13 | 405 | -64/+2343 |
| | |||||
* | Fix reimport for pathlib2 | shadchin | 2023-10-13 | 2 | -14/+2 |
| | |||||
* | add contrib/libs/libc_compat/getservbyname for memory sanitizer | nkozlovskiy | 2023-10-12 | 4 | -0/+236 |
| |