Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable sqlite macro include for good | thegeorg | 2023-05-19 | 1 | -1/+1 |
| | |||||
* | [contrib] jemalloc: Configure for ARMv7 | deshevoy | 2023-05-18 | 4 | -0/+900 |
| | |||||
* | Add error before unused import of macro _LIBCPP_EXTERNAL_THREADING | alperevyshin | 2023-05-13 | 1 | -1/+1 |
| | |||||
* | Mark import of undefined macros as error. Handmade version. | alperevyshin | 2023-05-13 | 1 | -1/+1 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-05-12 | 1 | -3/+3 |
| | |||||
* | YT-17689: Move TFreeList to library/cpp/yt/memory | aleexfi | 2023-05-10 | 1 | -0/+113 |
| | | | Iteration no. 2. First one reverted due to YT-18997 | ||||
* | Mark import of undefined macros as error. Contribs under yamaker, pt. 1 | alperevyshin | 2023-05-05 | 1 | -1/+1 |
| | |||||
* | Remove extra semicolon in contrib/lib/protobuf patches | bulatman | 2023-05-04 | 2 | -2/+2 |
| | |||||
* | feat grpc: move grpcio to separate contrib project | leonidlazarev | 2023-05-02 | 115 | -22008/+0 |
| | | | Move grpcio to separate project | ||||
* | Switch to old asmlib to be able to build ydb cli without sse4 | pnv1 | 2023-04-27 | 42 | -0/+9198 |
| | |||||
* | Update contrib/libs/zstd to 1.5.5 | robot-contrib | 2023-04-20 | 32 | -696/+1353 |
| | |||||
* | Merge system certs with internal one | mikhnenko | 2023-04-19 | 8 | -20/+24 |
| | |||||
* | External build system generator release 29 | robot-ya-builder | 2023-04-19 | 144 | -144/+144 |
| | | | Update tools: yexport | ||||
* | add forgotten floattixf.c | stanly | 2023-04-18 | 4 | -0/+87 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-04-17 | 4 | -4/+0 |
| | |||||
* | Add libfyaml pr#78 | innokentii | 2023-04-13 | 2 | -0/+26 |
| | | | add libfyaml pr#78 | ||||
* | Intermediate changes | robot-piglet | 2023-04-11 | 3 | -666/+0 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-04-10 | 4 | -5/+13 |
| | |||||
* | Update contrib/libs/googleapis-common-protos to 1.59.0 | robot-contrib | 2023-04-05 | 32 | -84/+168 |
| | |||||
* | Updated tzdata from 2022g to 2023c (second try) | petrk | 2023-04-02 | 14 | -53/+53 |
| | |||||
* | Switch to lld64.ld on darwin target platform | hiddenpath | 2023-04-01 | 1 | -2/+1 |
| | |||||
* | Swith flake8 to custom lint schema | say | 2023-03-31 | 194 | -133937/+0 |
| | |||||
* | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 497 | -33567/+0 |
| | |||||
* | Update contrib/libs/grpc to 1.45.2 | thegeorg | 2023-03-28 | 1073 | -40405/+61731 |
| | |||||
* | Better replacement for #include <string> in contrib/libs/grpc | thegeorg | 2023-03-24 | 96 | -8/+93 |
| | |||||
* | Optimizers for provider's support in KQP | galaxycrab | 2023-03-24 | 9 | -37/+545 |
| | | | | | | Поддержал провайдеры как в прототипе (но более обобщённым кодом): https://a.yandex-team.ru/review/3230514/details Пока поддержка коннекшенов и биндингов захардкожена, она будет делаться отдельно Скорее всего, после понадобится перетаскивать dqs expr-nodes в dq. Хочется сделать это отдельным ревью | ||||
* | Better std::to_string replacement in grpc | thegeorg | 2023-03-23 | 14 | -35/+35 |
| | | | | grpc 1.45.2 introduced `ToString()` method in certain classes. We want to use global `::ToString()` as `std::to_string()` replacement. | ||||
* | Mandate sdk_version 11.0 when targeting MacOS | thegeorg | 2023-03-23 | 1 | -1/+1 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-23 | 170 | -26672/+6 |
| | |||||
* | Don't use standalone GNU iconv in opensource | svidyuk | 2023-03-21 | 4 | -12/+14 |
| | |||||
* | External build system generator release 21 | robot-ya-builder | 2023-03-17 | 154 | -448/+448 |
| | | | Update tools: yexport | ||||
* | add glibc-2.37 code for string and memory functions | gemtmp | 2023-03-15 | 20 | -0/+2345 |
| | |||||
* | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 507 | -0/+33999 |
| | |||||
* | default allocator for 32bit arch: LF -> J | snermolaev | 2023-03-13 | 1 | -1/+1 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-09 | 280 | -12/+19859 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-07 | 448 | -297/+297 |
| | |||||
* | External build system generator release 17 | robot-ya-builder | 2023-03-06 | 166 | -811/+5053 |
| | | | Update tools: yexport | ||||
* | [C++][Parquet] Split arrow::FileReader::ReadRowGroups() for flexible async ↵ | hor911 | 2023-03-06 | 2 | -3/+34 |
| | | | | | IO #34461 https://github.com/apache/arrow/pull/34461 | ||||
* | Add pr #73 to libfyaml: add document destroy hook | innokentii | 2023-03-06 | 3 | -0/+110 |
| | | | add pr #73 to libfyaml | ||||
* | Update contrib/libs/tbb to 2021.8.0 | robot-contrib | 2023-03-04 | 6 | -77/+66 |
| | |||||
* | Separate test for federated query with S3 recipe | galaxycrab | 2023-03-03 | 4 | -0/+2474 |
| | |||||
* | Update contrib/libs/re2 to 2023-03-01 | robot-contrib | 2023-03-02 | 1 | -1/+1 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-01 | 7 | -0/+7 |
| | |||||
* | Update contrib/libs/libfyaml to 0.8 | robot-contrib | 2023-03-01 | 11 | -77/+257 |
| | |||||
* | Update contrib/libs/zstd to 1.5.4 | thegeorg | 2023-02-27 | 108 | -4690/+7347 |
| | |||||
* | (no commit message) | pg | 2023-02-21 | 1 | -0/+7 |
| | |||||
* | (no commit message) | pg | 2023-02-21 | 25 | -0/+12479 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-02-20 | 1 | -0/+1 |
| | |||||
* | NO_COMPILER_WARNINGS in cmake msvc builds | svidyuk | 2023-02-18 | 362 | -369/+369 |
| | |||||
* | Fix libcxx build under cl /std:c++14 needed for CUDA | spreis | 2023-02-18 | 1 | -1/+1 |
| | | | | | static_assert with one argument is added in `C++17`. The code in PR is used in `C++14` mode through CUDA build. This is needed to build catboost on Windows using cl.exe as CUDA host compiler. |