aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'rightlib' into merge-libs-250224-0050Alexander Smirnov2025-02-247-14/+43
|\
| * Intermediate changesrobot-piglet2025-02-243-5/+27
| | | | | | | | commit_hash:f53fe2f4dc9bd145aafbd80b16163b15a3aaad11
| * Update contrib/python/types-protobuf to 5.29.1.20250208robot-contrib2025-02-234-9/+16
| | | | | | | | commit_hash:89500484188ae5c6c83d631f595f5ae2a7ad3ee4
* | Merge branch 'rightlib' into merge-libs-250222-0050Alexander Smirnov2025-02-22332-2514/+6746
|\|
| * Update contrib/libs/zstd to 1.5.7robot-contrib2025-02-2187-1946/+3209
| | | | | | | | | | | | | | | | | | Release highlights are: * The compression speed for small data blocks has been notably (~10%) improved at fast compression levels. * The `--patch-from` functionality of the zstd CLI ... had its speed reduced to uncomfortable levels. v1.5.7 largely mitigates the speed impact of high compression levels 18+ * The compression ratio has been enhanced slightly for large data across all compression levels, commit_hash:c66283dd802e1fd38484f7179848006c58f2baa4
| * Intermediate changesrobot-piglet2025-02-211-1/+1
| | | | | | | | commit_hash:cb0e6cd2da19208eef350a84163cc150e094e8bd
| * Update contrib/libs/liburing to 2.9robot-contrib2025-02-21232-393/+2927
| | | | | | | | commit_hash:88f21b0567edce8f03258355bcc0e4029ea2085b
| * Update contrib/restricted/fast_float to 8.0.0robot-contrib2025-02-2112-174/+609
| | | | | | | | commit_hash:65d9b3d669fb4794d962c6233c5fe43eb098bb9d
* | Merge branch 'rightlib' into merge-libs-250221-0050Alexander Smirnov2025-02-216-6/+9
|\|
| * Fix reimport after rXXXXXXthegeorg2025-02-202-2/+2
| | | | | | | | commit_hash:5831a7282e9076bcdaed69e18fd886e648edf8f7
| * Intermediate changesrobot-piglet2025-02-204-4/+7
| | | | | | | | commit_hash:09e2f46a2edbdcbcbac13a14a6e47d96fc88f66e
* | Merge branch 'rightlib' into merge-libs-250220-0050Alexander Smirnov2025-02-2041-60/+116
|\|
| * Update contrib/restricted/boost/context to 1.87.0robot-contrib2025-02-1933-52/+99
| | | | | | | | commit_hash:daaa34ee67e926e777bc9d21d15aa40b8de64f33
| * Intermediate changesrobot-piglet2025-02-196-6/+15
| | | | | | | | commit_hash:24aa47673f664dfffb1ecde56dcf0bd5d1e5b8f7
| * No more warnings about deprecation headers from boostmikhnenko2025-02-192-2/+2
| | | | | | | | commit_hash:8628da31ee57885e46675efa796bef34e8b992c4
* | Merge branch 'rightlib' into merge-libs-250219-0050Alexander Smirnov2025-02-19175-1592/+3422
|\|
| * Update contrib/restricted/abseil-cpp to 20250127.0thegeorg2025-02-18172-1591/+3225
| | | | | | | | commit_hash:cb84f6cd1a663877e7f59ac994d08e04a1e76205
| * Enable _LIBCPP_NODISCARD_EXTmikhnenko2025-02-181-1/+0
| | | | | | | | commit_hash:98617260ebfdb67dc8ab65290642c0c5d79edc4d
| * refactor out py2 protobuf herobora afterpg2025-02-182-0/+197
| | | | | | | | commit_hash:8241ea2d9e5c3d12ca4c8902cdac23ed6630d4ce
* | Merge branch 'rightlib' into merge-libs-250217-0050Alexander Smirnov2025-02-1788-545/+876
|\|
| * Update Python 3 to 3.12.9shadchin2025-02-1688-545/+876
| | | | | | | | commit_hash:c8651982d81e18f18e037fb247cc6ae53c4fa7f1
* | Merge branch 'rightlib' into merge-libs-250216-0050Alexander Smirnov2025-02-1615-57/+392
|\|
| * Update contrib/libs/simdjson to 3.12.2robot-contrib2025-02-156-24/+27
| | | | | | | | commit_hash:1da1e7f4c8215c30ac33f0a481944ca35188e1fa
| * Intermediate changesrobot-piglet2025-02-159-33/+365
| | | | | | | | commit_hash:293c725da86af9df83cab900e86bf2b75cc6b4e8
* | Merge branch 'rightlib' into merge-libs-250215-0050Alexander Smirnov2025-02-1530-401/+109
|\|
| * Intermediate changesrobot-piglet2025-02-145-308/+10
| | | | | | | | commit_hash:4dd0c044a5e9e9175ef0dc26529f02571e4d1186
| * Intermediate changesrobot-piglet2025-02-1411-37/+37
| | | | | | | | commit_hash:c45dbb0d259016c5fc213386961b6c37644b5351
| * Update contrib/libs/backtrace to 2025-01-30robot-contrib2025-02-143-19/+25
| | | | | | | | commit_hash:bbbdac5958974bccf4be73b83e766eebcf78348c
| * Intermediate changesrobot-piglet2025-02-1411-37/+37
| | | | | | | | commit_hash:88ee1e85af050b358e27a1d889b4a5d04af680d5
* | Merge branch 'rightlib' into merge-libs-250214-0050Alexander Smirnov2025-02-1414-13/+453
|\|
| * [contrib/poco] Disable thread sanitizer instrumentation on initialize and ↵mvel2025-02-131-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uninitialize Чисто формально инициализация указателя мьютексов не атомарна, факт. Чинить это более красиво можно, но нужно ли? Пример падения под санитайзером ``` raise () /lib/x86_64-linux-gnu/libc.so.6 abort () /lib/x86_64-linux-gnu/libc.so.6 ___interceptor_abort (fake=2) /-S/contrib/libs/clang18-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp +1915 __sanitizer::Abort () /-S/contrib/libs/clang18-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp +143 __sanitizer::Die () /-S/contrib/libs/clang18-rt/lib/sanitizer_common/sanitizer_termination.cpp +58 __tsan::OutputReport (thr=0x7fa19c45f000, srep=...) /-S/contrib/libs/clang18-rt/lib/tsan/rtl/tsan_rtl_report.cpp +666 __tsan::ReportRace (thr=0x7fa19c45f000, shadow_mem=<optimized out>, cur=..., old=..., typ0=0) /-S/contrib/libs/clang18-rt/lib/tsan/rtl/tsan_rtl_report.cpp +822 Poco::Crypto::OpenSSLInitializer::initialize () /-S/contrib/libs/poco/Crypto/src/OpenSSLInitializer.cpp +101 Poco::Crypto::OpenSSLInitializer::OpenSSLInitializer (this=<optimized out>) /-S/contrib/libs/poco/Crypto/src/OpenSSLInitializer.cpp +67 Poco::Crypto::CipherKeyImpl::CipherKeyImpl (this=0x721c00aa95f0, name=<error reading variable: Cannot access memory at address 0x72102d2b53c0>, key=..., iv=...) /-S/contrib/libs/poco/Crypto/src/CipherKeyImpl.cpp +57 Poco::Crypto::CipherKey::CipherKey (this=0x7f98e9ef3df8, name=<error reading variable: Cannot access memory at address 0x72102d2b53c0>, key=std::__y1::vector (length=32, capacity=32) = {...}, iv=std::__y1::vector (length=32, capacity=32) = {...}) /-S/contrib/libs/poco/Crypto/src/CipherKey.cpp +33 yabs::AesEncrypt (data=..., length=length@entry=yabs::AES_128, aesKey=std::__y1::vector (length=32, capacity=32) = {...}, initVector=std::__y1::vector (length=32, capacity=32) = {...}, encoding=encoding@entry=Poco::Crypto::Cipher::ENC_BASE64) /-S/yabs/server/libs/crypt/crypt.cpp +59 ProcessStatModeOnStat (b=b@entry=0x727000128990, context=...) /-S/yabs/server/libs/count/count.cpp +1750 yabs_handler_stat_count (b=0x727000128990) /-S/yabs/server/libs/handlers/stat/handler_count.cpp +14 ... ``` commit_hash:ea00d166a03e0d46cc2de9bf7ed8be549e105e20
| * Intermediate changesrobot-piglet2025-02-1313-8/+438
| | | | | | | | commit_hash:ed866127668ea37af240d0f863a53784df961351
* | Merge branch 'rightlib' into merge-libs-250213-0050Alexander Smirnov2025-02-13175-1214/+1897
|\|
| * Intermediate changesrobot-piglet2025-02-121-1/+1
| | | | | | | | commit_hash:937a0de64e9052e257f699b68ffe250d6b5a9bba
| * Update contrib/libs/linux-headers to 6.6.7robot-contrib2025-02-1275-185/+1552
| | | | | | | | commit_hash:495eaa25d72e8f80b0e4624c328677f50a736233
| * Intermediate changesrobot-piglet2025-02-127-915/+157
| | | | | | | | commit_hash:1bca3008ad9207810406179af26ca226e973f69c
| * Introduce custom license tag for proofread version of ClArtisticthegeorg2025-02-122-3/+3
| | | | | | | | | | | | | | _Clarified Artistic Licenses_ is not that clarified, as the authors were expecting (see ST ticket for the details). Thus we introduce a fake `Custom-clarified-artistic-proofread` license which can be used to mark certain piece of code as safe-to-use. commit_hash:510f2ded8c124ecce5b388d082453ed8215024bb
| * Update contrib/libs/simdjson to 3.12.1robot-contrib2025-02-125-21/+23
| | | | | | | | commit_hash:dacf93f603db35f2280c459810037876e0ee26fd
| * Intermediate changesrobot-piglet2025-02-1285-85/+85
| | | | | | | | commit_hash:968efa1587ed15d27ed5b3b0c8f68f01abcbba67
| * simplify afterpg2025-02-123-7/+79
| | | | | | | | commit_hash:4d91c6379cf9f4b3a49a60b7500e1d8f809ad712
* | Merge branch 'rightlib' into merge-libs-250211-2028Alexander Smirnov2025-02-115805-2560404/+15
|\|
| * Ban contrib/python/scipymaxim-yurchuk2025-02-115817-2560386/+3050
| | | | | | | | | | | | | | Прошлый заход не удался <HIDDEN_URL> commit_hash:a9dd4eea354606afa3f593d4fccd9ed881188234
| * Change "devtools/contrib/piglet/projects/ydblib/config.yaml"maxim-yurchuk2025-02-1115-3050/+0
| | | | | | | | | | | | | | | | | | В scipy лежит какой то код на фортране, гитхаб [показывает](https://github.com/ydb-platform/ydb) что ydb состоит на 1.2% из фортрана ![image.png](https://arcanum.s3.mds.yandex.net/files/maxim-yurchuk/2LEi0P30SMM3gMiOXC0ch) Во дворе дети показывают пальцем, обзывают фортранщиком commit_hash:6e17d7e2b13d628e318ba8deb5ab29e159fdf712
| * Intermediate changesrobot-piglet2025-02-113-18/+15
| | | | | | | | commit_hash:f3acde65f4eb25503f414d5262f52b496123bd96
* | Merge branch 'rightlib' into merge-libs-250211-1102Alexander Smirnov2025-02-115274-2257377/+4
|\|
| * Remove deps on pandasmaxim-yurchuk2025-02-115274-2257399/+0
| | | | | | | | | | | | | | | | | | | | <https://github.com/ydb-platform/ydb/pull/14418> <https://github.com/ydb-platform/ydb/pull/14419> \-- аналогичные правки в gh Хочу залить в обход синка, чтобы посмотреть удалится ли pandas в нашей gh репе через piglet commit_hash:abca127aa37d4dbb94b07e1e18cdb8eb5b711860
| * Disable symbols redefining for MAPSMOBI_BUILD_TARGETmikhnenko2025-02-111-0/+4
| | | | | | | | commit_hash:9424e37bc99e6d61ff8496bf319539c6f1786669
* | Merge branch 'rightlib' into merge-libs-250211-0050Alexander Smirnov2025-02-11142-12957/+15336
|\|
| * Update contrib/libs/lzma to 5.6.4robot-contrib2025-02-1010-19/+92
| | | | | | | | commit_hash:509ecf098c2bdb4bf7273b95ff459ee74bd2a6bf
| * feat grpc: Request body is malformed when using retryPolicy along with the ↵leonidlazarev2025-02-102-1/+36
| | | | | | | | | | | | | | | | | | gzip compression Patch for issue 37742: Request body is malformed when using retryPolicy along with the gzip compression Tests: протестировано в тестинге commit_hash:d80d29f768bc26e1bcf6afa64b05cea476d4007d