aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'rightlib' into merge-libs-250330-0050Alexander Smirnov2025-03-3014-199/+552
|\
| * Update contrib/libs/expat to 2.7.0robot-contrib2025-03-299-192/+541
| | | | | | | | commit_hash:43dc88e44a4c87d1a109f5fd7e5db4b1243916f2
| * Update contrib/libs/croaring to 4.3.1robot-contrib2025-03-295-7/+11
| | | | | | | | commit_hash:5e65e7563f5e7baa98372c4ad4c63e4b49d41f27
* | Merge branch 'rightlib' into merge-libs-250328-0050Alexander Smirnov2025-03-282-16/+1
|\|
| * Drop patch for complexmikhnenko2025-03-272-16/+1
| | | | | | | | commit_hash:9d89a1c83f0dbb2b6fe29e23c2659f509175400d
* | Merge branch 'rightlib' into merge-libs-250326-0050Alexander Smirnov2025-03-262-48/+1
|\|
| * Remove patch for cuda from tuplemikhnenko2025-03-252-48/+1
| | | | | | | | commit_hash:97309728252215cd81766811e8719e44e1911010
* | Merge branch 'rightlib' into merge-libs-250320-0050Alexander Smirnov2025-03-2010-102/+35
|\|
| * Intermediate changesrobot-piglet2025-03-1910-102/+35
| | | | | | | | commit_hash:ebf6fb6dff099bd6bcfbf201e52dda1751dd76fd
* | Merge branch 'rightlib' into merge-libs-250319-0052Alexander Smirnov2025-03-197-0/+14
|\|
| * Emit toolchain version field to COMPILER_VERSION variablethegeorg2025-03-187-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | This fixes the following dependency: ``` (dflt) thegeorg@jakku:~/arcadia/util@ymake-compiler-version$ ya dump relation contrib/libs/clang14-rt --recursive --target-platform windows Directory (Start): $S/util -> ... File (Include): $S/contrib/libs/clang14-rt/include/sanitizer/common_interface_defs.h ``` commit_hash:abdc87a51f4c23673bfebf4447d8fec9a2607876
* | Merge branch 'rightlib' into merge-libs-250317-1751Alexander Smirnov2025-03-1721-2507/+1325
|\|
| * Update contrib/libs/nghttp2 to 1.65.0robot-contrib2025-03-1721-2507/+1325
| | | | | | | | commit_hash:0f81c7c71c7c48b6a03ea8f4bc04b81eb69578f9
* | Merge branch 'rightlib' into merge-libs-250316-0050Alexander Smirnov2025-03-1664-1523/+3530
|\|
| * Update contrib/libs/cxxsupp/builtins to 20.1.0robot-contrib2025-03-1555-477/+1356
| | | | | | | | commit_hash:dd1bc46d7dc6022db73a1089f5678a733f50180c
| * Update contrib/libs/croaring to 4.3.0robot-contrib2025-03-159-1046/+2174
| | | | | | | | commit_hash:9fd8100e998c2c83011096d6b8e59da7ca34a432
* | Merge branch 'rightlib' into merge-libs-250315-0050Alexander Smirnov2025-03-1511-83/+209
|\|
| * Update contrib/libs/libunwind to 20.1.0robot-contrib2025-03-1511-83/+209
| | | | | | | | commit_hash:cb5c0561dc9a032f86c0e6d07d15517977d0ad47
* | Merge branch 'rightlib' into merge-libs-250314-1301Alexander Smirnov2025-03-141-0/+1
|\|
| * Dont sanitize OpenSSL init functionnechda2025-03-141-0/+1
| | | | | | | | commit_hash:a0afc0a8138dbe50df27d0096f8e500232d9dbc3
* | Merge branch 'rightlib' into merge-libs-250314-0050Alexander Smirnov2025-03-144-9/+8
|\|
| * Update contrib/libs/croaring to 4.2.3robot-contrib2025-03-134-9/+8
| | | | | | | | commit_hash:7d537d79172ef0969518ecd30aa3d79573ba365b
* | Merge branch 'rightlib' into merge-libs-250312-0708Alexander Smirnov2025-03-1272-1397/+1968
|\|
| * Update contrib/libs/croaring to 4.2.2robot-contrib2025-03-1110-41/+43
| | | | | | | | commit_hash:c280244119ed11fb444a5d9dfb86dc84d4246358
| * feat ya-make: add support for DOCS_LIBRARY in PROTO_LIBRARYaserebriyskiy2025-03-101-0/+2
| | | | | | | | commit_hash:8f3498b2a434c3f72e0f5789ee69ae2aad71a05a
| * Update contrib/libs/ngtcp2 to 1.11.0robot-contrib2025-03-1045-1197/+1722
| | | | | | | | commit_hash:3beea54841aa142a4af33f802d5bdb7d6010b68d
| * Update contrib/libs/nghttp3 to 1.8.0robot-contrib2025-03-1016-159/+201
| | | | | | | | commit_hash:97f3bcd3af63da9ad5cdadce3a4628c23a785576
* | Merge branch 'rightlib' into merge-libs-250308-0049Alexander Smirnov2025-03-083-6/+6
|\|
| * Update contrib/libs/apache/orc to 2.1.1robot-contrib2025-03-073-6/+6
| | | | | | | | commit_hash:329e1186d187139b372be58d9f575179c4116cd7
* | Merge branch 'rightlib' into merge-libs-250307-0050Alexander Smirnov2025-03-076-26/+114
|\|
| * feat envoy: Patch libunwind to fix linking errors in standalone WASM ↵vchigrin2025-03-062-1/+13
| | | | | | | | | | | | | | | | | | binaries in debug mode. Debug build of cxa_exception.cpp from libcxxabi uses __throw_exception_with_stack_trace function instead of _Unwind_RaiseException. That function was not defined for standalone WSM binaries. commit_hash:2fc1beb522f3a6e63fae895e24c1ef2be1166c51
| * bug grpc: sync cancellation & metadata sendingsegoon2025-03-062-3/+22
| | | | | | | | | | Backport of <https://github.com/grpc/grpc/pull/38881> commit_hash:47f5964fbd981b8329aa99f8585f58722aef9764
| * bug contrib/grpc: Fix race condition in perAttemptRecvTimeout timerkpavlov002025-03-062-22/+79
| | | | | | | | | | Apply patch to `contrib/libs/grpc`, backporting commit of [upstream PR #38907](https://github.com/grpc/grpc/pull/38907): \[retry\] Fix race condition in perAttemptRecvTimeout timer commit_hash:6b460da8f8ace5c81b2ea8d942704d92735ddae5
* | Merge branch 'rightlib' into merge-libs-250306-0050Alexander Smirnov2025-03-065370-2804631/+1
|\|
| * Intermediate changesrobot-piglet2025-03-055369-2804630/+0
| | | | | | | | commit_hash:2ec2671384dd8e604d41bc5c52c2f7858e4afea6
| * py3 compatpg2025-03-051-1/+1
| | | | | | | | commit_hash:0bfe28c22ee33f4493f9915f1811a20bba2253b0
* | Merge branch 'rightlib' into merge-libs-250304-1328Alexander Smirnov2025-03-048-111/+13
|\|
| * Update ClickHouse to 24.8buyval012025-03-045-1/+11
| | | | | | | | commit_hash:b9fc6f3e1b1151a8df8609f564f6c28e06aa6258
| * Intermediate changesrobot-piglet2025-03-033-110/+2
| | | | | | | | commit_hash:be434c99b42a4b4baf5cc164e6e573152ab3a84e
* | Merge branch 'rightlib' into merge-libs-250302-1120Alexander Smirnov2025-03-02131-184/+330
|\|
| * Intermediate changesrobot-piglet2025-03-013-28/+5
| | | | | | | | commit_hash:c58bbd0926a03598caf2b7ba8ed63be206867fa3
| * Update contrib/libs/cxxsupp/libcxxrt to 2024-10-30robot-contrib2025-03-013-15/+21
| | | | | | | | commit_hash:d8e11401f68bd6640a08eadd50fbd49e0042050f
| * YDB Import 746robot-ydb-importer2025-02-28124-0/+248
| | | | | | | | commit_hash:be4995175bb9b133dd8ded92041d8b0bffad8979
| * Update contrib/libs/cxxsupp/libcxxrt to 2024-10-22robot-contrib2025-02-288-174/+89
| | | | | | | | | | This brings [PR #41](https://github.com/libcxxrt/libcxxrt/pull/41) from upstream which provides the logic similar to `fix_trace_format.patch`. commit_hash:e090272f3f529d314a55199847093e4101306600
* | Merge branch 'rightlib' into merge-libs-250228-0050Alexander Smirnov2025-02-2814-13/+672
|\|
| * libcxxrt: Further adapt patch to reduce the difference with upstreamthegeorg2025-02-282-23/+27
| | | | | | | | commit_hash:8b278758a3773c8420700a56ad6b239b61627d01
| * Intermediate changesrobot-piglet2025-02-2712-0/+657
| | | | | | | | commit_hash:e649af5b15a4c6462b4682d86c36fc91cf1065db
| * YDB Import 745robot-ydb-importer2025-02-271-2/+0
| | | | | | | | commit_hash:6e38a4bd5bf1a62ded8efd327449d73dfd8e2f43
* | Merge branch 'rightlib' into merge-libs-250227-0050Alexander Smirnov2025-02-27104-2314/+6205
|\|
| * libcxxrt: Invert the condition to match the layout from PR #41thegeorg2025-02-271-24/+22
| | | | | | | | commit_hash:8b75d3afba93f8213cc48d6469c3a908f8084689