summaryrefslogtreecommitdiffstats
path: root/contrib/restricted/abseil-cpp-tstring
Commit message (Collapse)AuthorAgeFilesLines
* Update contrib/restricted/abseil-cpp-tstring to 20230802.1robot-contrib2023-09-208-11/+33
|
* Update contrib/restricted/abseil-cpp-tstring to 20230802.0thegeorg2023-08-21197-4173/+6150
|
* feat grpc: update to grpc 1.54.2leonidlazarev2023-08-0138-0/+6266
| | | | | | | | | | update grpc to 1.54.2 update grpcio to 1.54.2 Added patches: pr33239_fix_use_after_free.patch Removed patches: pr32547-fix-race.patch - exists in upstream
* Add explicit sanitizer dependencies up to contrib/toolsreshilkin2023-07-2615-0/+18
|
* Intermediate changesrobot-piglet2023-06-131-1/+1
|
* add ymake export to ydbalexv-smirnov2023-06-1317-0/+492
|
* Fix gRPC hanging after forksomov2023-06-052-0/+6
|
* feat grpc: update to grpc 1.50.2leonidlazarev2023-06-025-0/+1937
| | | | | | | | | | | | | | | update grpc to 1.50.2 update grpcio to 1.50.0 Удаленные патчи: 06-flow_control.patch - логика в upstream удалена 10-fix-crash-on-fork.patch - логика в upstream удалена 12-coverity-fix.patch - логика в upstream удалена 20-P2166-string-nullptr.patch - в upstream временный объект вместо nullptr PR29209-fix-heap-use-after-free.patch - решение есть в upstream Добавленные патчи: pr33085_fix_epoll1_engine_reinit.patch 21-windows_build.patch
* Update contrib/restricted/abseil-cpp-tstring to 20230125.3robot-contrib2023-05-191-1/+1
|
* External build system generator release 29robot-ya-builder2023-04-1917-17/+17
| | | Update tools: yexport
* Update contrib/restricted/abseil-cpp-tstring to 20230125.2robot-contrib2023-04-121-1/+1
|
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-2817-492/+0
|
* Update contrib/restricted/abseil-cpp-tstring to 20230125.1thegeorg2023-03-25170-3510/+9410
|
* Intermediate changesrobot-piglet2023-03-2332-5993/+0
|
* External build system generator release 21robot-ya-builder2023-03-1717-51/+51
| | | Update tools: yexport
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-1518-0/+526
|
* Intermediate changesrobot-piglet2023-03-0934-0/+501
|
* Intermediate changesrobot-piglet2023-03-0751-34/+34
|
* External build system generator release 17robot-ya-builder2023-03-0617-17/+17
| | | Update tools: yexport
* NO_COMPILER_WARNINGS in cmake msvc buildssvidyuk2023-02-1836-36/+36
|
* Intermediate changesrobot-piglet2023-02-0736-324/+324
|
* Intermediate changesrobot-piglet2023-02-0736-324/+324
|
* External build system generator release 12robot-ya-builder2023-01-3117-17/+17
| | | Update tools: yexport
* External build system generator release 8robot-ya-builder2023-01-1770-70/+70
| | | Update tools: yexport
* Sync linux-headers instead of using system onesthegeorg2022-12-1568-331/+1566
|
* contrib/restricted/abseil-cpp-tstring: add dependency on memory which is ↵arumyan2022-11-262-0/+2
| | | | probably missed
* [grpc],Fix build using selective checkouturanix2022-11-222-0/+14
| | | memory убрали в rXXXXXX, но он нужен чтобы работал селективный чекаут
* Update contrib/libs/grpc to 1.44.0thegeorg2022-11-0951-0/+9762
|
* Cleanup unused grpc targetsthegeorg2022-11-022-14/+0
| | | | | * 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
* Drop abseil patch as std::bind_front works nowthegeorg2022-10-111-1/+1
|
* Update contrib/restricted/abseil-cpp-tstring to 20220623.1robot-contrib2022-09-022-2/+2
|
* Merge absl/city and absl/demangle sublibraries to where they belongthegeorg2022-09-018-54/+2
|
* Update external build system generation utilityrobot-ya-builder2022-09-012-0/+35
| | | | * [cmake] Hierarchical add_subdirectroy structure * [cmake] Support for same file compilation multiple times with different flags
* Update contrib/restricted/abseil-cpp-tstring to 20220623.0thegeorg2022-08-31135-2603/+4824
|
* Do not pass -msse* options to nvccthegeorg2022-08-301-7/+3
| | | While it might be reasonable to compile host part of `.cu` sources with these optimizations enabled, nvcc tries to pass these options down towards cicc which (obviously) lacks x86_64 extensions support.
* temp fix ydb oss sync config to unlock sync on /vendor dependencyalexv-smirnov2022-08-181-0/+10
|
* Fix selective checkout for ott/backendsetser2022-08-161-0/+10
|
* fix yt/odin-checks/config and yt/odin-checks/bin selective checkoutheretic2022-08-151-0/+10
|
* Enlarge the hierarchy of Abseil-cpp libhiddenpath2022-08-1154-931/+1194
| | | Enlarged the hierarchy of abseil-cpp library
* fix ya.makemonster2022-07-07117-21048/+5786
|
* Hackish NO_COMPILER_WARNINGS supportsvidyuk2022-07-0134-0/+102
| | | | | | | | Proper implementation must be done as part of YMAKE-91 YMAKE-91 ref:8b77363477972e5927f43d53d571cd60dd458995
* intermediate changesarcadia-devtools2022-06-1335-413/+413
| | | | ref:5004388c52f14b7b0a9521b0eee797b5081d4f35
* intermediate changesarcadia-devtools2022-06-1043-507/+413
| | | | ref:2cf7b068367f584737d54e38e21e004dde93c1d2
* intermediate changesarcadia-devtools2022-06-0734-102/+0
| | | | ref:bab1141168add6a5ad2d3ac926957ac6c27e30c3
* Update grpc to 1.43.2 DTCC-864heretic2022-03-252-0/+89
| | | | ref:50a492c335cda70f458797cf945e49fe739c2715
* intermediate changesarcadia-devtools2022-03-151-0/+51
| | | | ref:953ca886ec160075b38c0f3614de029b423f0a9e
* intermediate changesarcadia-devtools2022-03-1549-1797/+0
| | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
* intermediate changesarcadia-devtools2022-03-04333-4442/+4442
| | | | ref:c67faec740b4d59ed47c6dfdc7076c904650af60
* Improve SystemCommand check in YDB CLI, KIKIMR-14321pnv12022-03-0139-0/+351
| | | | ref:fe5ed49138dce046a93c364cc8879fad3abf3eef
* intermediate changesarcadia-devtools2022-02-2372-403/+403
| | | | ref:ebd32b0cc043a6dccdb1da5cbe0a625bd6fadbec