aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
...
* Move Qhull license to REQUIRE_CITATION categorythegeorg2023-08-221-1/+1
| | | | The text can be read [here](https://arcanum.yandex-team.ru/arcadia/contrib/libs/qhull/COPYING.txt).
* Consider Softsurfer license as permissivethegeorg2023-08-221-3/+3
| | | | | | | | | | ``` This code may be freely used and modified for any purpose providing that this copyright notice is included with it. Copyright holder makes no warranty for this code, and cannot be held liable for any real or imagined damage resulting from its use. Users of this code must verify correctness for their application. ```
* Make libclang.rt_profile depends on sources againhiddenpath2023-08-225-8/+110
|
* vite: MVP (Result of research)khoden2023-08-222-0/+60
| | | | | | Обеспечена успешная сборка dummy для простого Реакт-приложения, созданного командой `pnpm create vite` Реализована практически 100% копипастой реализации для webpack
* Stop defining XOPEN_SOURCE on iOSthegeorg2023-08-211-3/+0
|
* Automatic release build for ymakerobot-ya-builder2023-08-211-5/+5
| | | | | | | | | From hash: [2e132f07231db4994a1e5784e8001c39a5e89317](https://a.yandex-team.ru/arcadia/commit/2e132f07231db4994a1e5784e8001c39a5e89317) From revision: [12204639](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=103) Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci) Update tools: ymake
* (no commit message)pg2023-08-201-1/+1
|
* Update contrib/restricted/abseil-cpp to 20230802.0thegeorg2023-08-201-0/+1
|
* PROTO_FAKEID and FBS_FAKEIDsnermolaev2023-08-193-13/+15
|
* peerdir mapkitgle6ru3812023-08-181-3/+17
| | | | fix
* [build/plugins/ytest] Increase timeout for ktlint up to 120sprettyboy2023-08-181-1/+6
|
* Revert commit rXXXXXX, Make libclang.rt_profile depends on sourcesprettyboy2023-08-184-86/+5
|
* Make libclang.rt_profile depends on sourceshiddenpath2023-08-184-5/+86
|
* Proofread licenses for contrib/libs/openldapthegeorg2023-08-171-0/+1
|
* Unify Bsd-Original-Uc-1986 spellingthegeorg2023-08-171-2/+1
| | | | Identified as `LicenseRef-scancode-bsd-original-uc-1986` it was replaced with two different tokens.
* fix validation of requirementssnermolaev2023-08-171-11/+14
|
* (no commit message)pg2023-08-171-1/+1
|
* support explicit pic/piepg2023-08-171-1/+5
|
* Allow using contrib/libs/sasl in opensource projectsthegeorg2023-08-161-1/+1
|
* enable some compile flags for mapkit part1jack2392023-08-161-0/+1
| | | | enable non-virtual-dtor warning
* Pass local module fbs compiler flags to cmake exportsvidyuk2023-08-161-1/+1
|
* merge partial clang16 supportpg2023-08-161-0/+3
|
* Intermediate changesrobot-piglet2023-08-151-2/+12
|
* Intermediate changesrobot-piglet2023-08-149-0/+547
|
* External build system generator release 47robot-ya-builder2023-08-141-1/+1
| | | | Update tools: yexport
* Mandate LICENSE markup in every contrib LIBRARY()thegeorg2023-08-143-3/+7
|
* External build system generator release 46robot-ya-builder2023-08-141-1/+1
| | | | Update tools: yexport
* Export dyn version of YQL_UDFsvidyuk2023-08-141-1/+3
|
* Intermediate changesrobot-piglet2023-08-141-5/+5
|
* (no commit message)pg2023-08-121-1/+1
|
* (no commit message)pg2023-08-121-0/+4
|
* fixes for clang16pg2023-08-121-1/+4
| | | | https://discourse.llvm.org/t/llvm-15-default-pie-issue/67125
* [build/ymake.core.conf] Added $TOOLCHAIN_ENV to the macro _SRC "S"prettyboy2023-08-111-1/+1
| | | | | | | | | | | | | | | | | | | | | на примере узла voicetech/spotter/embedded/contrib/libtask/asm.S.o было: ``` "env": { "ARCADIA_ROOT_DISTBUILD": "$(SOURCE_ROOT)" }, ``` стало: ``` "env": { "ARCADIA_ROOT_DISTBUILD": "$(SOURCE_ROOT)", "CPATH": "", "DYLD_LIBRARY_PATH": "$()/lib:$(OS_SDK_ROOT-sbr:1966560555)/usr/lib/x86_64-linux-gnu", "LD_LIBRARY_PATH": "$()/lib:$(OS_SDK_ROOT-sbr:1966560555)/usr/lib/x86_64-linux-gnu", "LIBRARY_PATH": "", "SDKROOT": "" }, ```
* Update contrib/libs/flatbuffers to 23.5.9reshilkin2023-08-112-3/+4
|
* Always initialize yatest lib for goiaz16072023-08-112-0/+3
| | | | | | @snermolaev предложил в тикете вынести инициализацию окружения в отдельный модуль и для каждого модуля импортировать его, чтобы не делать лишней работы. Но кажется, что при таком подходе, потом нужно будет либо повторно считывать и парсить контекстный файл, либо сохранять его контент внутри нового модуля и тоже заново парсить. Учитывая, что для инициализации переменных окружения нам все равно придется считать и распарсить контекстный файл, предлагаю оставить инициализацию как есть и вместе с переменными окружния, практически за бесплатно инициализировать весь контекст.
* External build system generator release 45robot-ya-builder2023-08-111-1/+1
| | | | Update tools: yexport
* Remove empty policy filethegeorg2023-08-101-1/+0
|
* GO_EMBED_BINDIR macrosnermolaev2023-08-102-6/+41
|
* remove use of MACRO_ALIASsnermolaev2023-08-104-20/+61
|
* Intermediate changesrobot-piglet2023-08-101-1/+1
|
* Update ICU to 70.1romankoshelev2023-08-091-0/+3
|
* Hu for market profilesandrew-iv2023-08-091-3/+7
|
* feat codegen-35: use USRV_ALL_SRCSsanyash2023-08-091-2/+0
|
* Get rid of artificial YandexUncategorized licensethegeorg2023-08-091-2/+1
|
* Intermediate changesrobot-piglet2023-08-081-0/+236
|
* fix(conf): add package.json of tested module to the graph cache keyzaverden2023-08-081-3/+5
|
* Update bison version in conan in yexportignat2023-08-081-1/+1
|
* Check AUTOCHECK explicitly when using libeatmydatathegeorg2023-08-071-1/+1
|
* Dart images and peerdir runtimegle6ru3812023-08-071-5/+2
| | | | | | update first commit
* erm: move project out of nots directorykhoden2023-08-071-1/+1
|