summaryrefslogtreecommitdiffstats
path: root/contrib/libs
Commit message (Collapse)AuthorAgeFilesLines
* Move dstool_oss to ydb/apps/dstool.yuryalekseev2022-12-2832-0/+32890
|
* add windows platform to ydb github exportalexv-smirnov2022-12-2071-0/+12860
|
* Update contrib/libs/re2 to 2022-12-01robot-contrib2022-12-1614-214/+363
|
* Switch back to old good OS_SDK=ubuntu-14 by defaultthegeorg2022-12-152-91/+5
|
* Sync linux-headers instead of using system onesthegeorg2022-12-15656-14376/+60526
|
* Drop MSVC-specific workaround for using int128 implementation from boostthegeorg2022-12-143-4/+1
|
* Add cross-linkilnaz2022-12-13176-0/+40425
|
* separate behaviour from managers and make model with behaviour is ↵ivanmorozov2022-12-121-0/+876
| | | | aggregation of initializer and manager
* Fix more platform dispatchers for osx-arm64thegeorg2022-12-101-1/+1
|
* Drop tbb patch regarding transactional memory availability flagthegeorg2022-12-081-1/+1
|
* Fix curl on mobile platformsthegeorg2022-12-052-2/+7
|
* Drop custom maps mobile configs support from curl and yamakerthegeorg2022-12-043-2105/+8
| | | | | The only usage of this configs (contrib/libs/curl) was related to switching curl dns resolver to multithreaded mode. We have a variable for this.
* Fix reimport for contrib/libs/lzmathegeorg2022-12-041-13/+7
|
* Drop legacy patches from tbb configthegeorg2022-12-032-16/+3
|
* Update contrib/libs/tbb to 2021.7.0robot-contrib2022-12-03105-1963/+4430
|
* Update contrib/libs/curl to 7.86.0robot-contrib2022-12-02156-3194/+4699
|
* Update contrib/libs/utf8proc to 2.8.0robot-contrib2022-12-025-3190/+3378
|
* Update contrib/libs/googleapis-common-protos to 1.57.0robot-contrib2022-12-0234-137/+702
|
* Update contrib/libs/nghttp2 to 1.51.0robot-contrib2022-12-026-36/+35
|
* remove kikimr/driver DEPENDSqrort2022-12-021440-1043511/+0
|
* Use 'ubuntu-18' OS SDK for individual execution.korum2022-12-012-5/+91
|
* Update contrib/libs/sqlite3 to 3.40.0robot-contrib2022-12-015-1504/+3374
|
* validate canons without yatest_commonqrort2022-11-301440-0/+1043511
|
* support Parquet in ydb clistepandrey2022-11-306-0/+158
| | | parquet file import implementation
* [grpc],Fix build using selective checkouturanix2022-11-221-0/+1
| | | memory убрали в rXXXXXX, но он нужен чтобы работал селективный чекаут
* Build hyperscan udf on x86_64 only.dcherednik2022-11-2216-2201/+1639
|
* (refactoring) Simplify suboperationsilnaz2022-11-151-29/+0
|
* Update contrib/libs/grpc to 1.44.0thegeorg2022-11-09327-15967/+15812
|
* Update contrib/libs/expat to 2.5.0robot-contrib2022-11-096-22/+78
|
* Rebalancing autocheck partitions and distbuild clusters.robot-dts-analyst2022-11-084-15/+27
| | | The process of preparing changes https://sandbox.yandex-team.ru/task/1510045946/view
* Switch fuzz tests to contrib/libs/libfuzzerthegeorg2022-11-0752-349/+759
|
* introduce cpu dashboardmonster2022-11-035-246/+0
|
* Add missing interceptor for getservbyname{_r} by the means of ↵thegeorg2022-11-031-2/+0
| | | | contrib/libs/libc_compat
* Proxy grpc python runtime from contrib/python/grpciothegeorg2022-11-0224-1059/+0
| | | | | | | | * [grpcio](https://pypi.org/project/grpcio/) is the official package for using grpc from python * grpcio itself remains in `contrib/libs/grpc/src/python/grpcio` while `contrib/python/grpcio` is a public proxy that should be used by everyone * `grpcio-status` and `grpcio-reflection` were put under yamaker pypi * certain unused parts of grpc/src/python have been removed Make precommit hook happy:
* Cleanup unused grpc targetsthegeorg2022-11-0261-3254/+3534
| | | | | * Merge grpc (core), grpc++ and gpr libraries into contrib/libs/grpc * Drop unused grpc_unsecure, grpc++_unsecure and grpc++_error_details * Remove abundance of hacks from import routine
* Missing deps to generated headerssvidyuk2022-11-013-6/+3
| | | | * Always add ARCHIVE output to cmake sorces as it's intendend to be used as header generator * Precise port of ragel output file name from ya.make to generated cmake
* Fix public YDB build (lua issue)svidyuk2022-10-313-3/+12
|
* temporary hotfix to resolve an error when compiling in githubalexv-smirnov2022-10-283-0/+6
|
* Update contrib/restricted/aws/aws-c-common to 0.8.3robot-contrib2022-10-283-22/+45
|
* Support aws profilesilnaz2022-10-275-0/+139
|
* Enable linux-arm platform.dcherednik2022-10-26101-1753/+7246
|
* Drop some add_defines=False setting from yamaker projectsthegeorg2022-10-2420-447/+1104
|
* Drop some add_defines=False settings from yamaker projectsthegeorg2022-10-221-1/+1
|
* Update contrib/libs/cxxsupp/openmp to 15.0.2thegeorg2022-10-2028-191/+1112
|
* Add TBlockAndGetActor.yuryalekseev2022-10-171-23/+0
|
* Update contrib/libs/sqlite3 to 3.39.4robot-contrib2022-10-133-86/+115
|
* use clang14 for windows by defaultheretic2022-10-131-1/+3
|
* Update perfect_forward.h to make std::bind_front compile on Windowsthegeorg2022-10-111-52/+51
| | | This is a partial backport of [commit 5a4f177c](https://github.com/llvm/llvm-project/commit/5a4f177c949e5ff56bc6af9c0145e2d0c1b29c4d) from upstream.
* Fix reimport problems caused by boost removal from provides.pbtxtthegeorg2022-10-083-3/+4
|
* Fix warning `-Wunused-but-set-variable` cases for upgrade to Clang14borman2022-10-031-1/+1
|