aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate changesrobot-piglet2025-06-2122-390/+939
| | | | commit_hash:e109e4e334fdc9ac21071bf6c37ddf3be36a335e
* Intermediate changesrobot-piglet2025-06-215-11/+98
| | | | commit_hash:694a59b7c082431d781edd4484f72ab37faca2cd
* Intermediate changesrobot-piglet2025-06-211-9/+1
| | | | commit_hash:bade34277134f435ac6ada644995f0a06faa5ae8
* Merge numerous abseil-cpp-tstring sublibraries to ease unbundlingthegeorg2025-06-2173-1376/+3585
| | | | commit_hash:257c1f495ecb3aac071ea951e8384c5b7d0a5251
* feat cinnamon: Fix building openssl app for WASM.vchigrin2025-06-203-8/+1
| | | | commit_hash:c316a65dd7cebae219933ca52deaa682fa897877
* Update contrib/restricted/abseil-cpp to 20250512.1robot-contrib2025-06-205-9/+12
| | | | commit_hash:d6c19d9e9a68c6c524688a83e9adccbc4a856420
* Update contrib/libs/croaring to 4.3.5robot-contrib2025-06-207-15/+24
| | | | commit_hash:fc7197a85c0a70a757d2a351b0cb083bc1d239f0
* Update contrib/libs/croaring to 4.3.4robot-contrib2025-06-197-18/+236
| | | | commit_hash:8028a9ba10c350e69168a83cc21bb23c3e780936
* Intermediate changesrobot-piglet2025-06-196-6/+8
| | | | commit_hash:1975991ba90e35698d5e2f9693b93db46526635f
* Intermediate changesrobot-piglet2025-06-1919-165/+378
| | | | commit_hash:283b0c2ecb46f54501d7d1b92643c0090cebaa95
* Update Python 3 to 3.12.11shadchin2025-06-1823-3530/+4405
| | | | commit_hash:0054a0810a95d3f1aa3d36410976d43e03ff7e86
* Fix issues with OpenSSL built for WASM platforms.vchigrin2025-06-185-17/+62
| | | | commit_hash:d56db855272e63b58a87f119c60fd424234a06dd
* Intermediate changesrobot-piglet2025-06-189-10/+37
| | | | commit_hash:a40418db4b2c00660261a326eb328f5e415a3da4
* Update contrib/restricted/abseil-cpp to 20250512.0thegeorg2025-06-18217-10280/+6862
| | | | | Abseil now requires at least `C++17` and follows _Google's Foundational C++ Support Policy_. commit_hash:9209d4b467d10405bf5b082471dcd65c2546c6bc
* Intermediate changesrobot-piglet2025-06-173-0/+21
| | | | commit_hash:ff50a44bdfd5c21be7a5c2a0f48165050d5313cd
* Intermediate changesrobot-piglet2025-06-171-1/+1
| | | | commit_hash:88b24b02dc6b8f95ed215c7836926a84d10d14c0
* Migrate linker related scripts to py3nechda2025-06-161-1/+1
| | | | commit_hash:53092809407c91c9ec49c7cc6bcf32f1cb5fac7d
* Merge numerous abseil-cpp sublibraries to ease unbundlingthegeorg2025-06-1651-1719/+392
| | | | commit_hash:c79291e10915f16a7e803709401e2d344fc6db3d
* Follow up for rXXXXXXthegeorg2025-06-152-6/+0
| | | | commit_hash:39c5d2a8a9f618b4e01f1489e11fa131e2db4001
* Intermediate changesrobot-piglet2025-06-15339-12751/+24644
| | | | commit_hash:79edafb911368bba0a4d2f7f151a6c8a37c349f3
* Update contrib/libs/croaring to 4.3.3robot-contrib2025-06-156-31/+42
| | | | commit_hash:39a69dfa71c7a4f33f49fcb243fc529ea807c652
* Make contrib/libs/flatbuffers independent from abseil-cppthegeorg2025-06-153-7/+2
| | | | commit_hash:80437ff8d8e74785109837b24c42b552e551542e
* Update contrib/libs/liburing to 2.10robot-contrib2025-06-13247-611/+4277
| | | | commit_hash:5de87f0bd0fd45cfec53a8a7fb3cb4e7afee7ee6
* Update Python 3 to 3.12.10shadchin2025-06-1393-19983/+15829
| | | | commit_hash:dd2398e159fe1d72ea6b12da52fccc933a41a785
* Intermediate changesrobot-piglet2025-06-127-12/+12
| | | | commit_hash:076bd887076f58e85e0f460ed10d4aa08c78e8d7
* Enable std::optional monadic operationsswarmer2025-06-114-10/+107
| | | | | Make monadic methods usable without switching to the C++23. commit_hash:3690a8da41d8ed8aac44bc0f7d238c076eb1e603
* Disable c-ares in grpc on Windows due to problems.sath2025-06-112-0/+20
| | | | commit_hash:a221f9e36bdbf2470308d734a647a189bc94cd70
* Update contrib/libs/libidn to 1.43robot-contrib2025-06-1183-10815/+4269
| | | | commit_hash:8ed498cf34402fc5c1263c4b6c5f3709b363d1e4
* Intermediate changesrobot-piglet2025-06-11704-4044/+18777
| | | | commit_hash:85800e18d43ac8550a7a5b184c74a0969135e54f
* Intermediate changesrobot-piglet2025-06-111-45/+69
| | | | commit_hash:2bf9c1b6870e349d12e119de8052cc3b67791dab
* Update contrib/libs/opentelemetry-proto to 1.7.0robot-contrib2025-06-104-44/+60
| | | | commit_hash:b95063251dbcd0b611ac14d7fa28b25b0d5754a7
* Respect user data when hashing samplesmikailbag2025-06-1011-35/+127
| | | | | Currently allocation sampling code does not account for user-data in samples, so two samples differing only in user data are treated the same. It can negatively affect quality of resulting profiles. This patch effectively rebases [YTSaurus patch](https://github.com/ytsaurus/ytsaurus/commit/7fbc80bd10915c8703b9651eca3bacc96e034a12) on current TCMalloc version, fixing the issue. commit_hash:82c18820f5c890b8b851df8e3c6ee779144690a0
* Intermediate changesrobot-piglet2025-06-10713-833/+23854
| | | | commit_hash:8f651cd5d60bd83ae5ee0d24c330ef405b82a372
* Update contrib/libs/ngtcp2 to 1.13.0robot-contrib2025-06-1012-154/+130
| | | | commit_hash:1fbda17590462823685ed2a078e5d2cb97bbba6a
* update `contrib/libs/brotli` to v1.1.0redotter2025-06-1091-3891/+8561
| | | | commit_hash:e1844cb75220a0667cabc8ce26d64d261dca4efb
* Intermediate changesrobot-piglet2025-06-103-4/+12
| | | | commit_hash:d5f89bd17ad9987bcb95e4e86366ec5b9912d8ea
* Update contrib/libs/nghttp3 to 1.10.1robot-contrib2025-06-104-7/+11
| | | | commit_hash:2ff8ccf77f5f4ae2fb4f6b6fe99c4a5da9c4b8ec
* Eliminate UIDs difference with and w/o coveragespreis2025-06-101-1/+1
| | | | | | | | This includes - No coverage or other dependencies on profile runtime for prebuilt programs (make no sence) - Fix for `-nodefaultlibs` setting when NO_CLANG_COVERAGE() set on module - No coverage or profile runtime for enum_parser. While this may be profiled in theory impact on UIDs change for generation results (due to) outweighs ephemeral profiling opportunity. commit_hash:e79656a9fa1c40162e5d104d7d696f7fab27cda8
* Intermediate changesrobot-piglet2025-06-105-16/+24
| | | | commit_hash:1d18a3a019a737415b5508c62390d6373071cf9f
* Intermediate changesrobot-piglet2025-06-098-27/+67
| | | | commit_hash:e594b985d9b571bd3d1e14ec6a75601ef80617bf
* Intermediate changesrobot-piglet2025-06-093-3/+3
| | | | commit_hash:f135fb78945f557de9bee0e653714e873744e099
* Intermediate changesrobot-piglet2025-06-095-17/+142
| | | | commit_hash:59c53f005f0ded2f215a7fc2259a4cac90dda72a
* Intermediate changesrobot-piglet2025-06-072-1/+7
| | | | commit_hash:fa53360347974a1c0f3badfe05ea1569a4b6212e
* Intermediate changesrobot-piglet2025-06-072-2/+3
| | | | commit_hash:bd5f4cb87add017a4d96e29e55b014f905825898
* Update contrib/libs/openldap to 2.6.10robot-contrib2025-06-0713-19/+123
| | | | commit_hash:cc795ef3022ab137db4e9ee8d731f354c2d608ff
* Update contrib/restricted/aws/aws-c-mqtt to 0.13.1robot-contrib2025-06-074-8/+28
| | | | commit_hash:018a8aa49dc28afc356e3e6938826f660acd07ed
* use yamaker for brotliredotter2025-06-077-36/+57
| | | | | Засовываю `contrib/libs/brotli` под yamaker, чтобы была возможность обновлять его автоматически commit_hash:4a75d7b2dc04c21ae4d9619af457fea1e6adbf8b
* Intermediate changesrobot-piglet2025-06-07116-1202/+1668
| | | | commit_hash:929b636025dc9f709f1ff57bfa609d3504adba19
* use repo layout in `contrib/libs/brotli`redotter2025-06-0590-10/+10
| | | | commit_hash:b4eac4cf131dd15c80c126415bebfca8a85d819d
* Update contrib/libs/simdjson to 3.13.0robot-contrib2025-06-0510-26/+73
| | | | commit_hash:c30203c3ffe630324436789272f0d65d573575bc