Skip to content

Commit 3a97a18

Browse files
committed
Merge pull request #13242 from ydb-platform/merge-libs-250109-1621
2 parents e70ca08 + 8afdc96 commit 3a97a18

File tree

435 files changed

+22212
-23180
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

435 files changed

+22212
-23180
lines changed

build/conf/compilers/gnu_compiler.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ when ($CLANG18 == "yes") {
7575
CFLAGS+=-Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member
7676
CFLAGS+=-Wno-deprecated-this-capture -Wno-c++11-narrowing-const-reference -Wno-missing-designated-field-initializers \
7777
-Wno-packed-non-pod -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof \
78-
-Wno-include-angled-in-module-purview -Wno-unused-parameter
78+
-Wno-include-angled-in-module-purview
7979
when ($MAPSMOBI_BUILD_TARGET == "yes") {
8080
CFLAGS+=-Wno-deprecated-declarations
8181
}

build/conf/java.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ macro _HASH_HELPER(Args...) {
457457

458458
macro _GENTAR_HELPER(OUT_DIR[], Args...) {
459459
.CMD=${cwd:BINDIR} $YMAKE_PYTHON ${input:"build/scripts/autotar_gendirs.py"} --pack ${OUT_DIR} --outs ${output;tared;suf=.$_HASH_HELPER($Args).gentar:OUT_DIR} ${hide;kv:"tared_kind nodir"}
460+
.SEM=${hide;output;tared;suf=.$_HASH_HELPER($Args).gentar:OUT_DIR}
460461
}
461462

462463
# tag:java-specific
@@ -481,7 +482,8 @@ _SEM_RUN_JAVA_PROGRAM=runs-ITEM \
481482
&& runs-in_dir ${IN_DIR} \
482483
&& runs-in_dirs_inputs ${IN_DIRS_INPUTS} \
483484
&& runs-in_noparse ${IN_NOPARSE} ${hide;context=TEXT;input:IN_NOPARSE} \
484-
&& runs-out ${OUT} ${hide;output:OUT} ${OUT_NOAUTO} ${hide;noauto;output:OUT_NOAUTO} ${hide;output;suf=.$_HASH_HELPER($CLASSPATH $IN_DIR $IN $IN_NOPARSE $TOOL $Args).gentar:OUT_DIR} \
485+
&& runs-out ${OUT} ${hide;output:OUT} ${OUT_NOAUTO} ${hide;noauto;output:OUT_NOAUTO} \
486+
$_GENTAR_HELPER($CLASSPATH $IN_DIR $IN $IN_NOPARSE $TOOL $Args OUT_DIR $OUT_DIR) \
485487
&& runs-out_dir ${OUT_DIR} \
486488
&& runs-tool ${TOOL} ${hide;tool:TOOL}
487489

build/external_resources/gdb/a.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ title: gdb14
22
service: buildroot
33

44
shared:
5-
resource_path: &resource-path "build/external_resources/gdb/resources.json"
5+
mapping_path: &mapping-path "build/external_resources/gdb/resources.json"
66
input: &base-input
77
package: gdb/14
88
toolchain_name: gdb14
@@ -51,8 +51,8 @@ ci:
5151
input:
5252
<<: *base-input
5353
revision: ${flow-vars.revision}
54-
resource_path: *resource-path
55-
particular_platforms: ${flow-vars.platforms}
54+
mapping_path: *mapping-path
55+
selected_platforms: ${flow-vars.platforms}
5656

5757
update-mapping:
5858
title: Update mapping.conf.json
@@ -75,3 +75,4 @@ ci:
7575
<<: *base-input
7676
revision: ${flow-vars.revision}
7777
pr_id: ${tasks.build.output_params.pr_id}
78+
built_resources: ${tasks.build.output_params.built_resources}

build/sysincl/intrinsic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
- intrin.h
3434
- intrin0.h
3535
- intrinsics.h
36+
- lsxintrin.h
3637
- lzcntintrin.h
3738
- mm_malloc.h
3839
- mm3dnow.h

build/sysincl/libc-to-nothing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
- shadow.h
107107
- signal.h
108108
- spawn.h
109+
- stab.h
109110
- stdalign.h
110111
- stdarg.h
111112
- stdatomic.h

build/sysincl/misc-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- source_filter: "^(contrib/libs/(ImageMagick|ffmpeg-3|libraw|pthreads_win32|zookeeper))|^contrib/restricted/boost"
1+
- source_filter: "^contrib/libs/(ImageMagick|ffmpeg-3|pthreads_win32)"
22
includes:
33
- pthread.h: contrib/libs/pthreads_win32/include/pthread.h
44
- sched.h: contrib/libs/pthreads_win32/include/sched.h

build/sysincl/misc.yml

Lines changed: 6 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,6 @@
111111
- stdatomic.h: contrib/libs/ffmpeg-3.4.1/compat/atomics/win32/stdatomic.h
112112
- atomic.h: contrib/libs/ffmpeg-3.4.1/libavutil/atomic.h
113113

114-
- source_filter: "^contrib/libs/postgresql"
115-
includes:
116-
- port.h: contrib/libs/postgresql/src/include/port.h
117-
118114
- source_filter: "^contrib/(deprecated/onednn|libs/intel/onednn)"
119115

120116
includes:
@@ -201,25 +197,6 @@
201197
includes:
202198
- cuda.h: contrib/deprecated/tf/tensorflow/core/platform/cuda.h
203199

204-
# windows sdk includes that we do not want to apply for whole arcadia
205-
- source_filter: "^contrib"
206-
includes:
207-
- process.h
208-
209-
- source_filter: "^contrib/libs/ceres-solver"
210-
includes:
211-
- tbb/tbb_stddef.h
212-
213-
- source_filter: "^contrib/libs/freetype"
214-
includes:
215-
- hb-ot.h
216-
- hb-ft.h
217-
- hb.h
218-
219-
- source_filter: "^contrib/libs/libpcap"
220-
includes:
221-
- strerror.h
222-
223200
- source_filter: "^contrib/libs/(apache/apr|openssl)"
224201
includes:
225202
- netinet/sctp.h
@@ -229,11 +206,6 @@
229206
- magic.h
230207
- xmlparse.h
231208

232-
- source_filter: "^contrib/tools/python"
233-
includes:
234-
- ioctl.h
235-
- utils.h
236-
237209
- source_filter: "^(contrib/libs/cxxsupp/openmp|catboost/cuda/cuda_lib)"
238210
includes:
239211
- hwloc.h
@@ -247,26 +219,14 @@
247219
includes:
248220
- lzo/lzo1x.h
249221

250-
- source_filter: "^contrib/libs/(gtest|libpng|opencv)"
222+
- source_filter: "^contrib/libs/opencv"
251223
includes:
252224
- mem.h
253225

254-
- source_filter: "^(contrib/restricted/boost/boost/mpi|catboost/cuda/cuda_lib/mpi)"
226+
- source_filter: "^catboost/cuda/cuda_lib/mpi"
255227
includes:
256228
- mpi.h
257229

258-
- source_filter: "^contrib/libs/libf2c"
259-
includes:
260-
- local.h
261-
262-
- source_filter: "^contrib/libs/libpq"
263-
includes:
264-
- local.h
265-
266-
- source_filter: "^contrib/libs/breakpad"
267-
includes:
268-
- stab.h
269-
270230
- source_filter: "^contrib/tools/fluent-bit-(full|minimal)"
271231
includes:
272232
- backtrace.h: contrib/libs/backtrace/backtrace.h
@@ -507,6 +467,10 @@
507467
- signal.h: smart_devices/third_party/beken_freertos_sdk/beken378/func/wpa_supplicant_2_9/bk_patch/signal.h
508468
- check_config.h: smart_devices/third_party/beken_freertos_sdk/beken378/func/mbedtls/mbedtls-2.27.0/include/mbedtls/check_config.h
509469

470+
- source_filter: "^contrib/libs/svt-av1"
471+
includes:
472+
- filter.h: contrib/libs/svt-av1/Source/Lib/Codec/filter.h
473+
510474
- source_filter: "^sdg/sdc"
511475
includes:
512476
- uuid/uuid.h: sdg/sdc/contrib/uuid/uuid/uuid.h

build/sysincl/unsorted.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
- opcdef.h
104104
- paper.h
105105
- pire/config.h
106-
- pngusr.h
107106
- pth.h
108107
- rtl.h
109108
- shlib-compat.h
@@ -307,10 +306,6 @@
307306
- sub_proc.h
308307
- w32err.h
309308
- procinfo.h
310-
#if defined(__HAIKU__)
311-
- FindDirectory.h
312-
- StorageDefs.h
313-
#endif
314309
- fpxcp.h
315310
- fptrap.h
316311
- fortran.h

build/ymake.core.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ when ($ARCH_XTENSA == "yes") {
436436
### @see https://a.yandex-team.ru/arc/trunk/arcadia/build/scripts/check_config_h.py for exact details
437437
macro CHECK_CONFIG_H(Conf) {
438438
.CMD=$YMAKE_PYTHON ${input:"build/scripts/check_config_h.py"} ${input;rootrel:Conf} ${output;nopath;noext:Conf.config.cpp} ${hide;kv:"p CH"} ${hide;kv:"pc yellow"}
439+
.SEM=${hide;input;rootrel:Conf} ${hide;output;nopath;noext:Conf.config.cpp}
439440
OUTPUT_INCLUDES=$Conf
440441
}
441442

contrib/deprecated/python/functools32/.dist-info/METADATA

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Author-email: djmchl@gmail.com
88
License: PSF license
99
Platform: UNKNOWN
1010

11-
1211
This is a backport of the functools standard library module from
1312
Python 3.2.3 for use on Python 2.7 and PyPy. It includes
1413
new features `lru_cache` (Least-recently-used cache decorator).

0 commit comments

Comments
 (0)