aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/linux-headers
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate changesrobot-piglet2025-02-121-1/+1
| | | | commit_hash:937a0de64e9052e257f699b68ffe250d6b5a9bba
* Update contrib/libs/linux-headers to 6.6.7robot-contrib2025-02-1275-185/+1552
| | | | commit_hash:495eaa25d72e8f80b0e4624c328677f50a736233
* Intermediate changesrobot-piglet2024-08-141-8/+9
|
* CMake generator based on Jinja generatordimdim112024-05-151-1/+1
| | | | 99902937b544f5d8150a5c6132861e1bb52d3ced
* Do not drop adincls in ya make opensource build because of cmake export ↵svidyuk2024-04-051-5/+17
| | | | | | replacements a118aa391374ee757d795d5237e28fb8cf1e74fe
* revert rXXXXXX, rXXXXXXsnermolaev2024-04-011-17/+5
| | | | | | | | | | | Revert "Control of exporting with system STL/vanilla protoc/linux-headers/openSSL by ymake.core.conf" This reverts commit eb123654ae6ebb82ad676dd1fdcd866e27ee1d88, reversing changes made to 8177a333abcef7ed90ff110a9c7591be4828de64. Revert "YT-19191: Rename flag NO_CUSTOM_CHAR_PTR_STD_COMPARATOR in build configs" This reverts commit 37eff4e1f8d8316d90e9d97fd69353bd1476a41f, reversing changes made to 3d5d96d24fb40eb0373254617c250e1f2ad41a47. 85b8629ed139a675adfba85b85a44e759b1553c7
* Control of exporting with system STL/vanilla protoc/linux-headers/openSSL by ↵dimdim112024-03-291-5/+17
| | | | | | ymake.core.conf eb123654ae6ebb82ad676dd1fdcd866e27ee1d88
* feat contrib: aiogram 3armenqa2024-01-193-41/+0
| | | | Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
* External build system generator release 65robot-ya-builder2023-12-051-3/+3
| | | | Update tools: yexport, os-yexport
* Remove files with bad license from contrib/libs/linux-headersthegeorg2023-12-026-1137/+0
|
* Remove conflicted typedef from linux-headershiddenpath2023-11-211-2/+2
| | | | Патч сложу отдельным ПРом: https://a.yandex-team.ru/review/4892590/details
* Update contrib/libs/linux-headers to 6.5.9robot-contrib2023-11-1181-237/+2614
|
* add sanitizers dependenciesnkozlovskiy2023-10-111011-0/+202739
|
* Intermediate changesrobot-piglet2023-10-031-70/+0
|
* Move contrib/tools/jdk to build/platform/java/jdk/testingthegeorg2023-10-031-0/+70
|
* Revert commit rXXXXXX,[build/plugins/ytest] Allow prebuilt linters for ↵prettyboy2023-09-081-70/+0
| | | | opensource
* [build/plugins/ytest] Allow prebuilt linters for opensourceprettyboy2023-09-081-0/+70
| | | | | | Без этого, ydb или не сможет запускать flake8 с помощью ya make. Или к ним поедет сборка flake8. Возможно последнее и не так плохо, но сейчас предлагается пока так
* [devtools/contrib/piglet/projects/ydb/config.yaml] Work around to fix ↵prettyboy2023-08-258-0/+154
| | | | missing code for ya make build
* YT-19210: expose YQL shared library for YT.max422023-07-292-0/+147
| | | | After this, a new target libyqlplugin.so appears. in open-source cmake build. Diff in open-source YDB repo looks like the following: https://paste.yandex-team.ru/f302bdb4-7ef2-4362-91c7-6ca45f329264
* remove NO_SANITIZE_HEADERS macrosreshilkin2023-07-281-2/+0
|
* Update contrib/libs/linux-headers to 6.4.5thegeorg2023-07-2672-1537/+3325
|
* Intermediate changesrobot-piglet2023-07-241-5/+5
|
* Allow using ibdrv interface in opensource appsthegeorg2023-07-181-0/+1304
|
* Revert "YT-19324: move YT provider to ydb/library/yql"max422023-06-303-182/+0
| | | | This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.
* YT-19324: move YT provider to ydb/library/yqlmax422023-06-303-0/+182
| | | | | | | | | | | | | | 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.
* add ymake export to ydbalexv-smirnov2023-06-131-0/+48
|
* External build system generator release 29robot-ya-builder2023-04-191-1/+1
| | | Update tools: yexport
* Swith flake8 to custom lint schemasay2023-03-311-70/+0
|
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-281-46/+0
|
* External build system generator release 21robot-ya-builder2023-03-171-2/+2
| | | Update tools: yexport
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-151-0/+46
|
* Intermediate changesrobot-piglet2023-03-072-1/+1
|
* External build system generator release 17robot-ya-builder2023-03-061-1/+1
| | | Update tools: yexport
* Separate test for federated query with S3 recipegalaxycrab2023-03-034-0/+2474
|
* Migrate black linter on custom_lint pipelinesay2023-02-141-0/+70
|
* External build system generator release 8robot-ya-builder2023-01-173-3/+3
| | | Update tools: yexport
* Update contrib/restricted/boost/spirit to 1.81.0thegeorg2023-01-121-174/+0
|
* Sync linux-headers instead of using system onesthegeorg2022-12-15158-0/+13739
|
* intermediate changesarcadia-devtools2022-03-151127-191433/+0
| | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
* Restoring authorship annotation for <svidyuk@yandex-team.ru>. Commit 2 of 2.svidyuk2022-02-101-2/+2
|
* Restoring authorship annotation for <svidyuk@yandex-team.ru>. Commit 1 of 2.svidyuk2022-02-101-2/+2
|
* Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 2 of 2.heretic2022-02-105-16168/+16168
|
* Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 1 of 2.heretic2022-02-105-16168/+16168
|
* Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 2 of 2.thegeorg2022-02-102-159/+159
|
* Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 1 of 2.thegeorg2022-02-102-159/+159
|
* Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.orivej2022-02-101124-175014/+175014
|
* Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.orivej2022-02-101124-175014/+175014
|
* intermediate changesDevtools Arcadia2022-02-071127-0/+191433
ref:cde9a383711a11544ce7e107a78147fb96cc4029