aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update contrib/libs/snappy to 1.1.10robot-contrib2023-10-2410-202/+586
|
* Update contrib/restricted/aws/s2n to 1.3.54robot-contrib2023-10-23106-1351/+3883
|
* Intermediate changesrobot-piglet2023-10-231-0/+5
|
* Update contrib/libs/c-ares to 1.20.1thegeorg2023-10-23138-2669/+7324
|
* Fix profile buildspreis2023-10-231-0/+2
| | | | This is temporary fix to sort-out problems with yasm to profile runtime dependency
* Update contrib/python/boto3/py3 to 1.28.62robot-contrib2023-10-213-4/+4
|
* Update contrib/python/botocore/py3 to 1.31.62robot-contrib2023-10-21400-46/+194
|
* Stop using prebuilt contrib/tools/yasmthegeorg2023-10-214-141/+129
|
* Try to copy port .h/.c inside pg_wrappervvvv2023-10-2043-6913/+0
|
* Update contrib/python/botocore/py3 to 1.31.61robot-contrib2023-10-20403-330/+1757
|
* Update contrib/python/boto3/py3 to 1.28.61robot-contrib2023-10-203-4/+4
|
* Import 18 May 2022 4d8268fbf4cd30d39530622b7f1dc487122b4f3cmikhnenko2023-10-196-179/+435
|
* Update contrib/python/traitlets/py3 to 5.11.2robot-contrib2023-10-1961-226/+4480
|
* Update contrib/python/boto3/py3 to 1.28.60robot-contrib2023-10-193-4/+4
|
* Update contrib/python/botocore/py3 to 1.31.60robot-contrib2023-10-19404-10/+13648
|
* Intermediate changesrobot-piglet2023-10-181-3/+1
|
* Enable consteval in fmtlibdakovalkov2023-10-185-5/+0
|
* Y_FAIL->Y_ABORT at '^contrib/[^y]'ilnurkh2023-10-181-1/+1
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Update contrib/python/boto3/py3 to 1.28.59robot-contrib2023-10-183-4/+4
|
* Update contrib/python/botocore/py3 to 1.31.59robot-contrib2023-10-18401-61/+1292
|
* Update contrib/python/executing to 2.0.0robot-contrib2023-10-176-150/+294
|
* add lsan.supp for address sanitizernkozlovskiy2023-10-172-0/+10
|
* Upd libc++ to 18 May f0e61029506fd63bb300f2dbbd65ba792e4ef3a2mikhnenko2023-10-1743-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.0robot-contrib2023-10-1716-60/+224
|
* Split cffi on py2/py3shadchin2023-10-1798-59/+24430
|
* Update contrib/python/ipython/py3 to 8.16.1robot-contrib2023-10-175-9/+16
|