Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move dstool_oss to ydb/apps/dstool. | yuryalekseev | 2022-12-28 | 32 | -0/+32890 |
| | |||||
* | add windows platform to ydb github export | alexv-smirnov | 2022-12-20 | 71 | -0/+12860 |
| | |||||
* | Update contrib/libs/re2 to 2022-12-01 | robot-contrib | 2022-12-16 | 14 | -214/+363 |
| | |||||
* | Switch back to old good OS_SDK=ubuntu-14 by default | thegeorg | 2022-12-15 | 2 | -91/+5 |
| | |||||
* | Sync linux-headers instead of using system ones | thegeorg | 2022-12-15 | 656 | -14376/+60526 |
| | |||||
* | Drop MSVC-specific workaround for using int128 implementation from boost | thegeorg | 2022-12-14 | 3 | -4/+1 |
| | |||||
* | Add cross-link | ilnaz | 2022-12-13 | 176 | -0/+40425 |
| | |||||
* | separate behaviour from managers and make model with behaviour is ↵ | ivanmorozov | 2022-12-12 | 1 | -0/+876 |
| | | | | aggregation of initializer and manager | ||||
* | Fix more platform dispatchers for osx-arm64 | thegeorg | 2022-12-10 | 1 | -1/+1 |
| | |||||
* | Drop tbb patch regarding transactional memory availability flag | thegeorg | 2022-12-08 | 1 | -1/+1 |
| | |||||
* | Fix curl on mobile platforms | thegeorg | 2022-12-05 | 2 | -2/+7 |
| | |||||
* | Drop custom maps mobile configs support from curl and yamaker | thegeorg | 2022-12-04 | 3 | -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/lzma | thegeorg | 2022-12-04 | 1 | -13/+7 |
| | |||||
* | Drop legacy patches from tbb config | thegeorg | 2022-12-03 | 2 | -16/+3 |
| | |||||
* | Update contrib/libs/tbb to 2021.7.0 | robot-contrib | 2022-12-03 | 105 | -1963/+4430 |
| | |||||
* | Update contrib/libs/curl to 7.86.0 | robot-contrib | 2022-12-02 | 156 | -3194/+4699 |
| | |||||
* | Update contrib/libs/utf8proc to 2.8.0 | robot-contrib | 2022-12-02 | 5 | -3190/+3378 |
| | |||||
* | Update contrib/libs/googleapis-common-protos to 1.57.0 | robot-contrib | 2022-12-02 | 34 | -137/+702 |
| | |||||
* | Update contrib/libs/nghttp2 to 1.51.0 | robot-contrib | 2022-12-02 | 6 | -36/+35 |
| | |||||
* | remove kikimr/driver DEPENDS | qrort | 2022-12-02 | 1440 | -1043511/+0 |
| | |||||
* | Use 'ubuntu-18' OS SDK for individual execution. | korum | 2022-12-01 | 2 | -5/+91 |
| | |||||
* | Update contrib/libs/sqlite3 to 3.40.0 | robot-contrib | 2022-12-01 | 5 | -1504/+3374 |
| | |||||
* | validate canons without yatest_common | qrort | 2022-11-30 | 1440 | -0/+1043511 |
| | |||||
* | support Parquet in ydb cli | stepandrey | 2022-11-30 | 6 | -0/+158 |
| | | | parquet file import implementation | ||||
* | [grpc],Fix build using selective checkout | uranix | 2022-11-22 | 1 | -0/+1 |
| | | | memory убрали в rXXXXXX, но он нужен чтобы работал селективный чекаут | ||||
* | Build hyperscan udf on x86_64 only. | dcherednik | 2022-11-22 | 16 | -2201/+1639 |
| | |||||
* | (refactoring) Simplify suboperations | ilnaz | 2022-11-15 | 1 | -29/+0 |
| | |||||
* | Update contrib/libs/grpc to 1.44.0 | thegeorg | 2022-11-09 | 327 | -15967/+15812 |
| | |||||
* | Update contrib/libs/expat to 2.5.0 | robot-contrib | 2022-11-09 | 6 | -22/+78 |
| | |||||
* | Rebalancing autocheck partitions and distbuild clusters. | robot-dts-analyst | 2022-11-08 | 4 | -15/+27 |
| | | | The process of preparing changes https://sandbox.yandex-team.ru/task/1510045946/view | ||||
* | Switch fuzz tests to contrib/libs/libfuzzer | thegeorg | 2022-11-07 | 52 | -349/+759 |
| | |||||
* | introduce cpu dashboard | monster | 2022-11-03 | 5 | -246/+0 |
| | |||||
* | Add missing interceptor for getservbyname{_r} by the means of ↵ | thegeorg | 2022-11-03 | 1 | -2/+0 |
| | | | | contrib/libs/libc_compat | ||||
* | Proxy grpc python runtime from contrib/python/grpcio | thegeorg | 2022-11-02 | 24 | -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 targets | thegeorg | 2022-11-02 | 61 | -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 headers | svidyuk | 2022-11-01 | 3 | -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) | svidyuk | 2022-10-31 | 3 | -3/+12 |
| | |||||
* | temporary hotfix to resolve an error when compiling in github | alexv-smirnov | 2022-10-28 | 3 | -0/+6 |
| | |||||
* | Update contrib/restricted/aws/aws-c-common to 0.8.3 | robot-contrib | 2022-10-28 | 3 | -22/+45 |
| | |||||
* | Support aws profiles | ilnaz | 2022-10-27 | 5 | -0/+139 |
| | |||||
* | Enable linux-arm platform. | dcherednik | 2022-10-26 | 101 | -1753/+7246 |
| | |||||
* | Drop some add_defines=False setting from yamaker projects | thegeorg | 2022-10-24 | 20 | -447/+1104 |
| | |||||
* | Drop some add_defines=False settings from yamaker projects | thegeorg | 2022-10-22 | 1 | -1/+1 |
| | |||||
* | Update contrib/libs/cxxsupp/openmp to 15.0.2 | thegeorg | 2022-10-20 | 28 | -191/+1112 |
| | |||||
* | Add TBlockAndGetActor. | yuryalekseev | 2022-10-17 | 1 | -23/+0 |
| | |||||
* | Update contrib/libs/sqlite3 to 3.39.4 | robot-contrib | 2022-10-13 | 3 | -86/+115 |
| | |||||
* | use clang14 for windows by default | heretic | 2022-10-13 | 1 | -1/+3 |
| | |||||
* | Update perfect_forward.h to make std::bind_front compile on Windows | thegeorg | 2022-10-11 | 1 | -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.pbtxt | thegeorg | 2022-10-08 | 3 | -3/+4 |
| | |||||
* | Fix warning `-Wunused-but-set-variable` cases for upgrade to Clang14 | borman | 2022-10-03 | 1 | -1/+1 |
| |