aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs
Commit message (Collapse)AuthorAgeFilesLines
* Update contrib/libs/curl to 7.82.0robot-contrib2022-04-23120-6280/+5095
| | | | ref:0a102f02466c720a2ee37f41ed197348e7b727bd
* Update libc++ to 429a717e (20 Jan 2022).Andrey Khalyavin2022-04-2137-361/+699
| | | | | | | | | | | | | | | | Notable changes: * use _LIBCPP_DEBUG_ASSERT in unordered_map and vector headers * use reserved identifiers for template parameters * fix category of fs::path::iterator * introduce __debug_db_insert_i() for debug checks to support compile-time evaluation * add specializations of basic_common_reference and common_type for tuple * fix std::lognormal_distribution::param_type * add _LIBCPP_HIDE_FROM_ABI to in_in_result conversion operators * replace _LIBCPP_INLINE_VISIBILITY with _LIBCPP_HIDE_FROM_ABI in move_iterator.h * fix __simple_view concept in std::ranges * add some ASCII/EBCDIC support for z/OS ref:b0e68cbe142a3f06a8804f247119b5eb0a455a39
* Update contrib/libs/curl to 7.81.0thegeorg2022-04-2077-3264/+3646
| | | | ref:47b24ca6f73cd31c101d7e08fb558fb7ddd6b54f
* IGNIETFERRO-1816 Update Python 3 from 3.9.12 to 3.10.4shadchin2022-04-1822-14/+70
| | | | ref:9f96be6d02ee8044fdd6f124b799b270c20ce641
* Update libc++ to 5726e559 (14 Jan 2022).Andrey Khalyavin2022-04-1714-2144/+2401
| | | | | | | Notable changes: * chrono modularization ref:42040cfb4887a3eaac1dd7bc783623c820734637
* Move 'kikimr/yndx'-depending tests out of ydb/corekomels2022-04-1577-17533/+0
| | | | ref:0a380e13308d579e0545a76924330d1ca5129c43
* Update libc++ to b6d87773 (14 Jan 2022).Andrey Khalyavin2022-04-1532-414/+614
| | | | | | | | | | | | | | | | Notable changes: * implement operator << for filesystem::directory_entry * add std::ranges::in_in_result * add std::ranges::owning_view * add std::ranges::cdata * add std::ranges::construct_at and destroy{,_n,_at} * small fixes in std::ranges::data * SFINAE away std::ranges::cbegin(const T&&) for non-borrowed T * use arc4random to implement std::random_device on Apple * introduce __fits_in_sso to put constexpr check into a central place * introduce __debug_db_insert_c to put #if and constexpr check into a central place ref:b3dd06bd52f06e8939227ca0f0a5873d0c211e48
* Final part on compatibility layer: LOGBROKER-7215komels2022-04-1477-0/+17533
| | | | ref:777c67aadbf705d19034a09a792b2df61ba53697
* CONTRIB-2513 Update contrib/libs/curl to 7.80.0shadchin2022-04-1370-2385/+3476
| | | | ref:9f073731f38021df100328c1b343280bf6632e23
* Fix reimport after changing libiconv provides.pbtxtshadchin2022-04-131-1/+0
| | | | ref:d5eb1c4f30e0353339426d866def366e35b42614
* CONTRIB-2513 Update contrib/libs/curl to 7.79.1shadchin2022-04-1076-2612/+2965
| | | | ref:cfccba5015904b0f0cadfc018200e2a1b4d50ae6
* Remove unnecessary patches from curlthegeorg2022-04-102-1/+4
| | | | ref:779335552bd6c48b3d9a1c3928b50bd17418d7e2
* CONTRIB-2513 Update contrib/libs/curl to 7.78.0shadchin2022-04-09107-4200/+5040
| | | | ref:b290831c3e739ee8c89b5e4f10cc434f557bc92f
* CONTRIB-2513 Update contrib/libs/curl to 7.77.0shadchin2022-04-09124-4806/+6328
| | | | ref:88dc545867909534adecc7502c44301cabf1a899
* CONTRIB-2513 Update contrib/libs/curl to 7.76.1shadchin2022-04-0897-3936/+5034
| | | | ref:6ca4bf15fd9dd0eb27cbc38bcd575b8251b98a4b
* Add rule to generate cmake file. KIKIMR-14679Daniil Cherednik2022-04-085-188/+25
| | | | ref:520f7b10e2f41d081d1552c1ce75159826498334
* CONTRIB-2513 Update contrib/libs/curl to 7.75.0shadchin2022-04-08146-8861/+11296
| | | | ref:7c8de2c266b810de3b31604360c6ad878fa166ab
* KIKIMR-14667 OSS сборка ydb тянет cloud зависимостьhrustyashko2022-04-0867-7281/+0
| | | | | | | | move cloud_function's specific provider to /yql/providers rename providers/external_function to providers/funtion ref:9e1f75312ba88c116e4d007207d2cec6f62d532a
* Fix reimport after yamaker changesthegeorg2022-04-072-2/+2
| | | | | | `_M_ARM64` [is predefined](https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros) by MSVC when compiling for ARMv8. ref:f20027d7ea0f18d0a3d1e2510a8eafe47809eeb6
* YQ-1003 ExternalFunction providerhrustyashko2022-04-075-25/+188
| | | | | | | | | | store connection name at resolved function rename expr nodes to dq_function dq function data provider ref:23fa1160965eb31574ae1c31a5a9152781f238c2
* Update libc++ to 8d23b742 (11 Jan 2022).Andrey Khalyavin2022-04-07127-382/+740
| | | | | | | | | | | | | | Notable changes: * implement in_out_result in ranges * implement uninitialized_copy{,_n} and uninitialized_move{,_n} in ranges * use _LIBCPP_DEBUG_ASSERT in list * alphabetize header includes. * use Fuchsia-native monotonic clock for std::chrono::steady_clock * properly handle specializations of std::is_placeholder * add __cpo namespace to ranges::{advance, next, prev} for ADL reasons * add template lerp function ref:1cc313d57e8757bed1d0950624d0c3a2b7da8a4f
* Fix proto namespace support for pluginssvidyuk2022-04-072-55/+3
| | | | ref:64f38ab703c48a08c49a2ede68481651c4d51f13
* intermediate changesarcadia-devtools2022-04-065-41/+87
| | | | ref:e8092279aeb152c7934ef72249a90434dbbe4318
* intermediate changesarcadia-devtools2022-04-0342-658/+439
| | | | ref:8fcd56b3fe762902848ae3f9eabb01e1aa97432c
* intermediate changesarcadia-devtools2022-04-015-73/+44
| | | | ref:04088b5ce70b83f5eaf307a1743e0179beaeb170
* intermediate changesarcadia-devtools2022-03-311-0/+10
| | | | ref:53e2cfe72d6c99645ce8c3ec722b316a382a509b
* Cloud Function gatewayhrustyashko2022-03-3067-0/+7332
| | | | ref:f6ff1d18198749d377882291ee9ef9c4330b708d
* intermediate changesarcadia-devtools2022-03-3025-196/+180
| | | | ref:6e865ff0ae14a24901c8add989f674d8e88acf17
* intermediate changesarcadia-devtools2022-03-305-6/+25
| | | | ref:fdfa01b30da771d048686887331b1a56d5b0439d
* intermediate changesarcadia-devtools2022-03-284-151/+208
| | | | ref:1a63b74b61c8b2de44dfe7402fcceaa40fd8b450
* intermediate changesarcadia-devtools2022-03-2720-2783/+3308
| | | | ref:bbc923aac9ef025dc91140be0c7607c81622b526
* intermediate changesarcadia-devtools2022-03-251-0/+13
| | | | ref:84de00009e51ecf595c13dfc2c9846069069605d
* Update grpc to 1.43.2 DTCC-864heretic2022-03-251715-58913/+84883
| | | | ref:50a492c335cda70f458797cf945e49fe739c2715
* intermediate changesarcadia-devtools2022-03-251-0/+1
| | | | ref:ac52b2b4969cd1562fcebef15e16af428f77648b
* intermediate changesarcadia-devtools2022-03-2437-321/+1028
| | | | ref:9eb06e5e31eb4c81bc7f55fa295da8edd4e644bb
* intermediate changesarcadia-devtools2022-03-242-2/+2
| | | | ref:d989d9a6b4f13a67ecb216aa3afa837157f6ef39
* intermediate changesarcadia-devtools2022-03-2326-28/+8972
| | | | ref:e2259743aaaa198850a5184b92813fca8eb3a49b
* intermediate changesarcadia-devtools2022-03-2135-5633/+28
| | | | ref:a71ac657b5f2f446a1af9b99473c67945c36aeeb
* intermediate changesarcadia-devtools2022-03-201-1/+1
| | | | ref:ac69799db1f6e61306109e53aaaa1a48754b4a72
* util: Do not define SIZEOF_SIZE_T, as it is not used in our codebasethegeorg2022-03-206-13/+13
| | | | | | | | | | | | | | codesearch shows [114 usages](https://a.yandex-team.ru/search?search=%5CbSIZEOF_SIZE_T%5Cb,,jC,arcadia,,500) of this macro outside of contrib. None of these usages looks as being util-dependent. Defining this in util triggers `-Wmacro-redefined` whenever `` gets included after our ``. UPD: It turns out that our curl was using this define for a reason, so I have implemented an util-independent solution instead. ref:c80e45c42a9c0ec76eda33e63b560b285e1ee502
* intermediate changesarcadia-devtools2022-03-191-1/+1
| | | | ref:ceeec27152a9bf5c4e5085ccf698f679946da418
* don't export pg_wrapper in opensource build yetvvvv2022-03-191049-531812/+0
| | | | ref:4e1943a79707d4ee2518b60ffd3919b3e6341d12
* intermediate changesarcadia-devtools2022-03-174-221/+301
| | | | ref:1abbc1a4aac58e9775b192a06be577ba688ea039
* intermediate changesarcadia-devtools2022-03-1785-1150/+1602
| | | | ref:b701e8676af251d91697287754da22505ad43d4e
* intermediate changesarcadia-devtools2022-03-171-1/+1
| | | | ref:0a781b0f8292405796efecd56470c662d4c5a2cc
* intermediate changesarcadia-devtools2022-03-162-0/+1
| | | | ref:1eebe5c6e5c55a39d7df946cc5b4da6b71503b2d
* intermediate changesarcadia-devtools2022-03-161-0/+3
| | | | ref:d483e9e2fc8bfef633904bd3103470d44e8d0eb4
* intermediate changesarcadia-devtools2022-03-151117-22036/+75013
| | | | ref:953ca886ec160075b38c0f3614de029b423f0a9e
* intermediate changesarcadia-devtools2022-03-153336-1501551/+0
| | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
* intermediate changesarcadia-devtools2022-03-142-7/+13
| | | | ref:26e1b4e439b136ea08e305c288dc0177fa42d7a2