aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools
Commit message (Collapse)AuthorAgeFilesLines
* Backport for update oracledbshadchin2024-04-173-1/+17
| | | | f24378ca43fc28be283610a9bf8df88c4307f174
* Fix utilitycode generation for const fused typedef (backport)shadchin2024-04-114-4/+44
| | | | | Need for update scikit-learn 371604d3522a7676f7380c48b63025dbe6dcf25f
* v2pg2024-04-112-0/+22
| | | | 40d1f0a9f746bb174ebd93119c192ba825d8545c
* wippg2024-04-097-22/+67
| | | | 1dd96051780874258d4894fb930966919335a2d6
* Remove weird sysincls from unsorted.ymlthegeorg2024-03-286-10/+10
| | | | ce2cb4ea93fc011e79b6cf7cfe0846bde10c334a
* Revert commit rXXXXXX, Acknowledge powerpc64 supporting patch upstreammikhnenko2024-03-194-52/+47
| | | | 66d561a885456063f0ad0ce50b463d45c9f93020
* Acknowledge powerpc64 supporting patch upstreamthegeorg2024-03-194-47/+52
| | | | 5cc63398eec743d9095bc0a8366ce64dc56680a5
* Stop using prebuilt flatc compilerthegeorg2024-03-182-31/+24
| | | | acaad63ae411eabba0db4fc630aa65a1ba9ee1db
* Store generated list of frozen modules for contrib/tools/pythonthegeorg2024-03-151105-364638/+1343
| | | | a94357bf8071b16879eeabac1f52f54e278c03ed
* Add contrib/tools/python3/lib2/lsan.suppkruall2024-03-121-0/+2
| | | | 418bc3e950e284fd855d8c4773cb1c6efdd88680
* Simplify layout for Python 3shadchin2024-03-063-192/+144
| | | | 4c8d17f5092930dba3a969736cfed1def0bd4df1
* Revert excessive WIN32_LEAN_AND_MEAN patchthegeorg2024-02-281-2/+0
| | | | 66167b07854d42c923eb4b7ae938685d458d7cae
* Better patch around #include <Unknwn.h>thegeorg2024-02-277-55/+4
| | | | | Backport of [PR #115350](https://github.com/python/cpython/pull/115350.patch) from CPython upstream. 7a2729f31048ba63762a6d3a890308c23db5c969
* Remove patch as we have gevent 24.2.1 nowthegeorg2024-02-261-6/+1
| | | | 47264a88e6c857e589b5b21815c061575413132a
* Disable Solaris-specific includesthegeorg2024-02-241-1/+1
| | | | 9212dd8d85380149b5945c3b5c8f73210e8e25ca
* Remove unused patch from contrib/tools/python3thegeorg2024-02-241-2/+0
| | | | | `struct timeval` is forward declared since 3.12.2 / rXXXXXX. b9848bec9f06b3e438a9559ac92a43f3f5e556ce
* Remove unnecessary patchthegeorg2024-02-241-9/+9
| | | | | | | | | | | | | `_pickle.c` works this around since 3.11.1 / rXXXXXX by having the following stanza at beggining of the file: ``` #ifdef MS_WINDOWS #define FLOAT FLOAT_ #define INT INT_ #define LONG LONG_ #endif ``` 8ac860799f2860a9dfb3e590f514b1ac7a2c3a9e
* Disable Solaris-specific includesthegeorg2024-02-231-1/+1
| | | | e7c11f991664180895c1df3f22fc2b706accca67
* Disable OS/2-specific includesthegeorg2024-02-206-7/+7
| | | | f5b4da0f22a2a1fa5790298ebe33ad52c5edf6dd
* Sync contrib/tools/python3 layout with upstreamthegeorg2024-02-191279-33/+380
| | | | | | | * Move src/ subdir contents to the top of the layout * Rename self-written lib -> lib2 to avoid CaseFolding warning from the VCS * Regenerate contrib/libs/python proxy-headers accordingly 4ccc62ac1511abcf0fed14ccade38e984e088f1e
* Enable perf trampolineshadchin2024-02-183-1/+35
| | | | 9ea3344aaff84779f6f3eea0c3cfb785c49857a7
* Intermediate changesrobot-piglet2024-02-182-349/+3
|
* Intermediate changesrobot-piglet2024-02-171-1/+1
|
* Disable vxWorks-specific includesthegeorg2024-02-151-3/+3
| | | | bee88d907230451bacc8c0aa4fa5ecc8f9cba59c
* try to fix export to github for ytsnermolaev2024-02-141-7/+1
| | | | 7e8ced5e3227ac70e89c6e63a9a254fe3f5f9ed3
* Revert a patch on boost/assert to make it compatible with modern macOSthegeorg2024-02-131-0/+1
|
* Intermediate changesrobot-piglet2024-02-131-5/+0
|
* Intermediate changesrobot-piglet2024-02-133-10/+4
|
* Disable unused bluetooth/ includesthegeorg2024-02-131-6/+6
|
* Disable BeOS / Haiku sysinclsthegeorg2024-02-121-2/+2
|
* Update Python from 3.11.8 to 3.12.2shadchin2024-02-12856-146845/+207067
|
* Intermediate changesrobot-piglet2024-02-111-6/+6
|
* Intermediate changesrobot-piglet2024-02-117-1331/+7
|
* Fix threading for gevent in Python 3.11.8vlasovskikh2024-02-091-1/+6
|
* Update Python 3 to 3.11.8shadchin2024-02-0798-1243/+2166
|
* Intermediate changesrobot-piglet2024-02-062-0/+133
|
* Fix fail with pydebug in tf (old)shadchin2024-01-311-1/+1
|
* feat contrib: aiogram 3armenqa2024-01-1938-869/+3
| | | | Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
* Library import 7 (#937)AlexSm2024-01-111-1/+1
|
* Library import 5, delete go dependencies (#832)AlexSm2024-01-0415-282/+97
| | | | | * Library import 5, delete go dependencies * Fix yt client
* Import libs 4 (#758)AlexSm2023-12-272-1/+387
|
* Library import 2 (#639)AlexSm2023-12-2212-16/+147
|
* Import libs 1 (#590)AlexSm2023-12-211-0/+3
| | | | | | | * Import libs 1 * Add new file without extension * Add file missed in export config
* Update Python 3 to 3.11.7shadchin2023-12-1363-1649/+2382
|
* Make support_retries() and get_type() methods of object instead of class ↵say2023-12-08174-150383/+0
| | | | ones. Reduce get_type_name() usage.
* External build system generator release 65robot-ya-builder2023-12-055-15/+15
| | | | Update tools: yexport, os-yexport
* Intermediate changesrobot-piglet2023-12-0598-42690/+0
|
* Intermediate changesrobot-piglet2023-12-0298-0/+42690
|
* Intermediate changesrobot-piglet2023-12-0198-42690/+0
|
* YQ Connector:Use docker-compose in integrational testsvitalyisaev2023-11-30272-0/+193073
|