Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update contrib/libs/utf8proc to 2.9.0 | robot-contrib | 2023-11-03 | 6 | -10895/+10970 |
| | |||||
* | Default to clang-cl when targeting Windows | thegeorg | 2023-11-03 | 113 | -18212/+216 |
| | | | | As announced [in Atushka](https://clubs.at.yandex-team.ru/arcadia/29556). | ||||
* | Update contrib/python/botocore/py3 to 1.31.67 | robot-contrib | 2023-11-03 | 409 | -2688/+628 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-11-03 | 4 | -9/+30 |
| | |||||
* | Update contrib/python/boto3/py3 to 1.28.67 | robot-contrib | 2023-11-03 | 3 | -4/+4 |
| | |||||
* | Upd libc++ to 14 Jun 2022 1cf4113952ae3e4cc75decdf6feb3ce5dd8ca4a1 | mikhnenko | 2023-11-02 | 162 | -3530/+4863 |
| | |||||
* | Stacktraces add line numbers | maksim-kita | 2023-11-02 | 8 | -0/+1472 |
| | |||||
* | Update contrib/python/botocore/py3 to 1.31.66 | robot-contrib | 2023-11-02 | 401 | -19/+153 |
| | |||||
* | Update contrib/python/boto3/py3 to 1.28.66 | robot-contrib | 2023-11-02 | 3 | -4/+4 |
| | |||||
* | Update contrib/libs/re2 to 2023-11-01 | robot-contrib | 2023-11-01 | 6 | -29/+53 |
| | |||||
* | Fix memory leak in Poco::Dynamiv::Var | dakovalkov | 2023-11-01 | 1 | -0/+1 |
| | |||||
* | Update contrib/restricted/aws/s2n to 1.3.55 | robot-contrib | 2023-11-01 | 20 | -62/+185 |
| | |||||
* | Update contrib/python/boto3/py3 to 1.28.65 | robot-contrib | 2023-11-01 | 3 | -4/+4 |
| | |||||
* | Update contrib/python/botocore/py3 to 1.31.65 | robot-contrib | 2023-11-01 | 418 | -94/+2697 |
| | |||||
* | Update contrib/restricted/boost/asio to 1.69.0 | thegeorg | 2023-10-31 | 4 | -80/+132 |
| | |||||
* | Add patch to fix usage of AVX instructions in lib/snappy | aikch | 2023-10-31 | 1 | -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.2 | kmartynkov | 2023-10-31 | 1 | -8/+14 |
| | |||||
* | Update contrib/python/botocore/py3 to 1.31.63 | robot-contrib | 2023-10-31 | 419 | -207/+1647 |
| | |||||
* | Update contrib/python/boto3/py3 to 1.28.64 | robot-contrib | 2023-10-31 | 3 | -4/+4 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-10-31 | 64 | -1389/+1836 |
| | |||||
* | [contrib/tools/bison/gnulib/src] Update c-stack.c to work with newer glibc | zhukoff-pavel | 2023-10-31 | 1 | -0/+4 |
| | |||||
* | Update ClickHouse to 23.8-lts | dakovalkov | 2023-10-27 | 1 | -1/+42 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-10-27 | 2 | -1/+3 |
| | |||||
* | Update contrib/python/boto3/py3 to 1.28.63 | robot-contrib | 2023-10-27 | 3 | -4/+4 |
| | |||||
* | Prevent contrib/libs/postgresql from depending on contrib/libs/libpq | thegeorg | 2023-10-26 | 3 | -1/+0 |
| | |||||
* | Upd libc++ to 1 Jun 2022 10c4eec2785a68880c287d36c262d5be3a72a128 | mikhnenko | 2023-10-25 | 115 | -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.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 |
| |