| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Update tools: yexport, os-yexport
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
From hash: [35256b61b90d93a088e991f579ab56d9371ca442](https://a.yandex-team.ru/arcadia/commit/35256b61b90d93a088e991f579ab56d9371ca442)
From revision: [12642058](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
Sandbox task: https://sandbox.yandex-team.ru/task/1971552702
Clean migrations config
|
| |
|
|
|
|
|
|
|
|
| |
From hash: [721bc61789679e52811a1f50d70c3b68f551a720](https://a.yandex-team.ru/arcadia/commit/721bc61789679e52811a1f50d70c3b68f551a720)
From revision: [12630201](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
Sandbox task: https://sandbox.yandex-team.ru/task/1969648019
Clean migrations config
|
| |
|
| |
|
|
|
|
| |
Первые шаги для ya ide gradle
|
|
|
|
| |
lstat() and forced ListDir
|
|
|
|
|
|
|
|
|
| |
From hash: [3586848a7aecb54438f0d8534f1a4bab69de4402](https://a.yandex-team.ru/arcadia/commit/3586848a7aecb54438f0d8534f1a4bab69de4402)
From revision: [12615430](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
[CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=255)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)
Update tools: ya_bin3, os_ya, ya_bin, test_tool, test_tool3
|
|
|
|
|
|
|
|
| |
From hash: [781c463b0150fd86eb6128bb6ffaa34953f75f2c](https://a.yandex-team.ru/arcadia/commit/781c463b0150fd86eb6128bb6ffaa34953f75f2c)
From revision: [12613691](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
Sandbox task: https://sandbox.yandex-team.ru/task/1965578417
Clean migrations config
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
From hash: [e4e057677ba052982970475c86a6c2e149ae50aa](https://a.yandex-team.ru/arcadia/commit/e4e057677ba052982970475c86a6c2e149ae50aa)
From revision: [12600924](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
[CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=254)
Flow triggered by user: [v-korovin](https://staff.yandex-team.ru/v-korovin)
Update tools: ya_bin3, os_ya, ya_bin, test_tool, test_tool3
|
| |
|
|
|
|
| |
Small fixes
|
|
|
|
|
|
|
|
| |
From hash: [c6bc0e6e521e7dcf15004f79e141aa33cc5d56e5](https://a.yandex-team.ru/arcadia/commit/c6bc0e6e521e7dcf15004f79e141aa33cc5d56e5)
From revision: [12604099](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
Sandbox task: https://sandbox.yandex-team.ru/task/1963724970
Clean migrations config
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
From hash: [4b61c64133d5c6caad20b3f2b8b4d386bb648875](https://a.yandex-team.ru/arcadia/commit/4b61c64133d5c6caad20b3f2b8b4d386bb648875)
From revision: [12592519](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
Sandbox task: https://sandbox.yandex-team.ru/task/1961835800
Clean migrations config
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
From hash: [c6e6a3837b2e2cfdc14034450598e6aad89a5b83](https://a.yandex-team.ru/arcadia/commit/c6e6a3837b2e2cfdc14034450598e6aad89a5b83)
From revision: [12579265](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
[CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=252)
Flow triggered by user: [v-korovin](https://staff.yandex-team.ru/v-korovin)
Update tools: ya_bin3, os_ya, ya_bin, test_tool, test_tool3
|
| |
|
|
|
|
|
|
|
|
| |
From hash: [0b0ac32e1fe8c624f65d04a75b61c7d869ab7635](https://a.yandex-team.ru/arcadia/commit/0b0ac32e1fe8c624f65d04a75b61c7d869ab7635)
From revision: [12581372](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
Sandbox task: https://sandbox.yandex-team.ru/task/1959941901
Clean migrations config
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As jni.h provides extreme ABI compatibility, there is no need to use jdk to build JNI modules.
This PR replaces complex logic of finding necessary jni with the following code (already present in [library/cpp/jni/ya.make](https://arcanum.yandex-team.ru/arcadia/library/cpp/jni/ya.make).
```
IF (OS_ANDROID)
# Do nothing, use jni.h shipped with NDK
ELSE()
PEERDIR(
contrib/libs/jdk
)
ENDIF()
```
Remaining dependencies on contrib/libs/jdk will be removed in further PRs and using of JDK interface will be restricted in favor of this library.
NB: PEERDIRing `library/cpp/jni` will also provide a couple of utility sources which are not used by catboost at the time.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
From hash: [cf2f925129e3cd0a5d0fb26b14901987687b2191](https://a.yandex-team.ru/arcadia/commit/cf2f925129e3cd0a5d0fb26b14901987687b2191)
From revision: [12570745](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
Sandbox task: https://sandbox.yandex-team.ru/task/1958044313
Clean migrations config
|
|
|
|
|
|
| |
единой версии Kotlin
https://clubs.at.yandex-team.ru/java/1397
|
| |
|
|
|
|
|
|
|
|
|
| |
From hash: [b5469d87303cb148dd374f4c84c5d402fdcf7707](https://a.yandex-team.ru/arcadia/commit/b5469d87303cb148dd374f4c84c5d402fdcf7707)
From revision: [12549766](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
[CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ymake&version=121)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)
Update tools: ymake, os_ymake
|
| |
|
|
|
|
|
|
|
|
| |
From hash: [90852fb15024a232a6c3ee21d4decf52a0ed0f4c](https://a.yandex-team.ru/arcadia/commit/90852fb15024a232a6c3ee21d4decf52a0ed0f4c)
From revision: [12559300](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
Sandbox task: https://sandbox.yandex-team.ru/task/1955124804
Clean migrations config
|
|
|
|
| |
This is not a third party code, it is written by us.
|
| |
|