aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Update contrib/python/asttokens to 2.4.1robot-contrib2023-11-105-9/+17
|
* Update contrib/python/botocore/py3 to 1.31.72robot-contrib2023-11-10407-402/+1133
|
* Update contrib/python/boto3/py3 to 1.28.72robot-contrib2023-11-103-4/+4
|
* Update contrib/python/botocore/py3 to 1.31.71robot-contrib2023-11-09401-22/+119
|
* Update contrib/python/boto3/py3 to 1.28.71robot-contrib2023-11-095-5/+8
|
* Revert "metrics have been added"hcpp2023-11-08414-645847/+0
| | | | | This reverts commit 16e792be75335b09a4f9f254e3972030af83b1ad, reversing changes made to 3790f3d771d1a65ed6c0d05f3e0d79ff13308142.
* metrics have been addedhcpp2023-11-08414-0/+645847
|
* Intermediate changesrobot-piglet2023-11-083-2/+5
|
* Intermediate changesrobot-piglet2023-11-082-0/+6
|
* Update contrib/python/traitlets/py3 to 5.12.0robot-contrib2023-11-0815-123/+138
|
* Update contrib/python/botocore/py3 to 1.31.70robot-contrib2023-11-08402-17/+918
|
* Update contrib/python/boto3/py3 to 1.28.70robot-contrib2023-11-083-4/+4
|
* FQ Runner FrameWorkhor9112023-11-0758-0/+41897
|
* upd acceptance testsasnopov2023-11-071-12/+8
| | | | Сделали небольшую правку в апи s3 patch, поправил в спеке для бото + поправил тесты
* Upd libc++ to 18 Jun 2022 ff3989e6ae740a9b3adaad0e2bf7691ffd6dad12mikhnenko2023-11-0761-1150/+1821
| | | | | | | | | | | | | | | | | | | | | | | | ``` [libc++] Add Implemented Papers section [libc++] Enable -Wweak-vtables [libc++] Make sure we install libc++abi headers on Apple [libc++] Don't force -O2 when building the benchmarks [libc++] Mark standard-mandated includes as such [libc++] Implement std::boyer_moore{, _horspool}_searcher [libc++] Unwrap reverse_iterator<reverse_iterator<Iter>> in __unwrap_iter [libc++] Simplify __config a bit [libc++][ranges] Implement `ranges::sort`. [libc++] Remove now-unused experimental/filesystem config file [libc++] Robust against C++20-hostile iterators [libc++] Implement ranges::lexicographical_compare [libc++] Removes unneeded <iterator> includes. [libcxx] Fix allocator<void>::pointer in C++20 with removed members [libcxx] Remove extraneous '---' lines in .clang-format files [libc++][NFCI] span: replace enable_if with concepts [libc++] Find a clang-format everybody is happy with [libc++] Use explicit module cache path in tests [libc++] Remove macros for IBM compiler ```
* Update contrib/python/boto3/py3 to 1.28.69robot-contrib2023-11-073-4/+4
|
* Update contrib/python/botocore/py3 to 1.31.69robot-contrib2023-11-07399-19/+499
|
* Update contrib/python/botocore/py3 to 1.31.68robot-contrib2023-11-04402-59/+461
|
* Update contrib/python/boto3/py3 to 1.28.68robot-contrib2023-11-043-4/+4
|
* Use ym2 for sysincls generatingmikhnenko2023-11-0493-0/+17782
|
* Update contrib/libs/utf8proc to 2.9.0robot-contrib2023-11-036-10895/+10970
|
* Default to clang-cl when targeting Windowsthegeorg2023-11-03113-18212/+216
| | | | As announced [in Atushka](https://clubs.at.yandex-team.ru/arcadia/29556).
* Update contrib/python/botocore/py3 to 1.31.67robot-contrib2023-11-03409-2688/+628
|
* Intermediate changesrobot-piglet2023-11-034-9/+30
|
* Update contrib/python/boto3/py3 to 1.28.67robot-contrib2023-11-033-4/+4
|
* Upd libc++ to 14 Jun 2022 1cf4113952ae3e4cc75decdf6feb3ce5dd8ca4a1mikhnenko2023-11-02162-3530/+4863
|
* Stacktraces add line numbersmaksim-kita2023-11-028-0/+1472
|
* Update contrib/python/botocore/py3 to 1.31.66robot-contrib2023-11-02401-19/+153
|
* Update contrib/python/boto3/py3 to 1.28.66robot-contrib2023-11-023-4/+4
|
* Update contrib/libs/re2 to 2023-11-01robot-contrib2023-11-016-29/+53
|
* Fix memory leak in Poco::Dynamiv::Vardakovalkov2023-11-011-0/+1
|
* Update contrib/restricted/aws/s2n to 1.3.55robot-contrib2023-11-0120-62/+185
|
* Update contrib/python/boto3/py3 to 1.28.65robot-contrib2023-11-013-4/+4
|
* Update contrib/python/botocore/py3 to 1.31.65robot-contrib2023-11-01418-94/+2697
|
* Update contrib/restricted/boost/asio to 1.69.0thegeorg2023-10-314-80/+132
|
* Add patch to fix usage of AVX instructions in lib/snappyaikch2023-10-311-1/+1
| | | | | | | В snappy.c используются AVX инструкции под флагом `__AVX__` https://a.yandex-team.ru/arcadia/contrib/libs/snappy/snappy.cc?rev=rXXXXXX#L1063 Но хэдер с инструкциями <immintrin.h> подключался только для `__AVX2__`. В этом ПР исправляю это.
* update rapidjson for compile with xcode 14.2kmartynkov2023-10-311-8/+14
|
* Update contrib/python/botocore/py3 to 1.31.63robot-contrib2023-10-31419-207/+1647
|
* Update contrib/python/boto3/py3 to 1.28.64robot-contrib2023-10-313-4/+4
|
* Intermediate changesrobot-piglet2023-10-3164-1389/+1836
|
* [contrib/tools/bison/gnulib/src] Update c-stack.c to work with newer glibczhukoff-pavel2023-10-311-0/+4
|
* Update ClickHouse to 23.8-ltsdakovalkov2023-10-271-1/+42
|
* Intermediate changesrobot-piglet2023-10-272-1/+3
|
* Update contrib/python/boto3/py3 to 1.28.63robot-contrib2023-10-273-4/+4
|
* Prevent contrib/libs/postgresql from depending on contrib/libs/libpqthegeorg2023-10-263-1/+0
|
* Upd libc++ to 1 Jun 2022 10c4eec2785a68880c287d36c262d5be3a72a128mikhnenko2023-10-25115-1845/+3741
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [libc++][format] Fixes string-literal formatting. [libc++] Removes __cpp_lib_monadic_optional. [libcxx] Temporarily skip Arm configs [libc++] Reduce the verbosity when running the libc++ Lit configuration [libc++] Adds __format_string as nasty macro. [libc++] Use __enable_if_t and is_integral in cstddef [libc++] Adds missing includes. [libc++] Minor emscripten changes from downstream [libc++] Granularize more of <type_traits> [libc++] Remove unused __functional includes [libc++] Add various missing _LIBCPP_HIDE_FROM_ABI [libc++] Use __libcpp_clz for a tighter __log2i function [libc++] Enable ranges_robust_against* and niebloid tests for implemented ranges algorithms [libc++] Implement ranges::is_sorted{, _until} [libc++] Time tests during CI [libc++] Implement ranges::{all, any, none}_of [libc++] Remove temporary workaround for existing CMake caches [libc++] Implement ranges::equal [libc++] Remove conditional include [libc++] Use Python subprocess instead of libc++'s own utilities [libc++] Implement ranges::fill{, _n} [libc++] Make sure that all headers can be included with modules enabled [libc++] Rename the generic-singlethreaded CI job to generic-no-threads for consistency [libc++] Implement ranges::reverse [libc++] Replace modulus operations in std::seed_seq::generate with conditional checks. [libc++] type_traits: use __is_core_convertible in __invokable_r. [libc++] Remove duplicate tests for callable concepts [libc++] Add ranges::max_element to the synopsis and ADL-proof the __min_element_impl calls [libc++] Add auto to the list of required extensions in C++03 [libc++] Assume that push_macro and pop_macro are available [libc++] Always enable the ranges concepts [libc++] Granularize parts of <type_traits> [libc++] Improve error messages for disabled modes [libc++] Override the value of LIBCXX_CXX_ABI in the cache [libc++] Granularize algorithm benchmarks [libc++] Enable move semantics for vector in C++03 [libc++][format][5/6] Improve format_to_n.
* Update contrib/libs/nghttp2 to 1.57.0robot-contrib2023-10-2516-12/+333
|
* Move worker_node/service_node dependencies to ydb/library/yqlaozeritsky2023-10-243-0/+20
|
* [contrib/tools/bison/gnulib] Patch for newer glibczhukoff-pavel2023-10-247-9/+16
|
* Intermediate changesrobot-piglet2023-10-241-1/+1
|