aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* intermediate changesarcadia-devtools2022-06-2610-2533/+35
| | | | ref:3dbaaff2556951bed180e695089503a56d7f6eec
* REVERT: r9621717 (disable pg_wrapper for OSS) YQ-1154Daniil Cherednik2022-06-241051-530578/+0
| | | | ref:d888564254e64ea675383c26661ff5332bf406f5
* intermediate changesarcadia-devtools2022-06-248-6/+19
| | | | ref:8fa642270fd6c5eb54287b182bf6069f0154eb47
* Update libc++ to 8f0b2ac1 (12 Feb 2022).Andrey Khalyavin2022-06-2451-415/+500
| | | | | | | | | | | | | | | | | | | | | | | | Notable changes: * use [[no_unique_address]] for field `__base_` in join_view * remove _LIBCPP_HIDE_FROM_ABI from __threading_support functions * remove __functional_base header which is just a set of #include directives * remove unused include in ranges_swap_ranges.h * do not print bools with "c" format. * add noexcept to basic_format_context::arg constructor * add ranges::min_element * add ranges::in_fun_result * add ranges::swap_ranges * add std::vector::reference::operator=(bool) const * replace _LIBCPP_DEBUG with _LIBCPP_DEBUG_LEVEL * fix constexpr in __debug_less * modernize code in compress_pair.h * add permutable concept * cleanup format headers * remove _LIBCPP_ABI_UNSTABLE, we must set _LIBCPP_ABI_VERSION and _LIBCPP_ABI_NAMESPACE outselves now * make some members private in experimental/functional * remove std::nullptr_t emulation in C++03 mode ref:f3c7583f32067a3dd9da42aeb15f1b01d746dc59
* intermediate changesarcadia-devtools2022-06-232-3/+3
| | | | ref:45d9eaf21822f553185177cdc48a944d35d3ae0c
* intermediate changesarcadia-devtools2022-06-2311-11/+7134
| | | | ref:ec0d9d870458025010058dc32d864ead3786d17a
* YQ-1154: allow pg translator in OSSSergey Uzhakov2022-06-221051-0/+530578
| | | | ref:bc7b8dcc7b45e5f527a87a1bed622dff6f06d41a
* intermediate changesarcadia-devtools2022-06-228-127/+339
| | | | ref:e5b94b91d513ee8cc2d1610107a4e0b462b9c9db
* intermediate changesarcadia-devtools2022-06-218-457/+118
| | | | ref:c7577ae41288ba1544a9cd1f00cdeff854fe2994
* intermediate changesarcadia-devtools2022-06-21191-313/+9655
| | | | ref:98c26ee2d3cd643aba98b8222f9f8a4c1773449a
* CPPCOM-76Anton Samokhvalov2022-06-208-4/+105
| | | | ref:e958c28af9ec0f6324837115269d9c6a255e4a8a
* intermediate changesarcadia-devtools2022-06-2011-1541/+1451
| | | | ref:ac842eacda5e614f20cf9d3985d932732f92beab
* Update contrib/libs/utf8proc to 2.7.0robot-contrib2022-06-1910-11005/+13548
| | | | ref:e9f684e9e9c1d13cd51d1547614f405b8a6b5620
* intermediate changesarcadia-devtools2022-06-188-41/+75
| | | | ref:fe53f16dfa3e8bb23272a86bce898eb0339e1ead
* Update contrib/libs/postgresql to 14.4robot-contrib2022-06-171-7/+7
| | | | ref:aca908cd87834f408c591b55fef977dcf2ad06f7
* intermediate changesarcadia-devtools2022-06-1716-236/+2038
| | | | ref:d77adbec7a9ebece3ecae6afe7e7d7ca3d5c29e1
* Fix reimport of contrib/libs/utf8procthegeorg2022-06-175-6/+525
| | | | ref:597c236ee2b5815e783abc9f828c5001cbed79e6
* intermediate changesarcadia-devtools2022-06-173-4/+4
| | | | ref:2b762dae26bc7be0e9e81bdbe0eeeb259ed522c5
* intermediate changesarcadia-devtools2022-06-166-8/+213
| | | | ref:e623d1e80066c7bc52d0c78d3c885faf82ccd263
* protobuf: fix noapacheupper asan problem DEVTOOLSSUPPORT-19818heretic2022-06-161-6/+4
| | | | ref:a38b5ca2d36fc460a2166dfd24c6ae66b17f2d1f
* Remove protobuf patch as it does nothingthegeorg2022-06-161-4/+0
| | | | | | Also bump nixpkgs revision in both protobufs. ref:cf53af88fa34b1a2f8cf6ce41ba0ca68fa616c50
* intermediate changesarcadia-devtools2022-06-1610-23/+922
| | | | ref:182c3b80fff8bdde3ca2d2697d1ad403b6da8608
* intermediate changesarcadia-devtools2022-06-1515-498/+878
| | | | ref:233e202ec9d1b1ada15bf1782d150521ec7128dc
* Update protobuf to 3.18.1heretic2022-06-14201-9363/+14383
| | | | ref:4846abb21711ea0dc148d4c5df7b5edd3d1bdc69
* intermediate changesarcadia-devtools2022-06-1421-950/+1201
| | | | ref:d537698eabf7776f0407a570f9e2d6517d0627b9
* intermediate changesarcadia-devtools2022-06-1448-4/+5632
| | | | ref:b2fca828a7deda9abd3be6b09fa05f30e50c9299
* intermediate changesarcadia-devtools2022-06-1347-467/+561
| | | | ref:5004388c52f14b7b0a9521b0eee797b5081d4f35
* intermediate changesarcadia-devtools2022-06-1032-6600/+7085
| | | | ref:14a2cf24c19fbebb75eba6b80f945114f8aa1425
* intermediate changesarcadia-devtools2022-06-1056-547/+2323
| | | | ref:2cf7b068367f584737d54e38e21e004dde93c1d2
* Fix windows build.Andrey Khalyavin2022-06-101-0/+3
| | | | | | Our compiler actually supports __builtin_is_constant_evaluated(). ref:ec62fe37948426003ae47ef4e494eaab880f0d70
* intermediate changesarcadia-devtools2022-06-1054-701/+12960
| | | | ref:737aa123095c71808f1dcf45b0d817cc4920fe97
* [protobuf] revert "print bytes as string" patchswarmer2022-06-101-1/+1
| | | | | | IGNIETFERRO-2005 ref:654c58349277712629da0077da5456caae3cffba
* intermediate changesarcadia-devtools2022-06-0987-686/+1251
| | | | ref:478170c7a5a1c0788ddd0d6513ce4ed86d7d7c99
* intermediate changesarcadia-devtools2022-06-0910-221/+616
| | | | ref:33f2375788219bda601c771567218568135132a8
* Update libc++ to 24c12bfb (5 Feb 2022).Andrey Khalyavin2022-06-09506-691/+781
| | | | | | | | | | | | | Notable changes: * make _LIBCPP_ABI_UNSTABLE set _LIBCPP_ABI_VERSION * replace include utility with specific includes in __utility folder * disallow ranges:begin for array of incomplete types * move fpos to separate header * delete optional usage of type builtins that were never implemented * define ranges::views namespace in its own header * remove base class of the vector ref:1d141d911ba017f306cca431c3b56c25d495e54e
* intermediate changesarcadia-devtools2022-06-09290-3454/+8351
| | | | ref:2d4f292087954c9344efdabb7b2a67f466263c65
* YQ-1037 + xz/gza-romanov2022-06-092-0/+117
| | | | ref:932e07b9710d3a91403f53872f61c21d41b5b4c2
* intermediate changesarcadia-devtools2022-06-079-54/+601
| | | | ref:ef90b2b7f42604225d9ae8f4f0af73614761b65f
* intermediate changesarcadia-devtools2022-06-07152-429/+0
| | | | ref:bab1141168add6a5ad2d3ac926957ac6c27e30c3
* intermediate changesarcadia-devtools2022-06-064-178/+6
| | | | ref:08d61438e3d4f12bbc9f1ccbacd6c8f33dc02408
* intermediate changesarcadia-devtools2022-06-0411-42/+66
| | | | ref:6091b03c96df91885c21cb2b0c83051812a2af3d
* intermediate changesarcadia-devtools2022-06-034-111/+218
| | | | ref:c1c5fe3098d793da0dfa5cd1b0c8a2008301dbf7
* Update contrib/libs/cxxsupp/openmp to 14.0.4thegeorg2022-06-0340-998/+3980
| | | | ref:77c6cdda99b217d50c4deadca11f5611fa0dc168
* intermediate changesarcadia-devtools2022-06-038-6/+66
| | | | ref:21911da5bd3751c1ecffa9df46b0b1a6a2d97835
* intermediate changesarcadia-devtools2022-06-0211-117/+361
| | | | ref:25788563f418e034cf98880ca2dc401f2f59f84d
* Update contrib/libs/re2 to 2022-06-01robot-contrib2022-06-021-30/+47
| | | | ref:07a800b447ebeefbdea1234f6a3ba3e52d6bb126
* Update libc++ to eaadc451 (4 Feb 2022).Andrey Khalyavin2022-06-02112-282/+638
| | | | | | | | | | | | | | | | | | | | | | | Notable changes: * fix chrono::duration constructor constraint * delete base class for std::basic_string * add ranges::in_out_out_result and ranges::in_in_out_result * implement indirectly_copyable{,_storable} concepts * rename __referenceable to __can_reference to match text of the standard * add _LIBCPP_HAS_NO_CONCEPTS guards where concepts are used * simplify no concepts guards * add specifications for basic_common_reference and common_type for pair * make _VSTD an alias for std so that it can be removed in the future * remove std from friend declaration to facilitate switch from _VSTD to std * fix TOCTOU issue with std::filesystem::remove_all * add additional constraints to std::ranges::get for subranges when N == 0 * pick unique bit for __regex_word constant * use vsnprintf instead of _vsnprintf on Windows * ADL-proof ranges::iter_swap and ranges::iter_move * implement std::ranges::distance * merge _LIBCPP_HAS_NO_RANGES into _LIBCPP_HAS_NO_CONCEPTS ref:b637aa39f39243eeac99a2109af1daaac7c29316
* Update contrib/libs/libunwind to 14.0.4thegeorg2022-06-014-10/+9
| | | | ref:76a5526f0f92eccff5df4823c8016614eea76c86
* intermediate changesarcadia-devtools2022-06-0113-32/+57
| | | | ref:33582b2639153838c696b8bf2b6926f34f6d34e9
* intermediate changesarcadia-devtools2022-06-016-23/+2731
| | | | ref:b1e863e3aa12b888b40dd5ec36411ca050a25bd8