Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update contrib/libs/protobuf{_std} to 3.18.3 | thegeorg | 2022-09-16 | 18 | -40/+76 |
| | |||||
* | Reimport boost/graph as a separate project | bugaevskiy | 2022-09-16 | 1 | -1/+1 |
| | |||||
* | curl + nghttp2: Backport PRs to make ltws validation less picky | thegeorg | 2022-09-15 | 9 | -5/+96 |
| | | | | | | This is backport of: * curl [PR #9448](https://github.com/curl/curl/pull/9448) * nghttp2 [PR #1792](https://github.com/nghttp2/nghttp2/pull/1792) | ||||
* | Fix typo in jwt-cpp fix for Darwin | thegeorg | 2022-09-14 | 1 | -1/+1 |
| | |||||
* | Reimport boost/asio as a separate project | bugaevskiy | 2022-09-14 | 1 | -0/+1 |
| | |||||
* | Reimport boost/property_map as a separate project | bugaevskiy | 2022-09-14 | 1 | -0/+1 |
| | |||||
* | Remove boost/multiprecision from metaproject | bugaevskiy | 2022-09-11 | 2 | -2/+2 |
| | |||||
* | Update contrib/libs/sqlite3 to 3.39.3 | robot-contrib | 2022-09-06 | 3 | -34/+102 |
| | |||||
* | protoc: Backport unaccepted PR #9977 to add keywords introduced by C++20 | alexiprof | 2022-09-06 | 1 | -1/+5 |
| | |||||
* | External build system generator release 7 | robot-ya-builder | 2022-09-06 | 16 | -16/+16 |
| | |||||
* | [] add metering mode to CLI | shmel1k | 2022-09-02 | 1986 | -0/+665907 |
| | |||||
* | add apache arrow python | heretic | 2022-09-01 | 39 | -3/+11481 |
| | |||||
* | Update external build system generation utility | robot-ya-builder | 2022-09-01 | 44 | -27/+425 |
| | | | | * [cmake] Hierarchical add_subdirectroy structure * [cmake] Support for same file compilation multiple times with different flags | ||||
* | Update contrib/libs/lz4 to 1.9.4 | robot-contrib | 2022-08-31 | 12 | -688/+1721 |
| | |||||
* | New cmake semantics for compiling with AVX and other specific flags | ignat | 2022-08-31 | 1 | -12/+0 |
| | |||||
* | add static credentials reference fo go | asmyasnikov | 2022-08-30 | 2 | -2/+5 |
| | | | add static credentials reference fo go | ||||
* | Remove lz4 build with custom memory configuration | prime | 2022-08-30 | 15 | -129/+0 |
| | | | | | | | | | | lz4 позволяет определить параметр memory на этапе компиляции. Этот параметр задаёт трейдофф между скоростью и степенью сжатия. Сейчас этот параметр используется только в blockcodecs. Поиск по аркадии не находит упоминания этих кодеков. Возможно, что они вообще не используются. https://a.yandex-team.ru/search?search=lz4-fast%5Cd%5Cd-fast,,,arcadia,,500&repo=arcadia https://a.yandex-team.ru/search?search=lz4-fast%5Cd%5Cd-safe,,,arcadia,,500&repo=arcadia Так как параметр на этапе компиляции требует хаков на уровне сборки и усложняет апдейт lz4, предлагаю удалить эти хаки, и оставить только default уровень сжатия (параметр 14). | ||||
* | Update contrib/libs/nghttp2 to 1.49.0 | robot-contrib | 2022-08-29 | 8 | -39/+57 |
| | |||||
* | Fix compiling with MSVC + NVCC on Windows | thegeorg | 2022-08-27 | 1 | -2/+5 |
| | |||||
* | Reimport boost/icl as a separate project | bugaevskiy | 2022-08-25 | 1 | -0/+1 |
| | |||||
* | Reimport boost/iostreams as a separate project | bugaevskiy | 2022-08-23 | 1 | -1/+1 |
| | |||||
* | Markup tests with ya:explicit_data to avoid exporting metadata to github | thegeorg | 2022-08-22 | 127 | -19707/+0 |
| | |||||
* | Update contrib/restricted/abseil-cpp to 20220623.0 | thegeorg | 2022-08-22 | 1 | -2/+2 |
| | |||||
* | move parser_ut to YQ | d-mokhnatkin | 2022-08-19 | 1 | -1/+1 |
| | |||||
* | temp fix ydb oss sync config to unlock sync on /vendor dependency | alexv-smirnov | 2022-08-18 | 4 | -39/+107 |
| | |||||
* | fix darwin build | vvvv | 2022-08-16 | 2 | -110/+99 |
| | |||||
* | Fix selective checkout for ott/backend | setser | 2022-08-16 | 1 | -1/+2 |
| | |||||
* | fix yt/odin-checks/config and yt/odin-checks/bin selective checkout | heretic | 2022-08-15 | 1 | -0/+1 |
| | |||||
* | Update contrib/restricted/nlohmann_json to 3.11.2 | robot-contrib | 2022-08-13 | 23 | -0/+3769 |
| | |||||
* | Enlarge the hierarchy of Abseil-cpp lib | hiddenpath | 2022-08-11 | 3 | -23/+16 |
| | | | Enlarged the hierarchy of abseil-cpp library | ||||
* | fix darwin build | vvvv | 2022-08-08 | 20 | -618/+648 |
| | |||||
* | Update contrib/libs/apache/avro to 1.11.1 | robot-contrib | 2022-08-06 | 10 | -36/+260 |
| | |||||
* | Update contrib/libs/double-conversion to 3.2.1 | robot-contrib | 2022-08-06 | 4 | -9/+17 |
| | |||||
* | Mark clear and reset methods as reinitializing the object. | halyavin | 2022-08-05 | 5 | -7/+14 |
| | | | | | This means, that moved-from object can be safely used after the call of such method. This attribute is used by clang-tidy which checks that moved-from objects are not used unless a reinitialization method is called first. | ||||
* | Fix macro naming in libc_compat | thegeorg | 2022-08-04 | 1 | -3/+3 |
| | | | These includes belong to ucrt (C runtime library, being a part of Windows SDK), not to MSVC compiler. | ||||
* | revert back: link ydbd with pg wrapper to support pg types | uzhas | 2022-08-03 | 6 | -0/+1909 |
| | |||||
* | Update contrib/libs/pdqsort to 2021-03-14 | robot-contrib | 2022-08-01 | 2 | -98/+86 |
| | |||||
* | Put pdqsort under yamaker | shadchin | 2022-07-31 | 1 | -0/+4 |
| | |||||
* | Remove boost/crc from metaproject | bugaevskiy | 2022-07-30 | 1 | -0/+1 |
| | |||||
* | Drop remaining traces of ACTORLIB_HUGE_PB_SIZE | thegeorg | 2022-07-27 | 3 | -66/+39 |
| | | | The only usage of this define was removed in rXXXXXX. | ||||
* | Provide getrandom() and getentropy() by the means of contrib/libs/libc_compat | thegeorg | 2022-07-27 | 4 | -9/+42 |
| | |||||
* | Add boost/graph stub | bugaevskiy | 2022-07-26 | 1 | -0/+1 |
| | |||||
* | Cleanup ydb sync config | shadchin | 2022-07-26 | 3 | -8/+0 |
| | |||||
* | Update contrib/libs/aws-sdk-cpp to 1.8.187 | shadchin | 2022-07-25 | 2 | -198/+377 |
| | |||||
* | Auth | hor911 | 2022-07-24 | 1 | -0/+28 |
| | |||||
* | Update contrib/libs/apache/avro to 1.11.0 | robot-contrib | 2022-07-24 | 59 | -5070/+4098 |
| | |||||
* | Reimport boost/array as a separate project | bugaevskiy | 2022-07-24 | 55 | -570/+1746 |
| | |||||
* | Update contrib/libs/sqlite3 to 3.39.2 | robot-contrib | 2022-07-23 | 3 | -47/+42 |
| | |||||
* | Enable libc++ option that removes legacy transitive includes. | halyavin | 2022-07-23 | 1 | -0/+1 |
| | | | | The upstream returned back a lot of transitive includes due to a lot of breaks. This option disables them so that we can deal with breaks due to transitive includes early. | ||||
* | libc_compat: Utilize #include_next to avoid contrib patching | thegeorg | 2022-07-22 | 4 | -2/+26 |
| |