aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update contrib/python/charset-normalizer to 3.3.0robot-contrib2023-10-1714-1781/+1903
|
* Use ADDINCL GLOBAL for the sake of simplicity and predictabilitythegeorg2023-10-172-3/+5
|
* Update contrib/python/wcwidth/py3 to 0.2.8robot-contrib2023-10-176-6/+11
|
* Update contrib/python/stack-data to 0.6.3robot-contrib2023-10-174-10/+12
|
* Update contrib/python/botocore/py3 to 1.31.58robot-contrib2023-10-17405-315/+878
|
* Update contrib/python/boto3/py3 to 1.28.58robot-contrib2023-10-173-4/+4
|
* Use nostdinc++ for C++ onlyspreis2023-10-165-5/+5
| | | | This fixes at least clang tidy build for C code failing on incorrect option
* Revert commit rXXXXXX, Upd libc++ to 18 May ↵mikhnenko2023-10-1646-1785/+578
| | | | 4ac0589122830fc6d90e0ea091300c0b979a42dc
* Upd libc++ to 18 May 4ac0589122830fc6d90e0ea091300c0b979a42dcmikhnenko2023-10-1646-578/+1785
|
* Update libc++ to 1 May 2022 639b9618f46d75f4dabd2082b3f6ba8433c287bfmikhnenko2023-10-1445-1058/+3390
|
* Update contrib/python/ipython/py3 to 8.16.0robot-contrib2023-10-1413-60/+76
|
* Update contrib/libs/googleapis-common-protos to 1.61.0robot-contrib2023-10-138-2/+156
|
* add tasan.supp, lsan.suppnkozlovskiy2023-10-133-0/+7
|
* Split certifi on py2/py3shadchin2023-10-133-3/+30
|
* Switching reading VQE config to rapidjson, enabling reading config on DSPkoryabkin2023-10-135-4/+2
|
* Update contrib/python/wcwidth/py3 to 0.2.7robot-contrib2023-10-139-82/+684
|