aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools
Commit message (Collapse)AuthorAgeFilesLines
* [contrib/tools/bison/gnulib] Patch for newer glibczhukoff-pavel2023-10-247-9/+16
|
* Intermediate changesrobot-piglet2023-10-241-1/+1
|
* Intermediate changesrobot-piglet2023-10-231-0/+5
|
* Fix profile buildspreis2023-10-231-0/+2
| | | | This is temporary fix to sort-out problems with yasm to profile runtime dependency
* Stop using prebuilt contrib/tools/yasmthegeorg2023-10-214-141/+129
|
* add lsan.supp for address sanitizernkozlovskiy2023-10-171-0/+8
|
* add tasan.supp, lsan.suppnkozlovskiy2023-10-132-0/+5
|
* Intermediate changesrobot-piglet2023-10-111-0/+2
|
* Update Python 3 to 3.11.6shadchin2023-10-0365-1461/+2275
|
* Intermediate changesrobot-piglet2023-10-03174-150383/+0
|
* Move contrib/tools/jdk to build/platform/java/jdk/testingthegeorg2023-10-03174-0/+150383
|
* Move contrib/tools/python3/pycc to tools/py3ccthegeorg2023-09-304-57/+0
| | | | This is not a third party code, it is written by us.
* add ydb depsnkozlovskiy2023-09-292711-0/+1753840
|
* Intermediate changesrobot-piglet2023-09-283-2/+155
|
* Proofread licenses for contrib/tools/bisonthegeorg2023-09-2018-2/+32294
| | | | | | | | | | | | And mark `GPL-3.0-or-later WITH Bison-exception-2.2` as it reads as follows: ``` As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. ```
* Intermediate changesrobot-piglet2023-09-196-36/+1
|
* Fix input variable missprintsvidyuk2023-08-3024-0/+640
|
* All .ll files support in LLVM_BCsvidyuk2023-08-3024-640/+0
|
* Fix reimport some python packagesshadchin2023-08-251-1/+1
|
* Remove unnecessary patch from Cythonshadchin2023-08-173-54/+4
|
* Intermediate changesrobot-piglet2023-08-091-1/+12
|
* Auto code-generation for .fbs.h in arrowreshilkin2023-08-029-0/+181
|
* Use UDFs from YDBvvvv2023-07-3158-37686/+0
|
* YQL-16239 Move purecalc to publicvvvv2023-07-3158-0/+37686
|
* Update Cython to 0.29.36shadchin2023-07-2220-135/+1255
|
* Revert "YT-19324: move YT provider to ydb/library/yql"max422023-06-302-34/+0
| | | | This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.
* YT-19324: move YT provider to ydb/library/yqlmax422023-06-302-0/+34
| | | | | | | | | | | | | | This commit is formed by the following script: https://paste.yandex-team.ru/6f92e4b8-efc5-4d34-948b-15ee2accd7e7/text. This commit has zero effect on all projects that depend on YQL. The summary of changes: - `yql/providers/yt -> ydb/library/yql/providers/yt `- the whole implementation of YT provider is moved into YDB code base for further export as a part of YT YQL plugin shared library; - `yql/providers/stat/{expr_nodes,uploader} -> ydb/library/yql/providers/stat/{expr_nodes,uploader}` - a small interface without implementation and the description of stat expr nodes; - `yql/core/extract_predicate/ut -> ydb/library/yql/core/extract_predicate/ut`; - `yql/core/{ut,ut_common} -> ydb/library/yql/core/{ut,ut_common}`; - `yql/core` is gone; - `yql/library/url_preprocessing -> ydb/library/yql/core/url_preprocessing`. **NB**: all new targets inside `ydb/` are under `IF (NOT CMAKE_EXPORT)` clause which disables them from open-source cmake generation and ya make build. They will be enabled in the subsequent commits.
* Intermediate changesrobot-piglet2023-06-263-5/+2
|
* Simplify generate RESOURCE_FILES for Pythonshadchin2023-06-251-0/+7
|
* Update Cython to 0.29.35shadchin2023-06-1816-64/+149
|
* add ymake export to ydbalexv-smirnov2023-06-13344-0/+116795
|
* Remove unused bison data filesthegeorg2023-06-017-0/+5997
| | | ... and consistently depend on the remaining ones.
* External build system generator release 29robot-ya-builder2023-04-193-3/+3
| | | Update tools: yexport
* Intermediate changesrobot-piglet2023-04-111-1/+0
|
* Intermediate changesrobot-piglet2023-04-1012-15/+39
|
* Switch to lld64.ld on darwin target platformhiddenpath2023-04-013-6/+3
|
* Swith flake8 to custom lint schemasay2023-03-31179-156339/+0
|
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-28394-143394/+0
|
* Mandate sdk_version 11.0 when targeting MacOSthegeorg2023-03-233-3/+3
|
* contrib - fix for cythonnik-bes2023-03-211-1/+6
| | | | Sync with master code of cython https://github.com/cython/cython/commit/5c5d70e7a7f657d94ba1c81767cf313ca58a1fec
* External build system generator release 21robot-ya-builder2023-03-173-9/+9
| | | Update tools: yexport
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-15394-0/+143389
|
* default allocator for 32bit arch: LF -> Jsnermolaev2023-03-133-3/+3
|
* Intermediate changesrobot-piglet2023-03-096-0/+83
|
* Intermediate changesrobot-piglet2023-03-079-6/+6
|
* External build system generator release 17robot-ya-builder2023-03-063-3/+3
| | | Update tools: yexport
* Intermediate changesrobot-piglet2023-02-203-0/+3
|
* NO_COMPILER_WARNINGS in cmake msvc buildssvidyuk2023-02-189-9/+9
|
* Migrate black linter on custom_lint pipelinesay2023-02-14179-0/+156339
|
* Intermediate changesrobot-piglet2023-02-079-9/+9
|