aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs
Commit message (Collapse)AuthorAgeFilesLines
* Update contrib/libs/libtiff to 4.6.0thegeorg2023-11-1210-63/+494
|
* Intermediate changesrobot-piglet2023-11-123-0/+38
|
* Update contrib/libs/apache/avro to 1.11.3thegeorg2023-11-1221-170/+165
|
* Update contrib/libs/curl to 8.2.1robot-contrib2023-11-11425-18817/+31945
|
* fixed syscall numbers for different platformsvvvv2023-11-111-1/+13
| | | | | | https://github.com/torvalds/linux/blob/29dcea88779c856c7dc92040a0c01233263101d4/include/uapi/asm-generic/unistd.h#L707 https://gpages.juszkiewicz.com.pl/syscalls-table/syscalls.html
* Update contrib/libs/nghttp2 to 1.58.0robot-contrib2023-11-118-23/+26
|
* Update contrib/libs/linux-headers to 6.5.9robot-contrib2023-11-1181-237/+2614
|
* YQL-16964 moved yql/utils/sysvvvv2023-11-1017-0/+2191
|
* KIKIMR-19287: add task_stats_drawing scriptshumkovnd2023-11-101097-0/+627332
|
* Revert "metrics have been added"hcpp2023-11-08412-641020/+0
| | | | | This reverts commit 16e792be75335b09a4f9f254e3972030af83b1ad, reversing changes made to 3790f3d771d1a65ed6c0d05f3e0d79ff13308142.
* metrics have been addedhcpp2023-11-08412-0/+641020
|
* Intermediate changesrobot-piglet2023-11-083-2/+5
|
* Intermediate changesrobot-piglet2023-11-082-0/+6
|
* 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 ```
* 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-03111-18194/+180
| | | | As announced [in Atushka](https://clubs.at.yandex-team.ru/arcadia/29556).
* Upd libc++ to 14 Jun 2022 1cf4113952ae3e4cc75decdf6feb3ce5dd8ca4a1mikhnenko2023-11-02162-3530/+4863
|
* Stacktraces add line numbersmaksim-kita2023-11-028-0/+1472
|
* Update contrib/libs/re2 to 2023-11-01robot-contrib2023-11-016-29/+53
|
* Fix memory leak in Poco::Dynamiv::Vardakovalkov2023-11-011-0/+1
|
* 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
|
* 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
|
* Update contrib/libs/snappy to 1.1.10robot-contrib2023-10-2410-202/+586
|
* Update contrib/libs/c-ares to 1.20.1thegeorg2023-10-23138-2669/+7324
|
* Try to copy port .h/.c inside pg_wrappervvvv2023-10-2043-6913/+0
|
* Import 18 May 2022 4d8268fbf4cd30d39530622b7f1dc487122b4f3cmikhnenko2023-10-196-179/+435
|
* 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
* 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>.
* Use ADDINCL GLOBAL for the sake of simplicity and predictabilitythegeorg2023-10-172-3/+5
|
* 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/libs/googleapis-common-protos to 1.61.0robot-contrib2023-10-138-2/+156
|
* Switching reading VQE config to rapidjson, enabling reading config on DSPkoryabkin2023-10-135-4/+2
|
* add contrib/libs/libc_compat/getservbyname for memory sanitizernkozlovskiy2023-10-124-0/+236
|
* Revert some excessive c-ares patchesthegeorg2023-10-112-8/+1
|
* add sanitizers dependenciesnkozlovskiy2023-10-111700-0/+380248
|
* Reduce contrib/libs/c-ares import footprintthegeorg2023-10-1110-2155/+1
|
* Upd libc++ to 0cc34ca7ecfc9d0efee322f60ed6c3169f4f70ca (12 Apr 2022)mikhnenko2023-10-11140-2055/+3747
|
* Disable Clang builtins which nvcc does not understandmikhnenko2023-10-102-1/+4
|
* Y_VERIFY->Y_ABORT_UNLESS at '^contrib/[^y]'ilnurkh2023-10-101-1/+1
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Forward declare filesystem::path in stlfwdthegeorg2023-10-071-0/+6
|